summaryrefslogtreecommitdiff
path: root/src/charset/codecs/codec_ascii.c
Commit message (Collapse)AuthorAgeFilesLines
* Pedantic whitespace changesJohn Mark Bell2008-11-301-2/+1
| | | | svn path=/trunk/libparserutils/; revision=5842
* C89François Revel2008-11-291-2/+4
| | | | svn path=/trunk/libparserutils/; revision=5839
* Return errors from constructors and destructors.John Mark Bell2008-11-081-20/+31
| | | | svn path=/trunk/libparserutils/; revision=5652
* ASCII charset codec.John Mark Bell2008-09-241-0/+526
svn path=/trunk/libparserutils/; revision=5429