summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Return errors from constructors and destructors.John Mark Bell2008-11-086-15/+21
| | | | svn path=/trunk/libparserutils/; revision=5652
* Add API to vector to permit peeking.John Mark Bell2008-10-181-0/+2
| | | | svn path=/trunk/libparserutils/; revision=5596
* Only randomise the inputstream if RANDOMISE_INPUTSTREAM is defined.John Mark Bell2008-09-171-0/+2
| | | | | | | This will prevent exhorbitant memory leakage when running make test in client code. svn path=/trunk/libparserutils/; revision=5365
* Conditionalise noisy logging. I quite like to be able to run hubbub's ↵John Mark Bell2008-08-231-3/+5
| | | | | | testsuite without running out of hard drive space. svn path=/trunk/libparserutils/; revision=5183
* Fix formatting strings so it won't whinge on amd64Daniel Silverstone2008-08-221-2/+2
| | | | svn path=/trunk/libparserutils/; revision=5171
* Yet more debug.John Mark Bell2008-08-181-1/+19
| | | | svn path=/trunk/libparserutils/; revision=5149
* Only attempt to randomise the utf8 buffer when NDEBUG is not defined.John Mark Bell2008-08-131-0/+2
| | | | | | | Note that, if lpu is built with NDEBUG defined, then the randomisation is a NOP. Therefore, to use the randomisation, you want to build debug versions of both lpu and whatever's using it. svn path=/trunk/libparserutils/; revision=5085
* Move the location of the utf8 buffer every time we're asked for a character ↵John Mark Bell2008-08-132-0/+4
| | | | | | | | in debug mode. This leaks memory lots, deliberately. svn path=/trunk/libparserutils/; revision=5081
* ConstifyJohn Mark Bell2008-07-301-1/+2
| | | | svn path=/trunk/libparserutils/; revision=4827
* Make parserutils_dict_entry public.John Mark Bell2008-07-303-1/+68
| | | | | | Add basic implementations of a stack and a vector. svn path=/trunk/libparserutils/; revision=4824
* Pedantic spelling changes of encoding names UTF-8, UTF-16 and UCS-4John Tytgat2008-06-282-4/+4
| | | | svn path=/trunk/libparserutils/; revision=4469
* Have some generic dictionary implementation.John Mark Bell2008-05-101-0/+28
| | | | | | Even comes with testcases, which is nice. svn path=/trunk/libparserutils/; revision=4138
* Import parser construction utility libraryJohn Mark Bell2008-05-0110-0/+484
svn path=/trunk/libparserutils/; revision=4111