aboutsummaryrefslogtreecommitdiffstats
path: root/xpath.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - xpath.c: Thomas Broyer suggested a better patch for the / argDaniel Veillard2001-06-141-2/+4
* - xpath.c: bug detected by Ankh when / is used as a function argDaniel Veillard2001-06-131-2/+2
* - xpath.c: robert pointed out xmlXPathNINF was not initializedDaniel Veillard2001-06-071-1/+1
* - xpath.c encoding.[ch]: William M. Brack provided a set of UTF8Daniel Veillard2001-05-301-36/+66
* - tree.c: fixed a gross mistake in base computation, xml:base isDaniel Veillard2001-05-221-3/+12
* - catalog.[ch]: fixes and add xmlLoadCatalogs()Daniel Veillard2001-05-221-2/+1
* - catalog.c: handling of CATALOG entries. detection of recursion,Daniel Veillard2001-05-211-2/+1
* - xpath.c: Joe Orton reported a bug found with IRIx compiler.Daniel Veillard2001-05-211-1/+0
* - xpath.c tree.c parser.c: speed optimizations at the parser levelDaniel Veillard2001-05-161-5/+8
* - xpath.c xpath.h xpathInternals.h: apply an XPath API cleanupDaniel Veillard2001-05-151-290/+589
* - xpath.c result/XPath/expr/floats : clarified and cleanupDaniel Veillard2001-05-031-1/+14
* fix of an XSLT namespace bug reported on the list general/bug-8- DanielDaniel Veillard2001-04-301-2/+9
* - strio.h trio.c: Dan McNichol suggested a couple of smallDaniel Veillard2001-04-301-18/+36