aboutsummaryrefslogtreecommitdiffstats
path: root/xpath.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixed the data callback on transition functionality which was broken whenDaniel Veillard2002-09-241-10/+21
* possible mem leak patch from Jason Adams integrated xf:escape-uri() fromDaniel Veillard2002-08-221-2/+119
* xpath.c: small additional enhancement for boolean compared to nodesetWilliam M. Brack2002-07-191-7/+5
* xpath.c fix bug 85256William M. Brack2002-07-121-120/+270
* applied patch from Richard Jinks for the namespace axis + fixed a memoryDaniel Veillard2002-07-011-14/+15
* further xpath enhancementWilliam M. Brack2002-06-281-0/+15
* fixed xpath position problemWilliam M. Brack2002-06-281-0/+15
* replaced sprintf() with snprintf() to prevent possible buffer overflowAleksey Sanin2002-06-141-4/+4
* patch from Richard Jinks for XPath substring() function new set of testsDaniel Veillard2002-06-101-21/+31
* added merlin-c14n-two.tar.gz tests for c14n/exc-c14n and slightly modifiedAleksey Sanin2002-06-041-1/+3
* propagating xpath ancesstors node fix to c14n plus small performanceAleksey Sanin2002-05-311-6/+9
* patch from Richard Jinks to fix a problem introduced in the previous patchDaniel Veillard2002-05-271-1/+1
* patch from Richard Jinks to fix the problem raised inDaniel Veillard2002-05-221-0/+1
* fixing an XPath function evalutation bug pointed out by Alexey EfimovDaniel Veillard2002-05-141-0/+6
* maked xmlXPathNodeSetAddNs() function public for XMLSec performanceAleksey Sanin2002-05-141-1/+1
* fixed a problem with the HTML parser pointed by Gary Benson sdding theDaniel Veillard2002-05-131-4/+23
* real fix for bug #78858Aleksey Sanin2002-05-071-1/+10
* fixed bug #78858Aleksey Sanin2002-05-051-3/+5
* another XPath conformance patch from Richard Jinks DanielDaniel Veillard2002-04-241-3/+11
* fix a problem with string() on a document node. DanielDaniel Veillard2002-04-181-0/+2
* Gary found a compile time problem, fixes #78823 DanielDaniel Veillard2002-04-161-1/+1
* Silvan Minghetti pointed erroneous use of LIBXML_THREADS_ENABLED insteadDaniel Veillard2002-04-101-2/+2
* another patch from Richard Jinks for substring conformance update of theDaniel Veillard2002-04-101-22/+32
* patch from Richard Jinks for .x float parsing. DanielDaniel Veillard2002-04-101-2/+2
* fixed a bug in the nodeset to boolean comparison code pointed out byDaniel Veillard2002-04-011-1/+3
* Fix bug #76927 forgot to save some context when evaluating binaryDaniel Veillard2002-03-291-1/+32
* fixed configure for MPE/iX from Markus Henke fixed initialization problemsDaniel Veillard2002-03-281-14/+92
* more patches from Richard Jinks Updated tests though they show aDaniel Veillard2002-03-271-14/+29
* Added Igor Zlatkovic as official maintainer Albert Chin pointed thatDaniel Veillard2002-03-271-14/+59
* Richard Jinks also raised some rounding problems this tries to fix themDaniel Veillard2002-03-221-16/+27
* Richard Jinks spotted an incoherent memory allocation behaviour inDaniel Veillard2002-03-221-1/+1
* fixing #75619, related to a problem when trying to evaluate condition whenDaniel Veillard2002-03-211-3/+1
* valgrind spotted another error that time when running on libxsltDaniel Veillard2002-03-191-1/+1
* pretty insane thing, the xmlXPathFormatNumber() was not serializing 1 asDaniel Veillard2002-03-191-0/+30
* preparing 2.4.18 updated and rebuilt the web site implement the newDaniel Veillard2002-03-181-0/+1
* small fix to avoid potential problem due to ordering of freeing dataDaniel Veillard2002-03-161-1/+1
* speedup some node selection operations, this can have a significant impactDaniel Veillard2002-03-131-1/+71
* preparing 2.4.17 release updated and rebuilt the docs fixed a commentDaniel Veillard2002-03-081-1/+1
* trying to avoid bug #72150 which was apparently caused by a gcc bug (or aDaniel Veillard2002-03-071-8/+31
* fixing #61290 "namespace nodes have no parent" long standing divergenceDaniel Veillard2002-03-041-39/+237
* preparing 2.4.16 updated and rebuilt the docs, rebuilt the API and webDaniel Veillard2002-02-201-1/+9
* Tentatively fixed #69655 , make compiling with -Wredundant-decls clean.Daniel Veillard2002-02-101-3/+0
* minor optimization more work on the python bindings, they now supportDaniel Veillard2002-01-311-3/+3
* the change made to xmlXPathFuncLookupFunc was incompatible roll it backDaniel Veillard2002-01-211-4/+4
* cleanup patch from Anthony Jones fix the headers to avoid in make scanDaniel Veillard2002-01-201-4/+6
* applied 42 documentation patches from Charlie Bozeman. Regenerated theDaniel Veillard2001-12-311-36/+38
* - include/libxml/globals.h include/libxml/threads.h threads.cDaniel Veillard2001-10-171-0/+1