summaryrefslogtreecommitdiff
path: root/src/utils/utils.h
Commit message (Collapse)AuthorAgeFilesLines
* - Add N_ELEMENTS() macro globally rather than using sizeof(x) / ↵Andrew Sidwell2008-08-111-0/+3
| | | | | | | | | sizeof(x[0]) everywhere - In anticipation of interning tag names, make the big map of name->type store them in lowercase - Take advantage of the previous change to optimise away many calls to strlen svn path=/trunk/hubbub/; revision=5010
* Import hubbub -- an HTML parsing library.John Mark Bell2007-06-231-0/+28
Plenty of work still to do (like tree generation ;) svn path=/trunk/hubbub/; revision=3359