Age | Commit message (Expand) | Author |
2015-07-04 | api: fix type of value returned by functions utf8_prev_char, utf8_next_char a... | Sébastien Helleu |
2015-01-01 | core: update copyright dates | Sébastien Helleu |
2014-07-20 | core: fix code style in function utf8_is_valid() | Sébastien Helleu |
2014-07-20 | Merge branch 'master' of git://github.com/anders/weechat into anders-master | Sébastien Helleu |
2014-07-05 | core: return only -1, 0 or 1 in string comparison functions | Sébastien Helleu |
2014-06-16 | core: overlong UTF-8 encoding and surrogates (U+D800-DFFF) are invalid. | Anders Bergh |
2014-01-24 | core: add support of escaped unicode chars in commands /print and "/input ins... | Sebastien Helleu |
2014-01-18 | core: update some function comments | Sebastien Helleu |
2014-01-15 | core: add option weechat.look.tab_width | Sebastien Helleu |
2014-01-01 | core: update copyright dates | Sebastien Helleu |
2013-10-02 | core: fix spaces displayed after combining chars (bug #40115) | Sebastien Helleu |
2013-06-29 | core: move test of invalid UTF-8 char length from gui-chat.c to wee-utf8.c | Sebastien Helleu |
2013-01-01 | core: update copyright dates | Sebastien Helleu |
2012-12-15 | core: move comments with description of C file to top of files | Sebastien Helleu |
2012-12-13 | core: reformat comments for functions | Sebastien Helleu |
2012-05-15 | core: fix compilation warning on a comparison using type "wint_t" | Sebastien Helleu |
2012-04-14 | core: do not use malloc in function utf8_strlen_screen for small strings (4 b... | Sebastien Helleu |
2012-01-08 | core: update copyright dates | Sebastien Helleu |
2011-11-12 | api: add new functions strcasecmp_range and strncasecmp_range | Sebastien Helleu |
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu |
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 |