summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Convert PARSERUTILS_BADENCODING into HUBBUB_BADENCODINGJohn Mark Bell2008-11-093-1/+7
* Return errors from parser constructor/destructor. This changes the public API.John Mark Bell2008-11-096-38/+46
* Return errors from treebuilder constructor/destructorJohn Mark Bell2008-11-093-22/+32
* Return errors from tokeniser constructor/destructorJohn Mark Bell2008-11-096-25/+36
* Return errors from dictionary constructor/destructor.John Mark Bell2008-11-095-24/+33
* Port hubbub to new lpu APIJohn Mark Bell2008-11-085-14/+13
* Fixup dubious charsetsJohn Mark Bell2008-10-149-8/+32
* GCCSDK 4 build compatibility (not finished yet)John Tytgat2008-09-282-7/+11
* Purge redundant APIJohn Mark Bell2008-09-251-4/+0
* Report errors from libparserutils better.Andrew Sidwell2008-09-244-3/+51
* Ensure we unref collect node if it still exists when we come to destroy the t...John Mark Bell2008-09-181-0/+6
* Add configuration Makefile fragment.John Mark Bell2008-09-182-0/+7
* Make install target work with DESTDIR again. bah.John Mark Bell2008-09-181-3/+3
* OS X friendly install invocationJohn Mark Bell2008-09-101-3/+3
* Make install/uninstall non-silentJohn Mark Bell2008-09-091-6/+6
* Make install/uninstall consider DESTDIRJohn Mark Bell2008-09-091-8/+8
* Lose redundant todosJohn Mark Bell2008-09-082-5/+0
* Squash memory leakJohn Mark Bell2008-09-081-0/+2
* Entity test, using chunks from log fileJohn Mark Bell2008-09-072-0/+45
* Fix LDFLAGSJohn Mark Bell2008-09-071-1/+1
* Only include the .d files for testcases if we're building the test target.John Mark Bell2008-09-071-2/+2
* Fix build failures. Quite how these were missed before, I don't know.John Mark Bell2008-09-073-0/+11
* Only look for json if we're building the test targetJohn Mark Bell2008-09-071-0/+2
* Native RO buildsystem. Beware of the NOP.John Mark Bell2008-09-074-6/+69
* Revert accidental commenting out of tree tester.Michael Drake2008-09-071-1/+1
* Test case for attributes on first COL when COLGROUP is only implied.Michael Drake2008-09-072-1/+20
* Fixes for handling of CR followed immediately by multibyte sequences.John Mark Bell2008-09-063-59/+115
* Untested regression test case for attribute on first tr in table with no tbody.Michael Drake2008-09-061-0/+17
* Fix for spurious attributes on implied tbody and colgroup by takkaria.Michael Drake2008-09-061-1/+5
* Fix testutils line reader.John Mark Bell2008-09-051-1/+1
* Make export target usefulJohn Mark Bell2008-09-051-4/+3
* Fix test driverJohn Mark Bell2008-08-231-5/+8
* Play with CHUNK_SIZE to attempt to tickle bugs. Causes tree tests to fail wit...Daniel Silverstone2008-08-222-15/+37
* Test driver for pre-specified chunk size testsJohn Mark Bell2008-08-185-1/+878
* Fix segfault caused by trampling the length of the current character when tes...John Mark Bell2008-08-182-3/+9
* Refactor the generic rcdata mode so it's more like the script collection mode...Andrew Sidwell2008-08-154-39/+32
* Add another crasher page.Andrew Sidwell2008-08-152-1/+680
* Get make test running again.Andrew Sidwell2008-08-151-1/+2
* Add www.directline.com front page HTML to test dataRob Kendrick2008-08-152-0/+1313
* Another page that causes breakageJohn Mark Bell2008-08-132-0/+195
* 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-133-5/+1164
* Remove the CHAR() macro, which lets make test run again.Andrew Sidwell2008-08-131-80/+74
* Add segfault pageAndrew Sidwell2008-08-132-3/+691
* Optimise COLLECT_MS() macro.Andrew Sidwell2008-08-131-5/+3
* Fix segfault in elimination of duplicate attributes.John Mark Bell2008-08-132-10/+11
* Regression testcase for issue fixed in r5086John Mark Bell2008-08-132-0/+11
* Add another mangleme page that breaks hubbub.Andrew Sidwell2008-08-132-1/+2
* Optimise comment states slightly, taking advantage of the fact that buffers s...Andrew Sidwell2008-08-131-20/+1