aboutsummaryrefslogtreecommitdiffstats
path: root/support.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use screen_status_printf() to display character conversion errors. Only use Kalle Wallin2004-04-141-2/+13
* Replaced g_utf8_strlen() with strlen()Kalle Wallin2004-03-291-3/+5
* Added error handling in the character conversion functions.Kalle Wallin2004-03-291-6/+36
* Removed the concat_path() function.Kalle Wallin2004-03-291-33/+14
* Corrected a spelling error strup => strdup.Kalle Wallin2004-03-281-2/+2
* Started to use glib (not iconv) for character set conversions.Kalle Wallin2004-03-281-109/+17
* Initialize iconv_to_utf8 (used when saving playlists).Kalle Wallin2004-03-271-7/+50
* Added file langinfo.c, used on systems without nl_langinfo() support.Kalle Wallin2004-03-261-4/+3
* Updated the logic in charset_close(), why free stuff that isnt allocated.Kalle Wallin2004-03-261-2/+2
* Added support for a configuration file ~/.ncmpcrc and color support.Kalle Wallin2004-03-251-0/+28
* Added an implementation of strcasecmp for non glibc systems.Kalle Wallin2004-03-221-3/+28
* Updated charset supportKalle Wallin2004-03-221-16/+27
* Added iconv supportKalle Wallin2004-03-191-14/+110
* Imported ncmpc (mpc-ncures).Kalle Wallin2004-03-191-0/+64