summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove dict, hash and rbtree from libparserutilsDaniel Silverstone2009-02-1412-1652/+2
* Ensure that parserutils_inputstream_peek(_slow)? have API documentation.John Mark Bell2009-01-092-2/+4
* Silence doxygen warnings.John Mark Bell2009-01-095-5/+9
* Document the docs targetJohn Mark Bell2009-01-091-0/+7
* Doxygen-generated API documentationJohn Mark Bell2009-01-095-1/+1247
* Merge note on Aliases file from hubbub.John Mark Bell2009-01-081-0/+8
* Document how to enable iconv() supportJohn Mark Bell2009-01-081-1/+20
* Correct return value when we can't find a charset in inputstream constructor.John Mark Bell2009-01-062-14/+66
* Change API of inputstream_peek(_slow) to return errors. Joy.John Mark Bell2009-01-066-57/+67
* Make input filter correctly return _BADENCODING.John Mark Bell2009-01-062-5/+6
* Dubious optimisation I've had sitting around for ages.John Mark Bell2009-01-061-2/+4
* C89François Revel2008-12-221-2/+3
* Fix build on 32bit platforms.John Mark Bell2008-12-021-2/+2
* Use temporary variables rather than indirecting through pointers all the time.John Mark Bell2008-12-011-8/+13
* Chunked arrays: Pack length of entries into array as a prefix to the data.John Mark Bell2008-12-016-59/+57
* Make things clearer through use of temporary variablesJohn Mark Bell2008-11-301-15/+19
* New datastructures:John Mark Bell2008-11-3010-4/+672
* Pedantic whitespace changesJohn Mark Bell2008-11-305-12/+8
* C89François Revel2008-11-291-5/+6
* C89François Revel2008-11-296-19/+33
* C89François Revel2008-11-295-8/+23
* Return errors from dictionary constructor/destructorJohn Mark Bell2008-11-093-16/+26
* Fix regression test to work with iconv filter enabledJohn Mark Bell2008-11-091-2/+9
* 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