summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix broken error checking and return in hubbub_parser_completed.John Mark Bell2009-06-203-53/+67
* Fix use of uninitialised variable caused by braindead variable naming.John Mark Bell2009-05-271-3/+3
* Make assignment of doctype component pointers clearer. Also removes a redunda...John Mark Bell2009-05-271-9/+6
* Remove redundant code.John Mark Bell2009-05-271-13/+0
* Use correct path for Makefile.config.overrideJohn Mark Bell2009-05-061-1/+1
* Initialise variables to stop GCC 4.4 complaining (credit: Jeroen Habraken)John Mark Bell2009-05-051-4/+4
* Don't even think about -Werror with gcc2...François Revel2009-04-241-2/+2
* Fixup non-pkg-config buildJohn Mark Bell2009-04-211-1/+1
* Update hubbub for the new shared object namingDaniel Silverstone2009-04-212-7/+7
* Only search for parserutils if we're not cleaning the build.John Mark Bell2009-04-211-6/+8
* Expand documentation, bringing it into line with reality.John Mark Bell2009-04-211-24/+67
* More best guessingJohn Mark Bell2009-04-171-0/+1
* A best guess as to where parserutils' headers will be.John Mark Bell2009-04-171-0/+1
* A load of c89 compatibility fixes.John Mark Bell2009-04-167-40/+69
* Lose trailing commas.John Mark Bell2009-04-156-7/+16
* Fix makefileJohn Mark Bell2009-04-151-2/+2
* Merged revisions 7071-7082 via svnmerge from John Mark Bell2009-04-153-262/+293
* Manually merge r7070 into trunkJohn Mark Bell2009-04-1528-973/+1559
* Improve error handling in the tokeniserJohn Mark Bell2009-04-061-62/+154
* Remove hubbub_parser_parse_extraneous_chunk -- this is not supported yet. Sur...John Mark Bell2009-04-042-4/+2
* ConstifyJohn Mark Bell2009-04-042-4/+4
* hubbub_alloc -> hubbub_allocator_fnJohn Mark Bell2009-04-0414-22/+26
* Move tree callback definitions into tree.hJohn Mark Bell2009-04-042-218/+218
* Move hubbub_error_from_string into testutils.h and remove it from the library.John Mark Bell2009-04-043-27/+27
* Shared library versioningJohn Mark Bell2009-04-032-14/+16
* Require libparserutils, rather than munging Libs:John Mark Bell2009-03-311-1/+2
* Purge testrunnerJohn Mark Bell2009-03-261-257/+0
* Simplify json requirementsJohn Mark Bell2009-03-251-18/+8
* Make testcases compile in release modeJohn Mark Bell2009-03-253-1/+56
* Port to new test scheme.John Mark Bell2009-03-253-4/+6
* Sync svn:ignore with reality. Lose old core makefileJohn Mark Bell2009-03-241-170/+0
* Declare testrunnerJohn Mark Bell2009-03-241-0/+2
* Fix determination of whether json is requiredJohn Mark Bell2009-03-242-9/+26
* Purge redundant makefilesJohn Mark Bell2009-03-242-113/+0
* Sync with core.John Mark Bell2009-03-241-13/+10
* Flag argc as unusedJohn Mark Bell2009-03-241-0/+2
* Add src directory to include path.John Mark Bell2009-03-241-1/+2
* First cut at porting hubbub's buildsystem to the core toolsJohn Mark Bell2009-03-249-383/+38
* Fix compilationJohn Mark Bell2009-03-111-4/+45
* Fix typoJohn Mark Bell2009-03-111-1/+1
* Fix form association. It kinda helps to associate the form-related object, ra...John Mark Bell2009-03-101-3/+2
* Sync commentary about expected behaviour with spec.John Mark Bell2009-03-101-0/+11
* Reflect current statusJohn Mark Bell2009-03-101-1/+1
* Make BUILD_SHARED actually build shared objectsChris Young2009-03-101-0/+5
* Sync treebuilder with specJohn Mark Bell2009-03-1019-563/+528
* Update test data to reflect spec changesJohn Mark Bell2009-03-103-5/+10
* Sync treebuilder tests with html5libJohn Mark Bell2009-03-108-284/+344
* Lose svn:executable propertyJohn Mark Bell2009-03-101-0/+0
* Sync tokeniser tests with html5lib.John Mark Bell2009-03-1010-293/+8598
* Fix bug 2673645John Mark Bell2009-03-092-3/+6