summaryrefslogtreecommitdiff
path: root/test/regression
Commit message (Collapse)AuthorAgeFilesLines
* Add test for memmove beyond buffer length, in parserutils_buffer_discard.Michael Drake2014-03-283-1/+71
|
* Remove client allocation function.Michael Drake2013-12-143-26/+3
|
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-1/+1
| | | | svn path=/trunk/libparserutils/; revision=14003
* 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-262-6/+6
| | | | 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-043-12/+6
| | | | svn path=/trunk/libparserutils/; revision=10979
* Remove init/final code and turn aliases into static data structure. r=vinceDaniel Silverstone2010-12-046-55/+1
| | | | svn path=/trunk/libparserutils/; revision=10961
* Port to new test scheme.John Mark Bell2009-03-251-2/+2
| | | | | | Fix aliases test to work in release mode. svn path=/trunk/libparserutils/; revision=6871
* Fix test targetJohn Mark Bell2009-03-243-0/+317
| | | | svn path=/trunk/libparserutils/; revision=6855
* Change API of inputstream_peek(_slow) to return errors. Joy.John Mark Bell2009-01-061-3/+3
| | | | svn path=/trunk/libparserutils/; revision=5965
* 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-091-0/+50
| | | | svn path=/trunk/libparserutils/; revision=5657
* Return errors from constructors and destructors.John Mark Bell2008-11-083-7/+6
| | | | svn path=/trunk/libparserutils/; revision=5652
* Import parser construction utility libraryJohn Mark Bell2008-05-013-0/+171
svn path=/trunk/libparserutils/; revision=4111