summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make locale-agnosticJohn Mark Bell2009-07-121-2/+13
* Hand off comparison to utility string comparisons.John Mark Bell2009-07-121-1/+2
* Fix string comparisons.John Mark Bell2009-07-122-34/+7
* Better guard for the Norcroft hackery.John Mark Bell2009-07-021-5/+11
* 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
* Initialise variables to stop GCC 4.4 complaining (credit: Jeroen Habraken)John Mark Bell2009-05-051-4/+4
* Lose trailing commas.John Mark Bell2009-04-153-3/+3
* Merged revisions 7071-7082 via svnmerge from John Mark Bell2009-04-152-262/+278
* Manually merge r7070 into trunkJohn Mark Bell2009-04-1524-788/+1338
* 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-041-0/+2
* ConstifyJohn Mark Bell2009-04-041-2/+2
* hubbub_alloc -> hubbub_allocator_fnJohn Mark Bell2009-04-0411-18/+22
* Move hubbub_error_from_string into testutils.h and remove it from the library.John Mark Bell2009-04-041-25/+0
* First cut at porting hubbub's buildsystem to the core toolsJohn Mark Bell2009-03-245-225/+10
* 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 treebuilder with specJohn Mark Bell2009-03-1019-563/+528
* Sync tokeniser tests with html5lib.John Mark Bell2009-03-101-12/+19
* Fix bug 2673645John Mark Bell2009-03-091-2/+5
* Actually associate textareas with formsJohn Mark Bell2009-02-201-7/+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 another one. Now warning free. Huzzah.John Mark Bell2009-01-081-0/+1
* Add documentation from a couple of missing parametersJohn Mark Bell2009-01-081-2/+4
* And some moreJohn Mark Bell2009-01-082-3/+3
* Squash more doxygen warnings. Don't use html tags in comments, folks.John Mark Bell2009-01-081-25/+23
* Make doxygen produce API documentation. I guess it helps if you enable the ri...John Mark Bell2009-01-082-2/+2
* Use doxygen to create API documentation.John Mark Bell2009-01-087-31/+53
* Ok, let's actually compile the code before committing it.John Mark Bell2009-01-061-0/+1
* Some kind of recovery from not supporting an auto-detected charset. We fall b...John Mark Bell2009-01-062-2/+33
* Fix potential read beyond available input data when processing \r in some sta...John Mark Bell2009-01-061-5/+5
* Port to changed lpu API.John Mark Bell2009-01-063-458/+637
* Fix build breakageJohn Mark Bell2008-11-301-1/+3
* lotsa C89, please check.François Revel2008-11-301-48/+91
* Fix wrong prototype.François Revel2008-11-301-1/+1
* C89François Revel2008-11-301-2/+5
* C89François Revel2008-11-307-46/+58
* Fix commentaryJohn Mark Bell2008-11-091-2/+3
* Convert PARSERUTILS_BADENCODING into HUBBUB_BADENCODINGJohn Mark Bell2008-11-092-0/+5
* Return errors from parser constructor/destructor. This changes the public API.John Mark Bell2008-11-091-27/+35
* Return errors from treebuilder constructor/destructorJohn Mark Bell2008-11-093-22/+32
* Return errors from tokeniser constructor/destructorJohn Mark Bell2008-11-093-19/+30
* Return errors from dictionary constructor/destructor.John Mark Bell2008-11-094-22/+32
* Port hubbub to new lpu APIJohn Mark Bell2008-11-082-5/+7
* Fixup dubious charsetsJohn Mark Bell2008-10-144-3/+26
* Report errors from libparserutils better.Andrew Sidwell2008-09-243-3/+49
* Ensure we unref collect node if it still exists when we come to destroy the t...John Mark Bell2008-09-181-0/+6