summaryrefslogtreecommitdiff
path: root/xpath.c
Commit message (Expand)AuthorAgeFilesLines
* 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, beforeLIBXML_2_5_5Daniel 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
* fix to the XPath implementation for parent and ancestors axis whenDaniel Veillard2003-01-101-0/+13
* patch from Mark Vadok about htmlNodeDumpOutput location. removed anDaniel Veillard2002-12-121-2/+0
* code cleanup, especially the function comments. fixed a small bug whenDaniel Veillard2002-12-101-5/+4
* code cleanup DanielDaniel Veillard2002-11-301-34/+34
* fixing #96925 wich was also dependant on the processing of parsedDaniel Veillard2002-11-161-4/+22
* fixed the initialization of the SAX structure which was breaking xsltprocDaniel Veillard2002-11-121-1/+3
* fixed a typo pointed out by Igor try to speed up node compare using lineDaniel Veillard2002-11-081-0/+15
* Applied the VMS update patch from Craig A. Berry update DanielDaniel Veillard2002-10-221-11/+0
* typo/bug found by Christian Glahn DanielDaniel Veillard2002-10-041-3/+3
* make sure ATTRIBUTE_UNUSED is always put after the attribute declaration,Daniel Veillard2002-09-261-2/+2