summaryrefslogtreecommitdiff
path: root/test/lex.c
Commit message (Expand)AuthorAgeFilesLines
* Strip trailing whitespace.Michael Drake2017-09-041-15/+15
* Update for new lpu API.Michael Drake2013-12-141-10/+1
* Various changes which modify API and ABI:Michael Drake2013-12-131-1/+1
* 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-5/+5
* 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-1/+0
* Remove initialisation of libparserutils from testsDaniel Silverstone2010-12-041-5/+0
* Remove libcss_initialise/finalise.John Mark Bell2010-12-041-2/+3
* And again.John Mark Bell2009-04-171-2/+4
* More c89ismsJohn Mark Bell2009-04-151-1/+2
* Just the one iteration, thanks. Also, no spam.John Mark Bell2009-01-121-1/+5
* More modifications to allow numerous iterations for profiling.John Mark Bell2008-11-301-38/+46
* css_string is now the same as a parserutils_dict_entry. This allows us to use...John Mark Bell2008-11-271-15/+15
* Port libcss to new lpu API.John Mark Bell2008-11-091-5/+4
* Fix compilation of test drivers on 64bit platforms.John Mark Bell2008-09-051-13/+23
* Only intern strings when we get a token from the lexer. Strings in tokens tha...John Mark Bell2008-08-011-1/+1
* Whoops. Missed this when adding the invalid string stuff.John Mark Bell2008-07-151-0/+3
* Import beginnings of a CSS parsing library.John Mark Bell2008-05-011-0/+184