summaryrefslogtreecommitdiff
path: root/src/charset/codecs/codec_utf8.c
Commit message (Expand)AuthorAgeFilesLines
* Remove dependency on a library providing ntohl/htonl.John Mark Bell2009-07-021-12/+4
* Inevitably, Windows requires winsock.h instead of the BSD stack headers.John Mark Bell2009-07-021-0/+4
* Reasons I hate TCPIPLibs:John Mark Bell2009-06-201-15/+17
* Pedantic whitespace changesJohn Mark Bell2008-11-301-2/+1
* C89François Revel2008-11-291-2/+4
* Return errors from constructors and destructors.John Mark Bell2008-11-081-22/+33
* Make comments explicit about the endianness of UCS-4 dataJohn Mark Bell2008-06-281-3/+3
* Remove unnecessary casting.John Tytgat2008-06-281-3/+2
* Pedantic spelling changes of encoding names UTF-8, UTF-16 and UCS-4John Tytgat2008-06-281-8/+8
* Import parser construction utility libraryJohn Mark Bell2008-05-011-0/+546