summaryrefslogtreecommitdiff
path: root/src/tokeniser
Commit message (Expand)AuthorAgeFilesLines
* 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
* Propagate the use of hubbub_error up into at least a bit of the treebuilder.Andrew Sidwell2008-08-091-2/+4
* Move tokeniser.c across to using hubbub_error for return codes, not bools, so...Andrew Sidwell2008-08-091-227/+236
* 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
* 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