1. ee0b982 fixed xmlXPathCmpNodes for incorrect result on certain cases when by William M. Brack · 17 years ago
  2. 0bcec06 Fixed memory bug with invalid function reported by Francois Delyon on by William M. Brack · 17 years ago
  3. 11be2d0 added checks for alloc fail on calls to xmlXPathNewContext (libxslt bug by William M. Brack · 17 years ago
  4. fe3970e fixed a bug where the principal node type of an axis wasn't tested on name by Daniel Veillard · 18 years ago
  5. 17970a7 William spotted an obvious bug Daniel by Daniel Veillard · 18 years ago
  6. c465ffc applied patch from Olaf Walkowiak which should fix #334104 Daniel by Daniel Veillard · 18 years ago
  7. 50128ad Applied the proposed fix for the documentation of xmlXPathCastToString(); by Kasimier T. Buchcik · 18 years ago
  8. 889b762 Changed xmlXPathCollectAndTest() to use xmlXPathNodeSetAddNs() when adding by Kasimier T. Buchcik · 18 years ago
  9. 2bdb12f Fixed a double-free in xmlXPathCompOpEvalToBoolean(), revealed by a by Kasimier T. Buchcik · 18 years ago
  10. 324c75b Enhanced xmlXPathCompOpEvalToBoolean() to be also usable outside predicate by Kasimier T. Buchcik · 18 years ago
  11. 8af1f0b Fix a memory leak which occurred when using by Kasimier T. Buchcik · 18 years ago
  12. 631ea81 Added xmlXPathCompiledEvalToBoolean() to the API and adjusted/added by Kasimier T. Buchcik · 18 years ago
  13. 6422d91 Fixed an bug in xmlXPathCompExprAdd(): the newly introduced field by Kasimier T. Buchcik · 18 years ago
  14. 766ed7e Fixed an error in xmlXPathEvalExpr(), which was introduced with the by Kasimier T. Buchcik · 18 years ago
  15. 9bca933 Added optimization for positional predicates (only short-hand form "[n]"), by Kasimier T. Buchcik · 18 years ago
  16. 7cb3fa9 Fixed self-invented a segfault in xmlXPathCtxtCompile(), when the by Kasimier T. Buchcik · 18 years ago
  17. 080152c Enabled the compound traversal again; I added a check to use this only if by Kasimier T. Buchcik · 18 years ago
  18. c42e9f6 Disabled the compound traversal for the release; I need first to assure by Kasimier T. Buchcik · 18 years ago
  19. 1b2be10 fixed memory leak in xpath error reporting by Aleksey Sanin · 18 years ago
  20. 5869469 Changed the name of the recently added public function by Kasimier T. Buchcik · 18 years ago
  21. df0ba26 Optimized xmlXPathNodeCollectAndTest() and xmlXPathNodeCollectAndTestNth() by Kasimier T. Buchcik · 18 years ago
  22. 75af2a8 Enhanced xmlXPathNodeCollectAndTest() to avoid recreation (if possible) of by Kasimier T. Buchcik · 18 years ago
  23. a724844 Added an XPath object cache. It sits on an xmlXPathContext and need to be by Kasimier T. Buchcik · 18 years ago
  24. 984a9ae Removed a memcpy if xmlXPathNodeSetMerge(); it seems we really need to by Kasimier T. Buchcik · 18 years ago
  25. 5691f43 Optimization of count(): eliminated sorting (see bug #165547). by Kasimier T. Buchcik · 18 years ago
  26. 64f7e1a Substituted all remaining calls to xmlXPathCmpNodes() for by Kasimier T. Buchcik · 18 years ago
  27. 2bdabbd Optimized the comparison for non-element nodes in xmlXPathCmpNodesExt(); by Kasimier T. Buchcik · 18 years ago
  28. 6ed2eb4 Applied patch from Rob Richards, fixing a potential memory leak in by Kasimier T. Buchcik · 18 years ago
  29. aac7c68 fix a few warning raised by gcc-4.1 and latests changes Daniel by Daniel Veillard · 18 years ago
  30. 11ce400 end of first pass on coverity reports. Daniel by Daniel Veillard · 18 years ago
  31. d3ff7ef workaround HP-UX compiler bug by Rick Jones Daniel by Daniel Veillard · 18 years ago
  32. 9725871 Fixed bug #322928, reported by Erich Schubert: The bug was in pattern.c, by Kasimier T. Buchcik · 19 years ago
  33. b3d1491 prepare for release work for #303289, fix a formatting bug for MIN_INT by Daniel Veillard · 19 years ago
  34. f03a8cd fixing yet another pattern induced XPath bug #314282 reverted back last by Daniel Veillard · 19 years ago
  35. 8bda20f removed a potentially uninitialized variable error fixed a deprecation by Daniel Veillard · 19 years ago
  36. 24505b0 a lot of small cleanups based on Linus' sparse check output. Daniel by Daniel Veillard · 19 years ago
  37. ed6c549 changed xmlPatterncompile signature to pass an int and not an enum since by Daniel Veillard · 19 years ago
  38. 32f0f71 Changed the behaviour of xmlXPathEqualNodeSetFloat to return TRUE if a by William M. Brack · 19 years ago
  39. 1f33c4d preparing to make testsuite releases along with code source releases fixed by Daniel Veillard · 19 years ago
  40. ea152c0 Further enhancement for XPath streaming, consolidated with schemas usage by William M. Brack · 19 years ago
  41. fbb619f Enhanced xmlXPathRunStreamEval, fixed handling of depth/level for cases by William M. Brack · 19 years ago
  42. dbfe05a on linux/gcc use weak definitions to avoid linking with pthread library on by Daniel Veillard · 19 years ago
  43. 3d42666 Added some code to avoid integer overflow for ceil, floor and round by William M. Brack · 19 years ago
  44. d6e347e Applied Daniel's fix for memory leak in dtd prefix (bug 300550). minor by William M. Brack · 19 years ago
  45. 2c19a7b fixed several places where memory cleanup was not properly done after an by William M. Brack · 19 years ago
  46. 4ddaa56 fixed the bug in lang() as raised by Elliotte Rusty Harold added a by Daniel Veillard · 19 years ago
  47. 5d4644e revamped the elfgcchack.h format to cope with gcc4 change of aliasing by Daniel Veillard · 19 years ago
  48. 12d37ab fixed problem when XMLLINT_INDENT was empty (bug 168033). fixed by William M. Brack · 19 years ago
  49. fa1f77f fixed remaining known bugs in the XPath streaming, and switched XPath to by Daniel Veillard · 19 years ago
  50. 56de87e fix the comment to describe the real return values lot of work on the by Daniel Veillard · 19 years ago
  51. cd65bc9 fixed problem with xmlXPathErr when error number subscript was out of by William M. Brack · 20 years ago
  52. 21e4ef2 Re-examined the problems of configuring a "minimal" library. by William M. Brack · 20 years ago
  53. ad0e67c fixed up some gcc warnings, no change to logic. New macro XML_CAST_FPTR to by William M. Brack · 20 years ago
  54. 7eca35f fixed a memory leak on errors in some circumstances #159812 Daniel by Daniel Veillard · 20 years ago
  55. f13f77f trivial change (changed CHECK_CONTEXT to CHECK_CTXT on a couple of lines) by William M. Brack · 20 years ago
  56. 645a924 fixed problem concerning XPath context corruption during function argument by William M. Brack · 20 years ago
  57. f2a36f9 more types. more fixes Daniel by Daniel Veillard · 20 years ago
  58. 6128c01 better parser options coverage more cleanups. Daniel by Daniel Veillard · 20 years ago
  59. a82b182 more coverage more fixes Daniel by Daniel Veillard · 20 years ago
  60. 57b2516 augmented type autogeneration for enums removed direct error reporting. by Daniel Veillard · 20 years ago
  61. ce682bc autogenerate a minimal NULL value sequence for unknown pointer types This by Daniel Veillard · 20 years ago
  62. b031cef fixed problem with NULL entry (bug 157407) fixed a couple of warnings (no by William M. Brack · 20 years ago
  63. 0322681 fixed an UTF-8 parsing bug reported by Markus Bertheau on #fedora-devel by Daniel Veillard · 20 years ago
  64. 8de5c0b adding the tree debug mode fixing various problems reported by the debug by Daniel Veillard · 20 years ago
  65. d1757ab added two new macros IS_ASCII_LETTER and IS_ASCII_DIGIT used with (html) by William M. Brack · 20 years ago
  66. a918b5b applied patch from Malcolm Tredinnick fixing space/tabs fixed a realloc by Daniel Veillard · 20 years ago
  67. 6ebf3c4 trying to remove some warning when compiling on Fedora Core 3 and 64bits by Daniel Veillard · 20 years ago
  68. 3794b9e Added code to in PREDICATE/FILTER handling to reset the xpath context by William M. Brack · 20 years ago
  69. e9449c5 added an encoding "special comment" to avoid warning message in python2.3 by William M. Brack · 20 years ago
  70. 8fad8bf fixed problem with predicate evaluation on an empty nodeset (bug 143409) by William M. Brack · 20 years ago
  71. 9912705 fixed to allow '+' in exponent of number (bug 143005) fixed typo in last by William M. Brack · 20 years ago
  72. 9ea6231 patch from Mark Vakoc for regression tests on Windows. the NaN problem by Daniel Veillard · 20 years ago
  73. d087dbf last version of the fix for MSC version 1200 Daniel by Daniel Veillard · 20 years ago
  74. 7c4eb63 fixed a stupid () error + Mark name. Daniel by Daniel Veillard · 20 years ago
  75. 68cb4b2 relaxed id() to not check taht the name(s) passed are actually NCName, by Daniel Veillard · 20 years ago
  76. 2582a33 work around Microsoft compiler NaN bug raise reported by Mark Vakoc fixed by Daniel Veillard · 20 years ago
  77. a59ddb5 fixed a memory leak (xmlXPathLangFunction) reported on the list by Mike by William M. Brack · 20 years ago
  78. 372a445 fixed problem with numbers having > 19 fractional places (bug 133921) by William M. Brack · 20 years ago
  79. f49be47 applied optimization patch from Petr Pajas Daniel by Daniel Veillard · 20 years ago
  80. b337795 small patch from Philip Ludlam to avoid warnings. Daniel by Daniel Veillard · 20 years ago
  81. 5bb9ccd remove the warning on the 2001 namespace remove some warnings when by Daniel Veillard · 20 years ago
  82. c07ed5e added (void *) type override to prevent warning on Solaris (Bug 132671) by William M. Brack · 20 years ago
  83. 4773df2 added io1.c an example ox xmlIO usage and io1.res test result, fixed a by Daniel Veillard · 20 years ago
  84. ce4fc56 fixed problem with union when last() is used in predicate (bug #131971) by William M. Brack · 21 years ago
  85. f7eb794 fixed problem pointed out by Stéphane Bidoul on the list. completed by William M. Brack · 21 years ago
  86. 72ee48d Fixed memory leak reported by Dave Beckett Removed spurious comment by William M. Brack · 21 years ago
  87. 0817191 edited a couple of comments in accordance with posting on the mailing list by William M. Brack · 21 years ago
  88. e8d1bd9 small enhancement to xmlXPathCmpNodes to assure document order for by William M. Brack · 21 years ago
  89. f88d8cf tried to fix the problems reported in bug #126735 fixed again some problem by Daniel Veillard · 21 years ago
  90. c125a72 fixed bug 126976 (string != empty nodeset should be false) by William M. Brack · 21 years ago
  91. 94394cd more fixes about unregistering objects applied patch from Mark Vakoc by Daniel Veillard · 21 years ago
  92. e991fe9 change suggested by Anthony Carrico when unregistering a namespace prefix by Daniel Veillard · 21 years ago
  93. ae9733a applied patch from nico@xtradyne.com for #125030 Daniel by Daniel Veillard · 21 years ago
  94. 7869729 adding xmlNodeBufGetContent() allowing to grab the content without forcing by Daniel Veillard · 21 years ago
  95. 76e95df Changed all (?) occurences where validation macros (IS_xxx) had by William M. Brack · 21 years ago
  96. 659e71e Setting up the framework for structured error reporting, touches a lot of by Daniel Veillard · 21 years ago
  97. fcf719c cleanup migrated XPointer module to the new error mechanism Daniel by Daniel Veillard · 21 years ago
  98. 40c22b4 fixed bug 124061 (problem with namespace eval) by William M. Brack · 21 years ago
  99. d96f6d3 cleaning up XPath error reporting that time. applied the two patches for by Daniel Veillard · 21 years ago
  100. 4432df2 cleanup, creating a new legacy.c module, made sure make tests ran in by Daniel Veillard · 21 years ago