index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
wee-utf8.c
Age
Commit message (
Expand
)
Author
2011-08-02
core: remove "const" for first argument of function utf8_normalize
Sebastien Helleu
2011-02-08
Add missing parentheses
Sebastien Helleu
2011-01-01
Update copyright dates
Sebastien Helleu
2010-06-22
Update licenses and copyrights, add missing author names in sources
Sebastien Helleu
2010-04-08
Reformat and add comments for description of C sources
Sebastien Helleu
2010-01-03
Update copyright dates
Sebastien Helleu
2009-08-06
Fix bug when comparing chars and ignoring case (with some locales) (bug #27190)
Sebastien Helleu
2009-06-28
Add french translation of Plugin API Reference
Sebastien Helleu
2009-04-15
Fix compilation problem on FreeBSD: replace call to wcscasecmp() by towlower()
Sebastien Helleu
2009-04-14
Fix text search in buffer with some utf-8 chars (bug #25649)
Sebastien Helleu
2009-04-11
Add utf8_charcmp in plugin API, fix bug with utf8_charcasecmp
Sebastien Helleu
2009-03-22
Add option aspell.check.real_time (off by default), fix bugs with aspell and ...
Sebastien Helleu
2009-01-03
Update copyright dates
Sebastien Helleu
2008-11-15
Remove unused variable
Sebastien Helleu
2008-11-15
Add function utf8_strndup to C plugin API
Sebastien Helleu
2008-09-05
Many changes in doc
Sebastien Helleu
2008-06-27
Add input bar item, add "hidden" flag for bars, fix some display bugs with bars
Sebastien Helleu
2008-06-03
Add "const" keyword for some "char *" function arguments (core and plugins API)
Sebastien Helleu
2008-05-13
Disable auto-connect for plugins with command line option ("-a")
Sebastien Helleu
2008-03-23
Removed sizeof(char) and useless type casts from void* to another pointer typ...
Sebastien Helleu
2008-01-02
Update of year in some copyrights
Sebastien Helleu
2007-12-17
New backlog option in logger plugin, added variable names in .h files, replac...
Sebastien Helleu
2007-12-10
Added UTF-8 functions to plugins API
Sebastien Helleu
2007-11-11
Fixed some string functions to make them compatible with UTF-8 charset
Sebastien Helleu
2007-10-31
Renamed many functions, removed all IRC specific stuff
Sebastien Helleu
2007-10-31
Moved files from src/common to core, gui and plugins directories
Sebastien Helleu