summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-05-16fixed a weird namespace bug #141532 added tests to the regression for bugDaniel Veillard10-2/+44
* libxslt/xslt.c: fixed a weird namespace bug #141532 * tests/docs/Makefile.am tests/docs/bug-14[89].xml tests/general/Makefile.am tests/docs/bug-14[89]*: added tests to the regression for bug #141532 Daniel
2004-05-16Same fix as for libxml2, DanielDaniel Veillard1-1/+6
2004-05-16Same fixe with timezone, DanielDaniel Veillard1-4/+7
2004-05-16Rebuilt the docs, DanielDaniel Veillard48-48/+48
2004-05-16Fixing ChangeLog links, DanielDaniel Veillard1-0/+1
2004-05-16Added ChangeLog.xsl and links, DanielDaniel Veillard23-21/+127
2004-05-15Small change due to libxml2 escaping using hex instead of dec charrefs, danielDaniel Veillard1-1/+1
2004-05-03added comments and function header, improved logic of routine just added.William M. Brack13-3/+244
* libxslt/imports.c: added comments and function header, improved logic of routine just added. * tests/general/bug-147*, tests/docs/bug-147.xml, tests/general/Makefile.am, tests/docs/Makefile.am: added regression test for bug 141279
2004-05-02enhanced normalization of comp steps when an imported stylesheet has it'sWilliam M. Brack2-3/+15
* libxslt/imports.c: enhanced normalization of comp steps when an imported stylesheet has it's own imports (bug 141279)
2004-05-01added code to recognize disable-output-escaping on certain text nodes (bugWilliam M. Brack3-2/+11
* libxslt/transform.c: added code to recognize disable-output-escaping on certain text nodes (bug 140755) * tests/general/bug-100.out: regenerated to account for change from next ChangeLog entry (bug 140558)
2004-04-29suppressed any automatic linefeed after a comment following the documentWilliam M. Brack2-1/+7
* libxslt/xsltutils.c: suppressed any automatic linefeed after a comment following the document root element (bug 140558)
2004-04-22fix a problem where we updated an ELEMENT node psvi field as if it was aDaniel Veillard2-4/+16
* libxslt/transform.c: fix a problem where we updated an ELEMENT node psvi field as if it was a DOCUMENT one, leading to a subtle crash later, valgrind rules. Daniel
2004-04-19fixed bug in UTF8 string tokenize kindly reported by Vasily TchekalkinWilliam M. Brack2-3/+7
* libexslt/strings.c: fixed bug in UTF8 string tokenize kindly reported by Vasily Tchekalkin
2004-04-18preparing release 1.1.6 keep the ChangeLog compressed DanielDaniel Veillard9-24/+46
* configure.in doc/*: preparing release 1.1.6 * libxslt.spec.in: keep the ChangeLog compressed Daniel
2004-04-05fixed a stupid cut'npaste bug #139132 added test to the regression for bugDaniel Veillard7-6/+68
* libxslt/keys.c: fixed a stupid cut'npaste bug #139132 * tests/docs/Makefile.am tests/docs/bug-146.xml tests/general/Makefile.am tests/docs/bug-146*: added test to the regression for bug #139132 Daniel
2004-04-02applied patch from Mark Vakoc to fix problem with key matching attributeWilliam M. Brack2-2/+7
* libxslt/keys.c: applied patch from Mark Vakoc to fix problem with key matching attribute node.
2004-04-01Add generated files, to make cvs silent.Johan Dahlin3-1/+15
* python/.cvsignore: Add generated files, to make cvs silent. * .cvsignore: Add missing libexslt.pc and stamp-h1
2004-03-29Change of policy for the mailing lists, DanielDaniel Veillard2-8/+10
2004-03-26Updated the news and download pages, DanielDaniel Veillard4-19/+11
2004-03-24Added note about being subscribed, DanielDaniel Veillard2-1/+8
2004-03-23prepare release of 1.1.5, made a hard dependancy to libxml2 2.6.8 due toDaniel Veillard10-130/+176
* configure.in: prepare release of 1.1.5, made a hard dependancy to libxml2 2.6.8 due to the dictionnary reference counting change * doc/*: updated and rebuilt the doc. * tests/namespaces/Makefile.am: fixed a build problem (tst5 ?) Daniel
2004-03-22small fix for OpenVMS fixed a leak associated to the change in referenceDaniel Veillard3-1/+9
* libxslt/xsltconfig.h.in: small fix for OpenVMS * libxslt/documents.c: fixed a leak associated to the change in reference counting when running the XML parser and using the document() function. Daniel
2004-03-17added check for state XSLT_STATE_STOPPED when output file is used (bugWilliam M. Brack2-1/+8
* xsltproc/xsltproc.c: added check for state XSLT_STATE_STOPPED when output file is used (bug 137341)
2004-03-16corrected my error from bug 135938 pointed out on the mailing list by MarkWilliam M. Brack4-4/+19
* libxslt/xsltutils.c: corrected my error from bug 135938 pointed out on the mailing list by Mark Vakoc. * libxslt/transform.c: enhanced the error message for call-template when namespace is present. * tests/general/bug-145.err: regenerated for new message
2004-03-12added additional check to prevent superfluous namespace href's beingWilliam M. Brack11-11/+28
* libxslt/namespaces.c: added additional check to prevent superfluous namespace href's being generated on elements (bug 136914) * tests/namespaces/Makefile.am, tests/namespaces/tst5.x[ms]l: added new test for bug 136914 * tests/namespaces, tests/extensions/ tests/reports: fixed error in "enhanced" Makefile.am, removed superfluous .err files from cvs
2004-03-10minor addition for later version of php requiring $HTTP_GET_VARS. doc/*:William M. Brack21-143/+156
* doc/search.php.incl: minor addition for later version of php requiring $HTTP_GET_VARS. doc/*: rebuilt the docs
2004-03-10modified the 'tokenize' routine to work with UTF8 chars in both string andWilliam M. Brack2-7/+16
* libexslt/strings.c: modified the 'tokenize' routine to work with UTF8 chars in both string and tokens (Bug 136183)
2004-03-09added coding to allow growing the AVT structure when a large number ofWilliam M. Brack3-7/+66
* libxslt/attrvt.c: added coding to allow growing the AVT structure when a large number of segments are present (bug 136624) * libxslt/keys.c: fixed a compilation warning (no logic change)
2004-03-06small fix to typoWilliam M. Brack2-2/+6
* tests/docbook/Makefile.am: small fix to typo
2004-03-06continued interrupt commit for enhanced "make tests"William M. Brack24-520/+1070
2004-03-06Major enhancement to "make tests". All but Python tests cleaned up toWilliam M. Brack6-21/+95
* Makefile.am, tests/Makefile.am, tests/REC/Makefile.am, tests/REC1/Makefile.am, tests/REC2/Makefile.am, tests/XSLTMark/Makefile.am, tests/docbook/Makefile.am, tests/exslt/common/Makefile.am, tests/exslt/date/Makefile.am, tests/exslt/functions/Makefile.am, tests/exslt/math/Makefile.am, tests/exslt/sets/Makefile.am, tests/exslt/strings/Makefile.am, tests/extensions/Makefile.am, tests/general/Makefile.am, tests/keys/Makefile.am, tests/multiple/Makefile.am, tests/namespaces/Makefile.am, tests/numbers/Makefile.am, tests/reports/Makefile.am, test/xmlspec/Makefile.am, tests/general/bug-60.err, tests/docbook/result/html/gdp-handbook.err, tests/REC/test-2.5-1.err: Major enhancement to "make tests". All but Python tests cleaned up to produce minimum summary output if no problems. * tests/general/bug-145.xsl, tests/general/bug-145.err, tests/docs/Makefile.am, tests/docs/bug-145.xml: Added test case for bugzilla bug 135938
2004-03-04fixed problem with dictionary handling (bug 135938). fixed a few moreWilliam M. Brack11-139/+215
* libxslt/xsltutils.h, libxslt/xsltutils.c, libxslt/preproc.c: fixed problem with dictionary handling (bug 135938). * doc/EXSLT/*: fixed a few more "href_base" files.
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