summaryrefslogtreecommitdiff
path: root/include/hubbub/errors.h
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to pause tokenisationVincent Sanders2012-07-101-1/+2
|
* Sprinkle some C++ scoping aroundJohn Mark Bell2010-10-231-0/+9
| | | | svn path=/trunk/hubbub/; revision=10901
* Move hubbub_error_from_string into testutils.h and remove it from the library.John Mark Bell2009-04-041-2/+0
| | | | svn path=/trunk/hubbub/; revision=7041
* Port to changed lpu API.John Mark Bell2009-01-061-3/+2
| | | | | | | Drop HUBBUB_OOD and just use HUBBUB_NEEDDATA, instead. Currently aborts in bogus comment handling if it encounters a \r at the end of the inputstream's utf-8 buffer. svn path=/trunk/hubbub/; revision=5966
* Convert PARSERUTILS_BADENCODING into HUBBUB_BADENCODINGJohn Mark Bell2008-11-091-1/+2
| | | | svn path=/trunk/hubbub/; revision=5667
* Report errors from libparserutils better.Andrew Sidwell2008-09-241-0/+2
| | | | svn path=/trunk/hubbub/; revision=5431
* Add <meta charset> support in the treebuilder.Andrew Sidwell2008-08-101-0/+1
| | | | svn path=/trunk/hubbub/; revision=4991
* Switch to using hubbub_error for reprocessing state from just a bool, to ↵Andrew Sidwell2008-08-101-0/+1
| | | | | | allow for encoding change info to be returned more easily. svn path=/trunk/hubbub/; revision=4989
* Move tokeniser.c across to using hubbub_error for return codes, not bools, ↵Andrew Sidwell2008-08-091-5/+6
| | | | | | so that "encoding change" requests can be sent back down the chain from the treebuilder at some point. svn path=/trunk/hubbub/; revision=4978
* Import hubbub -- an HTML parsing library.John Mark Bell2007-06-231-0/+29
Plenty of work still to do (like tree generation ;) svn path=/trunk/hubbub/; revision=3359