summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Require iconv by default, as this is the most useful configurationJohn Mark Bell2011-04-211-1/+1
| | | | svn path=/trunk/libparserutils/; revision=12215
* Internalise the internal symbol names.Daniel Silverstone2011-01-264-43/+43
| | | | svn path=/trunk/libparserutils/; revision=11493
* Remove Aliases file.Michael Drake2010-12-041-302/+0
| | | | svn path=/trunk/libparserutils/; revision=10984
* Remove Aliases file from test harnessesJohn Mark Bell2010-12-0410-40/+30
| | | | svn path=/trunk/libparserutils/; revision=10979
* Make sure we elide trailing non-characters when matching aliasesDaniel Silverstone2010-12-041-0/+8
| | | | svn path=/trunk/libparserutils/; revision=10973
* Remove init/final code and turn aliases into static data structure. r=vinceDaniel Silverstone2010-12-0418-479/+3
| | | | svn path=/trunk/libparserutils/; revision=10961
* Pretend to care about fread failingJohn Mark Bell2009-04-171-2/+4
| | | | svn path=/trunk/libparserutils/; revision=7122
* c89John Mark Bell2009-04-154-15/+20
| | | | svn path=/trunk/libparserutils/; revision=7101
* Purge testrunnerJohn Mark Bell2009-03-261-167/+0
| | | | svn path=/trunk/libparserutils/; revision=6892
* Port to new test scheme.John Mark Bell2009-03-253-4/+8
| | | | | | Fix aliases test to work in release mode. svn path=/trunk/libparserutils/; revision=6871
* Fix test targetJohn Mark Bell2009-03-245-11/+319
| | | | svn path=/trunk/libparserutils/; revision=6855
* Port to new buildsystemJohn Mark Bell2009-03-241-103/+6
| | | | svn path=/trunk/libparserutils/; revision=6854
* Remove dict, hash and rbtree from libparserutilsDaniel Silverstone2009-02-145-202/+1
| | | | svn path=/trunk/libparserutils/; revision=6512
* Change API of inputstream_peek(_slow) to return errors. Joy.John Mark Bell2009-01-062-8/+8
| | | | svn path=/trunk/libparserutils/; revision=5965
* Chunked arrays: Pack length of entries into array as a prefix to the data.John Mark Bell2008-12-011-1/+1
| | | | | | Limit maximum length of data items stored in hash/chunked array to 2^16-1. svn path=/trunk/libparserutils/; revision=5858
* New datastructures:John Mark Bell2008-11-303-1/+58
| | | | | | | | | + Chunked array + Hash table (open addressing) Constify parameter to parserutils_stack_push svn path=/trunk/libparserutils/; revision=5850
* Return errors from dictionary constructor/destructorJohn Mark Bell2008-11-091-2/+2
| | | | svn path=/trunk/libparserutils/; revision=5673
* Fix regression test to work with iconv filter enabledJohn Mark Bell2008-11-091-2/+9
| | | | svn path=/trunk/libparserutils/; revision=5662
* Fix double free of filter read codec when resetting to an unsupported encoding.John Mark Bell2008-11-093-1/+52
| | | | svn path=/trunk/libparserutils/; revision=5657
* Return errors from constructors and destructors.John Mark Bell2008-11-0810-28/+30
| | | | svn path=/trunk/libparserutils/; revision=5652
* Fix test driver to be endian independentJohn Mark Bell2008-09-091-12/+19
| | | | svn path=/trunk/libparserutils/; revision=5298
* Er yeah, it helps if you don't commit the deliberately broken testrunnerJohn Mark Bell2008-09-071-2/+2
| | | | svn path=/trunk/libparserutils/; revision=5273
* Fix inputstream test on ROJohn Mark Bell2008-09-072-5/+10
| | | | svn path=/trunk/libparserutils/; revision=5272
* Native RO makefile. Don't expect anything other than make/make debug to ↵John Mark Bell2008-09-071-0/+6
| | | | | | actually work thanks to insane amounts of buggy behaviour in the OS/runtime that I can't find the energy to work around. svn path=/trunk/libparserutils/; revision=5270
* Dependency trackingJohn Mark Bell2008-09-051-1/+19
| | | | svn path=/trunk/libparserutils/; revision=5257
* Tidy up CFLAGS/LDFLAGSJohn Mark Bell2008-09-051-1/+1
| | | | svn path=/trunk/libparserutils/; revision=5249
* ISO-8859-n test dataJohn Mark Bell2008-09-0519-2/+290
| | | | svn path=/trunk/libparserutils/; revision=5247
* More test data.John Mark Bell2008-09-059-1/+9
| | | | svn path=/trunk/libparserutils/; revision=5244
* Move test data. Add encoding test.John Mark Bell2008-09-052-1/+1
| | | | svn path=/trunk/libparserutils/; revision=5240
* Fix test drivers & CP1252 test dataJohn Mark Bell2008-09-055-1/+4
| | | | svn path=/trunk/libparserutils/; revision=5239
* Fix stupid.John Mark Bell2008-09-045-2/+275
| | | | | | 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
* Make the lpu alias comparion stuff ignore punctuation characters, as per HTML5Andrew Sidwell2008-08-071-1/+10
| | | | svn path=/trunk/libparserutils/; revision=4947
* - parserutils_charset_utf16_to_ucs4(): fixed surrogate handling.John Tytgat2008-06-289-6/+381
| | | | | | | - cscodec-utf8.c(run_test): Added more asserts. - Added UTF-16 tester (based on the UTF-8 one). svn path=/trunk/libparserutils/; revision=4472
* Fix compiler errors when ptrs are 64bit.John Tytgat2008-06-281-10/+11
| | | | svn path=/trunk/libparserutils/; revision=4468
* Have some generic dictionary implementation.John Mark Bell2008-05-104-1/+145
| | | | | | Even comes with testcases, which is nice. svn path=/trunk/libparserutils/; revision=4138
* Import parser construction utility libraryJohn Mark Bell2008-05-0120-0/+1762
svn path=/trunk/libparserutils/; revision=4111