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