summaryrefslogtreecommitdiff
path: root/test/parse.c
Commit message (Expand)AuthorAgeFilesLines
* Fix test build.Michael Drake2012-01-261-2/+2
* Rename all css_[^_] internal symbols to css__ so that they're nicely namespacedDaniel Silverstone2011-01-261-4/+4
* Fix renaming of css_parser_parse_chunk from css_parser_css__parse_chunk to cs...Daniel Silverstone2011-01-261-2/+2
* Ensure there are zero global symbols without css_ or css__ in front of them. ...Daniel Silverstone2011-01-201-2/+2
* Remove Aliases file nonsenseJohn Mark Bell2010-12-041-4/+4
* Remove use of lwc_initialise and also parserutils.h includes. r=vinceDaniel Silverstone2010-12-041-4/+0
* Remove initialisation of libparserutils from testsDaniel Silverstone2010-12-041-3/+0
* Remove libcss_initialise/finalise.John Mark Bell2010-12-041-2/+3
* Fix libcss to use new libwapcaplet behaviour.Daniel Silverstone2010-03-271-6/+2
* More fread nonsenseJohn Mark Bell2009-04-171-2/+4
* More c89ismsJohn Mark Bell2009-04-151-1/+2
* Port libcss to libwapcaplet.Daniel Silverstone2009-02-141-7/+7
* 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