summaryrefslogtreecommitdiff
path: root/src/utils/utils.h
Commit message (Expand)AuthorAgeFilesLines
* css_string is now the same as a parserutils_dict_entry. This allows us to use...John Mark Bell2008-11-271-2/+2
* Fix rounding when fractional part is close to 1.John Mark Bell2008-11-241-3/+4
* Fix number parsing and make test code automatically determine correctness.John Mark Bell2008-11-241-2/+3
* All numerical values are represented in 22:10 fixed point.John Mark Bell2008-11-231-7/+59
* Make integer_from_css_string return the number of input bytes processed.John Mark Bell2008-11-201-2/+5
* Really stop on first non-digitJohn Mark Bell2008-10-271-1/+1
* Function to extract an integer from a css_string.John Mark Bell2008-10-261-1/+43
* Import beginnings of a CSS parsing library.John Mark Bell2008-05-011-0/+28