aboutsummaryrefslogtreecommitdiff
path: root/src/charConv.c
Commit message (Expand)AuthorAge
* clean up CPP includesMax Kellermann2008-04-12
* deconstify input buffer for iconv()Max Kellermann2008-04-12
* fix "unreachable code" warningMax Kellermann2008-03-26
* fix -Wconst warningsMax Kellermann2008-02-05
* fixed "comparison between signed and unsigned"Max Kellermann2008-01-26
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-03
* charConv: tie the buffer size for iconv() to our PATH_MAX constantEric Wong2008-01-01
* Merge branches/ew r7104Eric Wong2007-12-28
* The massive copyright updateAvuton Olrich2007-04-05
* Removing a global initialization to 0.J. Alexander Treuman2007-02-18
* Reverting all of my localization changes. It was a horribleJ. Alexander Treuman2007-02-18
* More sparse fixes now that we've re-enabled -Wmissing-prototypesEric Wong2007-01-14
* Moving pathConvCharset to charConv.c so it can be reused for localization.J. Alexander Treuman2007-01-08
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-26
* This fixes 5 potential bugs where the conditional would always be true.Avuton Olrich2006-08-20
* Fix warnings for -Wmissing-prototypesAvuton Olrich2006-08-20
* charConv: optimize away a boatload of strdups during update (try #2)Eric Wong2006-08-01
* Add mpd-indent.shAvuton Olrich2006-07-20
* sparse: ANSI-fy function declarationsEric Wong2006-07-17
* Change shank's email addressJ. Alexander Treuman2006-07-14
* [CLEANUP] Remove closeCharSetConversion from theAvuton Olrich2006-07-14
* Huge header update, update the copyright and addAvuton Olrich2006-07-13
* fix bug 544Warren Dukes2006-01-25
* optimize away a boatload of strdups during updateEric Wong2005-12-05
* todo updateWarren Dukes2004-11-03
* actually, scratch the last changeWarren Dukes2004-06-17
* check in configure script if iconv() needs CONSTWarren Dukes2004-06-17
* add vim shiznit to end of all source filesWarren Dukes2004-04-14
* rename all ascii/utf8 stuff to latin1/utf8Warren Dukes2004-04-13
* lots of fsCharset, utf8/ascii converting clean-up and robustness stuffWarren Dukes2004-04-13
* few cleanupsWarren Dukes2004-02-25
* a few more cleanups, use memcpy instead of strncpyWarren Dukes2004-02-25
* import from SF CVSWarren Dukes2004-02-23