summaryrefslogtreecommitdiff
path: root/src/charset/codecs/codec_ext8.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace use of abort() with assertions.John-Mark Bell2014-01-131-2/+1
|
* Remove client allocation function.Michael Drake2013-12-141-5/+1
|
* Remove dependency on a library providing ntohl/htonl.John Mark Bell2009-07-021-12/+4
| | | | svn path=/trunk/libparserutils/; revision=8267
* Inevitably, Windows requires winsock.h instead of the BSD stack headers.John Mark Bell2009-07-021-0/+4
| | | | svn path=/trunk/libparserutils/; revision=8263
* Reasons I hate TCPIPLibs:John Mark Bell2009-06-201-20/+22
| | | | | | | | | | | | 1) You need to include sys/types.h yourself 2) You need to ensure that netinet/in.h is included before arpa/inet.h 3) Neither arpa/inet.h nor netinet/in.h define htonl/ntohl -- it's in machine/endian.h which, fortunately, is included from sys/types.h Add a bunch of explicit casts to uint32_t to the results of calls to ntohl/htonl to appease Norcroft's "implicit narrowing cast" warning. svn path=/trunk/libparserutils/; revision=7891
* Pedantic whitespace changesJohn Mark Bell2008-11-301-2/+1
| | | | svn path=/trunk/libparserutils/; revision=5842
* C89François Revel2008-11-291-5/+9
| | | | svn path=/trunk/libparserutils/; revision=5839
* Return errors from constructors and destructors.John Mark Bell2008-11-081-21/+32
| | | | svn path=/trunk/libparserutils/; revision=5652
* Fix encoding. Sigh.John Mark Bell2008-09-051-2/+3
| | | | svn path=/trunk/libparserutils/; revision=5241
* Fix stupid.John Mark Bell2008-09-041-2/+2
| | | | | | Testcase for cp1252. Currently fails because of spurious nonsense at the end of the output. May be a test driver bug. svn path=/trunk/libparserutils/; revision=5237
* Fix bugs.John Mark Bell2008-09-041-1/+1
| | | | svn path=/trunk/libparserutils/; revision=5236
* Extended 8bit coded. Mostly for Windows-125n support. Also needs testing.John Mark Bell2008-09-041-0/+575
svn path=/trunk/libparserutils/; revision=5235