summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-093-5/+10
* Move tokeniser.c across to using hubbub_error for return codes, not bools, so...Andrew Sidwell2008-08-093-229/+241
* 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-091-51/+109
* Make scripting enable flag configurableJohn Mark Bell2008-08-046-4/+20
* Really fix handling of entities in attributesJohn Mark Bell2008-08-041-1/+1
* Fix previous commit.Andrew Sidwell2008-08-041-6/+14
* Fix bug in hubbub & html5lib tests relating to parsing entities ending withou...Andrew Sidwell2008-08-041-1/+1
* 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 buildsystem for cross compilationJohn Mark Bell2008-08-031-2/+2
* 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