summaryrefslogtreecommitdiff
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
* Fix up for new buildsystem. Remove unused compat hacks.John-Mark Bell2014-11-161-13/+0
* Add ability to pause tokenisationVincent Sanders2012-07-101-0/+3
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-1/+1
* Remove init/final and embed entity trie at build time. r=vinceDaniel Silverstone2010-12-043-269/+1
* Make locale-agnosticJohn Mark Bell2009-07-121-2/+13
* Fix string comparisons.John Mark Bell2009-07-121-19/+3
* 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-201-0/+7
* hubbub_alloc -> hubbub_allocator_fnJohn Mark Bell2009-04-042-3/+3
* 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-241-44/+2
* Port to changed lpu API.John Mark Bell2009-01-062-3/+2
* C89François Revel2008-11-301-2/+5
* Convert PARSERUTILS_BADENCODING into HUBBUB_BADENCODINGJohn Mark Bell2008-11-092-0/+5
* Return errors from dictionary constructor/destructor.John Mark Bell2008-11-093-19/+29
* Report errors from libparserutils better.Andrew Sidwell2008-09-242-0/+44
* - Add N_ELEMENTS() macro globally rather than using sizeof(x) / sizeof(x[0])...Andrew Sidwell2008-08-111-0/+3
* - Remove an unused function from utils/string.cAndrew Sidwell2008-08-112-29/+2
* Add <meta charset> support in the treebuilder.Andrew Sidwell2008-08-101-0/+3
* Switch to using hubbub_error for reprocessing state from just a bool, to allo...Andrew Sidwell2008-08-101-0/+3
* Move tokeniser.c across to using hubbub_error for return codes, not bools, so...Andrew Sidwell2008-08-091-0/+3
* Merged revisions 4631-4838 via svnmerge from John Mark Bell2008-07-315-684/+1
* Commit hubbub_string_match_ci().Andrew Sidwell2008-07-112-0/+28
* Add code to adjust foreign attributes, as per spec.Andrew Sidwell2008-06-263-1/+79
* Fix a bug causing crashes on the entity test.Andrew Sidwell2008-06-181-0/+1
* Fix entity consumption. This gets us to the second set of html5lib tests.Andrew Sidwell2008-06-171-7/+14
* Rework buildsystem so that it no longer calls make recursively and rebuilds t...John Mark Bell2008-04-071-43/+36
* Drop usage of inline as it's invalidJohn Mark Bell2008-03-234-28/+28
* Silence cast alignment warningsJohn Mark Bell2007-06-241-8/+8
* Add UTF-16 input stream.John Mark Bell2007-06-243-1/+278
* Fix broken guard macroJohn Mark Bell2007-06-241-1/+1
* Import hubbub -- an HTML parsing library.John Mark Bell2007-06-237-0/+807