aboutsummaryrefslogtreecommitdiffstats
path: root/src/charConv.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-02-18Removing a global initialization to 0.J. Alexander Treuman1-1/+1
2007-02-18Reverting all of my localization changes. It was a horribleJ. Alexander Treuman1-7/+0
2007-01-14More sparse fixes now that we've re-enabled -Wmissing-prototypesEric Wong1-6/+6
2007-01-08Moving pathConvCharset to charConv.c so it can be reused for localization.J. Alexander Treuman1-0/+7
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-9/+10
2006-08-20This fixes 5 potential bugs where the conditional would always be true.Avuton Olrich1-1/+1
2006-08-20Fix warnings for -Wmissing-prototypesAvuton Olrich1-1/+1
2006-08-01charConv: optimize away a boatload of strdups during update (try #2)Eric Wong1-4/+13
2006-07-20Add mpd-indent.shAvuton Olrich1-30/+37
2006-07-17sparse: ANSI-fy function declarationsEric Wong1-1/+1
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-14[CLEANUP] Remove closeCharSetConversion from theAvuton Olrich1-2/+4
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2006-01-25fix bug 544Warren Dukes1-11/+4
2005-12-05optimize away a boatload of strdups during updateEric Wong1-4/+11
2004-11-03todo updateWarren Dukes1-1/+0
2004-06-17actually, scratch the last changeWarren Dukes1-1/+1
2004-06-17check in configure script if iconv() needs CONSTWarren Dukes1-1/+1
2004-04-14add vim shiznit to end of all source filesWarren Dukes1-0/+1
2004-04-13rename all ascii/utf8 stuff to latin1/utf8Warren Dukes1-11/+11
2004-04-13lots of fsCharset, utf8/ascii converting clean-up and robustness stuffWarren Dukes1-29/+78
2004-02-25few cleanupsWarren Dukes1-2/+3
2004-02-25a few more cleanups, use memcpy instead of strncpyWarren Dukes1-2/+2