1. d8ed105 fixed bug #407436 a crash in a specific case of Relax-NG validation Daniel by Daniel Veillard · 17 years ago
  2. fa0d094 fix a Relax-NG bug related to element content processing, fixes bug by Daniel Veillard · 18 years ago
  3. 700f987 Fixed compilation error (bug 340765) reported by dmacks with patch by William M. Brack · 18 years ago
  4. b2f8f1d preparing 2.6.24 release, fixed Python paths at the last moment fix some by Daniel Veillard · 18 years ago
  5. 3f845a9 fixing a deallocation problem in xmlRelaxNGParse() in case of errors, by Daniel Veillard · 18 years ago
  6. 14b5643 more cleanups based on coverity reports. Daniel by Daniel Veillard · 18 years ago
  7. 87254c8 trying to fix #331062, this is again a problem around interleave, there is by Daniel Veillard · 18 years ago
  8. a930fbe Added xmlRelaxNGSetParserStructuredErrors() to the API. by Kasimier T. Buchcik · 18 years ago
  9. 567a45b removed the error message removed 2 instability warnings from function by Daniel Veillard · 19 years ago
  10. b30ca31 real fix for #314881 and #314759 is was a bit more complex than initially by Daniel Veillard · 19 years ago
  11. f03a8cd fixing yet another pattern induced XPath bug #314282 reverted back last by Daniel Veillard · 19 years ago
  12. e40afec structured error reporting problem with Relax-NG should fix #314881 and by Daniel Veillard · 19 years ago
  13. 60faf52 fixed bug #307377 about validation of choices in list values. added by Daniel Veillard · 19 years ago
  14. 24505b0 a lot of small cleanups based on Linus' sparse check output. Daniel by Daniel Veillard · 19 years ago
  15. da0aa4c applied patch from Marcus Boerger to route relaxng and schemas error by Daniel Veillard · 19 years ago
  16. f2e066a complete, checking on other platforms is needed updated fix a bug raised by Daniel Veillard · 19 years ago
  17. f464403 fixed a bug exposed by Rob Richards in the mailing-list added the by Daniel Veillard · 19 years ago
  18. 5d4644e revamped the elfgcchack.h format to cope with gcc4 change of aliasing by Daniel Veillard · 19 years ago
  19. 63d68a3 fixed a problem in Relax-NG validation #159968 added the test to the by Daniel Veillard · 19 years ago
  20. 9186a1f fixed bug #157633 in relaxng choice optimization added regression tests by Daniel Veillard · 19 years ago
  21. 4259532 more types, more coverage more problems fixed Daniel by Daniel Veillard · 20 years ago
  22. ce682bc autogenerate a minimal NULL value sequence for unknown pointer types This by Daniel Veillard · 20 years ago
  23. dd6d300 more fixes and extending the tests coverage adding a type init interface by Daniel Veillard · 20 years ago
  24. 03a53c3 added checking for names values and dictionnaries generates a tons of by Daniel Veillard · 20 years ago
  25. 8de5c0b adding the tree debug mode fixing various problems reported by the debug by Daniel Veillard · 20 years ago
  26. 079f6a7 more memory related code cleanups. Daniel by Daniel Veillard · 20 years ago
  27. 8eabb05 fixed a problem with internal cleanup of <DIV> element (bug 143738). by William M. Brack · 20 years ago
  28. a74a6ff fixed problem in xmlRelaxNGCompareNameClasses which was causing by William M. Brack · 20 years ago
  29. 7e29c0a implemented fix for M$ IIS redirect provided by Ian Hummel fixed problem by William M. Brack · 20 years ago
  30. 6092962 fixed problem with IS_COMPILABLE flag (bug 130216) by William M. Brack · 20 years ago
  31. 6dc9196 remove a memory leak on schemas type facets. reduce verbosity incorporated by Daniel Veillard · 20 years ago
  32. 2f07606 added an error message when an element is not found within a <choice> (bug by William M. Brack · 20 years ago
  33. 236c8c0 added check for external reference in xmlRelaxNGGetElements (bug 137718) by William M. Brack · 20 years ago
  34. 7217c86 enhanced to ignore XML_XINCLUDE_START and XML_XINCLUDE_END nodes (bug by William M. Brack · 20 years ago
  35. f54cd53 fixing compilation and link option when configuring with --without-valid by Daniel Veillard · 20 years ago
  36. 807daf8 add --timing option use the psvi field of the nodes instead of _private by Daniel Veillard · 20 years ago
  37. 03c2f0a fixing #130453 XInclude element with no href attribute fully integrating by Daniel Veillard · 20 years ago
  38. 87247e8 applied patch from Mark Vadoc to not use SAX1 unless necessary. Daniel by Daniel Veillard · 20 years ago
  39. 272693c minor error cleanup for gcc-3.3.[12] compilation warnings. by William M. Brack · 21 years ago
  40. 76e95df Changed all (?) occurences where validation macros (IS_xxx) had by William M. Brack · 21 years ago
  41. 4aede2e remove the warning for startDocument(), as it is used by glade (or by Daniel Veillard · 21 years ago
  42. 659e71e Setting up the framework for structured error reporting, touches a lot of by Daniel Veillard · 21 years ago
  43. 6edbfbb last cleanup of error handling in the Relax-NG module. Daniel by Daniel Veillard · 21 years ago
  44. 4c00414 switched Relax-NG module to teh new error reporting. Better default by Daniel Veillard · 21 years ago
  45. a9cce9c Okay this is scary but it is just adding a configure option to disable by Daniel Veillard · 21 years ago
  46. 7b9154b further (final?) minor changes for compilation warnings. No change to by William M. Brack · 21 years ago
  47. 1ac24d3 fixed an error reporting bug in Relax-NG when we end up with multiple by Daniel Veillard · 21 years ago
  48. c1ffa0a fixed bug #120386 again a problem introduced when trying to reuse automata by Daniel Veillard · 21 years ago
  49. 73827cb fixed a couple of stupid bugs in the state allocation routines which led by Daniel Veillard · 21 years ago
  50. 779af00 =Bug 118559 (continued) by William M. Brack · 21 years ago
  51. d94849b fixed a Relax-NG compilation/streaming bug introduced when fixing the by Daniel Veillard · 21 years ago
  52. 2134ab1 checked and fixed the compilation of RNG schemas, fixes a couple of bugs by Daniel Veillard · 21 years ago
  53. 409a814 adding Get interface for the error callback and parameters of parsing and by Daniel Veillard · 21 years ago
  54. 34ba387 removed some warnings by casting xmlChar to unsigned int and a couple of by Daniel Veillard · 21 years ago
  55. a84c0b3 commiting some work done while in the Maldives (hence the timezone on the by Daniel Veillard · 21 years ago
  56. adbb0e6 Stéphane Bidoul found an off by one addressing error on the error by Daniel Veillard · 21 years ago
  57. c3ca5ba removed multiple warning, this fixed a bug and should close #111574 Daniel by Daniel Veillard · 21 years ago
  58. 3c908dc added xmlMallocAtomic() to be used when allocating blocks which do not by Daniel Veillard · 21 years ago
  59. ac29793 some cleanups extended the document to cover RelaxNG and tree operations by Daniel Veillard · 21 years ago
  60. 6216360 valgrind pointed out an uninitialized variable error. Daniel by Daniel Veillard · 21 years ago
  61. 33300b4 augnemting the APIs, cleanups. cleanup bug #111005 added some missing by Daniel Veillard · 21 years ago
  62. ce192eb more work on RelaxNG streaming validation trying to improve the subset by Daniel Veillard · 21 years ago
  63. f4e5576 implemented streaming of RelaxNG (when possible) on top of the xmlReader by Daniel Veillard · 21 years ago
  64. c58f4ef integrated the regexp based validity checking of fragments of the document by Daniel Veillard · 21 years ago
  65. 52b48c7 Starting work precompiling parts of RelaxNG schemas. Not plugged onto by Daniel Veillard · 21 years ago
  66. 7fe1f3a one more fixup of error message reporting Daniel by Daniel Veillard · 21 years ago
  67. 5f1946a more work on bug #109225, and fixed an uninitialized variable pointed out by Daniel Veillard · 21 years ago
  68. a507fbf try to work on bug #109225 and provide better error reports. this change by Daniel Veillard · 21 years ago
  69. e637c4a more work on XML Schemas datatypes and facets support. Currently only by Daniel Veillard · 21 years ago
  70. c4c2155 more work on cleaning up XML Schemas datatypes based on James Clark tests by Daniel Veillard · 21 years ago
  71. 80b1909 implemented comparisons for Schemas values. fixed some bugs in duration by Daniel Veillard · 21 years ago
  72. 2086382 valgrind'ed and cleaned up a couple of memory issues. Daniel by Daniel Veillard · 21 years ago
  73. 580ced8 fixed Red Hat bug #86118 use libxml2.spec instead of libxml.spec fixed by Daniel Veillard · 21 years ago
  74. e063f48 another optimization, for choice this time cleanups. Daniel by Daniel Veillard · 21 years ago
  75. 0e3d3ce fixed xmlRelaxNGNodeMatchesList augmented the test suite this fixes some by Daniel Veillard · 21 years ago
  76. bbb78b5 added another interleave speedup. Daniel by Daniel Veillard · 21 years ago
  77. 249d7bb attempt to cope with ID/IDREF(S) declared both in the DTD and in the by Daniel Veillard · 21 years ago
  78. 798024a cosmetic change for output try to minimize calls to malloc/free for by Daniel Veillard · 21 years ago
  79. 28c52ab fixed error msg cleanup deallocation added a function to handle lists of by Daniel Veillard · 21 years ago
  80. c3da18a added Datatype ID and IDREF, usable from RelaxNG now need to add a new by Daniel Veillard · 21 years ago
  81. 952379b fixed the last core RelaxNG bug known #107083, shemas datatype ID/IDREF by Daniel Veillard · 21 years ago
  82. fd573f1 switched back to the previous Relax-NG code base, the derivation algorithm by Daniel Veillard · 21 years ago
  83. 1564e6e After coming to the conclusion that the original RelaxNG validation code by Daniel Veillard · 21 years ago
  84. 39eb88b fix some recursion problems introduced in the last release. more debugging by Daniel Veillard · 21 years ago
  85. 5add868 stop generating wrong result file with * in name fixing the include bug by Daniel Veillard · 21 years ago
  86. 42f12e9 after and exchange with James Clark it appeared I had bug in URI parsing by Daniel Veillard · 21 years ago
  87. 463a547 give more infos fix a bug reported by Sebastian Rahtz and REF->DEF in by Daniel Veillard · 21 years ago
  88. 8bc6cf9 added param support for relaxng type checking, started to increment the by Daniel Veillard · 21 years ago
  89. c482e26 Fixed a couple of problem raised by James Clark in bug #107083, the by Daniel Veillard · 21 years ago
  90. 17bed98 preparing release 2.5.4 updated and rebuilt the docs removed warnings by Daniel Veillard · 21 years ago
  91. 3ebc7d4 fixed xmlSetProp and al. when the node passed is not an element. fixed by Daniel Veillard · 21 years ago
  92. c64b8e9 some warning removal on Igor's patch seems I messed up with #106788 fix by Daniel Veillard · 21 years ago
  93. 44e1dd0 fixing some nodeinfo in entities problem raised by Glenn W. Bach by Daniel Veillard · 21 years ago
  94. c5312d7 fixed some problems in the previous commit and finished implementing 4.16 by Daniel Veillard · 21 years ago
  95. 4c5cf70 implemented checks from section 7.2 Daniel by Daniel Veillard · 21 years ago
  96. 77648bb implemented the checks from section 7.1, fixed some of the 4.20 and 4.21 by Daniel Veillard · 21 years ago
  97. 1c745ad implemented the 4.20 and 4.21 simplification rules. updated the results by Daniel Veillard · 21 years ago
  98. ce14fa5 more bugfixes updated the results Daniel by Daniel Veillard · 21 years ago
  99. 2e9b165 patched to have shared libraries for Python regression tests and static by Daniel Veillard · 21 years ago
  100. 8fe9871 guess what ! Relax-NG bugfixing, what a surprize... Daniel by Daniel Veillard · 21 years ago