summaryrefslogtreecommitdiff
path: root/src/input
Commit message (Collapse)AuthorAgeFilesLines
* Rework buildsystem so that it no longer calls make recursively and rebuilds ↵John Mark Bell2008-04-071-43/+36
| | | | | | the testcases when the library changes. svn path=/trunk/hubbub/; revision=4077
* Fix recalculation of used document buffer length after resizing when the ↵John Mark Bell2008-04-072-22/+12
| | | | | | | | | last attempt to write into the buffer failed mid-way through a multibyte sequence. Add regression test for this Include regression tests in the testsuite index. svn path=/trunk/hubbub/; revision=4075
* Silence cast alignment warningsJohn Mark Bell2007-06-241-5/+7
| | | | svn path=/trunk/hubbub/; revision=3363
* Add UTF-16 input stream.John Mark Bell2007-06-243-1/+611
| | | | | | This appears to work correctly -- could probably do with more testing. svn path=/trunk/hubbub/; revision=3362
* Import hubbub -- an HTML parsing library.John Mark Bell2007-06-237-0/+1711
Plenty of work still to do (like tree generation ;) svn path=/trunk/hubbub/; revision=3359