aboutsummaryrefslogtreecommitdiffstats
path: root/HTMLparser.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - HTMLparser.[ch] HTMLtree.c: stored the inline/block propertyDaniel Veillard2001-06-131-92/+92
* - HTMLparser.c: Closed bug #54891Daniel Veillard2001-05-191-2/+11
* - HTMLparser.c: Patch from Jonas BorgströmDaniel Veillard2001-05-111-16/+53
* - HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversionDaniel Veillard2001-05-041-2/+2
* - HTMLparser.c: trying to fix the problem reported by Jonas BorgströmDaniel Veillard2001-05-031-2/+17
* - HTMLparser.c : HTML parsing still sucks ... trying to dealDaniel Veillard2001-04-241-15/+25
* - HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elementsDaniel Veillard2001-04-241-2/+2
* trio upgrade and integrationBjorn Reese2001-04-211-8/+2
* - HTMLparser.c HTMLtree.c: applied part of the patches providedDaniel Veillard2001-04-181-1/+1
* parsing real HTML is a nightmare.Daniel Veillard2001-04-121-45/+47
* - HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.cDaniel Veillard2001-03-261-15/+3
* Huge cleanup, I switched to compile withDaniel Veillard2001-03-241-211/+107
* - HTMLparser.c: fixed loop reported by Marc SanfaconDaniel Veillard2001-03-031-2/+5
* Okay time to improve performances, gprof session:Daniel Veillard2001-02-251-1/+1
* Revert directory structure changesOwen Taylor2001-02-231-0/+4966