summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Remove client allocation function.Michael Drake2013-12-149-81/+13
* Don't use the nonportable alloca() during tests.Anthony J. Bentley2013-04-274-10/+30
* add simple insert test when an a is found in teh input streamVincent Sanders2012-07-051-0/+5
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-292-2/+2
* Remove unused origlen so tests runDaniel Silverstone2012-06-291-2/+2
* Require iconv by default, as this is the most useful configurationJohn Mark Bell2011-04-211-1/+1
* Internalise the internal symbol names.Daniel Silverstone2011-01-264-43/+43
* Remove Aliases file.Michael Drake2010-12-041-302/+0
* Remove Aliases file from test harnessesJohn Mark Bell2010-12-0410-40/+30
* Make sure we elide trailing non-characters when matching aliasesDaniel Silverstone2010-12-041-0/+8
* Remove init/final code and turn aliases into static data structure. r=vinceDaniel Silverstone2010-12-0418-479/+3
* Pretend to care about fread failingJohn Mark Bell2009-04-171-2/+4
* c89John Mark Bell2009-04-154-15/+20
* Purge testrunnerJohn Mark Bell2009-03-261-167/+0
* Port to new test scheme.John Mark Bell2009-03-253-4/+8
* Fix test targetJohn Mark Bell2009-03-245-11/+319
* Port to new buildsystemJohn Mark Bell2009-03-241-103/+6
* Remove dict, hash and rbtree from libparserutilsDaniel Silverstone2009-02-145-202/+1
* Change API of inputstream_peek(_slow) to return errors. Joy.John Mark Bell2009-01-062-8/+8
* Chunked arrays: Pack length of entries into array as a prefix to the data.John Mark Bell2008-12-011-1/+1
* New datastructures:John Mark Bell2008-11-303-1/+58
* Return errors from dictionary constructor/destructorJohn Mark Bell2008-11-091-2/+2
* Fix regression test to work with iconv filter enabledJohn Mark Bell2008-11-091-2/+9
* Fix double free of filter read codec when resetting to an unsupported encoding.John Mark Bell2008-11-093-1/+52
* Return errors from constructors and destructors.John Mark Bell2008-11-0810-28/+30
* Fix test driver to be endian independentJohn Mark Bell2008-09-091-12/+19
* Er yeah, it helps if you don't commit the deliberately broken testrunnerJohn Mark Bell2008-09-071-2/+2
* Fix inputstream test on ROJohn Mark Bell2008-09-072-5/+10
* Native RO makefile. Don't expect anything other than make/make debug to actua...John Mark Bell2008-09-071-0/+6
* Dependency trackingJohn Mark Bell2008-09-051-1/+19
* Tidy up CFLAGS/LDFLAGSJohn Mark Bell2008-09-051-1/+1
* ISO-8859-n test dataJohn Mark Bell2008-09-0519-2/+290
* More test data.John Mark Bell2008-09-059-1/+9
* Move test data. Add encoding test.John Mark Bell2008-09-052-1/+1
* Fix test drivers & CP1252 test dataJohn Mark Bell2008-09-055-1/+4
* Fix stupid.John Mark Bell2008-09-045-2/+275
* Make the lpu alias comparion stuff ignore punctuation characters, as per HTML5Andrew Sidwell2008-08-071-1/+10
* - parserutils_charset_utf16_to_ucs4(): fixed surrogate handling.John Tytgat2008-06-289-6/+381
* Fix compiler errors when ptrs are 64bit.John Tytgat2008-06-281-10/+11
* Have some generic dictionary implementation.John Mark Bell2008-05-104-1/+145
* Import parser construction utility libraryJohn Mark Bell2008-05-0120-0/+1762