aboutsummaryrefslogtreecommitdiffstats
path: root/src/support.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* code style, indent with tabs XIMax Kellermann2008-10-031-3/+1
* support: removed unused function remove_trailing_slash()Max Kellermann2008-10-031-17/+0
* use g_basename() instead of basename()Max Kellermann2008-10-031-22/+0
* use g_ascii_strdown() instead of the custom lowerstr()Max Kellermann2008-10-031-20/+10
* charset: renamed my_strlen() to utf8_width()Max Kellermann2008-10-021-1/+1
* moved code to charset.cMax Kellermann2008-10-021-95/+1
* moved i18n macros to i18n.hMax Kellermann2008-10-021-1/+2
* removed the debugging function D()Max Kellermann2008-10-021-2/+0
* support: added assertionsMax Kellermann2008-09-211-0/+16
* added support for wide charactersMax Kellermann2008-09-181-3/+13
* code style, indent with tabs VMax Kellermann2008-09-181-87/+81
* use size_t and unsigned integersMax Kellermann2008-09-151-1/+1
* include cleanupMax Kellermann2008-09-151-5/+3
* const pointersMax Kellermann2008-09-151-4/+4
* code style, indent with tabsMax Kellermann2008-09-151-44/+38
* unicode fixes from Dmitry Baryshkov/René van BevernKalle Wallin2006-03-281-6/+17
* support wide-char ncurses library (ncursesw)Kalle Wallin2005-06-111-1/+9
* Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf)Kalle Wallin2004-07-131-10/+12
* Removed the trim() function, using glib's g_strstrip() insteadKalle Wallin2004-07-011-20/+0
* Major cleanup of the mpd client code (mpc->mpdclient)Kalle Wallin2004-06-141-3/+4
* Added the strscroll functionKalle Wallin2004-06-091-0/+38
* Moved charset initialization code to main.c, added bind_textdomain_codeset()Kalle Wallin2004-06-061-33/+8
* Added initial i18n supportKalle Wallin2004-06-051-8/+3
* Changed directory layout (for future use of gettext)Kalle Wallin2004-06-051-0/+216