summaryrefslogtreecommitdiff
path: root/src/charset/codecs/codec_utf16.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace use of abort() with assertions.John-Mark Bell2014-01-131-12/+9
|
* Fix bounds checking. Fixes CID 1152178, 1152179.John-Mark Bell2014-01-121-1/+1
|
* Remove client allocation function.Michael Drake2013-12-141-6/+2
|
* 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-15/+17
| | | | | | | | | | | | 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
* Return errors from constructors and destructors.John Mark Bell2008-11-081-22/+33
| | | | svn path=/trunk/libparserutils/; revision=5652
* Make comments explicit about the endianness of UCS-4 dataJohn Mark Bell2008-06-281-3/+3
| | | | svn path=/trunk/libparserutils/; revision=4473
* Remove unnecessary casting.John Tytgat2008-06-281-3/+2
| | | | svn path=/trunk/libparserutils/; revision=4470
* Pedantic spelling changes of encoding names UTF-8, UTF-16 and UCS-4John Tytgat2008-06-281-8/+8
| | | | svn path=/trunk/libparserutils/; revision=4469
* Import parser construction utility libraryJohn Mark Bell2008-05-011-0/+544
svn path=/trunk/libparserutils/; revision=4111