summaryrefslogtreecommitdiff
path: root/src/treebuilder/in_table.c
Commit message (Expand)AuthorAgeFilesLines
* Fix build with GCC 4.6John Mark Bell2011-07-261-13/+4
* Manually merge r7070 into trunkJohn Mark Bell2009-04-151-18/+68
* Sync treebuilder with specJohn Mark Bell2009-03-101-12/+4
* And some moreJohn Mark Bell2009-01-081-1/+1
* C89François Revel2008-11-301-1/+2
* Fix for spurious attributes on implied tbody and colgroup by takkaria.Michael Drake2008-09-061-1/+5
* Simplify in_head.c; make sure return codes from handle_in_head() get propagat...Andrew Sidwell2008-08-101-1/+1
* Switch to using hubbub_error for reprocessing state from just a bool, to allo...Andrew Sidwell2008-08-101-6/+6
* Remove process_in_head(), since it was identical in behaviour to handle_in_he...Andrew Sidwell2008-08-101-1/+1
* Merged revisions 4631-4838 via svnmerge from John Mark Bell2008-07-311-10/+6
* Make tree2 perform reference counting.John Mark Bell2008-07-151-0/+4
* - Refactor out a case-insensitive hubbub_string compare functionAndrew Sidwell2008-07-111-4/+4
* Fix up foster parenting a bit more. Make the current table calculated on-the...Andrew Sidwell2008-07-111-2/+2
* When handling things as "in body" in the "Anything else" section of the "in t...Andrew Sidwell2008-07-101-8/+1
* Exorcise process_tag_in_body(), and just use handle_in_body() instead. This ...Andrew Sidwell2008-07-091-1/+1
* Further table fixes, and minor tidying.John Mark Bell2008-07-091-0/+2
* Fix handling of non-whitespace characters in table.John Mark Bell2008-07-081-4/+5
* A bunch of fixes to table handlingJohn Mark Bell2008-07-071-9/+26
* Derefcount things which should be derefcounted.Andrew Sidwell2008-07-031-0/+4
* Implement the "in table" insertion mode, at least partially. (The adoption a...Andrew Sidwell2008-07-031-0/+193