summaryrefslogtreecommitdiff
path: root/include/parserutils/input
Commit message (Expand)AuthorAgeFilesLines
* Sprinkle some C++ scoping aroundJohn Mark Bell2010-10-231-0/+9
* Fix whitespaceJohn Mark Bell2010-10-231-1/+1
* Ensure that parserutils_inputstream_peek(_slow)? have API documentation.John Mark Bell2009-01-091-1/+2
* 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-061-31/+27
* 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
* Return errors from constructors and destructors.John Mark Bell2008-11-081-3/+5
* 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-131-0/+2
* Pedantic spelling changes of encoding names UTF-8, UTF-16 and UCS-4John Tytgat2008-06-281-1/+1
* Import parser construction utility libraryJohn Mark Bell2008-05-011-0/+143