aboutsummaryrefslogtreecommitdiffstats
path: root/xpath.c
Commit message (Expand)AuthorAgeFilesLines
* Added code to in PREDICATE/FILTER handling to reset the xpath contextWilliam M. Brack2004-07-131-0/+9
* added an encoding "special comment" to avoid warning message in python2.3William M. Brack2004-07-111-1/+14
* fixed problem with predicate evaluation on an empty nodeset (bug 143409)William M. Brack2004-06-021-0/+2
* fixed to allow '+' in exponent of number (bug 143005) fixed typo in lastWilliam M. Brack2004-05-241-1/+5
* patch from Mark Vakoc for regression tests on Windows. the NaN problemDaniel Veillard2004-04-291-1/+1
* last version of the fix for MSC version 1200 DanielDaniel Veillard2004-04-201-1/+1
* fixed a stupid () error + Mark name. DanielDaniel Veillard2004-04-191-2/+2
* relaxed id() to not check taht the name(s) passed are actually NCName,Daniel Veillard2004-04-181-12/+17
* work around Microsoft compiler NaN bug raise reported by Mark Vakoc fixedDaniel Veillard2004-04-181-0/+5
* fixed a memory leak (xmlXPathLangFunction) reported on the list by MikeWilliam M. Brack2004-02-251-0/+1
* fixed problem with numbers having > 19 fractional places (bug 133921)William M. Brack2004-02-171-2/+7
* applied optimization patch from Petr Pajas DanielDaniel Veillard2004-02-171-0/+20
* small patch from Philip Ludlam to avoid warnings. DanielDaniel Veillard2004-02-091-2/+2
* remove the warning on the 2001 namespace remove some warnings whenDaniel Veillard2004-02-091-0/+2
* added (void *) type override to prevent warning on Solaris (Bug 132671)William M. Brack2004-01-301-2/+2
* added io1.c an example ox xmlIO usage and io1.res test result, fixed aDaniel Veillard2004-01-231-24/+72
* fixed problem with union when last() is used in predicate (bug #131971)William M. Brack2004-01-221-0/+12
* fixed problem pointed out by Stéphane Bidoul on the list. completedWilliam M. Brack2003-12-311-13/+5
* Fixed memory leak reported by Dave Beckett Removed spurious commentWilliam M. Brack2003-12-301-16/+32
* edited a couple of comments in accordance with posting on the mailing listWilliam M. Brack2003-12-291-79/+161
* small enhancement to xmlXPathCmpNodes to assure document order forWilliam M. Brack2003-12-231-1/+15
* tried to fix the problems reported in bug #126735 fixed again some problemDaniel Veillard2003-12-081-3/+12
* fixed bug 126976 (string != empty nodeset should be false)William M. Brack2003-11-161-7/+6
* more fixes about unregistering objects applied patch from Mark VakocDaniel Veillard2003-10-291-1/+6
* change suggested by Anthony Carrico when unregistering a namespace prefixDaniel Veillard2003-10-291-0/+3
* applied patch from nico@xtradyne.com for #125030 DanielDaniel Veillard2003-10-281-1/+7
* adding xmlNodeBufGetContent() allowing to grab the content without forcingDaniel Veillard2003-10-191-4/+0
* Changed all (?) occurences where validation macros (IS_xxx) hadWilliam M. Brack2003-10-181-29/+29
* Setting up the framework for structured error reporting, touches a lot ofDaniel Veillard2003-10-101-4/+4
* cleanup migrated XPointer module to the new error mechanism DanielDaniel Veillard2003-10-101-1/+1
* fixed bug 124061 (problem with namespace eval)William M. Brack2003-10-101-0/+2
* cleaning up XPath error reporting that time. applied the two patches forDaniel Veillard2003-10-071-156/+199
* cleanup, creating a new legacy.c module, made sure make tests ran inDaniel Veillard2003-09-281-1/+3
* fix a problem with strcpy() in xmlXPathFormatNumber() valgrind pointed outDaniel Veillard2003-09-121-2/+2
* fixing bug 118559William M. Brack2003-07-311-18/+16
* applied a change suggested by Sean Griffin in bug #118494 about a memoryDaniel Veillard2003-07-281-0/+3
* removed some warnings by casting xmlChar to unsigned int and a couple ofDaniel Veillard2003-07-151-8/+8
* fixed 2 bugs pointed in #116448 DanielDaniel Veillard2003-07-061-0/+2
* use the character() SAX callback if the cdataBlock ain't defined. fix bugDaniel Veillard2003-07-051-27/+27
* added xmlMallocAtomic() to be used when allocating blocks which do notDaniel Veillard2003-04-191-1/+1
* fixing bug #107129, removing excessive allocation and calls to *printf inDaniel Veillard2003-04-071-10/+12
* fixed bug #109160 on non-ASCII IDs DanielDaniel Veillard2003-03-261-14/+17
* first part of the fix to performance bug #108905, addsDaniel Veillard2003-03-261-10/+59
* some changes related to the new way of handling Result Value Tree, beforeDaniel Veillard2003-03-241-8/+23
* fixed some problems related to #75813 about handling of Result Value TreesDaniel Veillard2003-03-241-4/+18
* fixed Red Hat bug #86118 use libxml2.spec instead of libxml.spec fixedDaniel Veillard2003-03-211-1/+1
* fix bug #107804, the algorithm used for document order computation wasDaniel Veillard2003-03-071-2/+16
* fixed doc comment problems adding RelaxNG wrappers added a specific testDaniel Veillard2003-02-091-2/+2
* fixed bug #104817 with delegateURI fixing bugs #104123 and #104125 DanielDaniel Veillard2003-02-041-9/+28
* Alexey Efimov pointed out that concat('a', 'b', ) should raise a syntaxDaniel Veillard2003-01-141-12/+14