summaryrefslogtreecommitdiff
path: root/test/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* New datastructures:John Mark Bell2008-11-301-1/+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-1/+1
| | | | svn path=/trunk/libparserutils/; revision=5657
* 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-051-2/+2
| | | | svn path=/trunk/libparserutils/; revision=5247
* Fix stupid.John Mark Bell2008-09-041-2/+2
| | | | | | 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-2/+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-1/+2
| | | | | | Even comes with testcases, which is nice. svn path=/trunk/libparserutils/; revision=4138
* Import parser construction utility libraryJohn Mark Bell2008-05-011-0/+80
svn path=/trunk/libparserutils/; revision=4111