Code

release v0.29
[ncmpc.git] / src / charset.c
2017-03-17 Max Kellermannupdate copyright year
2014-05-13 Max Kellermanncharset: work around "unused function" compiler warnings
2013-11-08 Max Kellermann*: make variables more local
2013-11-07 Max Kellermannmatch,charset: add obsolete GLib version checks
2011-12-02 Max KellermannMerge remote branches 'jn/cosmetics', 'jn/doxygen'...
2011-11-14 Jonathan Neuschäferapply whitespace cosmetics to the license comments
2011-11-03 Max KellermannMerge remote branches 'avuton/master' and 'jn/dev'
2011-11-03 Avuton Olrichm4: Add robust curses detection and support
2010-01-01 Max KellermannMerge branch 'master' of git://git.musicpd.org/avuton...
2010-01-01 Avuton OlrichUpdate copyright notices
2009-12-10 Max Kellermanncompatibility fixes for GLib 2.12
2009-11-30 Thomas AdamFix compiling with --disable-locale
2009-11-19 Max Kellermanncharset: added support for zero-width characters
2009-11-19 Max Kellermanncharset: moved code to unicode_char_width()
2009-11-02 Max Kellermanncharset: added function locale_width()
2009-10-20 Max Kellermanncharset: added function utf8_cut_width()
2009-10-19 Max Kellermanncharset: added "replace" functions
2009-10-04 Thomas Jansencharset: removed duplicate return
2009-01-01 Avuton OlrichUpdate copyright notices
2008-12-25 Max Kellermannconfigure.ac: added --disable-multibyte
2008-12-25 Max Kellermannconfigure.ac: added --disable-locale option
2008-11-07 Max Kellermanndisable more features with --enable-mini
2008-11-07 Max Kellermanncharset: don't allocate GError
2008-10-06 Max Kellermannconfigure.ac: added option --disable-wide
2008-10-03 Max Kellermanncharset: pass -1 instead of strlen()
2008-10-02 Max Kellermannfix compiler errors without locale.h
2008-10-02 Max Kellermanncharset: convert strings with fallback
2008-10-02 Max Kellermanncharset: charset_init() returns character set
2008-10-02 Max Kellermanncharset: renamed my_strlen() to utf8_width()
2008-10-02 Max Kellermannmoved code to charset.c