summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use doxygen to create API documentation.John Mark Bell2009-01-087-31/+53
* 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-062-2/+33
* Fix potential read beyond available input data when processing \r in some sta...John Mark Bell2009-01-061-5/+5
* Port to changed lpu API.John Mark Bell2009-01-063-458/+637
* Fix build breakageJohn Mark Bell2008-11-301-1/+3
* lotsa C89, please check.François Revel2008-11-301-48/+91
* Fix wrong prototype.François Revel2008-11-301-1/+1
* C89François Revel2008-11-301-2/+5
* C89François Revel2008-11-307-46/+58
* Fix commentaryJohn Mark Bell2008-11-091-2/+3
* Convert PARSERUTILS_BADENCODING into HUBBUB_BADENCODINGJohn Mark Bell2008-11-092-0/+5
* 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-093-22/+32
* Return errors from tokeniser constructor/destructorJohn Mark Bell2008-11-093-19/+30
* Return errors from dictionary constructor/destructor.John Mark Bell2008-11-094-22/+32
* Port hubbub to new lpu APIJohn Mark Bell2008-11-082-5/+7
* Fixup dubious charsetsJohn Mark Bell2008-10-144-3/+26
* Report errors from libparserutils better.Andrew Sidwell2008-09-243-3/+49
* Ensure we unref collect node if it still exists when we come to destroy the t...John Mark Bell2008-09-181-0/+6
* Lose redundant todosJohn Mark Bell2008-09-082-5/+0
* Squash memory leakJohn Mark Bell2008-09-081-0/+2
* Fix build failures. Quite how these were missed before, I don't know.John Mark Bell2008-09-073-0/+11
* Native RO buildsystem. Beware of the NOP.John Mark Bell2008-09-071-2/+2
* Fixes for handling of CR followed immediately by multibyte sequences.John Mark Bell2008-09-061-59/+94
* Fix for spurious attributes on implied tbody and colgroup by takkaria.Michael Drake2008-09-061-1/+5
* Fix segfault caused by trampling the length of the current character when tes...John Mark Bell2008-08-181-2/+8
* Refactor the generic rcdata mode so it's more like the script collection mode...Andrew Sidwell2008-08-154-39/+32
* Get make test running again.Andrew Sidwell2008-08-151-1/+2
* Do what r5107 for system ID for public IDs.Andrew Sidwell2008-08-131-14/+4
* Another COLLECT() -> COLLECT_MS() fix.Andrew Sidwell2008-08-131-14/+4
* Add page which crashed, and fix the bug that caused it to do so.Andrew Sidwell2008-08-131-4/+2
* Remove the CHAR() macro, which lets make test run again.Andrew Sidwell2008-08-131-80/+74
* Optimise COLLECT_MS() macro.Andrew Sidwell2008-08-131-5/+3
* Fix segfault in elimination of duplicate attributes.John Mark Bell2008-08-131-7/+8
* Optimise comment states slightly, taking advantage of the fact that buffers s...Andrew Sidwell2008-08-131-20/+1
* Fix tokeniser so make test passes, with possible perf hit.Andrew Sidwell2008-08-131-18/+43
* Use COLLECT_MS() macro rather than COLLECT() in attribute values.Andrew Sidwell2008-08-131-4/+4
* Fix script collection now that pointers can change between calls.Andrew Sidwell2008-08-131-34/+30
* Sanity checking for string dataJohn Mark Bell2008-08-131-0/+39
* Remember to clear the self-closing flag when emitting a tag token.Andrew Sidwell2008-08-111-0/+3
* - Add N_ELEMENTS() macro globally rather than using sizeof(x) / sizeof(x[0])...Andrew Sidwell2008-08-113-60/+63
* Remove reminders to support UTF-16, since we don't need to anymore.Andrew Sidwell2008-08-115-9/+1
* - Remove an unused function from utils/string.cAndrew Sidwell2008-08-114-77/+5
* Bring the treebuilder up-to-date with spec.Andrew Sidwell2008-08-111-6/+4
* Move one step closer to getting encoding changes working.Andrew Sidwell2008-08-114-21/+24
* Make the encoding change callback send the textual name rather than the miben...Andrew Sidwell2008-08-101-2/+6
* Add <meta charset> support in the treebuilder.Andrew Sidwell2008-08-104-7/+74
* Simplify in_head.c; make sure return codes from handle_in_head() get propagat...Andrew Sidwell2008-08-105-25/+6
* Switch to using hubbub_error for reprocessing state from just a bool, to allo...Andrew Sidwell2008-08-1027-209/+214