1. 6c5b2d3 fixing #109227 providing more context in case of start/end tag mismatch by Daniel Veillard · 21 years ago
  2. d9b7283 should fix #109327 errors on memory accesses Daniel by Daniel Veillard · 21 years ago
  3. c7e9b19 Fixed reopening of #78662 <form action="..."> is an URI reference Daniel by Daniel Veillard · 21 years ago
  4. e209b33 fixed bug #109160 on non-ASCII IDs Daniel by Daniel Veillard · 21 years ago
  5. 642104e Norm suggested a nicer error message for xml:space values errors Daniel by Daniel Veillard · 21 years ago
  6. e4fa293 first part of the fix to performance bug #108905, adds by Daniel Veillard · 21 years ago
  7. 0962821 removing a warning with Sun compiler bug #109154 Daniel by Daniel Veillard · 21 years ago
  8. da27174 doc/xmllint.xml doc/xmllint.1 update xmllint man page with --relaxng by MST 2003 John Fleck · 21 years ago
  9. 2032d29 was missing "drv_libxml2.py" Daniel by Daniel Veillard · 21 years ago
  10. 9adc046 some changes related to the new way of handling Result Value Tree, before by Daniel Veillard · 21 years ago
  11. d8da01c preparing release 2.5.5 updated the documentation and regenerated it. by Daniel Veillard · 21 years ago
  12. ef0b450 fixed some problems related to #75813 about handling of Result Value Trees by Daniel Veillard · 21 years ago
  13. 9231ff9 applied a set of patches from Lorenzo Viali correcting URI parsing errors. by Daniel Veillard · 21 years ago
  14. 5f8d1a3 validity status was not passed back when validating in entities, but by Daniel Veillard · 21 years ago
  15. aec6356 Rebuilt the docs, Daniel by Daniel Veillard · 21 years ago
  16. 04ee2f2 avoid escaping ',' in URIs Daniel by Daniel Veillard · 21 years ago
  17. ef8dd7b fixing bug #108976 get the ID/REFs to reference the ID in the document by Daniel Veillard · 21 years ago
  18. 2cfd9df fixed #107043 removing 2 warnings with Sun One compiler. Daniel by Daniel Veillard · 21 years ago
  19. 2086382 valgrind'ed and cleaned up a couple of memory issues. Daniel by Daniel Veillard · 21 years ago
  20. 9ff2d47 fix bug #107208 avoid false duplicates when ID/REFs are defined in by Daniel Veillard · 21 years ago
  21. 99737f5 Fixed validation bug #108858 on namespace names using entities and by Daniel Veillard · 21 years ago
  22. 48ef4c9 fixed bug #108801 reported by Malcolm Tredinnick about the DocType node by Daniel Veillard · 21 years ago
  23. 120e8eb fixed bug #108546 on long CDATA (or text nodes) reported by Edd Dumbill by Daniel Veillard · 21 years ago
  24. 77a90a7 patch from johan@evenhuis.nl for #107937 fixing some line counting by Daniel Veillard · 21 years ago
  25. 580ced8 fixed Red Hat bug #86118 use libxml2.spec instead of libxml.spec fixed by Daniel Veillard · 21 years ago
  26. e063f48 another optimization, for choice this time cleanups. Daniel by Daniel Veillard · 21 years ago
  27. 0e3d3ce fixed xmlRelaxNGNodeMatchesList augmented the test suite this fixes some by Daniel Veillard · 21 years ago
  28. bbb78b5 added another interleave speedup. Daniel by Daniel Veillard · 21 years ago
  29. ef2e4ec added integer and fixed one of the IDREFS regression tests pbm updated by Daniel Veillard · 21 years ago
  30. 806cada Adding a graph from the xmlbench benchmark results and a link, Daniel by Daniel Veillard · 21 years ago
  31. 249d7bb attempt to cope with ID/IDREF(S) declared both in the DTD and in the by Daniel Veillard · 21 years ago
  32. 798024a cosmetic change for output try to minimize calls to malloc/free for by Daniel Veillard · 21 years ago
  33. a1a9d04 removed a warning more cleanup, added ENTITY and ENTITIES support by Daniel Veillard · 21 years ago
  34. 28c52ab fixed error msg cleanup deallocation added a function to handle lists of by Daniel Veillard · 21 years ago
  35. c3da18a added Datatype ID and IDREF, usable from RelaxNG now need to add a new by Daniel Veillard · 21 years ago
  36. 952379b fixed the last core RelaxNG bug known #107083, shemas datatype ID/IDREF by Daniel Veillard · 21 years ago
  37. b4d30b6 Added automatic generation of an XSA description, Daniel by Daniel Veillard · 21 years ago
  38. fd573f1 switched back to the previous Relax-NG code base, the derivation algorithm by Daniel Veillard · 21 years ago
  39. 1564e6e After coming to the conclusion that the original RelaxNG validation code by Daniel Veillard · 21 years ago
  40. 39eb88b fix some recursion problems introduced in the last release. more debugging by Daniel Veillard · 21 years ago
  41. 5add868 stop generating wrong result file with * in name fixing the include bug by Daniel Veillard · 21 years ago
  42. 5094cb2 doc/xmllint.1 regenerating man page from xmllint.xml to pick up Aleksey's by MST 2003 John Fleck · 21 years ago
  43. 693c9bc use XMLLING_INDENT environment variable to control indentation for the xmllint "--format" option by Aleksey Sanin · 21 years ago
  44. 47ba1c7 *** empty log message *** by Igor Zlatkovic · 21 years ago
  45. 73267db applied Gennady's patch against buffer overrun by Igor Zlatkovic · 21 years ago
  46. 42f12e9 after and exchange with James Clark it appeared I had bug in URI parsing by Daniel Veillard · 21 years ago
  47. edfd588 fix bug #107804, the algorithm used for document order computation was by Daniel Veillard · 21 years ago
  48. 8339128 fix bug #107764 , possibility of buffer overflow in xmlValidDebug() Daniel by Daniel Veillard · 21 years ago
  49. 6c73cb8 adding xmlNanoFTPDele() from Philipp Dunkel Daniel by Daniel Veillard · 21 years ago
  50. 5f704af made powten array static it should not be exported fix bug #107361 by by Daniel Veillard · 21 years ago
  51. 710823b Minor change on the top page, Daniel by Daniel Veillard · 21 years ago
  52. 7b72ee5 fixed a node dump crash on attributes fixed an URI test bug and get better by Daniel Veillard · 21 years ago
  53. 463a547 give more infos fix a bug reported by Sebastian Rahtz and REF->DEF in by Daniel Veillard · 21 years ago
  54. eb7189f import of the XSD Datatype regression tests from James Clark. Daniel by Daniel Veillard · 21 years ago
  55. 8bc6cf9 added param support for relaxng type checking, started to increment the by Daniel Veillard · 21 years ago
  56. 41b01a8 Added a pointer to LibxmlJ, Daniel by Daniel Veillard · 21 years ago
  57. 19ab45b fixes again one of the problem raised by James Clark in #106788 Daniel by Daniel Veillard · 21 years ago
  58. c482e26 Fixed a couple of problem raised by James Clark in bug #107083, the by Daniel Veillard · 21 years ago
  59. 17bed98 preparing release 2.5.4 updated and rebuilt the docs removed warnings by Daniel Veillard · 21 years ago
  60. f4be018 fixes a DTD regexp generation problem. Daniel by Daniel Veillard · 21 years ago
  61. 02111c1 fixes bug #105998 about false detection of attribute consumption loop. by Daniel Veillard · 21 years ago
  62. 2406abd Fixes bug #106931 in XInclude entities merging. Daniel by Daniel Veillard · 21 years ago
  63. fcc822e fixed bug #105992 Daniel by Daniel Veillard · 21 years ago
  64. 3ebc7d4 fixed xmlSetProp and al. when the node passed is not an element. fixed by Daniel Veillard · 21 years ago
  65. c64b8e9 some warning removal on Igor's patch seems I messed up with #106788 fix by Daniel Veillard · 21 years ago
  66. 0046c0f another fix for nodeinfo in entities problem fixed bug #106788 from James by Daniel Veillard · 21 years ago
  67. 40ed73b *** empty log message *** by Igor Zlatkovic · 21 years ago
  68. ce07616 path handling bug introduced by my recent machinations fixed by Igor Zlatkovic · 21 years ago
  69. 10ee8b3 Added pointers to tkxmllint and tkxsltproc, Daniel by Daniel Veillard · 21 years ago
  70. 44e1dd0 fixing some nodeinfo in entities problem raised by Glenn W. Bach by Daniel Veillard · 21 years ago
  71. c5312d7 fixed some problems in the previous commit and finished implementing 4.16 by Daniel Veillard · 21 years ago
  72. 4c5cf70 implemented checks from section 7.2 Daniel by Daniel Veillard · 21 years ago
  73. 77648bb implemented the checks from section 7.1, fixed some of the 4.20 and 4.21 by Daniel Veillard · 21 years ago
  74. 1c745ad implemented the 4.20 and 4.21 simplification rules. updated the results by Daniel Veillard · 21 years ago
  75. ce14fa5 more bugfixes updated the results Daniel by Daniel Veillard · 21 years ago
  76. 7e1d158 *** empty log message *** by Igor Zlatkovic · 21 years ago
  77. bf48ce2 added few exports by Igor Zlatkovic · 21 years ago
  78. 5f9fada obsoleted xmlNormalizeWindowsPath by Igor Zlatkovic · 21 years ago
  79. f2238e6 introduced xmlCanonicPath by Igor Zlatkovic · 21 years ago
  80. 18fb278 ensured xmlDoc.URL is always canonic by Igor Zlatkovic · 21 years ago
  81. 2e9b165 patched to have shared libraries for Python regression tests and static by Daniel Veillard · 21 years ago
  82. 8fe9871 guess what ! Relax-NG bugfixing, what a surprize... Daniel by Daniel Veillard · 21 years ago
  83. d431074 float/double check bugfix exported a function for NMTOKEN validation add a by Daniel Veillard · 21 years ago
  84. 2df2de2 more RelaxNG bug hunting Daniel by Daniel Veillard · 21 years ago
  85. 416589a more work on the RelaxNG implementation conformance testing. found 373 by Daniel Veillard · 21 years ago
  86. 784b935 applied a patch from Kjartan Maraas to fix some typos Daniel by Daniel Veillard · 21 years ago
  87. febcca4 more bug-hunting added --tree to dump the intermediate rng tree patch from by Daniel Veillard · 21 years ago
  88. d229879 more testing on the Relax-NG front, cleaning up the regression tests by Daniel Veillard · 21 years ago
  89. 9a237c9 improved the script accordingly to the XInclude regression tests updates by Daniel Veillard · 21 years ago
  90. f4b4f98 added TODO for the DTD compatibility spec more bug fixes driven by the by Daniel Veillard · 21 years ago
  91. d581b7e Work on the W3C/NIST regression tests for XInclude, improved the script, by Daniel Veillard · 21 years ago
  92. e9751d9 Oops forgot to commit check-xinclude-test-suite.py, Daniel by Daniel Veillard · 21 years ago
  93. 869fb32 Adding the 2 check python scripts for RelaxNG and XInclude, Daniel by Daniel Veillard · 21 years ago
  94. 1d788d2 preparing release 2.5.3 Daniel by Daniel Veillard · 21 years ago
  95. fd7ce5f trying to fix #104934 about some XHTML1 serialization issues. Daniel by Daniel Veillard · 21 years ago
  96. 809faa5 fixing bug #104646 about iconv based encoding conversion when the input by Daniel Veillard · 21 years ago
  97. 1703c5f OASIS RelaxNG testsuite python script to run regression against OASIS by Daniel Veillard · 21 years ago
  98. 6aa2f60 fixing #105678 problem when dumping a namespace node. Daniel by Daniel Veillard · 21 years ago
  99. 591b4be fixed doc comment problems adding RelaxNG wrappers added a specific test by Daniel Veillard · 21 years ago
  100. 6581e1b fixed the download links to gnome.org to use 2.5 and not 2.4, Daniel by Daniel Veillard · 21 years ago