summaryrefslogtreecommitdiff
path: root/src/treebuilder/treebuilder.c
Commit message (Expand)AuthorAgeFilesLines
* Add code to adjust foreign attributes, as per spec.Andrew Sidwell2008-06-261-1/+70
* Move some stuff internal to the "in head" mode to in_head.c.Andrew Sidwell2008-06-261-60/+1
* Implement the "in select" insertion mode, and add some more utility functions.Andrew Sidwell2008-06-251-0/+36
* Add a utility current_node() function which returns the current node.Andrew Sidwell2008-06-251-0/+14
* Update the list of implied end tags.Andrew Sidwell2008-06-241-5/+7
* Put each insertion mode into its own C file, so that treebuilder.c doesn't ge...Andrew Sidwell2008-06-231-836/+2
* Add a stubbed "in foreign content" state for the treebuilder.Andrew Sidwell2008-06-231-0/+1
* Update the treebuilder so it's closer to current spec (I'm sure I've missed s...Andrew Sidwell2008-06-231-25/+62
* Implement "in body" insertion mode.John Mark Bell2008-04-071-431/+370
* hubbub_strings may now be either an offset into the data buffer or a pointer ...John Mark Bell2008-03-211-10/+12
* 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-111-108/+255
* More treebuilder (up to 8.2.4.7)John Mark Bell2008-03-111-1/+805
* Beginnings of a tree builder.John Mark Bell2008-03-071-0/+196