summaryrefslogtreecommitdiff
path: root/test/INDEX
Commit message (Collapse)AuthorAgeFilesLines
* Remove init/final code and turn aliases into static data structure. r=vinceDaniel Silverstone2010-12-041-2/+0
| | | | svn path=/trunk/libparserutils/; revision=10961
* Fix test targetJohn Mark Bell2009-03-241-6/+0
| | | | svn path=/trunk/libparserutils/; revision=6855
* Remove dict, hash and rbtree from libparserutilsDaniel Silverstone2009-02-141-3/+0
| | | | svn path=/trunk/libparserutils/; revision=6512
* New datastructures:John Mark Bell2008-11-301-0/+1
| | | | | | | | | + Chunked array + Hash table (open addressing) Constify parameter to parserutils_stack_push svn path=/trunk/libparserutils/; revision=5850
* Fix double free of filter read codec when resetting to an unsupported encoding.John Mark Bell2008-11-091-0/+1
| | | | svn path=/trunk/libparserutils/; revision=5657
* ISO-8859-n test dataJohn Mark Bell2008-09-051-0/+1
| | | | svn path=/trunk/libparserutils/; revision=5247
* Fix stupid.John Mark Bell2008-09-041-0/+1
| | | | | | Testcase for cp1252. Currently fails because of spurious nonsense at the end of the output. May be a test driver bug. svn path=/trunk/libparserutils/; revision=5237
* - parserutils_charset_utf16_to_ucs4(): fixed surrogate handling.John Tytgat2008-06-281-1/+2
| | | | | | | - cscodec-utf8.c(run_test): Added more asserts. - Added UTF-16 tester (based on the UTF-8 one). svn path=/trunk/libparserutils/; revision=4472
* Have some generic dictionary implementation.John Mark Bell2008-05-101-0/+2
| | | | | | Even comes with testcases, which is nice. svn path=/trunk/libparserutils/; revision=4138
* Import parser construction utility libraryJohn Mark Bell2008-05-011-0/+15
svn path=/trunk/libparserutils/; revision=4111