aboutsummaryrefslogtreecommitdiffstats
path: root/xpath.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a Timsort function helper commentDaniel Veillard2012-09-041-1/+2
* Switching XPath node sorting to TimsortVojtech Fried2012-08-241-1/+54
* Optimizing '//' in XPath expressionsNick Wellnhofer2012-08-241-89/+54
* Adding various checks on node type though the APIDaniel Veillard2012-08-091-2/+11
* Implement some default limits in the XPath moduleDaniel Veillard2012-07-301-77/+80
* Convert XPath to xmlBufDaniel Veillard2012-07-231-28/+30
* Fix missing error status in XPath evaluationDaniel Veillard2011-10-111-0/+6
* Hardening of XPath evaluationDaniel Veillard2011-08-191-6/+63
* xpath: remove unused variableStefan Kost2011-05-091-1/+0
* Fix some potential problems on reallocation failuresChris Evans2011-03-231-10/+10
* Small fix for previous commitDaniel Veillard2010-11-181-1/+2
* Fix a potential freeing error in XPathDaniel Veillard2010-11-171-4/+8
* Fix a potential memory access errorDaniel Veillard2010-11-151-2/+2
* 629325 XPath rounding errors first cleanupPhil Shafer2010-11-031-3/+11
* Fix a change of semantic on XPath preceding and following axisDaniel Veillard2010-10-221-16/+17
* Fix a leak in XPath compilationDaniel Veillard2010-10-151-1/+4
* Fix the semantic of XPath axis for namespace/attribute context nodesDaniel Veillard2010-10-151-4/+16
* Fix a small bug in XPath evaluation codeMarius Wachtler2010-10-121-1/+1
* Fix memory leak in xmlXPathEvalExpression()Martin2009-10-121-0/+2
* Chasing dead assignments reported by clang-scanDaniel Veillard2009-09-071-2/+0
* Fix a bunch of scan 'dead increments' and cleanupDaniel Veillard2009-09-051-1/+1
* * c14n.c debugXML.c doc/examples/io2.c parser.c schematron.cDaniel Veillard2009-06-041-18/+18
* fixes for Borland/CodeGear/Embarcadero compilers by Eric Zurcher DanielDaniel Veillard2009-03-251-1/+1
* xmlXPathRegisterNs should not allow enpty prefixes danielDaniel Veillard2009-03-251-1/+3
* port patch from Marcus Meissner to add gcc checking for printf likeDaniel Veillard2009-01-181-6/+6
* applied a couple of patches from Martin avoiding some leaks, fixinq QNameDaniel Veillard2008-09-011-18/+22
* space and tabs cleanup DanielDaniel Veillard2008-07-291-396/+396
* two patches from Alvaro Herrera to avoid problem when running out ofDaniel Veillard2008-04-011-3/+29
* fixed mlXPathCompOpEvalPositionalPredicate problem with object cachingWilliam M. Brack2007-08-231-1/+8
* fixed problem in previous fix to xmlXPathNodeSetSortWilliam M. Brack2007-06-131-6/+2
* fixed problem with xmlXPathNodeSetSort; fixed problem withWilliam M. Brack2007-06-061-1/+7
* fixed problem with string value for PI node (bug #442275)William M. Brack2007-05-311-1/+4
* fixed problem on gzip streams (bug #438045) fixed minor spot of redundantWilliam M. Brack2007-05-151-2/+1
* enhanced the coding for xmlXPathCastNumberToString in order to produce theWilliam M. Brack2007-05-111-12/+22
* fixed xmlXPathCmpNodes for incorrect result on certain cases whenWilliam M. Brack2007-03-071-0/+3
* Fixed memory bug with invalid function reported by Francois Delyon onWilliam M. Brack2007-02-141-8/+6
* added checks for alloc fail on calls to xmlXPathNewContext (libxslt bugWilliam M. Brack2007-01-241-0/+6
* fixed a bug where the principal node type of an axis wasn't tested on nameDaniel Veillard2006-11-231-0/+11
* William spotted an obvious bug DanielDaniel Veillard2006-10-261-1/+1
* applied patch from Olaf Walkowiak which should fix #334104 DanielDaniel Veillard2006-10-171-1/+1
* Applied the proposed fix for the documentation of xmlXPathCastToString();Kasimier T. Buchcik2006-08-151-3/+2
* Changed xmlXPathCollectAndTest() to use xmlXPathNodeSetAddNs() when addingKasimier T. Buchcik2006-07-031-1/+4
* Fixed a double-free in xmlXPathCompOpEvalToBoolean(), revealed by aKasimier T. Buchcik2006-06-291-2/+4
* Enhanced xmlXPathCompOpEvalToBoolean() to be also usable outside predicateKasimier T. Buchcik2006-06-291-36/+36
* Fix a memory leak which occurred when usingKasimier T. Buchcik2006-06-281-5/+13
* Added xmlXPathCompiledEvalToBoolean() to the API and adjusted/addedKasimier T. Buchcik2006-06-261-168/+378
* Fixed an bug in xmlXPathCompExprAdd(): the newly introduced fieldKasimier T. Buchcik2006-06-261-0/+1
* Fixed an error in xmlXPathEvalExpr(), which was introduced with theKasimier T. Buchcik2006-06-231-6/+13
* Added optimization for positional predicates (only short-hand form "[n]"),Kasimier T. Buchcik2006-06-191-762/+1030
* Fixed self-invented a segfault in xmlXPathCtxtCompile(), when theKasimier T. Buchcik2006-06-061-7/+8