1. 6ed2eb4 Applied patch from Rob Richards, fixing a potential memory leak in by Kasimier T. Buchcik · 18 years ago
  2. 9b02e29 Fixed bug #341337, reported by David Grohmann. The code expected a node by Kasimier T. Buchcik · 18 years ago
  3. 7c7c059 Shut up CVS by Kjartan Maraas · 18 years ago
  4. 92b394f Fixed bug #341150, reported by Michael Romer. In by Kasimier T. Buchcik · 18 years ago
  5. 7418fad fixed typo in last commit by William M. Brack · 18 years ago
  6. 700f987 Fixed compilation error (bug 340765) reported by dmacks with patch by William M. Brack · 18 years ago
  7. 146a982 We'll raise an internal error and stop validation now when an entity is by Kasimier T. Buchcik · 18 years ago
  8. d7d0748 applied another Python detection patch from Joseph Sacco cleanup the by Daniel Veillard · 18 years ago
  9. 0b30995 fix a mix of code and declarations showing up on Windows patch from by Daniel Veillard · 18 years ago
  10. df75062 fixing bug #340398 xmlCharEncOutFunc writing to input buffer Daniel by Daniel Veillard · 18 years ago
  11. b2f8f1d preparing 2.6.24 release, fixed Python paths at the last moment fix some by Daniel Veillard · 18 years ago
  12. f741601 applied patch from Roland Schwingel to allow UTF-8 file paths on Windows by Daniel Veillard · 18 years ago
  13. 02c1f23 patch from Jason Viers for line breaks after EndPI Daniel by Daniel Veillard · 18 years ago
  14. 973dceb fix compilation without tree Daniel by Daniel Veillard · 18 years ago
  15. 968d643 applied patch from Gary Coady to really make sure xmllint --nonet would by Daniel Veillard · 18 years ago
  16. 8492ba1 applied patch from Joseph Sacco changing slightly the python detection by Daniel Veillard · 18 years ago
  17. 3b1478b fix the error message for invalid code point in content c.f. bug #339311 by Daniel Veillard · 18 years ago
  18. b63d2fa Fixed incorrect validation of restricted enumerations. Added related by Kasimier T. Buchcik · 18 years ago
  19. cdf59aa fixing a deallocation problem in xmlSchemaAddSchemaDoc() in case of by Daniel Veillard · 18 years ago
  20. 3f845a9 fixing a deallocation problem in xmlRelaxNGParse() in case of errors, by Daniel Veillard · 18 years ago
  21. 51698c7 revert last patch, daniel by Daniel Veillard · 18 years ago
  22. fe03706 Another man patch from Daniel, Daniel by Daniel Veillard · 18 years ago
  23. 1589e8d New update from Daniel Leidert, daniel by Daniel Veillard · 18 years ago
  24. bf95fd2 applied man page improvements from Daniel Leidert Daniel by Daniel Veillard · 18 years ago
  25. 9110ed6 Update FTP links, Daniel by Daniel Veillard · 18 years ago
  26. b294717 removed unused code or variables, from Stefan Kost fixing #336163 and by Daniel Veillard · 18 years ago
  27. fef73a5 applied patch from Stefan Kost fixing #336160 Daniel by Daniel Veillard · 18 years ago
  28. 05e9db8 applied patches from Aivars Kalvans to make unicode tables const, fixes by Daniel Veillard · 18 years ago
  29. 8ea29c4 fixed bug #335603 and resync'ed genChRanges.py to the expected output. by Daniel Veillard · 18 years ago
  30. 2a8c4c4 Removed section on HP-UX from 2000, Daniel by Daniel Veillard · 18 years ago
  31. 54eb024 applied patch from Youri Golovanov fixing bug #316338 and adding a couple by Daniel Veillard · 18 years ago
  32. aac7c68 fix a few warning raised by gcc-4.1 and latests changes Daniel by Daniel Veillard · 18 years ago
  33. 11ce400 end of first pass on coverity reports. Daniel by Daniel Veillard · 18 years ago
  34. 14b5643 more cleanups based on coverity reports. Daniel by Daniel Veillard · 18 years ago
  35. 2728f84 more cleanups based on coverity reports. Daniel by Daniel Veillard · 18 years ago
  36. 30e7607 a bunch of small cleanups based on coverity reports. Daniel by Daniel Veillard · 18 years ago
  37. 53cd4a1 update help about unwanted legal notices, daniel by Daniel Veillard · 18 years ago
  38. e68e276 added schematron as pointed out by Eric Zurcher Daniel by Daniel Veillard · 18 years ago
  39. 4f27a8a fix Red Hat bug #184170 Daniel by Daniel Veillard · 18 years ago
  40. 4435341 Simplified usage of the internal xmlNsMap. Added a "strict" lookup for by Kasimier T. Buchcik · 18 years ago
  41. 04bffc0 fix HTML attribute ID checking for input element. Maintain current by Rob Richards · 19 years ago
  42. 30f874d Bundled lookup of attr-nodes and retrieving their values into the by Kasimier T. Buchcik · 19 years ago
  43. d3ff7ef workaround HP-UX compiler bug by Rick Jones Daniel by Daniel Veillard · 19 years ago
  44. 745648b remove a tab, as pointed out on IRC Daniel by Daniel Veillard · 19 years ago
  45. 6581512 Fix the add sibling functions when passing attributes. Modify testing for by Rob Richards · 19 years ago
  46. 27bec14 Martin Cole pointed out a bug in xmlCatalogAdd() if /etc/xml/catalog by Daniel Veillard · 19 years ago
  47. d463c99 updated the Ruby bindings links, and regenerated the docs. Daniel by Daniel Veillard · 19 years ago
  48. 890b549 improve catalog debugging message patch from Rick Jones Daniel by Daniel Veillard · 19 years ago
  49. 634ec27 Nic Ferrier found debug statement left in the XPath conversion code Daniel by Daniel Veillard · 19 years ago
  50. 961bfc1 small man page improvements from Daniel Leidert Daniel by Daniel Veillard · 19 years ago
  51. 4c0aa16 Fixed a side-effect of the previous XSI bugfix: The constructor needs a by Kasimier T. Buchcik · 19 years ago
  52. 1869be5 Fixed xs:boolean to reject the empty string (reported by Bas Driessen on by Kasimier T. Buchcik · 19 years ago
  53. 46f9721 more man page improvements from Daniel Leidert Daniel by Daniel Veillard · 19 years ago
  54. 6464d6a man page improvements from Daniel Leidert, c.f. #331290 Daniel by Daniel Veillard · 19 years ago
  55. ea71f5d fix an error report when using --path and --valid closes bug #331290 by Daniel Veillard · 19 years ago
  56. 7933800 Added new regression tests for #331062, daniel by Daniel Veillard · 19 years ago
  57. 87254c8 trying to fix #331062, this is again a problem around interleave, there is by Daniel Veillard · 19 years ago
  58. eb46870 Fixed bug #328896 reported by Liron. The path for text- and by Kasimier T. Buchcik · 19 years ago
  59. a29aca1 Remove a deprecated paragraph on internal encoding, daniel by Daniel Veillard · 19 years ago
  60. fc011b7 bug fixes for #327167 as well as some cleanups and more thorough tests on by Daniel Veillard · 19 years ago
  61. 73dd71e patch from Eric Zurcher to compile with Borland C++ 6 Daniel by Daniel Veillard · 19 years ago
  62. 9b528c7 bill pointed out a missing block in xmlParseComment trying to fill with a by Daniel Veillard · 19 years ago
  63. 6974feb fixed the comment streaming bug raised by Graham Bennett added to the by Daniel Veillard · 19 years ago
  64. a81d919 Added the xmlDOMWrapCloneNode() to the header file. by Kasimier T. Buchcik · 19 years ago
  65. cab801b Added an initial version of xmlDOMWrapCloneNode() to the API. It will be by Kasimier T. Buchcik · 19 years ago
  66. 8f3392e applied patch from Rob Richards fixing the URI regressions tests on by Daniel Veillard · 19 years ago
  67. e8f8d75 Fixed some bugs xmlDOMWrapReconcileNamespaces() wrt the previous addition by Kasimier T. Buchcik · 19 years ago
  68. e01b2fd Enhanced xmlDOMWrapReconcileNamespaces() to remove redundant ns-decls if by Kasimier T. Buchcik · 19 years ago
  69. 2363555 Added changed as proposed on the mailing list by venkat naidu in order to by Kasimier T. Buchcik · 19 years ago
  70. 4188ddf trying to fix windows/configure issues reported by Tim Van Holder Daniel by Daniel Veillard · 19 years ago
  71. 499cc92 try to fix xmlParseInNodeContext when operating on an HTML document. by Daniel Veillard · 19 years ago
  72. a930fbe Added xmlRelaxNGSetParserStructuredErrors() to the API. by Kasimier T. Buchcik · 19 years ago
  73. a617e24 reverted first patches for #319279 which led to #326295 and fixed the by Daniel Veillard · 19 years ago
  74. 6795260 upated the news regenerated the docs, preparing for release of 2.6.23 by Daniel Veillard · 19 years ago
  75. bb2074e Added regression tests for the latest XPath/pattern fixes. by Kasimier T. Buchcik · 19 years ago
  76. bb80f54 Another fix to handle "foo//.": "foo" was not included in the resulting by Kasimier T. Buchcik · 19 years ago
  77. 9725871 Fixed bug #322928, reported by Erich Schubert: The bug was in pattern.c, by Kasimier T. Buchcik · 19 years ago
  78. b20c63a tiny refactoring patch from Bjorn Reese Daniel by Daniel Veillard · 19 years ago
  79. 6977c6c fix bug #324432 with <xml:foo/> added to the regression tests Daniel by Daniel Veillard · 19 years ago
  80. affb868 applied patch from Mark Junker, fixing a MinGW compilation problem, should by Daniel Veillard · 19 years ago
  81. dfbc33a Removed last dependency on the obsolete enum xmlSchemaValidError. by Kasimier T. Buchcik · 19 years ago
  82. d027147 compilation and doc build fixes from Michael Day Daniel by Daniel Veillard · 19 years ago
  83. 0b1ff14 bug in xmlRegExecPushString2() pointed out by Sreeni Nair. Daniel by Daniel Veillard · 19 years ago
  84. d95ecf0 Fixed xmlStrEqual() doc, Daniel by Daniel Veillard · 19 years ago
  85. 77b92ff fix bug #322136 in xmlNodeBufGetContent when entity ref is a child of an by Rob Richards · 19 years ago
  86. 5bb0c08 Fixed a segfault during text concatenation when validating a node tree: by Kasimier T. Buchcik · 19 years ago
  87. 9a2724d applied patch from Gary Coady to accept gzipped http resources. Daniel by Daniel Veillard · 19 years ago
  88. 4a113f9 Added enable/disable of runtime debugging (LIBXML_DEBUG_RUNTIME). by Kasimier T. Buchcik · 19 years ago
  89. d81ebd1 Fixed to define LIBXML_DEBUG_RUNTIME on the basis of @WITH_RUN_DEBUG@. by Kasimier T. Buchcik · 19 years ago
  90. b0d74c6 Added regression test for bug #321475 (reported by Gabor Nagy). Fixing of by Kasimier T. Buchcik · 19 years ago
  91. bd9d91f Adjusted a bug's wrong date-time by Kasimier T. Buchcik · 19 years ago
  92. 826da46 Named the reporter of bug #323510 by Kasimier T. Buchcik · 19 years ago
  93. 183fa3e Added regression test for bug #323510. by Kasimier T. Buchcik · 19 years ago
  94. 7ca5aed Workaround for bug #323510: substituted the epsilon transition for a by Kasimier T. Buchcik · 19 years ago
  95. bc4cc9d Gary Coady pointed a memory leak in xmlTextReaderReadInnerXml() applied by Daniel Veillard · 19 years ago
  96. 6a0baa0 fixed a number of warnings shown by HP-UX compiler and reported by Rick by Daniel Veillard · 19 years ago
  97. ffe47fe Insert space between pubid and sysid when both passed to by Rob Richards · 19 years ago
  98. dcac4fc Changed to instantly mark instance-tests as failed if the corresponding by Kasimier T. Buchcik · 19 years ago
  99. bdadaed Added xmlTextReaderSchemaValidateCtxt() to the API. by Kasimier T. Buchcik · 19 years ago
  100. 215406f Fixed a segfault: the instance document was still tried to be validated, by Kasimier T. Buchcik · 19 years ago