aboutsummaryrefslogtreecommitdiffstats
path: root/xpath.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - configure.in xpath.c: applied Bjorn patches for FPE on theDaniel Veillard2001-04-281-0/+8
* This improves seriously some XSLt speed tests:Daniel Veillard2001-04-281-16/+23
* - xpath.c: more cleanup work on XPath name parsing routinesDaniel Veillard2001-04-281-38/+61
* - parserInternals.c xpath.[ch]: some UTF8 cleanup onDaniel Veillard2001-04-271-18/+191
* - xpath.c: fixed bug #53689 related to processing-instruction()Daniel Veillard2001-04-261-4/+6
* - tree.c: trying to fix #53574, not completely complete,Daniel Veillard2001-04-251-0/+3
* Time to work on helping the Gnome Doc project, first step is reintegratingDaniel Veillard2001-04-231-8/+8
* Fixed the XPointer crap ...Daniel Veillard2001-04-221-11/+31
* - xpath.c: fixed xmlXPathCompile to detected unproperly ended exprDaniel Veillard2001-04-221-2/+7
* trio upgrade and integrationBjorn Reese2001-04-211-112/+83
* 3 hours of debug, this was hell:Daniel Veillard2001-04-181-1/+4
* - xpath.c: fixed xmlXPathNodeCollectAndTest() to do properDaniel Veillard2001-04-161-38/+46
* - xpath.c: trying to get 52979 solvedDaniel Veillard2001-04-101-6/+3
* - xpath.c: Bill Brack pointer an error in detecting a null nodesetDaniel Veillard2001-04-101-1/+1
* - xpath.c: checking for null pointer generated by new codeDaniel Veillard2001-04-071-46/+61
* Fixes in the plane: - xpath.c: fixed a [] evaluation problem reported -Daniel Veillard2001-04-051-356/+414
* Small fixes: - xpath.c: fixed a memleak when comparing nodesets -Daniel Veillard2001-04-021-4/+19
* Spring cleanup ...: - configure.in Makefile.am config.h.inDaniel Veillard2001-03-271-17/+0
* Huge cleanup, I switched to compile withDaniel Veillard2001-03-241-93/+62
* More cleanups, XSLT induced, start looking okay:Daniel Veillard2001-03-191-122/+257
* Did the boring cleanup job now that stuff works okay again:Daniel Veillard2001-03-191-312/+220
* Completely changed the way the XPath evaluation is done, likely to breakDaniel Veillard2001-03-181-167/+1114
* - xpath.c: ptittom found a small bug in UnaryExprDaniel Veillard2001-03-121-2/+2
* - xpath.c: Bjorn found the error related to strictness of comparison.Daniel Veillard2001-03-061-2/+4
* xmlXPathNodeCollectAndTest fixed (by William Brack)Bjorn Reese2001-03-031-20/+160
* Minimal changes for XSLT node-set() extra function:Daniel Veillard2001-02-271-2/+9
* Okay time to improve performances, gprof session:Daniel Veillard2001-02-251-27/+9
* - xpath.c: found a memleak and fixed a nasty bugDaniel Veillard2001-02-241-2/+2
* - xmllint.[c1] : added return code errors for xmllintDaniel Veillard2001-02-231-1/+41
* Revert directory structure changesOwen Taylor2001-02-231-0/+6498
* moved to libxml directory - this allow simplify automake/autoconf. NowCET 2001 Tomasz Kłoczko2001-02-231-6498/+0
* - xpath.c: finally implemented xmlXPathCompareNodeSetsDaniel Veillard2001-02-211-9/+89
* - tree.c: fixed xmlNodeGetContent, it was not recursing on childDaniel Veillard2001-02-211-21/+77
* - xpath.c: fixed "*" (unbelievable !) and a couple of warningsDaniel Veillard2001-02-191-2/+5
* xmlXPathNodeSetSort now uses Shell's sorting algorithmBjorn Reese2001-02-181-9/+17
* More bugfixes due to DocBook:Daniel Veillard2001-02-171-1/+1
* - xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double nowDaniel Veillard2001-02-161-1/+1
* - tree.[ch] parser.c xpath.c: fixed the problem of addressingDaniel Veillard2001-02-161-2/+22
* testing and bug fixing related to XSLT:Daniel Veillard2001-02-131-0/+35