1. 68716a7 fix a chunking and script bug #347708 Daniel by Daniel Veillard · 18 years ago
  2. 28aac0b remove a warning check with uppercase for AIX iconv() should fix #352644 by Daniel Veillard · 18 years ago
  3. f1a27c6 added --html --memory to test htmlReadMemory to test #321632 added various by Daniel Veillard · 18 years ago
  4. 34c647c exports htmlNewParserCtxt() as Michael Day pointed out this is needed to by Daniel Veillard · 18 years ago
  5. 065abe8 applied const'ification of strings patch from Matthias Clasen Daniel by Daniel Veillard · 18 years ago
  6. 30e7607 a bunch of small cleanups based on coverity reports. Daniel by Daniel Veillard · 18 years ago
  7. 499cc92 try to fix xmlParseInNodeContext when operating on an HTML document. by Daniel Veillard · 19 years ago
  8. 6a0baa0 fixed a number of warnings shown by HP-UX compiler and reported by Rick by Daniel Veillard · 19 years ago
  9. b990008 script HTML parser error fix, corrects bug #319715 added test from Michael by Daniel Veillard · 19 years ago
  10. 2cf36a1 typo fix from Michael Day Daniel by Daniel Veillard · 19 years ago
  11. 36d7340 Applied the last patch from Gary Coady for #304637 changing the behaviour by Daniel Veillard · 19 years ago
  12. 8874b94 added a parser XML_PARSE_COMPACT option to allocate small text nodes (less by Daniel Veillard · 19 years ago
  13. ea4b0ba added a recovery mode for the HTML parser based on the suggestions of bug by Daniel Veillard · 19 years ago
  14. d2755a8 fixed an uninitialized memory access spotted by valgrind Daniel by Daniel Veillard · 19 years ago
  15. 24505b0 a lot of small cleanups based on Linus' sparse check output. Daniel by Daniel Veillard · 19 years ago
  16. 7d2b323 fixed a potential buffer overrun error introduced on last commit to by Daniel Veillard · 19 years ago
  17. 358fef4 applied UTF-8 script parsing bug #310229 fix from Jiri Netolicky added the by Daniel Veillard · 19 years ago
  18. 597f1c1 applied patch from James Bursa fixing an html parsing bug in push mode by Daniel Veillard · 19 years ago
  19. 5d4644e revamped the elfgcchack.h format to cope with gcc4 change of aliasing by Daniel Veillard · 19 years ago
  20. 21e4ef2 Re-examined the problems of configuring a "minimal" library. by William M. Brack · 20 years ago
  21. 29614c7 make sure xmlCtxtReadFile and htmlCtxtReadFile go through the catalog by Daniel Veillard · 20 years ago
  22. a521d28 better handling of conditional features more testing on parser contexts by Daniel Veillard · 20 years ago
  23. 4259532 more types, more coverage more problems fixed Daniel by Daniel Veillard · 20 years ago
  24. ce682bc autogenerate a minimal NULL value sequence for unknown pointer types This by Daniel Veillard · 20 years ago
  25. a03e365 more developments on the API testing more cleanups rebuilt Daniel by Daniel Veillard · 20 years ago
  26. eff45a9 register xmlSchemaSetValidErrors, patch from Brent Hendricks in the by Daniel Veillard · 20 years ago
  27. fc484dd added support for HTML PIs #156087 added specific tests Daniel by Daniel Veillard · 20 years ago
  28. d1757ab added two new macros IS_ASCII_LETTER and IS_ASCII_DIGIT used with (html) by William M. Brack · 20 years ago
  29. 079f6a7 more memory related code cleanups. Daniel by Daniel Veillard · 20 years ago
  30. 7a5e0dd removed some extern before function code reported by Kjartan Maraas on IRC by Daniel Veillard · 20 years ago
  31. d43cdcd fixed initialisation problem for htmlReadMemory (bug 149041) by William M. Brack · 20 years ago
  32. 7cc2357 1 line patch, apparently htmlNewDoc() was not setting doc->charset. Daniel by Daniel Veillard · 20 years ago
  33. 18a6509 fix to the fix for #141864 from Paul Elseth apply fix from David Gatwood by Daniel Veillard · 20 years ago
  34. 25d5d9a applied patch from James Bursa, frameset should close head. Daniel by Daniel Veillard · 20 years ago
  35. 500a1de applied patch from Alfred Mickautsch for better DTD support. fixed bug by Daniel Veillard · 20 years ago
  36. d3669b2 avoid ID error message if using HTML_PARSE_NOERROR should fix #130762 by Daniel Veillard · 20 years ago
  37. edb65a7 added initialisation for ctxt->vctxt in HTMLInitParser (bug 133127) minor by William M. Brack · 20 years ago
  38. 87247e8 applied patch from Mark Vadoc to not use SAX1 unless necessary. Daniel by Daniel Veillard · 21 years ago
  39. c59d826 applied two parsing fixes from James Bursa Daniel by Daniel Veillard · 21 years ago
  40. 157fee0 previous fix for #124044 was broken, correct fix provided. fix by Daniel Veillard · 21 years ago
  41. 652f9aa Fix #124907 by simply backporting the same fix as for the XML parser by Daniel Veillard · 21 years ago
  42. 05bcb7e fixed to not send NULL to %s printing cleaning up some of the regression by Daniel Veillard · 21 years ago
  43. 76e95df Changed all (?) occurences where validation macros (IS_xxx) had by William M. Brack · 21 years ago
  44. 659e71e Setting up the framework for structured error reporting, touches a lot of by Daniel Veillard · 21 years ago
  45. f403d29 more code cleanup, especially around error messages, the HTML parser has by Daniel Veillard · 21 years ago
  46. 73b013f added a new configure option --with-push, some cleanups, chased code size by Daniel Veillard · 21 years ago
  47. 899e64a minor change to avoid compilation warnings on some (e.g. AIX) systems by William M. Brack · 21 years ago
  48. 9475a35 added the same htmlRead APIs than their XML counterparts new parser by Daniel Veillard · 21 years ago
  49. 092643b preparing a beta3 solving the ABI problems make sure the global variables by Daniel Veillard · 21 years ago
  50. 40412cd when creating a DOCTYPE use "html" lowercase by default instead of "HTML" by Daniel Veillard · 21 years ago
  51. d37c139 added few casts to shut the compiler warnings by Igor Zlatkovic · 21 years ago
  52. 2fdbd32 new dictionary module to keep a single instance of the names used by the by Daniel Veillard · 21 years ago
  53. e8ed620 allocation error #119784 raised by Oliver Stoeneberg Daniel by Daniel Veillard · 21 years ago
  54. b19ba83 fixed the serious CPU usage problem reported by Grant Goodale applied by Daniel Veillard · 21 years ago
  55. 14f752c fixed a nasty bug #119387, bad heuristic from the progressive HTML parser by Daniel Veillard · 21 years ago
  56. c193956 small changes to syntax to get rid of compiler warnings. No changes to by William M. Brack · 21 years ago
  57. 8d73bcb added a new API to split a QName without generating any memory allocation by Daniel Veillard · 21 years ago
  58. 78637da fixing bug 118559 by William M. Brack · 21 years ago
  59. 97e0188 applied a patch from William Brack about the problem of parsing very large by Daniel Veillard · 21 years ago
  60. 4a557d9 fixed problem with comments reported by Nick Kew added routines by William M. Brack · 21 years ago
  61. 34ba387 removed some warnings by casting xmlChar to unsigned int and a couple of by Daniel Veillard · 21 years ago
  62. d9d32ae use the character() SAX callback if the cdataBlock ain't defined. fix bug by Daniel Veillard · 21 years ago
  63. 104caa3 oops last commit introduced a memory leak. Daniel by Daniel Veillard · 21 years ago
  64. e8b09e4 added --nonet option fixing #112803 by adding --nonet when calling by Daniel Veillard · 21 years ago
  65. 45269b8 tried to fix #98879 again in a more solid way. Daniel by Daniel Veillard · 21 years ago
  66. 3c908dc added xmlMallocAtomic() to be used when allocating blocks which do not by Daniel Veillard · 21 years ago
  67. 02ea141 exported htmlCreateMemoryParserCtxt() it was static Daniel by Daniel Veillard · 21 years ago
  68. 6560a42 two patches from James Bursa on the HTML parser and a typo reindenting, by Daniel Veillard · 21 years ago
  69. 77a90a7 patch from johan@evenhuis.nl for #107937 fixing some line counting by Daniel Veillard · 21 years ago
  70. 5f704af made powten array static it should not be exported fix bug #107361 by by Daniel Veillard · 21 years ago
  71. 5f9fada obsoleted xmlNormalizeWindowsPath by Igor Zlatkovic · 21 years ago
  72. 1703c5f OASIS RelaxNG testsuite python script to run regression against OASIS by Daniel Veillard · 21 years ago
  73. 71531f3 comments cleanups use xmllint for doing the RelaxNG tests preparing 2.5.2 by Daniel Veillard · 21 years ago
  74. 930dfb6 applied HTML improvements from Nick Kew, allowing to do more checking to by Daniel Veillard · 21 years ago
  75. 358a989 applied patch from Arne de Bruijn fixing bug #103827 Daniel by Daniel Veillard · 21 years ago
  76. eb13717 updating a comment, fixing #103776 Daniel by Daniel Veillard · 21 years ago
  77. e5b110b try to fix # 105049 a couple of changes and extensions updated a function by Daniel Veillard · 21 years ago
  78. e55e8e4 fixed bug #102960 by reusing the XML name parsing routines. Daniel by Daniel Veillard · 22 years ago
  79. 01c13b5 code cleanup, especially the function comments. fixed a small bug when by Daniel Veillard · 22 years ago
  80. 1c732d2 code cleanup Daniel by Daniel Veillard · 22 years ago
  81. fee408f final touch at closing #87235 </p> end tags need to be generated. this by Daniel Veillard · 22 years ago
  82. bc6e1a3 fixed bug #98879 a corner case when 0 is included in HTML documents and by Daniel Veillard · 22 years ago
  83. dad3f68 preparing release 2.4.27 updated and rebuilt the docs try to make sure the by Daniel Veillard · 22 years ago
  84. 8dd86a5 strengthen the guard in the Pop macros, like in the XML parser, closes bug by Daniel Veillard · 22 years ago
  85. ce02dbc Mikhail Sogrine pointed out a bug in HTML parsing, applied his patch added by Daniel Veillard · 22 years ago
  86. e645e8c Applied the VMS update patch from Craig A. Berry update Daniel by Daniel Veillard · 22 years ago
  87. a646cfd small cleanup switched DTD validation to use only regexp when configured by Daniel Veillard · 22 years ago
  88. f4862f0 messing around with support for Windows path, cleanups, trying to identify by Daniel Veillard · 22 years ago
  89. 3487c8d get rid of all the perror() calls made in the library execution paths. by Daniel Veillard · 22 years ago
  90. 1d99527 fixing bug #84876 based on the xml working code. Daniel by Daniel Veillard · 22 years ago
  91. 8c9872c trying to fix 87235 about discarded white spaces in the HTML parser. this by Daniel Veillard · 22 years ago
  92. 49cc975 replaced sprintf() with snprintf() to prevent possible buffer overflow by Aleksey Sanin · 22 years ago
  93. 1b31e4a fixing #79334 making htmlParseDocument a public entry point. rebuilt the by Daniel Veillard · 22 years ago
  94. 561b7f8 dohh I really didn't intended to commit this test version :-( Daniel by Daniel Veillard · 22 years ago
  95. e50f3b5 I wanted to see the real speed at the SAX interface after a little too by Daniel Veillard · 22 years ago
  96. 34ce8be preparing 2.4.18 updated and rebuilt the web site implement the new by Daniel Veillard · 22 years ago
  97. 044fc6b fixing #61290 "namespace nodes have no parent" long standing divergence by Daniel Veillard · 22 years ago
  98. cbaf399 applied 42 documentation patches from Charlie Bozeman. Regenerated the by Daniel Veillard · 23 years ago
  99. c1f7834 fix comment in scripts element parsing. updated the results. Daniel by Daniel Veillard · 23 years ago
  100. 957fdcf handle the case of < in quoted attributes, Bastian Kleineidam Daniel by Daniel Veillard · 23 years ago