summaryrefslogtreecommitdiff
path: root/src/tokeniser/entities.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove init/final and embed entity trie at build time. r=vinceDaniel Silverstone2010-12-041-2197/+65
| | | | svn path=/trunk/hubbub/; revision=10976
* hubbub_alloc -> hubbub_allocator_fnJohn Mark Bell2009-04-041-2/+2
| | | | svn path=/trunk/hubbub/; revision=7043
* Use doxygen to create API documentation.John Mark Bell2009-01-081-2/+5
| | | | | | Add a bunch of extra commentary to stop doxygen warning. svn path=/trunk/hubbub/; revision=5994
* Return errors from dictionary constructor/destructor.John Mark Bell2008-11-091-3/+3
| | | | | | Fix commentary copied from libcss svn path=/trunk/hubbub/; revision=5663
* Add the current entity list from the HTML5 spec.Andrew Sidwell2008-06-161-259/+2137
| | | | svn path=/trunk/hubbub/; revision=4354
* Import hubbub -- an HTML parsing library.John Mark Bell2007-06-231-0/+363
Plenty of work still to do (like tree generation ;) svn path=/trunk/hubbub/; revision=3359