- 18a6509 fix to the fix for #141864 from Paul Elseth apply fix from David Gatwood by Daniel Veillard · 20 years ago
- 25d5d9a applied patch from James Bursa, frameset should close head. Daniel by Daniel Veillard · 21 years ago
- 500a1de applied patch from Alfred Mickautsch for better DTD support. fixed bug by Daniel Veillard · 21 years ago
- d3669b2 avoid ID error message if using HTML_PARSE_NOERROR should fix #130762 by Daniel Veillard · 21 years ago
- edb65a7 added initialisation for ctxt->vctxt in HTMLInitParser (bug 133127) minor by William M. Brack · 21 years ago
- 87247e8 applied patch from Mark Vadoc to not use SAX1 unless necessary. Daniel by Daniel Veillard · 21 years ago
- c59d826 applied two parsing fixes from James Bursa Daniel by Daniel Veillard · 21 years ago
- 157fee0 previous fix for #124044 was broken, correct fix provided. fix by Daniel Veillard · 21 years ago
- 652f9aa Fix #124907 by simply backporting the same fix as for the XML parser by Daniel Veillard · 21 years ago
- 05bcb7e fixed to not send NULL to %s printing cleaning up some of the regression by Daniel Veillard · 21 years ago
- 76e95df Changed all (?) occurences where validation macros (IS_xxx) had by William M. Brack · 21 years ago
- 659e71e Setting up the framework for structured error reporting, touches a lot of by Daniel Veillard · 21 years ago
- f403d29 more code cleanup, especially around error messages, the HTML parser has by Daniel Veillard · 21 years ago
- 73b013f added a new configure option --with-push, some cleanups, chased code size by Daniel Veillard · 21 years ago
- 899e64a minor change to avoid compilation warnings on some (e.g. AIX) systems by William M. Brack · 21 years ago
- 9475a35 added the same htmlRead APIs than their XML counterparts new parser by Daniel Veillard · 21 years ago
- 092643b preparing a beta3 solving the ABI problems make sure the global variables by Daniel Veillard · 21 years ago
- 40412cd when creating a DOCTYPE use "html" lowercase by default instead of "HTML" by Daniel Veillard · 21 years ago
- d37c139 added few casts to shut the compiler warnings by Igor Zlatkovic · 21 years ago
- 2fdbd32 new dictionary module to keep a single instance of the names used by the by Daniel Veillard · 21 years ago
- e8ed620 allocation error #119784 raised by Oliver Stoeneberg Daniel by Daniel Veillard · 21 years ago
- b19ba83 fixed the serious CPU usage problem reported by Grant Goodale applied by Daniel Veillard · 21 years ago
- 14f752c fixed a nasty bug #119387, bad heuristic from the progressive HTML parser by Daniel Veillard · 21 years ago
- c193956 small changes to syntax to get rid of compiler warnings. No changes to by William M. Brack · 21 years ago
- 8d73bcb added a new API to split a QName without generating any memory allocation by Daniel Veillard · 21 years ago
- 78637da fixing bug 118559 by William M. Brack · 21 years ago
- 97e0188 applied a patch from William Brack about the problem of parsing very large by Daniel Veillard · 21 years ago
- 4a557d9 fixed problem with comments reported by Nick Kew added routines by William M. Brack · 21 years ago
- 34ba387 removed some warnings by casting xmlChar to unsigned int and a couple of by Daniel Veillard · 21 years ago
- d9d32ae use the character() SAX callback if the cdataBlock ain't defined. fix bug by Daniel Veillard · 21 years ago
- 104caa3 oops last commit introduced a memory leak. Daniel by Daniel Veillard · 21 years ago
- e8b09e4 added --nonet option fixing #112803 by adding --nonet when calling by Daniel Veillard · 21 years ago
- 45269b8 tried to fix #98879 again in a more solid way. Daniel by Daniel Veillard · 22 years ago
- 3c908dc added xmlMallocAtomic() to be used when allocating blocks which do not by Daniel Veillard · 22 years ago
- 02ea141 exported htmlCreateMemoryParserCtxt() it was static Daniel by Daniel Veillard · 22 years ago
- 6560a42 two patches from James Bursa on the HTML parser and a typo reindenting, by Daniel Veillard · 22 years ago
- 77a90a7 patch from johan@evenhuis.nl for #107937 fixing some line counting by Daniel Veillard · 22 years ago
- 5f704af made powten array static it should not be exported fix bug #107361 by by Daniel Veillard · 22 years ago
- 5f9fada obsoleted xmlNormalizeWindowsPath by Igor Zlatkovic · 22 years ago
- 1703c5f OASIS RelaxNG testsuite python script to run regression against OASIS by Daniel Veillard · 22 years ago
- 71531f3 comments cleanups use xmllint for doing the RelaxNG tests preparing 2.5.2 by Daniel Veillard · 22 years ago
- 930dfb6 applied HTML improvements from Nick Kew, allowing to do more checking to by Daniel Veillard · 22 years ago
- 358a989 applied patch from Arne de Bruijn fixing bug #103827 Daniel by Daniel Veillard · 22 years ago
- eb13717 updating a comment, fixing #103776 Daniel by Daniel Veillard · 22 years ago
- e5b110b try to fix # 105049 a couple of changes and extensions updated a function by Daniel Veillard · 22 years ago
- e55e8e4 fixed bug #102960 by reusing the XML name parsing routines. Daniel by Daniel Veillard · 22 years ago
- 01c13b5 code cleanup, especially the function comments. fixed a small bug when by Daniel Veillard · 22 years ago
- 1c732d2 code cleanup Daniel by Daniel Veillard · 22 years ago
- fee408f final touch at closing #87235 </p> end tags need to be generated. this by Daniel Veillard · 22 years ago
- bc6e1a3 fixed bug #98879 a corner case when 0 is included in HTML documents and by Daniel Veillard · 22 years ago
- dad3f68 preparing release 2.4.27 updated and rebuilt the docs try to make sure the by Daniel Veillard · 22 years ago
- 8dd86a5 strengthen the guard in the Pop macros, like in the XML parser, closes bug by Daniel Veillard · 22 years ago
- ce02dbc Mikhail Sogrine pointed out a bug in HTML parsing, applied his patch added by Daniel Veillard · 22 years ago
- e645e8c Applied the VMS update patch from Craig A. Berry update Daniel by Daniel Veillard · 22 years ago
- a646cfd small cleanup switched DTD validation to use only regexp when configured by Daniel Veillard · 22 years ago
- f4862f0 messing around with support for Windows path, cleanups, trying to identify by Daniel Veillard · 22 years ago
- 3487c8d get rid of all the perror() calls made in the library execution paths. by Daniel Veillard · 22 years ago
- 1d99527 fixing bug #84876 based on the xml working code. Daniel by Daniel Veillard · 22 years ago
- 8c9872c trying to fix 87235 about discarded white spaces in the HTML parser. this by Daniel Veillard · 22 years ago
- 49cc975 replaced sprintf() with snprintf() to prevent possible buffer overflow by Aleksey Sanin · 22 years ago
- 1b31e4a fixing #79334 making htmlParseDocument a public entry point. rebuilt the by Daniel Veillard · 22 years ago
- 561b7f8 dohh I really didn't intended to commit this test version :-( Daniel by Daniel Veillard · 23 years ago
- e50f3b5 I wanted to see the real speed at the SAX interface after a little too by Daniel Veillard · 23 years ago
- 34ce8be preparing 2.4.18 updated and rebuilt the web site implement the new by Daniel Veillard · 23 years ago
- 044fc6b fixing #61290 "namespace nodes have no parent" long standing divergence by Daniel Veillard · 23 years ago
- cbaf399 applied 42 documentation patches from Charlie Bozeman. Regenerated the by Daniel Veillard · 23 years ago
- c1f7834 fix comment in scripts element parsing. updated the results. Daniel by Daniel Veillard · 23 years ago
- 957fdcf handle the case of < in quoted attributes, Bastian Kleineidam Daniel by Daniel Veillard · 23 years ago
- 635ef72 apply fixes to close #63271 and avoid segfaults when the error routine by Daniel Veillard · 23 years ago
- 5151c06 fixed an erroneous validation bug when PE refs occurs in external parsed by Daniel Veillard · 23 years ago
- b6b0fd8 Fixed a bug when creating a new HTML document, doc->children by Daniel Veillard · 23 years ago
- 3c01b1d - include/libxml/globals.h include/libxml/threads.h threads.c by Daniel Veillard · 23 years ago
- 7cc95c0 try to get rid of parser loops for good. Daniel by Daniel Veillard · 23 years ago
- d046356 Applied the last patches from Gary, cleanup, activated threading all user by Daniel Veillard · 23 years ago
- 60087f3 preparing 2.4.6 release updated and rebuilt the docs fixed a number of by Daniel Veillard · 23 years ago
- 3fbe8e3 closing bug #61832 removed a warning Daniel by Daniel Veillard · 23 years ago
- 1633d18 fixed HTMLparser.c by William M. Brack · 23 years ago
- f6ed8bc Igor Zlatkovic patches fixed typos Daniel by Daniel Veillard · 23 years ago
- d28e48a fix loop in HTMLparser.c by William M. Brack · 23 years ago
- dc2cee2 Added the part about section 7.2 on URI resolution, fixed a side effect in by Daniel Veillard · 23 years ago
- bb37129 trying to fix some troubles w.r.t. function returning const xxxPtr. Daniel by Daniel Veillard · 23 years ago
- 5e2dace Cleanup, cleanup .. removed libxml softlink for good cleanup to get 100% by Daniel Veillard · 23 years ago
- 2209073 cleanup of global variables, marking some const or private. Daniel by Daniel Veillard · 23 years ago
- 7db3773 store the line numbder in element->content, may break some software, need by Daniel Veillard · 23 years ago
- 4d65a1c - parser.c: improved the description of a couple of interfaces by Daniel Veillard · 23 years ago
- f420ac5 fixing a too early root closing problem raised byt Prashanth Naidu Daniel by Daniel Veillard · 23 years ago
- c5d6434 Summer's cleanup, a really big one: by Daniel Veillard · 23 years ago
- 017b108 - Makefile.am: cleanup when --without-debug is specified by Daniel Veillard · 23 years ago
- 02bb170 - HTMLparser.[ch] HTMLtree.c: stored the inline/block property by Daniel Veillard · 23 years ago
- f69bb4b - HTMLparser.c: Closed bug #54891 by Daniel Veillard · 23 years ago
- 0a2a163 - HTMLparser.c: Patch from Jonas Borgström by Daniel Veillard · 23 years ago
- 6426935 - HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion by Daniel Veillard · 24 years ago
- a2bc368 - HTMLparser.c: trying to fix the problem reported by Jonas Borgström by Daniel Veillard · 24 years ago
- 56098d4 - HTMLparser.c : HTML parsing still sucks ... trying to deal by Daniel Veillard · 24 years ago
- 43dadeb - HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements by Daniel Veillard · 24 years ago
- 70a9da5 trio upgrade and integration by Bjorn Reese · 24 years ago
- 1ed3f88 - HTMLparser.c HTMLtree.c: applied part of the patches provided by Daniel Veillard · 24 years ago
- a3bfca5 parsing real HTML is a nightmare. by Daniel Veillard · 24 years ago
- c86a4fa - HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c by Daniel Veillard · 24 years ago
- 56a4cb8 Huge cleanup, I switched to compile with by Daniel Veillard · 24 years ago