Age | Commit message (Collapse) | Author | Files | Lines |
|
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
* libxslt/imports.c: enhanced normalization of comp steps
when an imported stylesheet has it's own imports
(bug 141279)
|
|
* 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)
|
|
* libxslt/xsltutils.c: suppressed any automatic linefeed after
a comment following the document root element (bug 140558)
|
|
* 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
|
|
* libexslt/strings.c: fixed bug in UTF8 string tokenize
kindly reported by Vasily Tchekalkin
|
|
* configure.in doc/*: preparing release 1.1.6
* libxslt.spec.in: keep the ChangeLog compressed
Daniel
|
|
* 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
|
|
* libxslt/keys.c: applied patch from Mark Vakoc to fix problem
with key matching attribute node.
|
|
* python/.cvsignore: Add generated files, to make cvs silent.
* .cvsignore: Add missing libexslt.pc and stamp-h1
|
|
|
|
|
|
|
|
* 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
|
|
* 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
|
|
* xsltproc/xsltproc.c: added check for state XSLT_STATE_STOPPED
when output file is used (bug 137341)
|
|
* 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
|
|
* 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
|
|
* doc/search.php.incl: minor addition for later version of php
requiring $HTTP_GET_VARS.
doc/*: rebuilt the docs
|
|
* libexslt/strings.c: modified the 'tokenize' routine to work with
UTF8 chars in both string and tokens (Bug 136183)
|
|
* 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)
|
|
* tests/docbook/Makefile.am: small fix to typo
|
|
|
|
* 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
|
|
* 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.
|
|
* doc/*, doc/html/*, doc/EXSLT/*: rebuilt the docs to fix
the "href_base" problem.
|
|
* 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)
|
|
* 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
|
|
* libxslt/transform.c libxslt/variables.c: use the psvi field
of teh document used for RVT instead of _private.
Daniel
|
|
* libxslt/attrvt.c libxslt/templates.c: use the psvi field of
the attribute instead of the _private one to compile AVT infos
Daniel
|
|
* 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
|
|
* 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
|
|
* 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
|
|
* 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
|
|
* 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)
|
|
* NEWS configure.in doc/*: preparing release 1.1.4, updated and
regenerated the documentation
Daniel
|
|
* libxslt/xsltutils.c, libxslt/templates.c, libxslt/preproc.c:
minor changes to eliminate compilation warnings. No change
to logic.
|
|
* libexslt/exsltexports.h libxslt/xsltexports.h: patches from
Mikhail S Grushinskiy to compile on Mingw
Daniel
|
|
* win32/Makefile.msvc: patch from Mark Vadoc for attrvt.c
Daniel
|
|
* libxslt/extensions.c: applied patch from Steve Little to
display the extension modules.
Daniel
|
|
* libxslt/transform.c: trying to fix an extension regression pointed
out on the list.
Daniel
|
|
* libxslt/transform.c: try to fix the problem with yelp
and dictionnaries
Daniel
|
|
* libxslt/templates.c: applied patch from #134588 provided by
Mariano Suárez-Alvarez, attribute text node without doc.
Daniel
|