aboutsummaryrefslogtreecommitdiffstats
path: root/xpath.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* trying to cleanup the not thread safe parts of the library. DanielDaniel Veillard2001-10-161-3/+30
* started integrating the non-controversial parts of Gary PenningtonDaniel Veillard2001-10-111-3/+1
* preparing 2.4.6 release updated and rebuilt the docs fixed a number ofDaniel Veillard2001-10-101-1/+1
* implemented xmlXPathObjectCopy for external objects addedThomas Broyer2001-10-071-2/+4
* fixing #61673 part I, do not loose doc information when copying resultDaniel Veillard2001-10-061-1/+2
* trying to harden the XPath interpreter DanielDaniel Veillard2001-10-061-9/+83
* applied fix from Mathias Hasselmann about a bug in URI parsing. fix bugDaniel Veillard2001-10-051-4/+16
* removed a couple of warning try to solve the linking problem on platformsDaniel Veillard2001-09-201-0/+2
* hum, restrict the integer usage gcc bug workaround to only gcc compilersDaniel Veillard2001-08-271-2/+14
* fixed a Windows compiler warning (Chris Poblete) fix for mod when dividendDaniel Veillard2001-08-261-1/+4
* more work on the XML catalog support. small cleanup seems using list as aDaniel Veillard2001-08-211-13/+45
* Re-worked NaN and Inf supportBjorn Reese2001-08-211-130/+16
* serious changes on Result Value Trees and NodeSets w.r.t. deallocation andDaniel Veillard2001-08-141-12/+30
* count() was broken on Result Value Tree fixed file:/// accesses on _WIN32Daniel Veillard2001-08-141-1/+20
* fixed a bug when walking the descendants and the current node has noDaniel Veillard2001-08-011-4/+6
* fixed a bug in xmlXPathNodeTrailingSorted (for now it worked like theThomas Broyer2001-07-311-1/+1
* fixed a serious memory problen when walking the namespace axis showing upDaniel Veillard2001-07-301-7/+14
* added a function lookup frameworkThomas Broyer2001-07-261-2/+41
* fixed the xmlLineNumbersDefault() errors, lesson don't add new functionsDaniel Veillard2001-07-251-0/+7
* Cleanup, cleanup .. removed libxml softlink for good cleanup to get 100%Daniel Veillard2001-07-181-3/+26
* added a more convenient extension API for value and context managing NowThomas Broyer2001-07-161-3/+534
* fix the name() bug for elements in the default namespace reported byDaniel Veillard2001-07-081-30/+35
* trying to fix #56948, this led to an XPath fix, improvements of SAXDaniel Veillard2001-07-081-1/+3
* - xpath.c: a bug reported by Stephan Kulow empty nodesetsDaniel Veillard2001-07-051-5/+8
* - xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()Daniel Veillard2001-07-031-1/+2
* - xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:Daniel Veillard2001-07-031-694/+1748
* xmlStrstr args are both const small cleanup reformated, fixed problems ifDaniel Veillard2001-06-291-0/+1
* moved the symlinks detection within a CVS check, this is not portable andDaniel Veillard2001-06-271-1/+2
* Oops small clanup, DanielDaniel Veillard2001-06-241-1/+1
* - xpath.c: patch to xmlXPathFormatNumber for the optimizer onDaniel Veillard2001-06-241-1/+4
* Summer's cleanup, a really big one:Daniel Veillard2001-06-241-1/+1
* fixed the bug generating a template loop in libxslt when usingDaniel Veillard2001-06-231-3/+1
* attempt to work around what seemed a gcc optimizer bug when handlingDaniel Veillard2001-06-211-28/+38
* - Makefile.am: cleanup when --without-debug is specifiedDaniel Veillard2001-06-211-2/+2
* - xpath.c: first part of the work on selecting namespace to fix bug #56115Daniel Veillard2001-06-161-3/+11