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