summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Correct return value when we can't find a charset in inputstream constructor.John Mark Bell2009-01-061-0/+4
* Change API of inputstream_peek(_slow) to return errors. Joy.John Mark Bell2009-01-062-31/+28
* Dubious optimisation I've had sitting around for ages.John Mark Bell2009-01-061-2/+4
* 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-011-3/+3
* New datastructures:John Mark Bell2008-11-302-1/+33
* Return errors from dictionary constructor/destructorJohn Mark Bell2008-11-091-2/+3
* Return errors from constructors and destructors.John Mark Bell2008-11-086-15/+21
* Add API to vector to permit peeking.John Mark Bell2008-10-181-0/+2
* Only randomise the inputstream if RANDOMISE_INPUTSTREAM is defined.John Mark Bell2008-09-171-0/+2
* 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-132-0/+4
* ConstifyJohn Mark Bell2008-07-301-1/+2
* Make parserutils_dict_entry public.John Mark Bell2008-07-303-1/+68
* Pedantic spelling changes of encoding names UTF-8, UTF-16 and UCS-4John Tytgat2008-06-282-4/+4
* Have some generic dictionary implementation.John Mark Bell2008-05-101-0/+28
* Import parser construction utility libraryJohn Mark Bell2008-05-0110-0/+484