1. 50128ad Applied the proposed fix for the documentation of xmlXPathCastToString(); by Kasimier T. Buchcik · 18 years ago
  2. deb5871 While investigating bug #350247, I noticed that xmlSchemaIDCMatcher by Kasimier T. Buchcik · 18 years ago
  3. 6f9b087 applied patch from Marton Illes to fix an allocation bug in by Daniel Veillard · 18 years ago
  4. 1131e11 applied patch from Bertrand Fritsch to fix a bug in by Daniel Veillard · 18 years ago
  5. ddefe9c fixed the conversion of long parameters Daniel by Daniel Veillard · 18 years ago
  6. 7b4e2e2 Removed the automatic generation of CDATA sections for the content of the by Kasimier T. Buchcik · 18 years ago
  7. 75acfee applied patch from Andrew W. Nosenko to expose if zlib support was by Daniel Veillard · 18 years ago
  8. 77aad34 refactor to use normal warnings for entities problem and not straight SAX by Daniel Veillard · 18 years ago
  9. f896d44 Fixed bug #347316, reported by David Belius: The simple type, which was by Kasimier T. Buchcik · 18 years ago
  10. 889b762 Changed xmlXPathCollectAndTest() to use xmlXPathNodeSetAddNs() when adding by Kasimier T. Buchcik · 18 years ago
  11. 065abe8 applied const'ification of strings patch from Matthias Clasen Daniel by Daniel Veillard · 18 years ago
  12. a8b5413 patch from Andrew W. Nosenko, xmlFreeRMutex forgot to destroy the by Daniel Veillard · 18 years ago
  13. 2bdb12f Fixed a double-free in xmlXPathCompOpEvalToBoolean(), revealed by a by Kasimier T. Buchcik · 18 years ago
  14. 324c75b Enhanced xmlXPathCompOpEvalToBoolean() to be also usable outside predicate by Kasimier T. Buchcik · 18 years ago
  15. 8af1f0b Fix a memory leak which occurred when using by Kasimier T. Buchcik · 18 years ago
  16. 40cca61 Added code submitted by Andreas Pakulat to provide node equality, by William M. Brack · 18 years ago
  17. 631ea81 Added xmlXPathCompiledEvalToBoolean() to the API and adjusted/added by Kasimier T. Buchcik · 18 years ago
  18. 6422d91 Fixed an bug in xmlXPathCompExprAdd(): the newly introduced field by Kasimier T. Buchcik · 18 years ago
  19. 766ed7e Fixed an error in xmlXPathEvalExpr(), which was introduced with the by Kasimier T. Buchcik · 18 years ago
  20. 9bca933 Added optimization for positional predicates (only short-hand form "[n]"), by Kasimier T. Buchcik · 18 years ago
  21. dbcbbd2 try to fix the crash raised by the parser in recover mode as pointed by by Daniel Veillard · 18 years ago
  22. a4bd369 patch from Nic Ferrier to provide a better type mapping from XPath to by Daniel Veillard · 18 years ago
  23. 381ff36 applied patch from Boz for VMS and reporting Schemas errors. Daniel by Daniel Veillard · 18 years ago
  24. cc047b3 applied patch from Felipe Contreras when compiling with --with-minimum by Daniel Veillard · 18 years ago
  25. 978039b Fixed a bug in xmlDOMWrapAdoptNode(); the tree traversal stopped if the by Kasimier T. Buchcik · 18 years ago
  26. 1d0f7ad Adjusted the result of a regression test, since the fix of by Kasimier T. Buchcik · 18 years ago
  27. 43ceb1e Got rid of a compiler warning in xmlGetNodePath(). by Kasimier T. Buchcik · 18 years ago
  28. d38c63f Fixed xmlGetNodePath() to generate the node test "*" for elements in the by Kasimier T. Buchcik · 18 years ago
  29. 803e37a Clarified in the docs that the tree must not be tried to be modified if by Kasimier T. Buchcik · 18 years ago
  30. f781dba Fix the breakages introduced by amaya, Daniel by Daniel Veillard · 18 years ago
  31. fabafd5 preparing release of 2.6.26 Daniel by Daniel Veillard · 18 years ago
  32. 7cb3fa9 Fixed self-invented a segfault in xmlXPathCtxtCompile(), when the by Kasimier T. Buchcik · 18 years ago
  33. 69839ba preparing release of 2.6.25 Daniel by Daniel Veillard · 18 years ago
  34. 080152c Enabled the compound traversal again; I added a check to use this only if by Kasimier T. Buchcik · 18 years ago
  35. bf630c0 fix bug #343968, include='text' can't lead to a recursion. Daniel by Daniel Veillard · 18 years ago
  36. c42e9f6 Disabled the compound traversal for the release; I need first to assure by Kasimier T. Buchcik · 18 years ago
  37. 1b2be10 fixed memory leak in xpath error reporting by Aleksey Sanin · 18 years ago
  38. f79fbfc applied patch from Olli Savia for LynxOS Daniel by Daniel Veillard · 18 years ago
  39. 5869469 Changed the name of the recently added public function by Kasimier T. Buchcik · 18 years ago
  40. df0ba26 Optimized xmlXPathNodeCollectAndTest() and xmlXPathNodeCollectAndTestNth() by Kasimier T. Buchcik · 18 years ago
  41. e5f810f A warning will now be reported in the value of the XSD attribute by Kasimier T. Buchcik · 18 years ago
  42. 75af2a8 Enhanced xmlXPathNodeCollectAndTest() to avoid recreation (if possible) of by Kasimier T. Buchcik · 18 years ago
  43. a724844 Added an XPath object cache. It sits on an xmlXPathContext and need to be by Kasimier T. Buchcik · 18 years ago
  44. 984a9ae Removed a memcpy if xmlXPathNodeSetMerge(); it seems we really need to by Kasimier T. Buchcik · 18 years ago
  45. 5691f43 Optimization of count(): eliminated sorting (see bug #165547). by Kasimier T. Buchcik · 18 years ago
  46. a512d76 Revert behavior change in xmlSetProp to handle attributes with colons in by Rob Richards · 18 years ago
  47. 64f7e1a Substituted all remaining calls to xmlXPathCmpNodes() for by Kasimier T. Buchcik · 18 years ago
  48. 2bdabbd Optimized the comparison for non-element nodes in xmlXPathCmpNodesExt(); by Kasimier T. Buchcik · 18 years ago
  49. 6ed2eb4 Applied patch from Rob Richards, fixing a potential memory leak in by Kasimier T. Buchcik · 18 years ago
  50. 9b02e29 Fixed bug #341337, reported by David Grohmann. The code expected a node by Kasimier T. Buchcik · 18 years ago
  51. 7c7c059 Shut up CVS by Kjartan Maraas · 18 years ago
  52. 92b394f Fixed bug #341150, reported by Michael Romer. In by Kasimier T. Buchcik · 18 years ago
  53. 7418fad fixed typo in last commit by William M. Brack · 18 years ago
  54. 700f987 Fixed compilation error (bug 340765) reported by dmacks with patch by William M. Brack · 18 years ago
  55. 146a982 We'll raise an internal error and stop validation now when an entity is by Kasimier T. Buchcik · 18 years ago
  56. d7d0748 applied another Python detection patch from Joseph Sacco cleanup the by Daniel Veillard · 18 years ago
  57. 0b30995 fix a mix of code and declarations showing up on Windows patch from by Daniel Veillard · 18 years ago
  58. df75062 fixing bug #340398 xmlCharEncOutFunc writing to input buffer Daniel by Daniel Veillard · 18 years ago
  59. b2f8f1d preparing 2.6.24 release, fixed Python paths at the last moment fix some by Daniel Veillard · 18 years ago
  60. f741601 applied patch from Roland Schwingel to allow UTF-8 file paths on Windows by Daniel Veillard · 18 years ago
  61. 02c1f23 patch from Jason Viers for line breaks after EndPI Daniel by Daniel Veillard · 18 years ago
  62. 973dceb fix compilation without tree Daniel by Daniel Veillard · 18 years ago
  63. 968d643 applied patch from Gary Coady to really make sure xmllint --nonet would by Daniel Veillard · 18 years ago
  64. 8492ba1 applied patch from Joseph Sacco changing slightly the python detection by Daniel Veillard · 18 years ago
  65. 3b1478b fix the error message for invalid code point in content c.f. bug #339311 by Daniel Veillard · 18 years ago
  66. b63d2fa Fixed incorrect validation of restricted enumerations. Added related by Kasimier T. Buchcik · 18 years ago
  67. cdf59aa fixing a deallocation problem in xmlSchemaAddSchemaDoc() in case of by Daniel Veillard · 18 years ago
  68. 3f845a9 fixing a deallocation problem in xmlRelaxNGParse() in case of errors, by Daniel Veillard · 18 years ago
  69. 51698c7 revert last patch, daniel by Daniel Veillard · 18 years ago
  70. fe03706 Another man patch from Daniel, Daniel by Daniel Veillard · 18 years ago
  71. 1589e8d New update from Daniel Leidert, daniel by Daniel Veillard · 18 years ago
  72. bf95fd2 applied man page improvements from Daniel Leidert Daniel by Daniel Veillard · 18 years ago
  73. 9110ed6 Update FTP links, Daniel by Daniel Veillard · 18 years ago
  74. b294717 removed unused code or variables, from Stefan Kost fixing #336163 and by Daniel Veillard · 18 years ago
  75. fef73a5 applied patch from Stefan Kost fixing #336160 Daniel by Daniel Veillard · 18 years ago
  76. 05e9db8 applied patches from Aivars Kalvans to make unicode tables const, fixes by Daniel Veillard · 18 years ago
  77. 8ea29c4 fixed bug #335603 and resync'ed genChRanges.py to the expected output. by Daniel Veillard · 18 years ago
  78. 2a8c4c4 Removed section on HP-UX from 2000, Daniel by Daniel Veillard · 18 years ago
  79. 54eb024 applied patch from Youri Golovanov fixing bug #316338 and adding a couple by Daniel Veillard · 18 years ago
  80. aac7c68 fix a few warning raised by gcc-4.1 and latests changes Daniel by Daniel Veillard · 18 years ago
  81. 11ce400 end of first pass on coverity reports. Daniel by Daniel Veillard · 18 years ago
  82. 14b5643 more cleanups based on coverity reports. Daniel by Daniel Veillard · 18 years ago
  83. 2728f84 more cleanups based on coverity reports. Daniel by Daniel Veillard · 18 years ago
  84. 30e7607 a bunch of small cleanups based on coverity reports. Daniel by Daniel Veillard · 18 years ago
  85. 53cd4a1 update help about unwanted legal notices, daniel by Daniel Veillard · 18 years ago
  86. e68e276 added schematron as pointed out by Eric Zurcher Daniel by Daniel Veillard · 18 years ago
  87. 4f27a8a fix Red Hat bug #184170 Daniel by Daniel Veillard · 18 years ago
  88. 4435341 Simplified usage of the internal xmlNsMap. Added a "strict" lookup for by Kasimier T. Buchcik · 18 years ago
  89. 04bffc0 fix HTML attribute ID checking for input element. Maintain current by Rob Richards · 18 years ago
  90. 30f874d Bundled lookup of attr-nodes and retrieving their values into the by Kasimier T. Buchcik · 18 years ago
  91. d3ff7ef workaround HP-UX compiler bug by Rick Jones Daniel by Daniel Veillard · 18 years ago
  92. 745648b remove a tab, as pointed out on IRC Daniel by Daniel Veillard · 18 years ago
  93. 6581512 Fix the add sibling functions when passing attributes. Modify testing for by Rob Richards · 18 years ago
  94. 27bec14 Martin Cole pointed out a bug in xmlCatalogAdd() if /etc/xml/catalog by Daniel Veillard · 18 years ago
  95. d463c99 updated the Ruby bindings links, and regenerated the docs. Daniel by Daniel Veillard · 18 years ago
  96. 890b549 improve catalog debugging message patch from Rick Jones Daniel by Daniel Veillard · 18 years ago
  97. 634ec27 Nic Ferrier found debug statement left in the XPath conversion code Daniel by Daniel Veillard · 18 years ago
  98. 961bfc1 small man page improvements from Daniel Leidert Daniel by Daniel Veillard · 18 years ago
  99. 4c0aa16 Fixed a side-effect of the previous XSI bugfix: The constructor needs a by Kasimier T. Buchcik · 18 years ago
  100. 1869be5 Fixed xs:boolean to reject the empty string (reported by Bas Driessen on by Kasimier T. Buchcik · 18 years ago