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