aboutsummaryrefslogtreecommitdiffstats
path: root/xpath.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enabled the compound traversal again; I added a check to use this only ifKasimier T. Buchcik2006-06-061-5/+8
* Disabled the compound traversal for the release; I need first to assureKasimier T. Buchcik2006-06-021-3/+4
* fixed memory leak in xpath error reportingAleksey Sanin2006-05-311-8/+12
* Changed the name of the recently added public functionKasimier T. Buchcik2006-05-311-77/+84
* Optimized xmlXPathNodeCollectAndTest() and xmlXPathNodeCollectAndTestNth()Kasimier T. Buchcik2006-05-301-200/+481
* Enhanced xmlXPathNodeCollectAndTest() to avoid recreation (if possible) ofKasimier T. Buchcik2006-05-301-42/+168
* Added an XPath object cache. It sits on an xmlXPathContext and need to beKasimier T. Buchcik2006-05-291-282/+1776
* Removed a memcpy if xmlXPathNodeSetMerge(); it seems we really need toKasimier T. Buchcik2006-05-241-9/+20
* Optimization of count(): eliminated sorting (see bug #165547).Kasimier T. Buchcik2006-05-221-39/+449
* Substituted all remaining calls to xmlXPathCmpNodes() forKasimier T. Buchcik2006-05-191-22/+54
* Optimized the comparison for non-element nodes in xmlXPathCmpNodesExt();Kasimier T. Buchcik2006-05-191-1/+296
* Applied patch from Rob Richards, fixing a potential memory leak inKasimier T. Buchcik2006-05-161-4/+13
* fix a few warning raised by gcc-4.1 and latests changes DanielDaniel Veillard2006-03-101-4/+2
* end of first pass on coverity reports. DanielDaniel Veillard2006-03-101-11/+11
* workaround HP-UX compiler bug by Rick Jones DanielDaniel Veillard2006-02-271-1/+1
* Fixed bug #322928, reported by Erich Schubert: The bug was in pattern.c,Kasimier T. Buchcik2006-01-051-24/+73
* prepare for release work for #303289, fix a formatting bug for MIN_INTDaniel Veillard2005-09-041-13/+7
* fixing yet another pattern induced XPath bug #314282 reverted back lastDaniel Veillard2005-09-041-6/+16
* removed a potentially uninitialized variable error fixed a deprecationDaniel Veillard2005-08-241-0/+2
* a lot of small cleanups based on Linus' sparse check output. DanielDaniel Veillard2005-07-281-16/+25
* changed xmlPatterncompile signature to pass an int and not an enum sinceDaniel Veillard2005-07-231-0/+6
* Changed the behaviour of xmlXPathEqualNodeSetFloat to return TRUE if aWilliam M. Brack2005-07-141-0/+3
* preparing to make testsuite releases along with code source releases fixedDaniel Veillard2005-07-101-0/+10
* Further enhancement for XPath streaming, consolidated with schemas usageWilliam M. Brack2005-06-091-1/+2
* Enhanced xmlXPathRunStreamEval, fixed handling of depth/level for casesWilliam M. Brack2005-06-061-1/+8
* on linux/gcc use weak definitions to avoid linking with pthread library onDaniel Veillard2005-05-041-1/+1