summaryrefslogtreecommitdiff
path: root/src/parser.c
Commit message (Expand)AuthorAgeFilesLines
* Ok, let's actually compile the code before committing it.John Mark Bell2009-01-061-0/+1
* Some kind of recovery from not supporting an auto-detected charset. We fall b...John Mark Bell2009-01-061-1/+19
* Fix wrong prototype.François Revel2008-11-301-1/+1
* Fix commentaryJohn Mark Bell2008-11-091-2/+3
* Return errors from parser constructor/destructor. This changes the public API.John Mark Bell2008-11-091-27/+35
* Return errors from treebuilder constructor/destructorJohn Mark Bell2008-11-091-3/+3
* Return errors from tokeniser constructor/destructorJohn Mark Bell2008-11-091-3/+5
* Port hubbub to new lpu APIJohn Mark Bell2008-11-081-3/+4
* Fixup dubious charsetsJohn Mark Bell2008-10-141-2/+19
* Move one step closer to getting encoding changes working.Andrew Sidwell2008-08-111-2/+2
* Move tokeniser.c across to using hubbub_error for return codes, not bools, so...Andrew Sidwell2008-08-091-2/+2
* Make scripting enable flag configurableJohn Mark Bell2008-08-041-0/+7
* Stop pretending Hubbub has an internal encoding.Andrew Sidwell2008-08-021-2/+1
* Merged revisions 4631-4838 via svnmerge from John Mark Bell2008-07-311-49/+21
* More treebuilder (up to 8.2.4.7)John Mark Bell2008-03-111-0/+7
* Beginnings of a tree builder.John Mark Bell2008-03-071-9/+58
* Warning fixesJohn Mark Bell2007-07-101-0/+2
* Import hubbub -- an HTML parsing library.John Mark Bell2007-06-231-0/+237