summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug causing crashes on the entity test.Andrew Sidwell2008-06-181-0/+1
* Get more tests passing.Andrew Sidwell2008-06-181-7/+96
* Fix tokenisation of attributes.Andrew Sidwell2008-06-171-2/+2
* Bring the "before attribute name" state in line with the spec; this with the ...Andrew Sidwell2008-06-171-1/+1
* Fix a problem with self-closing tags emitting bogus extra character tokens.Andrew Sidwell2008-06-171-0/+1
* Fix some doctype bugs.Andrew Sidwell2008-06-171-3/+4
* Fix up the comment states some more.Andrew Sidwell2008-06-171-31/+39
* Fix up the comment start dash state a bit; now on the third set of tests.Andrew Sidwell2008-06-171-8/+4
* Remove a stray printf().Andrew Sidwell2008-06-171-2/+0
* Fix entity consumption. This gets us to the second set of html5lib tests.Andrew Sidwell2008-06-172-42/+68
* Prevent an infinite loop; get entity matcher a tiny bit further towards compl...Andrew Sidwell2008-06-161-0/+3
* Remove dead code.Andrew Sidwell2008-06-161-5/+0
* Was a little too hasty in the previous commit-- the same thing was done earli...Andrew Sidwell2008-06-161-2/+0
* Ensure the "additional allowed character" in the "consume a character referen...Andrew Sidwell2008-06-161-0/+1
* - Move away from using inputstream_push_back() and instead use _rewind() for...Andrew Sidwell2008-06-161-42/+25
* Update the tokeniser to the 2008-06-15 draft.Andrew Sidwell2008-06-161-19/+18
* Update the tokeniser to the 2008-06-09 version of the spec. There are still ...Andrew Sidwell2008-06-161-95/+1072
* Add the current entity list from the HTML5 spec.Andrew Sidwell2008-06-161-259/+2137
* Whoops. Missed the makefile for src/treebuilderJohn Mark Bell2008-04-071-43/+36
* Rework buildsystem so that it no longer calls make recursively and rebuilds t...John Mark Bell2008-04-075-243/+182
* Implement "in body" insertion mode.John Mark Bell2008-04-075-432/+2477
* Fix recalculation of used document buffer length after resizing when the last...John Mark Bell2008-04-072-22/+12
* Drop usage of inline as it's invalidJohn Mark Bell2008-03-234-28/+28
* hubbub_strings may now be either an offset into the data buffer or a pointer ...John Mark Bell2008-03-212-59/+76
* Fix off-by-one in detecting when element stack needs enlargingJohn Mark Bell2008-03-141-1/+1
* More treebuilder (8.2.4.11 & 8.2.4.12)John Mark Bell2008-03-141-37/+262
* More treebuilder (8.2.4.10)John Mark Bell2008-03-141-8/+497
* More treebuilder (8.2.4.9)John Mark Bell2008-03-121-113/+242
* More treebuilder (really 8.2.4.8 this time)John Mark Bell2008-03-111-0/+175
* More treebuilder (8.2.4.8)John Mark Bell2008-03-112-109/+256
* More treebuilder (up to 8.2.4.7)John Mark Bell2008-03-113-1/+815
* Beginnings of a tree builder.John Mark Bell2008-03-075-9/+372
* Warning fixesJohn Mark Bell2007-07-101-0/+2
* Silence cast alignment warningsJohn Mark Bell2007-06-242-13/+15
* Add UTF-16 input stream.John Mark Bell2007-06-249-3/+1512
* Fix broken guard macroJohn Mark Bell2007-06-241-1/+1
* Import hubbub -- an HTML parsing library.John Mark Bell2007-06-2332-0/+8689