summaryrefslogtreecommitdiff
path: root/test/parse.c
Commit message (Expand)AuthorAgeFilesLines
* Just the one iteration -- I'm fed up of waiting for this to finish.John Mark Bell2009-01-121-1/+1
* More modifications to allow numerous iterations for profiling.John Mark Bell2008-11-301-33/+40
* Use parserutils_hash instead of parserutils_dict.John Mark Bell2008-11-301-3/+3
* css_string is now the same as a parserutils_dict_entry. This allows us to use...John Mark Bell2008-11-271-5/+11
* Port libcss to new lpu API.John Mark Bell2008-11-091-3/+2
* Fix compilation of test drivers on 64bit platforms.John Mark Bell2008-09-051-1/+1
* Minor changes.John Mark Bell2008-09-051-1/+14
* Change API of event callback to return css_error (this is more useful than bool)John Mark Bell2008-08-041-3/+3
* Stub out a CSS 2.1 stage 2 parser.John Mark Bell2008-08-011-2/+2
* Allow silencing of parser test driver.John Mark Bell2008-08-011-0/+6
* Fix handling of empty strings.John Mark Bell2008-08-011-0/+2
* Generate and emit eventsJohn Mark Bell2008-07-301-0/+38
* Implement the first-stage parser.John Mark Bell2008-07-301-0/+79