summaryrefslogtreecommitdiff
path: root/HTMLparser.c
Commit message (Expand)AuthorAgeFilesLines
* 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 theLIBXML_2_4_27Daniel 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
* get rid of all the perror() calls made in the library execution paths.Daniel Veillard2002-09-051-79/+6
* fixing bug #84876 based on the xml working code. DanielDaniel Veillard2002-07-221-20/+69
* trying to fix 87235 about discarded white spaces in the HTML parser. thisDaniel Veillard2002-07-051-9/+33
* replaced sprintf() with snprintf() to prevent possible buffer overflowAleksey Sanin2002-06-141-1/+1
* fixing #79334 making htmlParseDocument a public entry point. rebuilt theDaniel Veillard2002-05-271-1/+1
* dohh I really didn't intended to commit this test version :-( DanielDaniel Veillard2002-03-201-8/+5
* I wanted to see the real speed at the SAX interface after a little tooDaniel Veillard2002-03-201-5/+8
* preparing 2.4.18 updated and rebuilt the web site implement the newLIBXML_2_4_18Daniel Veillard2002-03-181-0/+1
* fixing #61290 "namespace nodes have no parent" long standing divergenceDaniel Veillard2002-03-041-0/+11
* applied 42 documentation patches from Charlie Bozeman. Regenerated theDaniel Veillard2001-12-311-20/+21
* fix comment in scripts element parsing. updated the results. DanielDaniel Veillard2001-11-101-1/+34