summaryrefslogtreecommitdiff
path: root/src/parse/properties/utils.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix comma separated list parsingJohn Mark Bell2009-06-271-1/+2
| | | | svn path=/trunk/libcss/; revision=8067
* Factor comma-separated list parsing out of voice-family parserJohn Mark Bell2009-06-251-0/+316
| | | | svn path=/trunk/libcss/; revision=7980
* Centralise !important handling.John Mark Bell2009-06-181-46/+0
| | | | | | Document background-attachment parser and make it behave correctly. svn path=/trunk/libcss/; revision=7856
* Define error semantics, actually document functions, general tidying.John Mark Bell2009-06-181-22/+124
| | | | svn path=/trunk/libcss/; revision=7854
* Avoid dereferencing NULL pointerJohn Mark Bell2009-05-271-1/+2
| | | | svn path=/trunk/libcss/; revision=7584
* Split out utility functions and aural property parsers.John Mark Bell2009-05-261-0/+486
svn path=/trunk/libcss/; revision=7557