- 07def30 Restore context size and position after XPATH_OP_ARG by Nick Wellnhofer · 11 years ago
- 7580165 Fix typos in {tree,xpath}.c (errror) by Jan Pokorný · 11 years ago
- 03c6723 Handling of XPath function arguments in error case by Nick Wellnhofer · 11 years ago
- fcd4583 Fix XPath node comparison bug by Gaurav · 11 years ago
- e8de99f Fix XPath expressions of the form '@ns:*' by Nick Wellnhofer · 11 years ago
- b4bcba2 Fix XPath '//' optimization with predicates by Nick Wellnhofer · 11 years ago
- e28c8a1 #705267 - add additional defines checks for support "./configure --with-minimum" by Denis Pauk · 11 years ago
- b9e4d5b Remove occasional leading space in XPath number formatting by Daniel Veillard · 11 years ago
- 28876af Add xmlXPathSetContextNode and xmlXPathNodeEval by Alex Bligh · 12 years ago
- 713434d Silence a clang warning by Daniel Veillard · 12 years ago
- 7651606 Various cleanups to avoid compiler warnings by Daniel Veillard · 12 years ago
- f8e3db0 Big space and tab cleanup by Daniel Veillard · 12 years ago
- 4788128 Add a forbidden variable error number and message to XPath by Daniel Veillard · 12 years ago
- 1bd45d1 Change the XPath code to percolate allocation errors by Daniel Veillard · 12 years ago
- 510e758 Fix a Timsort function helper comment by Daniel Veillard · 12 years ago
- 3e031b7 Switching XPath node sorting to Timsort by Vojtech Fried · 12 years ago
- 6227053 Optimizing '//' in XPath expressions by Nick Wellnhofer · 12 years ago
- 3e62adb Adding various checks on node type though the API by Daniel Veillard · 12 years ago
- cd852ad Implement some default limits in the XPath module by Daniel Veillard · 12 years ago
- ade10f2 Convert XPath to xmlBuf by Daniel Veillard · 12 years ago
- 1d4526f Fix missing error status in XPath evaluation by Daniel Veillard · 13 years ago
- f5048b3 Hardening of XPath evaluation by Daniel Veillard · 13 years ago
- a154040 xpath: remove unused variable by Stefan Kost · 14 years ago
- d7958b2 Fix some potential problems on reallocation failures by Chris Evans · 14 years ago
- fec31bc Small fix for previous commit by Daniel Veillard · 14 years ago
- df83c17 Fix a potential freeing error in XPath by Daniel Veillard · 14 years ago
- 0cbeb50 Fix a potential memory access error by Daniel Veillard · 14 years ago
- ee32ad3 629325 XPath rounding errors first cleanup by Phil Shafer · 14 years ago
- ea90b89 Fix a change of semantic on XPath preceding and following axis by Daniel Veillard · 14 years ago
- 2f3523f Fix a leak in XPath compilation by Daniel Veillard · 14 years ago
- 91d1975 Fix the semantic of XPath axis for namespace/attribute context nodes by Daniel Veillard · 14 years ago
- 2ddecc2 Fix a small bug in XPath evaluation code by Marius Wachtler · 14 years ago
- 729601f Fix memory leak in xmlXPathEvalExpression() by Martin · 15 years ago
- 594e5df Chasing dead assignments reported by clang-scan by Daniel Veillard · 15 years ago
- 13cee4e Fix a bunch of scan 'dead increments' and cleanup by Daniel Veillard · 15 years ago
- bccae2d * c14n.c debugXML.c doc/examples/io2.c parser.c schematron.c by Daniel Veillard · 15 years ago
- 48b3eb2 fixes for Borland/CodeGear/Embarcadero compilers by Eric Zurcher Daniel by Daniel Veillard · 16 years ago
- db3ce96 xmlXPathRegisterNs should not allow enpty prefixes daniel by Daniel Veillard · 16 years ago
- f63085d port patch from Marcus Meissner to add gcc checking for printf like by Daniel Veillard · 16 years ago
- 074f37e applied a couple of patches from Martin avoiding some leaks, fixinq QName by Daniel Veillard · 16 years ago
- 45490ae space and tabs cleanup Daniel by Daniel Veillard · 16 years ago
- f88d849 two patches from Alvaro Herrera to avoid problem when running out of by Daniel Veillard · 17 years ago
- f179456 fixed mlXPathCompOpEvalPositionalPredicate problem with object caching by William M. Brack · 17 years ago
- 31700e6 fixed problem in previous fix to xmlXPathNodeSetSort by William M. Brack · 17 years ago
- 97ac819 fixed problem with xmlXPathNodeSetSort; fixed problem with by William M. Brack · 17 years ago
- d611c88 fixed problem with string value for PI node (bug #442275) by William M. Brack · 17 years ago
- d2f682a fixed problem on gzip streams (bug #438045) fixed minor spot of redundant by William M. Brack · 17 years ago
- ca79788 enhanced the coding for xmlXPathCastNumberToString in order to produce the by William M. Brack · 17 years ago
- ee0b982 fixed xmlXPathCmpNodes for incorrect result on certain cases when by William M. Brack · 18 years ago
- 0bcec06 Fixed memory bug with invalid function reported by Francois Delyon on by William M. Brack · 18 years ago
- 11be2d0 added checks for alloc fail on calls to xmlXPathNewContext (libxslt bug by William M. Brack · 18 years ago
- fe3970e fixed a bug where the principal node type of an axis wasn't tested on name by Daniel Veillard · 18 years ago
- 17970a7 William spotted an obvious bug Daniel by Daniel Veillard · 18 years ago
- c465ffc applied patch from Olaf Walkowiak which should fix #334104 Daniel by Daniel Veillard · 18 years ago
- 50128ad Applied the proposed fix for the documentation of xmlXPathCastToString(); by Kasimier T. Buchcik · 18 years ago
- 889b762 Changed xmlXPathCollectAndTest() to use xmlXPathNodeSetAddNs() when adding by Kasimier T. Buchcik · 18 years ago
- 2bdb12f Fixed a double-free in xmlXPathCompOpEvalToBoolean(), revealed by a by Kasimier T. Buchcik · 18 years ago
- 324c75b Enhanced xmlXPathCompOpEvalToBoolean() to be also usable outside predicate by Kasimier T. Buchcik · 18 years ago
- 8af1f0b Fix a memory leak which occurred when using by Kasimier T. Buchcik · 18 years ago
- 631ea81 Added xmlXPathCompiledEvalToBoolean() to the API and adjusted/added by Kasimier T. Buchcik · 18 years ago
- 6422d91 Fixed an bug in xmlXPathCompExprAdd(): the newly introduced field by Kasimier T. Buchcik · 18 years ago
- 766ed7e Fixed an error in xmlXPathEvalExpr(), which was introduced with the by Kasimier T. Buchcik · 18 years ago
- 9bca933 Added optimization for positional predicates (only short-hand form "[n]"), by Kasimier T. Buchcik · 18 years ago
- 7cb3fa9 Fixed self-invented a segfault in xmlXPathCtxtCompile(), when the by Kasimier T. Buchcik · 18 years ago
- 080152c Enabled the compound traversal again; I added a check to use this only if by Kasimier T. Buchcik · 18 years ago
- c42e9f6 Disabled the compound traversal for the release; I need first to assure by Kasimier T. Buchcik · 18 years ago
- 1b2be10 fixed memory leak in xpath error reporting by Aleksey Sanin · 18 years ago
- 5869469 Changed the name of the recently added public function by Kasimier T. Buchcik · 18 years ago
- df0ba26 Optimized xmlXPathNodeCollectAndTest() and xmlXPathNodeCollectAndTestNth() by Kasimier T. Buchcik · 18 years ago
- 75af2a8 Enhanced xmlXPathNodeCollectAndTest() to avoid recreation (if possible) of by Kasimier T. Buchcik · 18 years ago
- a724844 Added an XPath object cache. It sits on an xmlXPathContext and need to be by Kasimier T. Buchcik · 18 years ago
- 984a9ae Removed a memcpy if xmlXPathNodeSetMerge(); it seems we really need to by Kasimier T. Buchcik · 18 years ago
- 5691f43 Optimization of count(): eliminated sorting (see bug #165547). by Kasimier T. Buchcik · 18 years ago
- 64f7e1a Substituted all remaining calls to xmlXPathCmpNodes() for by Kasimier T. Buchcik · 18 years ago
- 2bdabbd Optimized the comparison for non-element nodes in xmlXPathCmpNodesExt(); by Kasimier T. Buchcik · 18 years ago
- 6ed2eb4 Applied patch from Rob Richards, fixing a potential memory leak in by Kasimier T. Buchcik · 18 years ago
- aac7c68 fix a few warning raised by gcc-4.1 and latests changes Daniel by Daniel Veillard · 19 years ago
- 11ce400 end of first pass on coverity reports. Daniel by Daniel Veillard · 19 years ago
- d3ff7ef workaround HP-UX compiler bug by Rick Jones Daniel by Daniel Veillard · 19 years ago
- 9725871 Fixed bug #322928, reported by Erich Schubert: The bug was in pattern.c, by Kasimier T. Buchcik · 19 years ago
- b3d1491 prepare for release work for #303289, fix a formatting bug for MIN_INT by Daniel Veillard · 19 years ago
- f03a8cd fixing yet another pattern induced XPath bug #314282 reverted back last by Daniel Veillard · 19 years ago
- 8bda20f removed a potentially uninitialized variable error fixed a deprecation by Daniel Veillard · 19 years ago
- 24505b0 a lot of small cleanups based on Linus' sparse check output. Daniel by Daniel Veillard · 19 years ago
- ed6c549 changed xmlPatterncompile signature to pass an int and not an enum since by Daniel Veillard · 19 years ago
- 32f0f71 Changed the behaviour of xmlXPathEqualNodeSetFloat to return TRUE if a by William M. Brack · 19 years ago
- 1f33c4d preparing to make testsuite releases along with code source releases fixed by Daniel Veillard · 19 years ago
- ea152c0 Further enhancement for XPath streaming, consolidated with schemas usage by William M. Brack · 19 years ago
- fbb619f Enhanced xmlXPathRunStreamEval, fixed handling of depth/level for cases by William M. Brack · 19 years ago
- dbfe05a on linux/gcc use weak definitions to avoid linking with pthread library on by Daniel Veillard · 20 years ago
- 3d42666 Added some code to avoid integer overflow for ceil, floor and round by William M. Brack · 20 years ago
- d6e347e Applied Daniel's fix for memory leak in dtd prefix (bug 300550). minor by William M. Brack · 20 years ago
- 2c19a7b fixed several places where memory cleanup was not properly done after an by William M. Brack · 20 years ago
- 4ddaa56 fixed the bug in lang() as raised by Elliotte Rusty Harold added a by Daniel Veillard · 20 years ago
- 5d4644e revamped the elfgcchack.h format to cope with gcc4 change of aliasing by Daniel Veillard · 20 years ago
- 12d37ab fixed problem when XMLLINT_INDENT was empty (bug 168033). fixed by William M. Brack · 20 years ago
- fa1f77f fixed remaining known bugs in the XPath streaming, and switched XPath to by Daniel Veillard · 20 years ago
- 56de87e fix the comment to describe the real return values lot of work on the by Daniel Veillard · 20 years ago
- cd65bc9 fixed problem with xmlXPathErr when error number subscript was out of by William M. Brack · 20 years ago
- 21e4ef2 Re-examined the problems of configuring a "minimal" library. by William M. Brack · 20 years ago