summaryrefslogtreecommitdiff
path: root/xpath.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed self-invented a segfault in xmlXPathCtxtCompile(), when theLIBXML2_2_6_26Kasimier 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
* Added some code to avoid integer overflow for ceil, floor and roundWilliam M. Brack2005-04-191-3/+15
* Applied Daniel's fix for memory leak in dtd prefix (bug 300550). minorWilliam M. Brack2005-04-151-4/+5
* fixed several places where memory cleanup was not properly done after anWilliam M. Brack2005-04-101-8/+41
* fixed the bug in lang() as raised by Elliotte Rusty Harold added aDaniel Veillard2005-04-061-4/+6
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* fixed problem when XMLLINT_INDENT was empty (bug 168033). fixedWilliam M. Brack2005-02-211-4/+2
* fixed remaining known bugs in the XPath streaming, and switched XPath toDaniel Veillard2005-02-211-14/+8
* fix the comment to describe the real return values lot of work on theDaniel Veillard2005-02-161-3/+290
* fixed problem with xmlXPathErr when error number subscript was out ofWilliam M. Brack2005-01-061-4/+7
* Re-examined the problems of configuring a "minimal" library.William M. Brack2005-01-021-1/+1
* fixed up some gcc warnings, no change to logic. New macro XML_CAST_FPTR toWilliam M. Brack2004-12-011-5/+7
* fixed a memory leak on errors in some circumstances #159812 DanielDaniel Veillard2004-11-291-0/+3
* trivial change (changed CHECK_CONTEXT to CHECK_CTXT on a couple of lines)William M. Brack2004-11-121-10/+14
* fixed problem concerning XPath context corruption during function argumentWilliam M. Brack2004-11-091-1/+5
* more types. more fixes DanielDaniel Veillard2004-11-081-0/+1
* better parser options coverage more cleanups. DanielDaniel Veillard2004-11-081-3/+3
* more coverage more fixes DanielDaniel Veillard2004-11-081-5/+45
* augmented type autogeneration for enums removed direct error reporting.Daniel Veillard2004-11-061-18/+6
* autogenerate a minimal NULL value sequence for unknown pointer types ThisDaniel Veillard2004-11-051-2/+5
* fixed problem with NULL entry (bug 157407) fixed a couple of warnings (noWilliam M. Brack2004-11-051-2/+1
* fixed an UTF-8 parsing bug reported by Markus Bertheau on #fedora-develDaniel Veillard2004-11-011-24/+23
* adding the tree debug mode fixing various problems reported by the debugDaniel Veillard2004-10-071-1/+1
* added two new macros IS_ASCII_LETTER and IS_ASCII_DIGIT used with (html)William M. Brack2004-10-021-7/+16