summaryrefslogtreecommitdiff
path: root/src/parse/properties/css_property_parser_gen.c
Commit message (Collapse)AuthorAgeFilesLines
* Strip trailing whitespace.Michael Drake2017-09-041-13/+13
|
* Perser generator: Squash coverity #1361551 Unused valueMichael Drake2016-08-131-1/+0
|
* Fix warning.Michael Drake2014-06-021-1/+2
|
* ensure generation tool exits if it cannot open its output file. (coverity ↵Vincent Sanders2014-01-241-0/+1
| | | | 1127066)
* ensure enough parameetrs to IDENT list existVincent Sanders2013-04-221-67/+75
|
* Dodgy bodge to shut clang upDaniel Silverstone2012-03-241-1/+3
| | | | svn path=/trunk/libcss/; revision=13642
* Centralise handling of transparent colours.John Mark Bell2011-01-291-7/+6
| | | | | | Add support for currentColor svn path=/trunk/libcss/; revision=11525
* Rename all css_[^_] internal symbols to css__ so that they're nicely namespacedDaniel Silverstone2011-01-261-16/+16
| | | | svn path=/trunk/libcss/; revision=11492
* Ensure there are zero global symbols without css_ or css__ in front of them. ↵Daniel Silverstone2011-01-201-5/+5
| | | | | | This helps prevent confusion if someone else wants a function called parse_background or similar svn path=/trunk/libcss/; revision=11416
* Merge parser autogeneration and string handling refactor branch ↵Vincent Sanders2011-01-191-0/+613
r=jmb,kinnison,vince svn path=/trunk/libcss/; revision=11408