Code

code style, indent with tabs XI
[ncmpc.git] / src / support.c
2008-10-03 Max Kellermanncode style, indent with tabs XI
2008-10-03 Max Kellermannsupport: removed unused function remove_trailing_slash()
2008-10-03 Max Kellermannuse g_basename() instead of basename()
2008-10-03 Max Kellermannuse g_ascii_strdown() instead of the custom lowerstr()
2008-10-02 Max Kellermanncharset: renamed my_strlen() to utf8_width()
2008-10-02 Max Kellermannmoved code to charset.c
2008-10-02 Max Kellermannmoved i18n macros to i18n.h
2008-10-02 Max Kellermannremoved the debugging function D()
2008-09-21 Max Kellermannsupport: added assertions
2008-09-18 Max Kellermannadded support for wide characters
2008-09-18 Max Kellermanncode style, indent with tabs V
2008-09-15 Max Kellermannuse size_t and unsigned integers
2008-09-15 Max Kellermanninclude cleanup
2008-09-15 Max Kellermannconst pointers
2008-09-15 Max Kellermanncode style, indent with tabs
2006-03-28 Kalle Wallinunicode fixes from Dmitry Baryshkov/René van Bevern
2005-06-11 Kalle Wallinsupport wide-char ncurses library (ncursesw)
2004-07-13 Kalle WallinUse glib's str functions (g_strlcat, g_strlcpy, g_snpri...
2004-07-01 Kalle WallinRemoved the trim() function, using glib's g_strstrip...
2004-06-14 Kalle WallinMajor cleanup of the mpd client code (mpc->mpdclient)
2004-06-09 Kalle WallinAdded the strscroll function
2004-06-06 Kalle WallinMoved charset initialization code to main.c, added...
2004-06-05 Kalle WallinAdded initial i18n support
2004-06-05 Kalle WallinChanged directory layout (for future use of gettext)