aboutsummaryrefslogtreecommitdiffstats
path: root/HTMLparser.c
Commit message (Expand)AuthorAgeFilesLines
* applied two parsing fixes from James Bursa DanielDaniel Veillard2003-11-201-1/+3
* previous fix for #124044 was broken, correct fix provided. fixDaniel Veillard2003-10-311-0/+9
* Fix #124907 by simply backporting the same fix as for the XML parserDaniel Veillard2003-10-281-2/+6
* fixed to not send NULL to %s printing cleaning up some of the regressionDaniel Veillard2003-10-191-1/+1
* Changed all (?) occurences where validation macros (IS_xxx) hadWilliam M. Brack2003-10-181-25/+25
* Setting up the framework for structured error reporting, touches a lot ofDaniel Veillard2003-10-101-4/+4
* more code cleanup, especially around error messages, the HTML parser hasDaniel Veillard2003-10-051-471/+295
* added a new configure option --with-push, some cleanups, chased code sizeDaniel Veillard2003-09-301-0/+2
* minor change to avoid compilation warnings on some (e.g. AIX) systemsWilliam M. Brack2003-09-261-9/+20
* added the same htmlRead APIs than their XML counterparts new parserDaniel Veillard2003-09-261-0/+525
* preparing a beta3 solving the ABI problems make sure the global variablesDaniel Veillard2003-09-251-3/+3
* when creating a DOCTYPE use "html" lowercase by default instead of "HTML"Daniel Veillard2003-09-031-3/+3
* added few casts to shut the compiler warningsIgor Zlatkovic2003-08-281-1/+1
* new dictionary module to keep a single instance of the names used by theDaniel Veillard2003-08-181-260/+199
* allocation error #119784 raised by Oliver Stoeneberg DanielDaniel Veillard2003-08-141-2/+1
* fixed the serious CPU usage problem reported by Grant Goodale appliedDaniel Veillard2003-08-141-0/+1
* fixed a nasty bug #119387, bad heuristic from the progressive HTML parserDaniel Veillard2003-08-091-14/+25
* small changes to syntax to get rid of compiler warnings. No changes toWilliam M. Brack2003-08-051-2/+2
* added a new API to split a QName without generating any memory allocationDaniel Veillard2003-08-041-1/+1
* fixing bug 118559William M. Brack2003-07-311-6/+6
* applied a patch from William Brack about the problem of parsing very largeDaniel Veillard2003-07-301-16/+19
* fixed problem with comments reported by Nick Kew added routinesWilliam M. Brack2003-07-291-2/+3
* removed some warnings by casting xmlChar to unsigned int and a couple ofDaniel Veillard2003-07-151-13/+14
* use the character() SAX callback if the cdataBlock ain't defined. fix bugDaniel Veillard2003-07-051-0/+6
* oops last commit introduced a memory leak. DanielDaniel Veillard2003-05-131-4/+1
* added --nonet option fixing #112803 by adding --nonet when callingDaniel Veillard2003-05-131-16/+13
* tried to fix #98879 again in a more solid way. DanielDaniel Veillard2003-04-221-0/+6
* added xmlMallocAtomic() to be used when allocating blocks which do notDaniel Veillard2003-04-191-4/+4
* exported htmlCreateMemoryParserCtxt() it was static DanielDaniel Veillard2003-04-091-1/+1
* two patches from James Bursa on the HTML parser and a typo reindenting,Daniel Veillard2003-03-271-2/+2
* patch from johan@evenhuis.nl for #107937 fixing some line countingDaniel Veillard2003-03-221-3/+9
* made powten array static it should not be exported fix bug #107361 byDaniel Veillard2003-03-051-1/+12
* obsoleted xmlNormalizeWindowsPathIgor Zlatkovic2003-02-191-1/+2
* OASIS RelaxNG testsuite python script to run regression against OASISDaniel Veillard2003-02-101-2/+2
* comments cleanups use xmllint for doing the RelaxNG tests preparing 2.5.2Daniel Veillard2003-02-051-2/+2
* applied HTML improvements from Nick Kew, allowing to do more checking toDaniel Veillard2003-02-051-91/+520
* applied patch from Arne de Bruijn fixing bug #103827 DanielDaniel Veillard2003-02-041-0/+5
* updating a comment, fixing #103776 DanielDaniel Veillard2003-02-041-1/+0
* try to fix # 105049 a couple of changes and extensions updated a functionDaniel Veillard2003-02-041-1/+39
* fixed bug #102960 by reusing the XML name parsing routines. DanielDaniel Veillard2003-01-101-20/+101
* code cleanup, especially the function comments. fixed a small bug whenDaniel Veillard2002-12-101-10/+10
* code cleanup DanielDaniel Veillard2002-11-301-35/+52
* final touch at closing #87235 </p> end tags need to be generated. thisDaniel Veillard2002-11-221-1/+1
* fixed bug #98879 a corner case when 0 is included in HTML documents andDaniel Veillard2002-11-181-1/+1
* preparing release 2.4.27 updated and rebuilt the docs try to make sure theDaniel Veillard2002-11-171-1/+1
* strengthen the guard in the Pop macros, like in the XML parser, closes bugDaniel Veillard2002-11-121-1/+1
* Mikhail Sogrine pointed out a bug in HTML parsing, applied his patch addedDaniel Veillard2002-10-221-0/+7
* Applied the VMS update patch from Craig A. Berry update DanielDaniel Veillard2002-10-221-1/+1
* small cleanup switched DTD validation to use only regexp when configuredDaniel Veillard2002-09-171-1/+2
* messing around with support for Windows path, cleanups, trying to identifyDaniel Veillard2002-09-101-1/+1