summaryrefslogtreecommitdiff
path: root/src/tokeniser
Commit message (Expand)AuthorAgeFilesLines
* 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-171-35/+54
* 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
* Rework buildsystem so that it no longer calls make recursively and rebuilds t...John Mark Bell2008-04-071-43/+36
* hubbub_strings may now be either an offset into the data buffer or a pointer ...John Mark Bell2008-03-211-49/+64
* Import hubbub -- an HTML parsing library.John Mark Bell2007-06-235-0/+2794