summaryrefslogtreecommitdiff
path: root/test/tokeniser3.c
Commit message (Expand)AuthorAgeFilesLines
* Remove client allocation function and update for new lpu API.Michael Drake2013-12-141-10/+2
* Correct various warnings in the test suiteCraig Barnes2013-05-041-3/+3
* Don't use the nonportable alloca() during tests.Anthony J. Bentley2013-04-271-1/+3
* Fix up for json-c 0.10John-Mark Bell2012-08-291-14/+14
* Remove Aliases file from test harnessesJohn Mark Bell2010-12-041-3/+3
* Remove init/final and embed entity trie at build time. r=vinceDaniel Silverstone2010-12-041-5/+0
* A load of c89 compatibility fixes.John Mark Bell2009-04-161-4/+4
* Return errors from tokeniser constructor/destructorJohn Mark Bell2008-11-091-2/+2
* Port hubbub to new lpu APIJohn Mark Bell2008-11-081-3/+2
* Propagate the use of hubbub_error up into at least a bit of the treebuilder.Andrew Sidwell2008-08-091-3/+5
* Fix acquisition of input length on 64bit platformsJohn Mark Bell2008-08-051-1/+3
* Merged revisions 4631-4838 via svnmerge from John Mark Bell2008-07-311-56/+52
* Cast values to int to avoid warnings.John Mark Bell2008-07-111-2/+3
* Add CDATA tests and the infrastructure to support them.Andrew Sidwell2008-06-191-0/+11
* Add a tokeniser3, which tests the tokeniser byte-by-byte rather than with all...Andrew Sidwell2008-06-191-0/+476