summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix build when iconv filter is enabledJohn Mark Bell2008-11-091-2/+2
* What to do with errors when reading from the buffer?John Mark Bell2008-11-091-0/+3
* Fix double free of filter read codec when resetting to an unsupported encoding.John Mark Bell2008-11-094-7/+71
* Return errors from constructors and destructors.John Mark Bell2008-11-0833-342/+482
* Add API to vector to permit peeking.John Mark Bell2008-10-182-0/+22
* GCCSDK 4 build compatibility (not finished yet)John Tytgat2008-09-281-4/+8
* ASCII charset codec.John Mark Bell2008-09-243-1/+529
* Fix install target's use of DESTDIR. sigh.John Mark Bell2008-09-181-6/+6
* Only randomise the inputstream if RANDOMISE_INPUTSTREAM is defined.John Mark Bell2008-09-171-0/+2
* OS X friendly install invocationJohn Mark Bell2008-09-101-7/+6
* Fix test driver to be endian independentJohn Mark Bell2008-09-091-12/+19
* Make install/uninstall non-silentJohn Mark Bell2008-09-091-9/+9
* Make install/uninstall consider DESTDIRJohn Mark Bell2008-09-091-14/+14
* Purge remaining traces of iconv codec.John Mark Bell2008-09-071-7/+0
* Er yeah, it helps if you don't commit the deliberately broken testrunnerJohn Mark Bell2008-09-071-2/+2
* Fix inputstream test on ROJohn Mark Bell2008-09-072-5/+10
* Native RO makefile. Don't expect anything other than make/make debug to actua...John Mark Bell2008-09-073-2/+64
* Dependency trackingJohn Mark Bell2008-09-054-5/+64
* Make the export target actually usefulJohn Mark Bell2008-09-051-4/+3
* Allow for non-versioned local configuration changesJohn Mark Bell2008-09-051-0/+2
* Tidy up CFLAGS/LDFLAGSJohn Mark Bell2008-09-057-9/+9
* Remove the iconv codec. It serves no purpose.John Mark Bell2008-09-053-687/+1
* ISO-8859-n test dataJohn Mark Bell2008-09-0519-2/+290
* Some kind of todo listJohn Mark Bell2008-09-051-0/+5
* More test data.John Mark Bell2008-09-059-1/+9
* Fix encoding. Sigh.John Mark Bell2008-09-052-4/+6
* Move test data. Add encoding test.John Mark Bell2008-09-052-1/+1
* Fix test drivers & CP1252 test dataJohn Mark Bell2008-09-055-1/+4
* Fix stupid.John Mark Bell2008-09-047-6/+279
* Fix bugs.John Mark Bell2008-09-042-2/+2
* Extended 8bit coded. Mostly for Windows-125n support. Also needs testing.John Mark Bell2008-09-044-1/+765
* Perl script to convert Unicode mapping tables to C structuresJohn Mark Bell2008-09-041-0/+49
* ISO-8859-n codec. This needs some testing.John Mark Bell2008-09-045-1/+831
* Conditionalise noisy logging. I quite like to be able to run hubbub's testsui...John Mark Bell2008-08-231-3/+5
* Fix formatting strings so it won't whinge on amd64Daniel Silverstone2008-08-221-2/+2
* Yet more debug.John Mark Bell2008-08-181-1/+19
* Only attempt to randomise the utf8 buffer when NDEBUG is not defined.John Mark Bell2008-08-131-0/+2
* Move the location of the utf8 buffer every time we're asked for a character i...John Mark Bell2008-08-133-0/+28
* Fix valgrind's aliascmp() warning.Andrew Sidwell2008-08-111-3/+4
* Add parenthesesJohn Mark Bell2008-08-111-5/+5
* Fix a logic error, and make a test clearer & more efficient as per jmb's review.Andrew Sidwell2008-08-091-5/+3
* Make the lpu alias comparion stuff ignore punctuation characters, as per HTML5Andrew Sidwell2008-08-072-7/+70
* Fixup cross compilation makefileJohn Mark Bell2008-08-031-3/+3
* Rather more optimal data comparator -- compare data lengths first then, if th...John Mark Bell2008-08-011-4/+4
* Check for error in iconv_openJohn Mark Bell2008-07-311-0/+2
* ConstifyJohn Mark Bell2008-07-302-2/+4
* Make parserutils_dict_entry public.John Mark Bell2008-07-307-11/+449
* Make iconv-based filtering produce correct output when encountering encoding ...John Mark Bell2008-06-282-1/+12
* Make comments explicit about the endianness of UCS-4 dataJohn Mark Bell2008-06-282-6/+6
* - parserutils_charset_utf16_to_ucs4(): fixed surrogate handling.John Tytgat2008-06-2810-11/+391