summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-03-03rebuilt the docs to fix the "href_base" problem.William M. Brack59-59/+67
* doc/*, doc/html/*, doc/EXSLT/*: rebuilt the docs to fix the "href_base" problem.
2004-02-26added test for localtime_r added usage of localtime_r if present on systemWilliam M. Brack4-6/+37
* configure.in, config.h.in: added test for localtime_r * libexslt/date.c: added usage of localtime_r if present on system (bug 129983, suggested by Vasily Tchekalkin)
2004-02-26removed the last use of _private that time in the input document, use theDaniel Veillard3-5/+49
* libxslt/keys.c libxslt/pattern.c: removed the last use of _private that time in the input document, use the psvi field again, this may be interesting if XSLT2 support gets in but since this is very unlikely ... Daniel
2004-02-26use the psvi field of teh document used for RVT instead of _private.Daniel Veillard3-4/+12
* libxslt/transform.c libxslt/variables.c: use the psvi field of teh document used for RVT instead of _private. Daniel
2004-02-26use the psvi field of the attribute instead of the _private one to compileDaniel Veillard3-4/+9
* libxslt/attrvt.c libxslt/templates.c: use the psvi field of the attribute instead of the _private one to compile AVT infos Daniel
2004-02-26added test similar to 143 but checking for AVT in local variables. DanielDaniel Veillard8-0/+29
* tests/docs/Makefile.am tests/docs/bug-144.xml tests/general/Makefile.am tests/docs/bug-144*: added test similar to 143 but checking for AVT in local variables. Daniel
2004-02-26fixed a regression for AVT found in global variable content. added test toDaniel Veillard8-1/+41
* libxslt/attrvt.c libxslt/variables.c: fixed a regression for AVT found in global variable content. * tests/docs/Makefile.am tests/docs/bug-143.xml tests/general/Makefile.am tests/docs/bug-143*: added test to the regression suite. Daniel
2004-02-25First step toward _private cleanup: use the psvi field to store theDaniel Veillard7-44/+52
* libxslt/attributes.c libxslt/keys.h libxslt/preproc.c libxslt/transform.c libxslt/variables.c libxslt/xsltutils.c: First step toward _private cleanup: use the psvi field to store the precompilation informations in the stylesheet nodes. Daniel
2004-02-25trying to use the fact that names comes from a dictionnary when looking upDaniel Veillard3-7/+67
* libxslt/variables.c: trying to use the fact that names comes from a dictionnary when looking up for variables. * tests/documents/Makefile.am: try to fix an error reported on the list. Daniel
2004-02-25added test for language attribute which previously triggered a memory leakWilliam M. Brack6-0/+195
* tests/general/Makefile.am, tests/general/bug-142.xsl, tests/general/bug-142.out, tests/docs/Makefile.am, tests/general/bug-142.xml: added test for language attribute which previously triggered a memory leak (from list report by Mike Hommey)
2004-02-23preparing release 1.1.4, updated and regenerated the documentation DanielDaniel Veillard69-90/+105
* NEWS configure.in doc/*: preparing release 1.1.4, updated and regenerated the documentation Daniel
2004-02-23minor changes to eliminate compilation warnings. No change to logic.William M. Brack4-10/+17
* libxslt/xsltutils.c, libxslt/templates.c, libxslt/preproc.c: minor changes to eliminate compilation warnings. No change to logic.
2004-02-23patches from Mikhail S Grushinskiy to compile on Mingw DanielDaniel Veillard3-0/+11
* libexslt/exsltexports.h libxslt/xsltexports.h: patches from Mikhail S Grushinskiy to compile on Mingw Daniel
2004-02-21patch from Mark Vadoc for attrvt.c DanielDaniel Veillard2-2/+8
* win32/Makefile.msvc: patch from Mark Vadoc for attrvt.c Daniel
2004-02-18applied patch from Steve Little to display the extension modules. DanielDaniel Veillard2-0/+21
* libxslt/extensions.c: applied patch from Steve Little to display the extension modules. Daniel
2004-02-18trying to fix an extension regression pointed out on the list. DanielDaniel Veillard2-0/+8
* libxslt/transform.c: trying to fix an extension regression pointed out on the list. Daniel
2004-02-17try to fix the problem with yelp and dictionnaries DanielDaniel Veillard2-1/+10
* libxslt/transform.c: try to fix the problem with yelp and dictionnaries Daniel
2004-02-17applied patch from #134588 provided by Mariano Suárez-Alvarez, attributeDaniel Veillard2-0/+6
* libxslt/templates.c: applied patch from #134588 provided by Mariano Suárez-Alvarez, attribute text node without doc. Daniel
2004-02-16updated and rebuilt the documentation preparing release of 1.1.3 cleanupDaniel Veillard33-315/+727
* configure.in, doc/*: updated and rebuilt the documentation preparing release of 1.1.3 * libxslt/attrvt.c libxslt/xsltInternals.h: cleanup Daniel
2004-02-16small fix: added missing [] quotation macro name defined in AC_DEFUN().Tomasz KĹ‚oczko2-1/+7
* libxslt.m4: small fix: added missing [] quotation macro name defined in AC_DEFUN(). Fix is neccessary for aclocal from automake 1.8.x and is backward compatible with older auto tools.
2004-02-15removed the two last known bug with the new code, was overoptimizing aDaniel Veillard3-7/+34
* libxslt/attrvt.c libxslt/templates.c: removed the two last known bug with the new code, was overoptimizing a bit... Daniel
2004-02-15found the memory leak shown in DocBook, mostly an error handling some ATVDaniel Veillard6-4/+80
* libxslt/attrvt.c: found the memory leak shown in DocBook, mostly an error handling some ATV coupled with doctionnaries reference counting. * libxslt/documents.c libxslt/transform.c libxslt/variables.c libxslt/xslt.c: added a bit of debug to be able to trace dictionnaries. Daniel
2004-02-13added new code to handle attribute value templates also a lot of work toDaniel Veillard20-377/+859
* libxslt/attrvt.c libxslt/Makefile.am: added new code to handle attribute value templates * libxslt/*.c libxslt/*.h: also a lot of work to reuse the dictionaries at the stylesheet and transformation level. * configure.in: this relies on a recent version of libxml2 with the sub dictionnary catalog. Daniel
2004-02-08added check for "?>" in PI content (Bug 133726)William M. Brack2-1/+10
* libxslt/transform.c: added check for "?>" in PI content (Bug 133726)
2004-01-31fixed problem with attribute namespace (Bug 132953)William M. Brack2-1/+6
* libxslt/namespaces.c: fixed problem with attribute namespace (Bug 132953)
2004-01-29added check for "--" or ending '-' in xsl:comment (Bug 132742)William M. Brack2-2/+16
* libxslt/transform.c: added check for "--" or ending '-' in xsl:comment (Bug 132742)
2004-01-29added validation of QName for xsl:element and xsl:attribute (Bug 132531)William M. Brack3-0/+16
* libxslt/transform.c, libxslt/attributes.c: added validation of QName for xsl:element and xsl:attribute (Bug 132531)
2004-01-23changed priority of template patterns starting with '//' from 0.0 to 0.5William M. Brack2-36/+41
* libxslt/pattern.c: changed priority of template patterns starting with '//' from 0.0 to 0.5 (Bug 131705)
2004-01-22applied patch from Stefan Kost to fix behaviour on unknown element fromDaniel Veillard3-4/+38
* libxslt/xslt.c: applied patch from Stefan Kost to fix behaviour on unknown element from the XSLT namespace. * python/generator.py: applied patch from Stephane bidoul to export enums in the bindings. Daniel
2004-01-22added test case for Bug 13971 (libxml2 xpath.c bug, but tested here)William M. Brack6-0/+89
* tests/general/Makefile.am, tests/general/bug-141.out, tests/general/bug-141.xsl, tests/docs/Makefile.am, tests/general/bug-141.xml: added test case for Bug 13971 (libxml2 xpath.c bug, but tested here)
2004-01-16added a newline for any comment before the root element (Bug 130433) fixedWilliam M. Brack10-2/+74
* libxslt/xsltutils.c: added a newline for any comment before the root element (Bug 130433) * libxslt/xslt.c: fixed problem with cdata-section-elements when default namespace is changed (Bug 130793) * tests/extensions/module.out, tests/general/bug-100.out: adjusted for newline after comment change above. * tests/general/Makefile.am, tests/general/bug-140.xsl, tests/general/Makefile.am, tests/docs/bug-140.xml: added test for cdata-section-elements problem.
2004-01-14applied shared lib loading patch for OS X from Gianni Ceccarelli DanielDaniel Veillard2-0/+8
* python/libxsl.py: applied shared lib loading patch for OS X from Gianni Ceccarelli Daniel
2004-01-14added test case for math functions on nodesets generated by exslt:node-setWilliam M. Brack3-0/+93
* tests/exslt/math/max.3.xsl, tests/exslt/math/max.3.xml, tests/exslt/math/max.3.out, tests/exslt/math/Makefile.am: added test case for math functions on nodesets generated by exslt:node-set
2004-01-14fixed problem, reported on the list by Markus Bayerlein, concerning mathWilliam M. Brack4-1/+55
* libexslt/math.c, libexslt/common.c: fixed problem, reported on the list by Markus Bayerlein, concerning math functions on nodesets generated with exslt:node-set * tests/exslt/math/max.3.xsl, tests/exslt/math/max.3.xml, tests/exslt/math/max.3.out, tests/exslt/math/Makefile.am: added test case for above.
2004-01-12changed to assure comment which preceeds root node is output after DTDWilliam M. Brack6-3/+93
* libxslt/transform.c: changed to assure comment which preceeds root node is output after DTD (Bug 130433) * test/exslt/common/node-set.4.*: added test case for Bug 130922
2004-01-12Changed logo spacing to avoid stacking rebuilt web pagesWilliam M. Brack71-72/+77
* doc/site.xsl: Changed logo spacing to avoid stacking * doc/*: rebuilt web pages
2004-01-12doc/site.xsl doc/w3c.png doc/* Test William's new site.xsl improvements byMST 2004 John Fleck72-71/+81
Sun Jan 11 20:10:09 MST 2004 John Fleck <jfleck@inkstain.net> * doc/site.xsl * doc/w3c.png * doc/* Test William's new site.xsl improvements by adding the W3C logo icon, rebuild docs, and presto! It shows up everywhere!
2004-01-12Refined wrapper code with large test case submitted by Norm Walsh. (BugWilliam M. Brack2-13/+19
* libxslt/transform.c: Refined wrapper code with large test case submitted by Norm Walsh. (Bug 130922)
2004-01-11Added coding to create a xsltDocument wrapper for an RVT, in order toWilliam M. Brack2-2/+39
* libxslt/transform.c: Added coding to create a xsltDocument wrapper for an RVT, in order to produce the applicable keys (Bug 130922)
2004-01-10Added new facility to "autogen" the search script. Fixed a few moreWilliam M. Brack37-122/+499
* doc/search.xml, doc/search.templ, doc/Makefile.am, doc/search.php.inc: Added new facility to "autogen" the search script. Fixed a few more problems with the API page generation. * doc/site.xsl, doc/api.xsl, doc/newapi.xsl: integrated the autogeneration of the php script. Note that from this point doc/search.php will be include in the generic "Rebuilt docs". * doc/*: api docs rebuilt.
2004-01-09Further cleanup, fully implemented common routine for "generic page"William M. Brack72-1197/+369
* doc/site.xsl, doc/api.xsl, doc/newapi.xsl, doc/search.php: Further cleanup, fully implemented common routine for "generic page" within the docs. * doc/*: api docs rebuilt with enhanced scripts.
2004-01-08doc/xslt.html, doc/bugs.html made link to bugzilla more usefulMST 2004 John Fleck3-4/+13
Thu Jan 8 06:45:04 MST 2004 John Fleck <jfleck@inkstain.net> * doc/xslt.html, doc/bugs.html made link to bugzilla more useful
2004-01-07a little cleanup of scripts, assuring page tables are consistent. api docsWilliam M. Brack30-330/+354
* doc/api.xsl, doc/site.xsl, doc/search.php: a little cleanup of scripts, assuring page tables are consistent. * doc/*: api docs rebuilt with enhanced scripts.
2004-01-06fixed Bug130593. fixed a couple of sequence problems on references withinWilliam M. Brack10-736/+636
* configure.in: fixed Bug130593. * doc/apibuild.py: fixed a couple of sequence problems on references within APIxxx.html files, rebuild doc/* (and NEWS)
2004-01-05John Fleck <jfleck@inkstain.net> ChangeLog for docs changeJohn Fleck1-0/+6
John Fleck <jfleck@inkstain.net> ChangeLog for docs change
2004-01-05change background color of function declaration to improve readabilityMST 2004 John Fleck28-28/+28
Sun Jan 4 19:06:59 MST 2004 John Fleck <jfleck@inkstain.net> * doc/newapi.xsl: change background color of function declaration to improve readability * doc/*: rebuild docs with new stylesheet
2004-01-03rebuild docsMST 2004 John Fleck9-10/+38
Fri Jan 2 21:42:49 MST 2004 John Fleck <jfleck@inkstain.net> * doc/*: rebuild docs
2004-01-03fix bad doc comment formatting on xsltDebugSetDefaultTrace andMST 2004 John Fleck2-2/+11
Fri Jan 2 21:42:49 MST 2004 John Fleck <jfleck@inkstain.net> * libxslt/transform.c: fix bad doc comment formatting on xsltDebugSetDefaultTrace and xsltDebugGetDefaultTrace
2003-12-24prepared release of libxslt-1.1.2 some tweaking following the new EXSLTDaniel Veillard9-27/+50
* configure.in doc/*: prepared release of libxslt-1.1.2 * libxslt.spec.in doc/Makefile.am: some tweaking following the new EXSLT docs. Daniel
2003-12-22fixed xsl:number level="any" for Bug 129057William M. Brack2-2/+13
* libxlst/numbers.c: fixed xsl:number level="any" for Bug 129057