aboutsummaryrefslogtreecommitdiffstats
path: root/src/support.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do not include libgen.h, it is unneeded after commit 44ecb.Emanuele Giaquinta2008-10-041-4/+0
* code style, indent with tabs XIMax Kellermann2008-10-031-1/+1
* support: removed unused function remove_trailing_slash()Max Kellermann2008-10-031-1/+0
* use g_basename() instead of basename()Max Kellermann2008-10-031-4/+0
* use g_ascii_isspace() instead of IS_WHITESPACE()Max Kellermann2008-10-031-2/+0
* use g_ascii_strdown() instead of the custom lowerstr()Max Kellermann2008-10-031-2/+1
* moved code to charset.cMax Kellermann2008-10-021-13/+0
* added support for wide charactersMax Kellermann2008-09-181-1/+4
* use size_t and unsigned integersMax Kellermann2008-09-151-1/+1
* include cleanupMax Kellermann2008-09-151-0/+2
* const pointersMax Kellermann2008-09-151-3/+3
* code style, indent with tabsMax Kellermann2008-09-151-5/+3
* support wide-char ncurses library (ncursesw)Kalle Wallin2005-06-111-0/+6
* Replaced the time_t type with glibs GTimeKalle Wallin2004-07-031-1/+1
* Removed the trim() function, using glib's g_strstrip() insteadKalle Wallin2004-07-011-1/+0
* Added the strscroll functionKalle Wallin2004-06-091-0/+9
* Moved charset initialization code to main.c, added bind_textdomain_codeset()Kalle Wallin2004-06-061-2/+1
* Changed directory layout (for future use of gettext)Kalle Wallin2004-06-051-0/+24