summaryrefslogtreecommitdiff
path: root/src/utils/utils.h
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of max -ve numbersAdrian Lees2009-01-241-9/+26
* Move isDigit() and isHex() to utils.h.John Mark Bell2009-01-221-0/+10
* Make integer parsing more robustJohn Mark Bell2009-01-121-2/+3
* Beginnings of a colour specifier parser.John Mark Bell2009-01-111-0/+40
* 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