summaryrefslogtreecommitdiff
path: root/src/lex/lex.h
Commit message (Expand)AuthorAgeFilesLines
* Various changes which modify API and ABI:Michael Drake2013-12-131-2/+1
* Rename all css_[^_] internal symbols to css__ so that they're nicely namespacedDaniel Silverstone2011-01-261-4/+4
* Don't intern lower-case versions of strings. Use lwc_context_string_caseless_...John Mark Bell2009-07-271-9/+3
* A bunch of c89.John Mark Bell2009-04-151-1/+1
* Port libcss to libwapcaplet.Daniel Silverstone2009-02-141-4/+8
* Drop css_error_handler and rename css_alloc to css_allocator_fnDaniel Silverstone2009-02-141-1/+1
* Retain pointer to dictionary entries so we don't have to rediscover it later.John Mark Bell2008-12-011-2/+4
* Simplify decision as to whether to intern token data by inserting markers int...John Mark Bell2008-12-011-7/+16
* Port libcss to new lpu API.John Mark Bell2008-11-091-3/+3
* For tokens where there's a possibility of case differences requiring case ins...John Mark Bell2008-08-041-0/+2
* Stub out at-rule handlingJohn Mark Bell2008-08-041-0/+1
* Only intern strings when we get a token from the lexer. Strings in tokens tha...John Mark Bell2008-08-011-1/+1
* Correctly process unterminated strings.John Mark Bell2008-06-261-7/+7
* Add spaceJohn Mark Bell2008-05-011-1/+1
* Import beginnings of a CSS parsing library.John Mark Bell2008-05-011-0/+67