aboutsummaryrefslogtreecommitdiffstats
path: root/src/support.h (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-04Do not include libgen.h, it is unneeded after commit 44ecb.Emanuele Giaquinta1-4/+0
2008-10-03code style, indent with tabs XIMax Kellermann1-1/+1
2008-10-03support: removed unused function remove_trailing_slash()Max Kellermann1-1/+0
2008-10-03use g_basename() instead of basename()Max Kellermann1-4/+0
2008-10-03use g_ascii_isspace() instead of IS_WHITESPACE()Max Kellermann1-2/+0
2008-10-03use g_ascii_strdown() instead of the custom lowerstr()Max Kellermann1-2/+1
2008-10-02moved code to charset.cMax Kellermann1-13/+0
2008-09-18added support for wide charactersMax Kellermann1-1/+4
2008-09-15use size_t and unsigned integersMax Kellermann1-1/+1
2008-09-15include cleanupMax Kellermann1-0/+2
2008-09-15const pointersMax Kellermann1-3/+3
2008-09-15code style, indent with tabsMax Kellermann1-5/+3
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