summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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