Code

Do not include libgen.h, it is unneeded after commit 44ecb.
[ncmpc.git] / src / support.h
2008-10-04 Emanuele GiaquintaDo not include libgen.h, it is unneeded after commit...
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_isspace() instead of IS_WHITESPACE()
2008-10-03 Max Kellermannuse g_ascii_strdown() instead of the custom lowerstr()
2008-10-02 Max Kellermannmoved code to charset.c
2008-09-18 Max Kellermannadded support for wide characters
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
2005-06-11 Kalle Wallinsupport wide-char ncurses library (ncursesw)
2004-07-03 Kalle WallinReplaced the time_t type with glibs GTime
2004-07-01 Kalle WallinRemoved the trim() function, using glib's g_strstrip...
2004-06-09 Kalle WallinAdded the strscroll function
2004-06-06 Kalle WallinMoved charset initialization code to main.c, added...
2004-06-05 Kalle WallinChanged directory layout (for future use of gettext)