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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix build with GCC 4.6
John Mark Bell
2011-07-26
1
-0
/
+4
*
Rename all css_[^_] internal symbols to css__ so that they're nicely namespaced
Daniel Silverstone
2011-01-26
2
-8
/
+8
*
Use unsigned int for bitfields. Apparently, using uint32_t confuses some comp...
John Mark Bell
2009-08-02
1
-2
/
+2
*
Don't intern lower-case versions of strings. Use lwc_context_string_caseless_...
John Mark Bell
2009-07-27
2
-10
/
+3
*
Reduce inlining in lexer
John Mark Bell
2009-06-27
1
-26
/
+26
*
Fix tests for unicode escape sequences to actually have the correct expected ...
John Mark Bell
2009-05-26
1
-6
/
+57
*
A bunch of c89.
John Mark Bell
2009-04-15
1
-1
/
+1
*
Port to new buildsystem
John Mark Bell
2009-03-24
1
-47
/
+2
*
Port libcss to libwapcaplet.
Daniel Silverstone
2009-02-14
1
-4
/
+8
*
Drop css_error_handler and rename css_alloc to css_allocator_fn
Daniel Silverstone
2009-02-14
2
-3
/
+3
*
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
2
-4
/
+6
*
Simplify decision as to whether to intern token data by inserting markers int...
John Mark Bell
2008-12-01
1
-7
/
+16
*
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
2
-16
/
+25
*
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
2
-0
/
+4
*
Stub out at-rule handling
John Mark Bell
2008-08-04
1
-0
/
+1
*
Only intern strings when we get a token from the lexer. Strings in tokens tha...
John Mark Bell
2008-08-01
2
-35
/
+42
*
Correctly process unterminated strings.
John Mark Bell
2008-06-26
2
-26
/
+37
*
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
*
Add space
John Mark Bell
2008-05-01
1
-1
/
+1
*
Import beginnings of a CSS parsing library.
John Mark Bell
2008-05-01
3
-0
/
+2232