index
:
libcss.git
dsilvers/calc
jmb/mq
lcneves/select-autogen
master
rjek/clang-warnings
tlsa/add-ci
tlsa/calc
tlsa/calc-wip
Cascading Style Sheets library
NetSurf Browser Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lex
/
lex.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move isDigit() and isHex() to utils.h.
John Mark Bell
2009-01-22
1
-12
/
+0
*
Lose a todo. I don't think we want to have the lexer split up dimensions into...
John Mark Bell
2009-01-12
1
-1
/
+0
*
Beginnings of a colour specifier parser.
John Mark Bell
2009-01-11
1
-41
/
+0
*
Port to modified parserutils API.
John Mark Bell
2009-01-06
1
-222
/
+242
*
Retain pointer to dictionary entries so we don't have to rediscover it later.
John Mark Bell
2008-12-01
1
-2
/
+2
*
css_string is now the same as a parserutils_dict_entry. This allows us to use...
John Mark Bell
2008-11-27
1
-31
/
+31
*
Prevent reading from beyond the start of token data.
John Mark Bell
2008-11-27
1
-5
/
+6
*
Port libcss to new lpu API.
John Mark Bell
2008-11-09
1
-13
/
+22
*
Support signs on numbers, percentages, and dimensions
John Mark Bell
2008-10-27
1
-12
/
+30
*
For tokens where there's a possibility of case differences requiring case ins...
John Mark Bell
2008-08-04
1
-0
/
+2
*
Only intern strings when we get a token from the lexer. Strings in tokens tha...
John Mark Bell
2008-08-01
1
-34
/
+41
*
Correctly process unterminated strings.
John Mark Bell
2008-06-26
1
-19
/
+30
*
Pedantic linewrapping
John Mark Bell
2008-05-20
1
-2
/
+8
*
Fix testdriver to accept # in input
John Mark Bell
2008-05-03
1
-2
/
+4
*
Import beginnings of a CSS parsing library.
John Mark Bell
2008-05-01
1
-0
/
+2116