aboutsummaryrefslogtreecommitdiffstats
path: root/src/utf8.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-02added "length" parameter to validUtf8String()Max Kellermann1-7/+11
2008-08-31unsigned integers and size_tMax Kellermann1-6/+6
2008-02-05fix -Wconst warningsMax Kellermann1-10/+10
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-4/+1
2007-12-28Merge branches/ew r7104Eric Wong1-40/+49
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-02-18Closing some parenthesis around shank's email address in copyright headers.J. Alexander Treuman1-1/+1
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-4/+5
2006-07-20Add mpd-indent.shAvuton Olrich1-48/+61
2006-07-17some quick hacks to avoid signedness warnings with gcc4Warren Dukes1-18/+22
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2006-07-13path.*: cleanupsAvuton Olrich1-3/+3
2004-11-03todo updateWarren Dukes1-1/+0
2004-04-14add vim shiznit to end of all source filesWarren Dukes1-0/+1
2004-04-13add copyright notices to new filesWarren Dukes1-0/+18
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-0/+25
2004-04-13fix a small booboo and add some debugging stuffWarren Dukes1-3/+3
2004-04-13add my own utf8/ascii converters and utf8 validatorWarren Dukes1-0/+87