summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.netsurf-browser.org/libhubbub into chris/a...chris/amiga-libChris Young2012-07-196-39/+50
|\
| * Fix uninitialised pause variableVincent Sanders2012-07-131-0/+2
| * Add ability to pause tokenisationVincent Sanders2012-07-106-4/+48
| * Remove unused and unneeded extraneous_chunk APIVincent Sanders2012-07-071-35/+0
* | Ensure compatibility with older versions of hubbub.libraryChris Young2012-07-061-1/+1
* | Amiga .library wrapper for hubbubChris Young2012-07-0613-0/+941
|/
* Insert data at correct point in input stream.John-Mark Bell2012-07-053-8/+51
* Merge branch 'master' of git://git.netsurf-browser.org/libhubbubVincent Sanders2012-07-053-0/+28
|\
| * Fix testsuiteJohn-Mark Bell2012-07-053-0/+28
* | Only call script complete callback if scripting is enabledVincent Sanders2012-07-051-1/+2
|/
* Add Script complete callbackVincent Sanders2012-07-054-1/+28
* add hubbub_parser_insert_chunkVincent Sanders2012-07-032-0/+44
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-297-9/+11
* Simple gitignoreDaniel Silverstone2012-06-041-0/+3
* Bump version numberVincent Sanders2012-02-271-1/+1
* Don't treat warnings as errors on AmigaOSChris Young2011-10-271-2/+4
* Fix handling of xmlns attributes on foreign content root elementsJohn Mark Bell2011-10-272-2/+13
* Bump version numberJohn Mark Bell2011-09-181-1/+1
* Fix build with GCC 4.6John Mark Bell2011-07-2617-179/+68
* Bump version numberJohn Mark Bell2011-04-071-1/+1
* Fix example.Michael Drake2010-12-301-15/+4
* Fix profile and coverage targetsJohn Mark Bell2010-12-061-1/+3
* Remove Aliases file from test harnessesJohn Mark Bell2010-12-049-333/+30
* Remove init/final and embed entity trie at build time. r=vinceDaniel Silverstone2010-12-0425-2690/+2361
* Make example compileJohn Mark Bell2010-11-152-92/+100
* Sprinkle some C++ scoping aroundJohn Mark Bell2010-10-236-0/+54
* Bump versionJohn Mark Bell2010-04-191-1/+1
* -Wextra is only understood by GCC 3.4.6 or later. John Mark Bell2009-11-061-3/+4
* Ensure local include path overrides buildsystem settings.John Mark Bell2009-08-011-2/+2
* 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
* 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