summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Er yes. Let's commit the headers, too, shall we?John Mark Bell2008-08-051-0/+3
* Make sure we run the last test in the file.John Mark Bell2008-08-041-7/+31
* Make scripting enable flag configurableJohn Mark Bell2008-08-046-4/+20
* Really fix handling of entities in attributesJohn Mark Bell2008-08-042-1/+11
* Fix previous commit.Andrew Sidwell2008-08-042-11/+15
* Fix bug in hubbub & html5lib tests relating to parsing entities ending withou...Andrew Sidwell2008-08-042-2/+6
* Micro-optimisationAndrew Sidwell2008-08-041-2/+1
* Rearrange emitting functions so they're all clumped together at the bottom of...Andrew Sidwell2008-08-041-162/+172
* Refactor tokeniser token-emitting bits to remove unnecessary conditionals.Andrew Sidwell2008-08-041-63/+62
* Fix expected output of regression test.John Mark Bell2008-08-031-24/+24
* Fix buildsystem for cross compilationJohn Mark Bell2008-08-032-3/+7
* Change tokeniser->context.chars from a hubbub_string whose ptr part is never ...Andrew Sidwell2008-08-031-158/+155
* Remove some excessive indentation.Andrew Sidwell2008-08-031-27/+23
* Remove the now-unnecessary COLLECT_*NOBUF() macros, replace them with the sin...Andrew Sidwell2008-08-031-79/+68
* Remove tokeniser->to_buf, SWITCH(), and COLLECT_CHAR(), none of which are now...Andrew Sidwell2008-08-031-54/+26
* - Replace NDEBUG #ifdefs with #if 0s, to avoid slowing down Hubbub when prof...Andrew Sidwell2008-08-031-44/+22
* Get perf/hubbub.c building again after removing the "internal encoding" argum...Andrew Sidwell2008-08-021-1/+1
* Stop pretending Hubbub has an internal encoding.Andrew Sidwell2008-08-025-6/+5
* Fix copy-and-paste error in previous commit.Andrew Sidwell2008-07-312-1/+6
* Handle CRs correctly everwhere.Andrew Sidwell2008-07-311-3/+123
* Handle NUL properly everywhere it should be.Andrew Sidwell2008-07-311-5/+12
* Add my cobbled-together perftests.Andrew Sidwell2008-07-315-0/+600
* Remove the json/ directory, and update compilation instructions to mention Hu...Andrew Sidwell2008-07-314-84/+14
* Lose Mac-induced Makefile breakageJohn Mark Bell2008-07-311-1/+1
* Merged revisions 4631-4838 via svnmerge from John Mark Bell2008-07-3172-9609/+2140
* Fix memory leak in tokeniser2.Andrew Sidwell2008-07-151-0/+2
* Fully document treebuilder callbacks.John Mark Bell2008-07-151-20/+49
* Make tree2 perform reference counting.John Mark Bell2008-07-158-65/+320
* Add some incomplete treebuilder docs.Andrew Sidwell2008-07-122-1/+162