summaryrefslogtreecommitdiff
path: root/src/treebuilder/in_select.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with GCC 4.6John Mark Bell2011-07-261-24/+8
| | | | svn path=/trunk/hubbub/; revision=12628
* Manually merge r7070 into trunkJohn Mark Bell2009-04-151-33/+42
| | | | svn path=/trunk/hubbub/; revision=7082
* Sync treebuilder with specJohn Mark Bell2009-03-101-2/+4
| | | | svn path=/trunk/hubbub/; revision=6764
* Switch to using hubbub_error for reprocessing state from just a bool, to ↵Andrew Sidwell2008-08-101-4/+4
| | | | | | allow for encoding change info to be returned more easily. svn path=/trunk/hubbub/; revision=4989
* Exorcise process_tag_in_body(), and just use handle_in_body() instead. This ↵Andrew Sidwell2008-07-091-1/+1
| | | | | | makes all the tests "pass". svn path=/trunk/hubbub/; revision=4545
* Derefcount things which should be derefcounted.Andrew Sidwell2008-07-031-0/+24
| | | | svn path=/trunk/hubbub/; revision=4502
* Add my spangly new email address to all the files that didn't have it before.Andrew Sidwell2008-06-301-1/+1
| | | | svn path=/trunk/hubbub/; revision=4481
* Add namespace awareness right through the code, in preparation for handling ↵Andrew Sidwell2008-06-261-6/+7
| | | | | | foreign content properly. svn path=/trunk/hubbub/; revision=4457
* Implement the "in select" insertion mode, and add some more utility functions.Andrew Sidwell2008-06-251-0/+142
svn path=/trunk/hubbub/; revision=4446