* xsltproc/xsltproc.c: fixing portability bug #113002 on HP-UX
* configure.in libxslt.spec.in python/Makefile.am: cleanup
of --with-python like for libxml2
Daniel
* libxslt/transform.c libxslt/variables.c libxslt/xsltInternals.h:
cleaning up Result Value Tree handling
* libexslt/functions.c libexslt/strings.c: fixed a pair of
implementations.
* tests/exslt/strings/Makefile.am tests/exslt/strings/tokenize.2.*:
added Mark Vakoc test combining for-each and exslt:tokenize
Daniel
* libxslt/transform.c: fixing bug #111755 when a template is
applied to an attribute
* tests/docs/Makefile.am tests/docs/bug-119.*
tests/general/Makefile.am tests/general/bug-119*: added the
example in the regression tests for that bug.
Daniel
* doc/Makefile.am doc/libxslt.xml: upgraded to the XML/XSLT toolchain
for the HTML generation fixing #111799
* doc/html/*.html doc/html/*.png: associated update
Daniel
* python/generator.py: fixed a problem in the generator where
the way functions are remapped as methods on classes was
not symetric and dependant on python internal hash order,
as reported by Stphane Bidoul
* libexslt/strings.c: attempt at fixing an object type pbm
* libxslt/triodef.h: update for OpenVMS from libxml2
Daniel
* libexslt/sets.c: fixed a bug introduced in the last commit
* libxslt/transform.c: tried to fix#111437
* tests/docbook/result/xtchunk/html/*.orig
tests/multiple/out/*.orig: side effect of #111437 change.
Daniel
* libexslt/strings.c: applied last patch for #110023 from
Mark Vakoc
* libexslt/sets.c: fixed a memory leak when mixing one of the
EXSLT set functions and a Result Value Tree
* TODO: there are other bugs around in libexslt/sets.c in conjunction
with Result Value Tree
Daniel
* libxslt/transform.c: fix bug #110577 namespace in copy-of
don't obbey the same rules as for literal reusl elements.
* tests/docs/Makefile.am tests/docs/bug-118.*
tests/general/Makefile.am tests/general/bug-118*: added the
example in the regression tests for that bug.
* libxslt/variables.c: fixed a bug introduced in fixing #110020
* tests/docs/Makefile.am tests/docs/bug-11[67].*
tests/general/Makefile.am tests/general/bug-11[67]*: added 2
regression tests one still exposing a mem leak (Mark Vadoc).
Daniel
* libxslt/variables.c: fixing bug #110020 on global parameter
and variables mismatch
* tests/reports/Makefile.am tests/reports/cmdlineparams.*: added
the test to the regression suite
Daniel
* libexslt/math.c: applied patch from Charles Bozeman fixing
the math power function where args were inverted #110996
* tests/exslt/math/Makefile.am tests/exslt/math/power.1.*:
added the test to the regraession for #110996
* libexslt/sets.c: avoid a problem with nodesets.
Daniel
* libxslt/keys.c libxslt/templates.c libxslt/transform.c
libxslt/variables.c: Fixes bug #110023 reported by Mark Vakoc and
other places where ctxt->document pointer may be used without
checking it agaisnt NULL.
* tests/docs/Makefile.am tests/docs/bug-115.*
tests/general/Makefile.am tests/general/bug-115*: added the
example in the regression tests for that bug.
* libxslt/trio.h libxslt/triodef.h: update of Trio from Bjorn Reese
Daniel
* configure.in NEWS: preparing 1.0.29 release
* libxslt/documents.c: generate the document order for document()
loaded resources.
* doc/*: updated and regenerated the docs
daniel
* libxslt/transform.c: fixed a namespace redundancy problem
in xsl:element
* tests/docs/Makefile.am tests/docs/bug-114.*
tests/general/Makefile.am tests/general/bug-114*: added an
example in the regression tests for that bug.
Daniel
* python/libxsl.py: fix bug #109395 as pointed out by Ben Phillips
and avoid some warnings when loading the python modules on non
Linux platforms.
* libxslt/transform.c: fix a bug introduced in the document lookup
and exhibited by the keys test.
Daniel
* tests/docs/Makefile.am tests/docs/bug-113.*
tests/general/Makefile.am tests/general/bug-113*: added an
example in the regression tests for bug #109160 fixed in libxml2
Daniel
* configure.in python/Makefile.am python/libxslt.c libxslt/xsltutils.c
libxslt/trio.h libxslt/triodef.h: portability fixes from Albert Chin
* python/libxslt.py: avoid RTLD_GLOBAL detection warning too
Daniel
* libxslt/transform.c: forgot to make one change related to
Result Value Tree change, pointed out by Sebastian Rahtz
* tests/docs/Makefile.am tests/docs/bug-112.*
tests/general/Makefile.am tests/general/bug-112*: added an
example in the regression tests that bug
Daniel
* libxslt/transform.c: second part of the patch fixing #108905
performances problems, ask for computation of document order on
the document transformed and avoid inefficiencies building large
nodesets of unique nodes.
* configure.in: fix a trouble with libtool in my debug environment.
Daniel
* libxslt/pattern.c libxslt/transform.c libxslt/variables.c:
Result Value Tree are now generated with a document root node
not an element, it's quite cleaner.
* configure.in libxslt.spec.in NEWS: But this requires libxml2-2.5.5
also prepared for libxslt-1.0.28 release
* doc/*: updated and regenerated the docs
Daniel
* libxslt/pattern.c libxslt/transform.c libxslt/variables.c:
Finally fixed bug #75813, processing or Result Value Tree
converted into node-sets should be a bit more sensible now.
* tests/exslt/common/node-set.2.out: the associated fix in libxml2
fixes this regression test, there is 4 nodes, not 3
* tests/docs/Makefile.am tests/docs/bug-111.*
tests/general/Makefile.am tests/general/bug-111*: added an
example in the regression tests for bug #75813
Daniel
* tests/docs/Makefile.am tests/docs/bug-110.*
tests/general/Makefile.am tests/general/bug-110*: added an
example in the regression tests for bug #108976 which is
fixed in libxml2
Daniel
* tests/docs/Makefile.am tests/docs/bug-109.xml
tests/general/Makefile.am tests/general/bug-109*: added an
example in the regression tests for the invalid bug #108716
Daniel
* libxslt/variables.c: fixed bug #108633 reported by
Jerome Pesenti about recursive global variables/param detections
* tests/reports/Makefile.am tests/reports/rec*: added regression
tests for the checking of recusion in global/local param/variables.
Daniel