aboutsummaryrefslogtreecommitdiffstats
path: root/src/support.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-21support: added assertionsMax Kellermann1-0/+16
2008-09-18added support for wide charactersMax Kellermann1-3/+13
2008-09-18code style, indent with tabs VMax Kellermann1-87/+81
2008-09-15use size_t and unsigned integersMax Kellermann1-1/+1
2008-09-15include cleanupMax Kellermann1-5/+3
2008-09-15const pointersMax Kellermann1-4/+4
2008-09-15code style, indent with tabsMax Kellermann1-44/+38
2006-03-28unicode fixes from Dmitry Baryshkov/René van BevernKalle Wallin1-6/+17
2005-06-11support wide-char ncurses library (ncursesw)Kalle Wallin1-1/+9
2004-07-13Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf)Kalle Wallin1-10/+12
2004-07-01Removed the trim() function, using glib's g_strstrip() insteadKalle Wallin1-20/+0
2004-06-14Major cleanup of the mpd client code (mpc->mpdclient)Kalle Wallin1-3/+4
2004-06-09Added the strscroll functionKalle Wallin1-0/+38
2004-06-06Moved charset initialization code to main.c, added bind_textdomain_codeset()Kalle Wallin1-33/+8
2004-06-05Added initial i18n supportKalle Wallin1-8/+3
2004-06-05Changed directory layout (for future use of gettext)Kalle Wallin1-0/+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