aboutsummaryrefslogtreecommitdiffstats
path: root/support.c (unfollow)
Commit message (Expand)AuthorFilesLines
2004-06-05Changed directory layout (for future use of gettext)Kalle Wallin1-216/+0
2004-04-19Added copyright notice and license noticeKalle Wallin1-0/+18
2004-04-14Use screen_status_printf() to display character conversion errors. Only use Kalle Wallin1-2/+13
2004-03-29Replaced g_utf8_strlen() with strlen()Kalle Wallin1-3/+5
2004-03-29Added error handling in the character conversion functions.Kalle Wallin1-6/+36
2004-03-29Removed the concat_path() function.Kalle Wallin1-33/+14
2004-03-28Corrected a spelling error strup => strdup.Kalle Wallin1-2/+2
2004-03-28Started to use glib (not iconv) for character set conversions.Kalle Wallin1-109/+17
2004-03-27Initialize iconv_to_utf8 (used when saving playlists).Kalle Wallin1-7/+50
2004-03-26Added file langinfo.c, used on systems without nl_langinfo() support.Kalle Wallin1-4/+3
2004-03-26Updated the logic in charset_close(), why free stuff that isnt allocated.Kalle Wallin1-2/+2
2004-03-25Added support for a configuration file ~/.ncmpcrc and color support.Kalle Wallin1-0/+28
2004-03-22Added an implementation of strcasecmp for non glibc systems.Kalle Wallin1-3/+28
2004-03-22Updated charset supportKalle Wallin1-16/+27
2004-03-19Added iconv supportKalle Wallin1-14/+110