summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-11-21enhanced code to assure the "current template rule" is not changed byWilliam M. Brack11-27/+110
* libxslt/transform.c: enhanced code to assure the "current template rule" is not changed by xsl:call-template (bug 157859). * tests/general/bug-156.*, tests/general/Makefile.am, tests/docs/bug-156.*, tests/docs/Makefile.am: added a test case
2004-11-08fixed problem with day-of-week-in-month (bug 157592) with patch from SalWilliam M. Brack3-3/+10
* libexslt/date.c: fixed problem with day-of-week-in-month (bug 157592) with patch from Sal Paradise * tests/exslt/date/datetime.1.out: corrected expected output after above fix
2004-11-01added a test case provided by Markus Bertheau breaking on libxml2-2.6.15Daniel Veillard7-1/+27
* tests/general/bug-155.*, tests/general/Makefile.am, tests/docs/bug-155*, tests/docs/Makefile.am: added a test case provided by Markus Bertheau breaking on libxml2-2.6.15 Daniel
2004-10-29preparing release of libxslt-1.1.12 mini change to avoid breakingDaniel Veillard19-24/+107
* configure.in NEWS doc/*: preparing release of libxslt-1.1.12 * libexslt/crypto.c: mini change to avoid breaking apibuild.py * libxslt/templates.c: small fix, first step in adressing #153660 Daniel
2004-10-29indicate - means stdin closing #156626 DanielDaniel Veillard3-2/+8
* doc/xsltproc.1 doc/xsltproc.xml: indicate - means stdin closing #156626 Daniel
2004-10-27another dictionnary/string interning fix DanielDaniel Veillard2-0/+8
* libxslt/transform.c: another dictionnary/string interning fix Daniel
2004-10-26fix to force string interning on generated documents DanielDaniel Veillard2-4/+10
* libxslt/transform.c: fix to force string interning on generated documents Daniel
2004-10-23changed some variable names for warning cleanup when -ansi flag is notWilliam M. Brack10-94/+103
* libexslt/crypto.c, libexslt/functions.c, libxslt/keys.c, libxslt/numbers.c, libxslt/pattern.c, libxslt/transform.c, libxslt/variables.c: changed some variable names for warning cleanup when -ansi flag is not present. * libxslt/namespaces.c: fixed potential NULL pointer reference pointed out by Dennis Dams (bug 156187)
2004-10-18fix for RedHat bug #136072 to include EXSLT doc in libxslt package. DanielDaniel Veillard9-7/+15
* libxslt.spec.in doc/Makefile.am: fix for RedHat bug #136072 to include EXSLT doc in libxslt package. Daniel
2004-10-15changed date.c to use gmtime_r if available (bug 129983) fixed a namespaceWilliam M. Brack5-5/+43
* configure.in, config.h.in, libexslt/date.c: changed date.c to use gmtime_r if available (bug 129983) * libexslt/functions.c: fixed a namespace problem concerning a function with a namespace-qualified name (bug 155197)
2004-10-11fixed a bug in namespace lookup exhibited by the recent namespace tests inDaniel Veillard3-1/+9
* libxslt/namespaces.c: fixed a bug in namespace lookup exhibited by the recent namespace tests in libxml2 Daniel
2004-10-07fixed a problem of tree structure raised by the new libxml2 tree checkingDaniel Veillard2-1/+16
* libxslt/transform.c: fixed a problem of tree structure raised by the new libxml2 tree checking code. Daniel
2004-09-30fixed problem with negative periods (bug 154021) changed expected output,William M. Brack4-36/+67
* libexslt/date.c: fixed problem with negative periods (bug 154021) * tests/exslt/date/sum.2.out: changed expected output, now agrees with comments in sum.2.xml test data file
2004-09-30patch from Mark Vakoc about an incorrect attribute document pointer.Daniel Veillard2-1/+6
* libxslt/templates.c: patch from Mark Vakoc about an incorrect attribute document pointer. Daniel
2004-09-30updated the tutorial from Panagiotis Louridas DanielDaniel Veillard4-75/+168
* doc/tutorial2/libxslt_pipes.*: updated the tutorial from Panagiotis Louridas Daniel
2004-09-29release of 1.1.11, rebuilt the docs DanielDaniel Veillard7-20/+42
* configure.in doc/*: release of 1.1.11, rebuilt the docs Daniel
2004-09-29try to fix #153137 but without a test case it's shooting in the dark.Daniel Veillard2-2/+11
* libxslt/pattern.c: try to fix #153137 but without a test case it's shooting in the dark. Daniel
2004-09-28Linked the second tutorial from the web site, DanielDaniel Veillard16-16/+32
2004-09-28New tutorial from Panagiotis Louridas integrated the tutorial in theDaniel Veillard9-4/+1365
* doc/tutorial2/libxslt_pipes.*: New tutorial from Panagiotis Louridas * libxslt.spec.in doc/Makefile.am: integrated the tutorial in the distribution Daniel
2004-09-26Fixed some troubles when compiling on the x86_64, specific to my ↵Daniel Veillard1-2/+10
environment, Daniel
2004-09-25fixed 2 leaks with namespaced variable names. added test case for aboveDaniel Veillard8-2/+17
* libxslt/preproc.c libxslt/variables.c: fixed 2 leaks with namespaced variable names. * tests/general/bug-154.*, tests/general/Makefile.am, tests/docs/bug-154*, tests/docs/Makefile.am: added test case for above Daniel
2004-09-24additional leak fix in libexslt/date.cWilliam M. Brack1-1/+7
2004-09-24Fixed the output, DanielDaniel Veillard2-22/+21
2004-09-24add missing variable fixed some error callback data added new date:sumDaniel Veillard12-9/+228
* Makefile.am: add missing variable * libxslt/transform.c: fixed some error callback data * tests/exslt/date/Makefile.am tests/exslt/date/sum*: added new date:sum testing from Derek Poon Daniel
2004-09-24fixed problem with empty sets, etc. (see discussion on mailing list)William M. Brack2-2/+15
* libexslt/date.c: fixed problem with empty sets, etc. (see discussion on mailing list)
2004-09-19fixed problem with timezone offset (bug 153000) changed regression testWilliam M. Brack5-13/+28
* libexslt/date.c: fixed problem with timezone offset (bug 153000) * tests/exslt/date/add.1.out: changed regression test output, which was apparently incorrect for above case * libxslt/transform.c: re-arranged sequence of setting up namespaces within xsltCopyTree (see the list thread http://mail.gnome.org/archives/xml/2004-September/msg00072.html) * tests/general/bug-104.out: slight change to expected output due to above fix
2004-09-18enhanced validation of date-time to catch bit-field overflow (bug 152836)William M. Brack6-20/+120
* libexslt/date.c: enhanced validation of date-time to catch bit-field overflow (bug 152836) * tests/exslt/date/date.2.*, tests/exslt/time.2.*: added test cases for above
2004-09-08further refinement to UTF8 pattern separator (bug 151975)William M. Brack2-14/+20
* libxslt/numbers.c: further refinement to UTF8 pattern separator (bug 151975)
2004-09-07fixed problem with UTF8 pattern separator (bug 151975)William M. Brack2-1/+13
* libxslt/numbers.c: fixed problem with UTF8 pattern separator (bug 151975)
2004-09-06fixed 2 problems with xsl:include (bug #151795)William M. Brack4-5/+36
* libxslt/imports.c, libxslt/xslt.c, libxslt/xsltInternals.h: fixed 2 problems with xsl:include (bug #151795)
2004-08-31Release of libxslt-1.1.10 DanielDaniel Veillard8-22/+49
* NEWS configure.in doc/*: Release of libxslt-1.1.10 Daniel
2004-08-31added missing descriptions for --path as well as --load-trace, fixes RedDaniel Veillard3-60/+91
* doc/xsltproc.1 doc/xsltproc.xml: added missing descriptions for --path as well as --load-trace, fixes Red Hat bug #106545 Daniel
2004-08-28fixed small problem with key initialisation disturbing the transformationWilliam M. Brack9-3/+51
* libxslt/keys.c: fixed small problem with key initialisation disturbing the transformation context (bug 151201). * tests/general/bug-153.*, tests/general/Makefile.am, tests/docs/bug-153*, tests/docs/Makefile.am: added test case for above
2004-08-24*** empty log message ***Igor Zlatkovic1-0/+4
2004-08-24added support for version extraIgor Zlatkovic1-2/+32
2004-08-23End of the fix for 150844, DanielDaniel Veillard1-1/+1
2004-08-23fixing compilation problems on Solaris #150844 DanielDaniel Veillard5-4/+10
* libexslt/date.c libxslt/imports.c libxslt/xslt.c: fixing compilation problems on Solaris #150844 Daniel
2004-08-22Fixed the mod-xslt2 link, cleaned up the links, added PHP, DanielDaniel Veillard22-25/+25
2004-08-22preparing release of 1.1.9 DanielDaniel Veillard49-459/+719
* configure.in NEWS doc/*: preparing release of 1.1.9 Daniel
2004-08-22Further enhancement for keys on exslt:node-sets. Corrects a rather seriousWilliam M. Brack6-27/+53
* transform.c: Further enhancement for keys on exslt:node-sets. Corrects a rather serious timing problem (bug 150741) * tests/exslt/common/node-set.8.*: added regression test for this
2004-08-20a bit of cleanup and a extra variable for CVS dist DanielDaniel Veillard4-3/+14
* Makefile.am configure.in: a bit of cleanup and a extra variable for CVS dist Daniel
2004-08-20fix a 64bit bug reported by Andreas Schwab DanielDaniel Veillard4-3/+5
* libxslt/imports.c: fix a 64bit bug reported by Andreas Schwab Daniel
2004-08-18added some code to include the CVS ChangeLog version in the versionWilliam M. Brack8-2/+49
* configure.in libxslt/xsltconfig.h.in libxslt/xslt.c libxslt/xsltwin32config.* libexslt/exsltconfig.h.in libexslt/exslt.c: added some code to include the CVS ChangeLog version in the version strings available for printing (e.g. by xsltproc)
2004-08-18Updated the snapshot info, DanielDaniel Veillard2-4/+4
2004-08-17implemented --nodtdattr to avoid defaulting DTD attributes, RFE 150311 .Daniel Veillard2-50/+14
* xsltproc/xsltproc.c: implemented --nodtdattr to avoid defaulting DTD attributes, RFE 150311 . Also cleanup the code from all libxml2 pre 2.6.0 specific code since we are using LIBXML_REQUIRED_VERSION=2.6.8 in configure.in Daniel
2004-08-16Implemented a hook to provide document loading as suggested by David HyattDaniel Veillard7-66/+155
* libxslt/documents.c libxslt/documents.h libxslt/imports.c libxslt/xslt.c libxslt/xsltutils.c: Implemented a hook to provide document loading as suggested by David Hyatt for Safari Daniel
2004-08-16added a call to xmlXPathOrderDocElems in xmlNewTransformContext for theWilliam M. Brack2-1/+12
* libxslt/transform.c: added a call to xmlXPathOrderDocElems in xmlNewTransformContext for the principal document (bug 133289)
2004-08-15fixed handling of #default in namespace-alias for default namespace (bugWilliam M. Brack13-22/+171
* libxslt/namespaces.[ch], transform.c, xslt.c, xsltInternals.h: fixed handling of #default in namespace-alias for default namespace (bug 149659) * tests/namespaces/tst7.* tst8.*: added regression tests for above
2004-08-14Oops, danielDaniel Veillard37-37/+37
2004-08-14Changed the color or non-visited links, DanielDaniel Veillard37-37/+37