summaryrefslogtreecommitdiff
path: root/src/tokeniser
Commit message (Expand)AuthorAgeFilesLines
* Fixed enumerator entries & name-type mapping. Also fixed the option/optgroup ...Rupinder Singh Khokhar2014-08-011-0/+2
* SCRIPT related states added to the tokeniser. This might still be buggy. All ...Rupinder Singh Khokhar2014-08-011-16/+393
* Handling LF after CR in bogus comment state & changing few tests to make it i...Rupinder Singh Khokhar2014-07-091-2/+3
* added RAWTEXT contentModel. Also removed an if(c='-') condition because I fel...Rupinder Singh Khokhar2014-07-091-95/+93
* Adding PLAINTEXT State & fixing the tester at placesRupinder Singh Khokhar2014-07-091-3/+7
* There could have been a better way to handle EOFs in b/w tag-names and attrib...Rupinder Singh Khokhar2014-07-091-22/+44
* Adding the COMMENT_END_BANG state for test3.datRupinder Singh Khokhar2014-07-091-1/+24
* [Fix] tokeniser wrongly emitted a replacement character instead of utf8 NULL....Rupinder Singh Khokhar2014-07-091-2/+8
* Updating Named Entities API in tokeniserRupinder Singh Khokhar2014-07-093-50/+70
* Remove client allocation function and update for new lpu API.Michael Drake2013-12-142-25/+12
* Fix uninitialised pause variableVincent Sanders2012-07-131-0/+2
* Add ability to pause tokenisationVincent Sanders2012-07-102-2/+27
* Insert data at correct point in input stream.John-Mark Bell2012-07-052-0/+49
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-1/+1
* Fix build with GCC 4.6John Mark Bell2011-07-261-6/+11
* Fix profile and coverage targetsJohn Mark Bell2010-12-061-1/+3
* Remove init/final and embed entity trie at build time. r=vinceDaniel Silverstone2010-12-044-2205/+76
* Make assignment of doctype component pointers clearer. Also removes a redunda...John Mark Bell2009-05-271-9/+6
* Remove redundant code.John Mark Bell2009-05-271-13/+0
* Initialise variables to stop GCC 4.4 complaining (credit: Jeroen Habraken)John Mark Bell2009-05-051-4/+4
* Improve error handling in the tokeniserJohn Mark Bell2009-04-061-62/+154
* hubbub_alloc -> hubbub_allocator_fnJohn Mark Bell2009-04-044-7/+9
* First cut at porting hubbub's buildsystem to the core toolsJohn Mark Bell2009-03-241-44/+2
* Sync tokeniser tests with html5lib.John Mark Bell2009-03-101-12/+19
* Make doxygen produce API documentation. I guess it helps if you enable the ri...John Mark Bell2009-01-081-1/+1
* Use doxygen to create API documentation.John Mark Bell2009-01-083-18/+22
* Fix potential read beyond available input data when processing \r in some sta...John Mark Bell2009-01-061-5/+5
* Port to changed lpu API.John Mark Bell2009-01-061-455/+635
* Fix build breakageJohn Mark Bell2008-11-301-1/+3
* lotsa C89, please check.François Revel2008-11-301-48/+91
* Return errors from tokeniser constructor/destructorJohn Mark Bell2008-11-092-16/+25
* Return errors from dictionary constructor/destructor.John Mark Bell2008-11-091-3/+3
* Port hubbub to new lpu APIJohn Mark Bell2008-11-081-2/+3
* Squash memory leakJohn Mark Bell2008-09-081-0/+2
* Fixes for handling of CR followed immediately by multibyte sequences.John Mark Bell2008-09-061-59/+94
* Fix segfault caused by trampling the length of the current character when tes...John Mark Bell2008-08-181-2/+8
* 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
* 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
* - Remove an unused function from utils/string.cAndrew Sidwell2008-08-111-46/+1
* Move one step closer to getting encoding changes working.Andrew Sidwell2008-08-111-1/+1
* Propagate more return codes up the chain from the token emitter.Andrew Sidwell2008-08-091-55/+38