aboutsummaryrefslogtreecommitdiffstats
path: root/src/utf8.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* added "length" parameter to validUtf8String()Max Kellermann2008-09-021-7/+11
* unsigned integers and size_tMax Kellermann2008-08-311-6/+6
* fix -Wconst warningsMax Kellermann2008-02-051-10/+10
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-4/+1
* Merge branches/ew r7104Eric Wong2007-12-281-40/+49
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* Closing some parenthesis around shank's email address in copyright headers.J. Alexander Treuman2007-02-181-1/+1
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-261-4/+5
* Add mpd-indent.shAvuton Olrich2006-07-201-48/+61
* some quick hacks to avoid signedness warnings with gcc4Warren Dukes2006-07-171-18/+22
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* path.*: cleanupsAvuton Olrich2006-07-131-3/+3
* todo updateWarren Dukes2004-11-031-1/+0
* add vim shiznit to end of all source filesWarren Dukes2004-04-141-0/+1
* add copyright notices to new filesWarren Dukes2004-04-131-0/+18
* 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-0/+25
* fix a small booboo and add some debugging stuffWarren Dukes2004-04-131-3/+3
* add my own utf8/ascii converters and utf8 validatorWarren Dukes2004-04-131-0/+87