Age | Commit message (Collapse) | Author | Files | Lines |
|
* 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
|
|
* 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
|
|
* 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
|
|
* 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
|
|
* doc/xsltproc.1 doc/xsltproc.xml: indicate - means stdin closing #156626
Daniel
|
|
* libxslt/transform.c: another dictionnary/string interning fix
Daniel
|
|
* libxslt/transform.c: fix to force string interning on generated
documents
Daniel
|
|
* 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)
|
|
* libxslt.spec.in doc/Makefile.am: fix for RedHat bug #136072
to include EXSLT doc in libxslt package.
Daniel
|
|
* 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)
|
|
* libxslt/namespaces.c: fixed a bug in namespace lookup exhibited
by the recent namespace tests in libxml2
Daniel
|
|
* libxslt/transform.c: fixed a problem of tree structure raised
by the new libxml2 tree checking code.
Daniel
|
|
* 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
|
|
* libxslt/templates.c: patch from Mark Vakoc about an incorrect
attribute document pointer.
Daniel
|
|
* doc/tutorial2/libxslt_pipes.*: updated the tutorial from Panagiotis
Louridas
Daniel
|
|
* configure.in doc/*: release of 1.1.11, rebuilt the docs
Daniel
|
|
* libxslt/pattern.c: try to fix #153137 but without a test case
it's shooting in the dark.
Daniel
|
|
|
|
* doc/tutorial2/libxslt_pipes.*: New tutorial from Panagiotis Louridas
* libxslt.spec.in doc/Makefile.am: integrated the tutorial in the
distribution
Daniel
|
|
environment, Daniel
|
|
* 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
|
|
|
|
|
|
* 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
|
|
* libexslt/date.c: fixed problem with empty sets, etc.
(see discussion on mailing list)
|
|
* 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
|
|
* 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
|
|
* libxslt/numbers.c: further refinement to UTF8 pattern
separator (bug 151975)
|
|
* libxslt/numbers.c: fixed problem with UTF8 pattern
separator (bug 151975)
|
|
* libxslt/imports.c, libxslt/xslt.c, libxslt/xsltInternals.h:
fixed 2 problems with xsl:include (bug #151795)
|
|
* NEWS configure.in doc/*: Release of libxslt-1.1.10
Daniel
|
|
* doc/xsltproc.1 doc/xsltproc.xml: added missing descriptions
for --path as well as --load-trace, fixes Red Hat bug #106545
Daniel
|
|
* 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
|
|
|
|
|
|
|
|
* libexslt/date.c libxslt/imports.c libxslt/xslt.c: fixing
compilation problems on Solaris #150844
Daniel
|
|
|
|
* configure.in NEWS doc/*: preparing release of 1.1.9
Daniel
|
|
* 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
|
|
* Makefile.am configure.in: a bit of cleanup and a extra variable for
CVS dist
Daniel
|
|
* libxslt/imports.c: fix a 64bit bug reported by Andreas Schwab
Daniel
|
|
* 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)
|
|
|
|
* 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
|
|
* 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
|
|
* libxslt/transform.c: added a call to xmlXPathOrderDocElems
in xmlNewTransformContext for the principal document (bug 133289)
|
|
* 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
|
|
|
|
|