summaryrefslogtreecommitdiff
path: root/src/treebuilder/in_cell.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with GCC 4.6John Mark Bell2011-07-261-6/+2
| | | | svn path=/trunk/hubbub/; revision=12628
* Manually merge r7070 into trunkJohn Mark Bell2009-04-151-10/+11
| | | | svn path=/trunk/hubbub/; revision=7082
* Switch to using hubbub_error for reprocessing state from just a bool, to ↵Andrew Sidwell2008-08-101-8/+8
| | | | | | allow for encoding change info to be returned more easily. svn path=/trunk/hubbub/; revision=4989
* Remove "spec up to date" lines in source.Andrew Sidwell2008-08-091-2/+0
| | | | svn path=/trunk/hubbub/; revision=4975
* Further table fixes, and minor tidying.John Mark Bell2008-07-091-1/+1
| | | | svn path=/trunk/hubbub/; revision=4542
* Fixes for in_cell and adoption agencyJohn Mark Bell2008-07-091-1/+1
| | | | svn path=/trunk/hubbub/; revision=4540
* A bunch of fixes to table handlingJohn Mark Bell2008-07-071-6/+6
| | | | svn path=/trunk/hubbub/; revision=4525
* Derefcount things which should be derefcounted.Andrew Sidwell2008-07-031-0/+8
| | | | svn path=/trunk/hubbub/; revision=4502
* Get all the treebuilder actually linking together nicely.Andrew Sidwell2008-07-031-3/+3
| | | | svn path=/trunk/hubbub/; revision=4501
* 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-3/+6
| | | | | | foreign content properly. svn path=/trunk/hubbub/; revision=4457
* Implement the "in cell" insertion mode.Andrew Sidwell2008-06-251-0/+136
svn path=/trunk/hubbub/; revision=4444