summaryrefslogtreecommitdiff
path: root/src/treebuilder/in_head.c
Commit message (Expand)AuthorAgeFilesLines
* Fix build with GCC 4.6John Mark Bell2011-07-261-3/+1
* Manually merge r7070 into trunkJohn Mark Bell2009-04-151-21/+26
* Sync treebuilder with specJohn Mark Bell2009-03-101-53/+10
* Convert UTF-16 meta charsets to UTF-8, given we'll have auto-detected them as...John Mark Bell2009-01-231-26/+31
* And some moreJohn Mark Bell2009-01-081-2/+2
* C89François Revel2008-11-301-4/+5
* Fixup dubious charsetsJohn Mark Bell2008-10-141-0/+4
* Refactor the generic rcdata mode so it's more like the script collection mode...Andrew Sidwell2008-08-151-2/+0
* Move one step closer to getting encoding changes working.Andrew Sidwell2008-08-111-6/+12
* Make the encoding change callback send the textual name rather than the miben...Andrew Sidwell2008-08-101-2/+6
* Add <meta charset> support in the treebuilder.Andrew Sidwell2008-08-101-5/+67
* Simplify in_head.c; make sure return codes from handle_in_head() get propagat...Andrew Sidwell2008-08-101-21/+2
* Switch to using hubbub_error for reprocessing state from just a bool, to allo...Andrew Sidwell2008-08-101-8/+8
* Remove process_in_head(), since it was identical in behaviour to handle_in_he...Andrew Sidwell2008-08-101-15/+0
* Make scripting enable flag configurableJohn Mark Bell2008-08-041-2/+1
* Merged revisions 4631-4838 via svnmerge from John Mark Bell2008-07-311-1/+1
* HTML5's <event-source> is now <eventsource>, so rename EVENT_SOURCE to EVENTS...Andrew Sidwell2008-07-111-1/+1
* Exorcise process_tag_in_body(), and just use handle_in_body() instead. This ...Andrew Sidwell2008-07-091-1/+1
* Add namespace awareness right through the code, in preparation for handling f...Andrew Sidwell2008-06-261-1/+2
* Move some stuff internal to the "in head" mode to in_head.c.Andrew Sidwell2008-06-261-0/+64
* Make everything that is meant to have processing equivalent to "in head" use ...Andrew Sidwell2008-06-241-0/+14
* Put each insertion mode into its own C file, so that treebuilder.c doesn't ge...Andrew Sidwell2008-06-231-0/+119