1. 1703c5f OASIS RelaxNG testsuite python script to run regression against OASIS by Daniel Veillard · 21 years ago
  2. 71531f3 comments cleanups use xmllint for doing the RelaxNG tests preparing 2.5.2 by Daniel Veillard · 21 years ago
  3. 930dfb6 applied HTML improvements from Nick Kew, allowing to do more checking to by Daniel Veillard · 21 years ago
  4. 358a989 applied patch from Arne de Bruijn fixing bug #103827 Daniel by Daniel Veillard · 21 years ago
  5. eb13717 updating a comment, fixing #103776 Daniel by Daniel Veillard · 21 years ago
  6. e5b110b try to fix # 105049 a couple of changes and extensions updated a function by Daniel Veillard · 21 years ago
  7. e55e8e4 fixed bug #102960 by reusing the XML name parsing routines. Daniel by Daniel Veillard · 22 years ago
  8. 01c13b5 code cleanup, especially the function comments. fixed a small bug when by Daniel Veillard · 22 years ago
  9. 1c732d2 code cleanup Daniel by Daniel Veillard · 22 years ago
  10. fee408f final touch at closing #87235 </p> end tags need to be generated. this by Daniel Veillard · 22 years ago
  11. bc6e1a3 fixed bug #98879 a corner case when 0 is included in HTML documents and by Daniel Veillard · 22 years ago
  12. dad3f68 preparing release 2.4.27 updated and rebuilt the docs try to make sure the by Daniel Veillard · 22 years ago
  13. 8dd86a5 strengthen the guard in the Pop macros, like in the XML parser, closes bug by Daniel Veillard · 22 years ago
  14. ce02dbc Mikhail Sogrine pointed out a bug in HTML parsing, applied his patch added by Daniel Veillard · 22 years ago
  15. e645e8c Applied the VMS update patch from Craig A. Berry update Daniel by Daniel Veillard · 22 years ago
  16. a646cfd small cleanup switched DTD validation to use only regexp when configured by Daniel Veillard · 22 years ago
  17. f4862f0 messing around with support for Windows path, cleanups, trying to identify by Daniel Veillard · 22 years ago
  18. 3487c8d get rid of all the perror() calls made in the library execution paths. by Daniel Veillard · 22 years ago
  19. 1d99527 fixing bug #84876 based on the xml working code. Daniel by Daniel Veillard · 22 years ago
  20. 8c9872c trying to fix 87235 about discarded white spaces in the HTML parser. this by Daniel Veillard · 22 years ago
  21. 49cc975 replaced sprintf() with snprintf() to prevent possible buffer overflow by Aleksey Sanin · 22 years ago
  22. 1b31e4a fixing #79334 making htmlParseDocument a public entry point. rebuilt the by Daniel Veillard · 22 years ago
  23. 561b7f8 dohh I really didn't intended to commit this test version :-( Daniel by Daniel Veillard · 22 years ago
  24. e50f3b5 I wanted to see the real speed at the SAX interface after a little too by Daniel Veillard · 22 years ago
  25. 34ce8be preparing 2.4.18 updated and rebuilt the web site implement the new by Daniel Veillard · 22 years ago
  26. 044fc6b fixing #61290 "namespace nodes have no parent" long standing divergence by Daniel Veillard · 22 years ago
  27. cbaf399 applied 42 documentation patches from Charlie Bozeman. Regenerated the by Daniel Veillard · 23 years ago
  28. c1f7834 fix comment in scripts element parsing. updated the results. Daniel by Daniel Veillard · 23 years ago
  29. 957fdcf handle the case of < in quoted attributes, Bastian Kleineidam Daniel by Daniel Veillard · 23 years ago
  30. 635ef72 apply fixes to close #63271 and avoid segfaults when the error routine by Daniel Veillard · 23 years ago
  31. 5151c06 fixed an erroneous validation bug when PE refs occurs in external parsed by Daniel Veillard · 23 years ago
  32. b6b0fd8 Fixed a bug when creating a new HTML document, doc->children by Daniel Veillard · 23 years ago
  33. 3c01b1d - include/libxml/globals.h include/libxml/threads.h threads.c by Daniel Veillard · 23 years ago
  34. 7cc95c0 try to get rid of parser loops for good. Daniel by Daniel Veillard · 23 years ago
  35. d046356 Applied the last patches from Gary, cleanup, activated threading all user by Daniel Veillard · 23 years ago
  36. 60087f3 preparing 2.4.6 release updated and rebuilt the docs fixed a number of by Daniel Veillard · 23 years ago
  37. 3fbe8e3 closing bug #61832 removed a warning Daniel by Daniel Veillard · 23 years ago
  38. 1633d18 fixed HTMLparser.c by William M. Brack · 23 years ago
  39. f6ed8bc Igor Zlatkovic patches fixed typos Daniel by Daniel Veillard · 23 years ago
  40. d28e48a fix loop in HTMLparser.c by William M. Brack · 23 years ago
  41. dc2cee2 Added the part about section 7.2 on URI resolution, fixed a side effect in by Daniel Veillard · 23 years ago
  42. bb37129 trying to fix some troubles w.r.t. function returning const xxxPtr. Daniel by Daniel Veillard · 23 years ago
  43. 5e2dace Cleanup, cleanup .. removed libxml softlink for good cleanup to get 100% by Daniel Veillard · 23 years ago
  44. 2209073 cleanup of global variables, marking some const or private. Daniel by Daniel Veillard · 23 years ago
  45. 7db3773 store the line numbder in element->content, may break some software, need by Daniel Veillard · 23 years ago
  46. 4d65a1c - parser.c: improved the description of a couple of interfaces by Daniel Veillard · 23 years ago
  47. f420ac5 fixing a too early root closing problem raised byt Prashanth Naidu Daniel by Daniel Veillard · 23 years ago
  48. c5d6434 Summer's cleanup, a really big one: by Daniel Veillard · 23 years ago
  49. 017b108 - Makefile.am: cleanup when --without-debug is specified by Daniel Veillard · 23 years ago
  50. 02bb170 - HTMLparser.[ch] HTMLtree.c: stored the inline/block property by Daniel Veillard · 23 years ago
  51. f69bb4b - HTMLparser.c: Closed bug #54891 by Daniel Veillard · 23 years ago
  52. 0a2a163 - HTMLparser.c: Patch from Jonas Borgström by Daniel Veillard · 23 years ago
  53. 6426935 - HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion by Daniel Veillard · 23 years ago
  54. a2bc368 - HTMLparser.c: trying to fix the problem reported by Jonas Borgström by Daniel Veillard · 23 years ago
  55. 56098d4 - HTMLparser.c : HTML parsing still sucks ... trying to deal by Daniel Veillard · 23 years ago
  56. 43dadeb - HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements by Daniel Veillard · 23 years ago
  57. 70a9da5 trio upgrade and integration by Bjorn Reese · 23 years ago
  58. 1ed3f88 - HTMLparser.c HTMLtree.c: applied part of the patches provided by Daniel Veillard · 23 years ago
  59. a3bfca5 parsing real HTML is a nightmare. by Daniel Veillard · 23 years ago
  60. c86a4fa - HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c by Daniel Veillard · 23 years ago
  61. 56a4cb8 Huge cleanup, I switched to compile with by Daniel Veillard · 23 years ago
  62. f9533d1 - HTMLparser.c: fixed loop reported by Marc Sanfacon Daniel by Daniel Veillard · 23 years ago
  63. 48b2f89 Okay time to improve performances, gprof session: by Daniel Veillard · 23 years ago
  64. 3473f88 Revert directory structure changes by Owen Taylor · 23 years ago
  65. 64636e7 moved to libxml directory - this allow simplify automake/autoconf. Now by CET 2001 Tomasz K³oczko · 23 years ago
  66. f41fbbf testing and bug fixing related to XSLT: by Daniel Veillard · 23 years ago
  67. 389e6b7 Patches bug fixes and on new function: by Daniel Veillard · 23 years ago
  68. 45cff69 Patches: - HTMLparser.c: htmlCheckParagraph to check by Daniel Veillard · 24 years ago
  69. a6d8eb6 Finally had a bit of time to resynch both trees: by Daniel Veillard · 24 years ago
  70. f62ceff General fixes, XPointer improvements: by Daniel Veillard · 24 years ago
  71. 748e45d Couples of HTML and Windows fixes: by Daniel Veillard · 24 years ago
  72. a4964b7 - HTMLparser.c: fixed loop on invalid char in scripts by Daniel Veillard · 24 years ago
  73. c4f4f0b - xpath.c: fixed the root evaluation problems by Daniel Veillard · 24 years ago
  74. d6d7f7b patched to redirrect all "out of context" error messages to by Daniel Veillard · 24 years ago
  75. 126f279 Bunch of fixes, finishing moving datastructures to the hash stuff: by Daniel Veillard · 24 years ago
  76. 47e12f2 HTML attributes handling: by Daniel Veillard · 24 years ago
  77. 7eda845 - HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML by Daniel Veillard · 24 years ago
  78. e8282ed More work toward 2.2.5, integrated a number of patches by Daniel Veillard · 24 years ago
  79. b71379b - moved xml-error.h to xmlerror.h: seems this allowed to bypass by Daniel Veillard · 24 years ago
  80. aaf58b9 Various attemps at trying to bypass this automake bullshit !!! Daniel by Daniel Veillard · 24 years ago
  81. 7e99c63 Tried to build libxml2-2.2.5 by Daniel Veillard · 24 years ago
  82. 970112a Stupid bug fix on the HTML parser: by Daniel Veillard · 24 years ago
  83. 8b5dd83 - configure.in: releasing 2.2.4 by Daniel Veillard · 24 years ago
  84. bc76530 Cleanups, 1 bug fix: by Daniel Veillard · 24 years ago
  85. 4b0755c - HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning by Daniel Veillard · 24 years ago
  86. 8ddb5a7 Small bugfixes: - HTMLparser.c uri.c: Another patch from Wayne Davison, by Daniel Veillard · 24 years ago
  87. b656ebe Cleanup, patch from Wayne Davison: by Daniel Veillard · 24 years ago
  88. 4fb87ee Various contributed patches: by Daniel Veillard · 24 years ago
  89. a2c6da9 For Havoc: - HTMLparser.c parser.c: set ctxt->errNo before calling the by Daniel Veillard · 24 years ago
  90. b1059e2 Finally commiting work done on the plane, major cleanup, by Daniel Veillard · 24 years ago
  91. 39c7d71 Jumbo patch, resync of W3C/Gnome CVS trees: by Daniel Veillard · 24 years ago
  92. 4948eb4 - HTMLparser.c testHTML.c: applied two new patches from by Daniel Veillard · 24 years ago
  93. e010c17 Mostly HTML generation and parsing enhancements: by Daniel Veillard · 24 years ago
  94. 47f3f31 - HTMLparser.[ch]: applied some of Wayne Davison <wayned@blorf.net> patches by Daniel Veillard · 24 years ago
  95. 52402ce bug fixes, bugfixes, bugfixes ... by Daniel Veillard · 24 years ago
  96. b8f25c9 work done on auto-opening of <p> tags and cleanup of SAX output, Daniel. by Daniel Veillard · 24 years ago
  97. 1255ab7 Patch from Dave Yearke <yearke@eng.buffalo.edu>: by Daniel Veillard · 24 years ago
  98. 87b9539 Large sync between my W3C base and Gnome's one: by Daniel Veillard · 24 years ago
  99. 32bc74e - doc/encoding.html doc/xml.html: added I18N doc by Daniel Veillard · 24 years ago
  100. 365e13b Work on character encoding support for the HTML parser by Daniel Veillard · 24 years ago