aboutsummaryrefslogtreecommitdiffstats
path: root/HTMLparser.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 newDaniel 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
* handle the case of < in quoted attributes, Bastian Kleineidam DanielDaniel Veillard2001-11-061-1/+2
* apply fixes to close #63271 and avoid segfaults when the error routineDaniel Veillard2001-10-291-0/+1
* fixed an erroneous validation bug when PE refs occurs in external parsedDaniel Veillard2001-10-231-1/+1
* Fixed a bug when creating a new HTML document, doc->childrenDaniel Veillard2001-10-221-3/+3
* - include/libxml/globals.h include/libxml/threads.h threads.cDaniel Veillard2001-10-171-0/+1
* try to get rid of parser loops for good. DanielDaniel Veillard2001-10-171-0/+6
* Applied the last patches from Gary, cleanup, activated threading all userDaniel Veillard2001-10-131-0/+8
* preparing 2.4.6 release updated and rebuilt the docs fixed a number ofDaniel Veillard2001-10-101-2/+2
* closing bug #61832 removed a warning DanielDaniel Veillard2001-10-061-1/+1
* fixed HTMLparser.cWilliam M. Brack2001-10-051-1/+2
* Igor Zlatkovic patches fixed typos DanielDaniel Veillard2001-10-021-1/+1
* fix loop in HTMLparser.cWilliam M. Brack2001-09-231-0/+3
* Added the part about section 7.2 on URI resolution, fixed a side effect inDaniel Veillard2001-08-221-0/+1
* trying to fix some troubles w.r.t. function returning const xxxPtr. DanielDaniel Veillard2001-08-161-12/+12
* Cleanup, cleanup .. removed libxml softlink for good cleanup to get 100%Daniel Veillard2001-07-181-0/+5
* cleanup of global variables, marking some const or private. DanielDaniel Veillard2001-07-161-28/+12
* store the line numbder in element->content, may break some software, needDaniel Veillard2001-07-121-1/+2
* - parser.c: improved the description of a couple of interfacesDaniel Veillard2001-07-041-5/+7
* fixing a too early root closing problem raised byt Prashanth Naidu DanielDaniel Veillard2001-07-041-11/+21
* Summer's cleanup, a really big one:Daniel Veillard2001-06-241-1/+1
* - Makefile.am: cleanup when --without-debug is specifiedDaniel Veillard2001-06-211-2/+0