summaryrefslogtreecommitdiff
path: root/src/lex/lex.c
Commit message (Expand)AuthorAgeFilesLines
* Retain pointer to dictionary entries so we don't have to rediscover it later.John Mark Bell2008-12-011-2/+2
* css_string is now the same as a parserutils_dict_entry. This allows us to use...John Mark Bell2008-11-271-31/+31
* Prevent reading from beyond the start of token data.John Mark Bell2008-11-271-5/+6
* Port libcss to new lpu API.John Mark Bell2008-11-091-13/+22
* Support signs on numbers, percentages, and dimensionsJohn Mark Bell2008-10-271-12/+30
* For tokens where there's a possibility of case differences requiring case ins...John Mark Bell2008-08-041-0/+2
* Only intern strings when we get a token from the lexer. Strings in tokens tha...John Mark Bell2008-08-011-34/+41
* Correctly process unterminated strings.John Mark Bell2008-06-261-19/+30
* Pedantic linewrappingJohn Mark Bell2008-05-201-2/+8
* Fix testdriver to accept # in inputJohn Mark Bell2008-05-031-2/+4
* Import beginnings of a CSS parsing library.John Mark Bell2008-05-011-0/+2116