aboutsummaryrefslogtreecommitdiffstats
path: root/src/support.h (unfollow)
Commit message (Expand)AuthorFilesLines
2005-06-11support wide-char ncurses library (ncursesw)Kalle Wallin1-0/+6
2004-07-03Replaced the time_t type with glibs GTimeKalle Wallin1-1/+1
2004-07-01Removed the trim() function, using glib's g_strstrip() insteadKalle Wallin1-1/+0
2004-06-09Added the strscroll functionKalle Wallin1-0/+9
2004-06-06Moved charset initialization code to main.c, added bind_textdomain_codeset()Kalle Wallin1-2/+1
2004-06-05Changed directory layout (for future use of gettext)Kalle Wallin1-0/+0
2004-03-31Added strcasestr prototype.Kalle Wallin1-6/+4
2004-03-29Removed the concat_path() function.Kalle Wallin1-2/+0
2004-03-28Started to use glib (not iconv) for character set conversions.Kalle Wallin1-6/+0
2004-03-27Moved IS_WHITESPACE macor to support.hKalle Wallin1-0/+4
2004-03-26Added file langinfo.c, used on systems without nl_langinfo() support.Kalle Wallin1-0/+6
2004-03-25Added support for a configuration file ~/.ncmpcrc and color support.Kalle Wallin1-0/+1
2004-03-22Added an implementation of strcasecmp for non glibc systems.Kalle Wallin1-1/+10
2004-03-19Added iconv supportKalle Wallin1-1/+6