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
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