summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix tokeniser so make test passes, with possible perf hit.Andrew Sidwell2008-08-131-18/+43
* Add mangleme page that breaks hubbub.Andrew Sidwell2008-08-132-0/+1
* Use COLLECT_MS() macro rather than COLLECT() in attribute values.Andrew Sidwell2008-08-131-4/+4
* Regression test for script collection when the utf8 buffer moves beneath it.John Mark Bell2008-08-132-0/+5
* Fix script collection now that pointers can change between calls.Andrew Sidwell2008-08-131-34/+30
* Sanity checking for string dataJohn Mark Bell2008-08-132-0/+68
* Remember to clear the self-closing flag when emitting a tag token.Andrew Sidwell2008-08-111-0/+3
* Add -lparserutils to libflagsJohn Mark Bell2008-08-111-1/+1
* Add support for x-x-big5 and Windows-949, and tests to go with them from the ...Andrew Sidwell2008-08-112-1/+17
* - 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
* Make the todolist a little more comprehensive.Andrew Sidwell2008-08-111-2/+9
* - Remove an unused function from utils/string.cAndrew Sidwell2008-08-114-77/+5
* Add some tests for character encoding overrides.Andrew Sidwell2008-08-112-0/+30
* Update the "after after frameset" tests to cover all spec casesAndrew Sidwell2008-08-111-22/+16
* Add an "updated" file to keep track of the version of the spec Hubbub impleme...Andrew Sidwell2008-08-111-0/+1
* 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-116-27/+41
* Make the encoding change callback send the textual name rather than the miben...Andrew Sidwell2008-08-104-3/+9
* Add <meta charset> support in the treebuilder.Andrew Sidwell2008-08-107-7/+81
* 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-1028-209/+215
* Remove process_in_head(), since it was identical in behaviour to handle_in_he...Andrew Sidwell2008-08-108-30/+8
* Propagate more return codes up the chain from the token emitter.Andrew Sidwell2008-08-091-55/+38
* Propagate the use of hubbub_error up into at least a bit of the treebuilder.Andrew Sidwell2008-08-098-16/+30
* Move tokeniser.c across to using hubbub_error for return codes, not bools, so...Andrew Sidwell2008-08-094-234/+247
* Remove some commented-out code that doesn't reflect the spec's intention. Fi...Andrew Sidwell2008-08-091-11/+3
* Remove "spec up to date" lines in source.Andrew Sidwell2008-08-094-8/+1
* Bring encoding detection tests up-to-date with html5lib, fix Hubbub-specific ...Andrew Sidwell2008-08-096-162/+254
* Reorder test execution, so lower-level stuff is tested firstJohn Mark Bell2008-08-051-3/+3
* Integrate previous revision into tokeniser2.c, tooJohn Mark Bell2008-08-051-1/+3
* Fix acquisition of input length on 64bit platformsJohn Mark Bell2008-08-051-1/+3
* Squash warnings on AMD64John Mark Bell2008-08-052-3/+3