Age | Commit message (Collapse) | Author | Files | Lines |
|
* 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
|
|
* configure.in, doc/*: updated and rebuilt the documentation
preparing release of 1.1.3
* libxslt/attrvt.c libxslt/xsltInternals.h: cleanup
Daniel
|
|
* libxslt.m4: small fix: added missing [] quotation macro name defined in
AC_DEFUN(). Fix is neccessary for aclocal from automake 1.8.x and is
backward compatible with older auto tools.
|
|
* libxslt/attrvt.c libxslt/templates.c: removed the two last
known bug with the new code, was overoptimizing a bit...
Daniel
|
|
* libxslt/attrvt.c: found the memory leak shown in DocBook,
mostly an error handling some ATV coupled with doctionnaries
reference counting.
* libxslt/documents.c libxslt/transform.c libxslt/variables.c
libxslt/xslt.c: added a bit of debug to be able to trace
dictionnaries.
Daniel
|
|
* libxslt/attrvt.c libxslt/Makefile.am: added new code to handle
attribute value templates
* libxslt/*.c libxslt/*.h: also a lot of work to reuse the
dictionaries at the stylesheet and transformation level.
* configure.in: this relies on a recent version of libxml2
with the sub dictionnary catalog.
Daniel
|
|
* libxslt/transform.c: added check for "?>" in PI content
(Bug 133726)
|
|
* libxslt/namespaces.c: fixed problem with attribute
namespace (Bug 132953)
|
|
* libxslt/transform.c: added check for "--" or ending '-'
in xsl:comment (Bug 132742)
|
|
* libxslt/transform.c, libxslt/attributes.c: added
validation of QName for xsl:element and xsl:attribute
(Bug 132531)
|
|
* libxslt/pattern.c: changed priority of template patterns
starting with '//' from 0.0 to 0.5 (Bug 131705)
|
|
* libxslt/xslt.c: applied patch from Stefan Kost to fix
behaviour on unknown element from the XSLT namespace.
* python/generator.py: applied patch from Stephane bidoul
to export enums in the bindings.
Daniel
|
|
* tests/general/Makefile.am, tests/general/bug-141.out,
tests/general/bug-141.xsl, tests/docs/Makefile.am,
tests/general/bug-141.xml: added test case for
Bug 13971 (libxml2 xpath.c bug, but tested here)
|
|
* libxslt/xsltutils.c: added a newline for any comment before
the root element (Bug 130433)
* libxslt/xslt.c: fixed problem with cdata-section-elements when
default namespace is changed (Bug 130793)
* tests/extensions/module.out, tests/general/bug-100.out: adjusted
for newline after comment change above.
* tests/general/Makefile.am, tests/general/bug-140.xsl,
tests/general/Makefile.am, tests/docs/bug-140.xml: added test for
cdata-section-elements problem.
|
|
* python/libxsl.py: applied shared lib loading patch for OS X from
Gianni Ceccarelli
Daniel
|
|
* tests/exslt/math/max.3.xsl, tests/exslt/math/max.3.xml,
tests/exslt/math/max.3.out, tests/exslt/math/Makefile.am:
added test case for math functions on nodesets generated by
exslt:node-set
|
|
* libexslt/math.c, libexslt/common.c: fixed problem,
reported on the list by Markus Bayerlein, concerning
math functions on nodesets generated with
exslt:node-set
* tests/exslt/math/max.3.xsl, tests/exslt/math/max.3.xml,
tests/exslt/math/max.3.out, tests/exslt/math/Makefile.am:
added test case for above.
|
|
* libxslt/transform.c: changed to assure comment which
preceeds root node is output after DTD (Bug 130433)
* test/exslt/common/node-set.4.*: added test case for
Bug 130922
|
|
* doc/site.xsl: Changed logo spacing to avoid stacking
* doc/*: rebuilt web pages
|
|
Sun Jan 11 20:10:09 MST 2004 John Fleck <jfleck@inkstain.net>
* doc/site.xsl
* doc/w3c.png
* doc/*
Test William's new site.xsl improvements by adding the
W3C logo icon, rebuild docs, and presto! It shows up
everywhere!
|
|
* libxslt/transform.c: Refined wrapper code with large
test case submitted by Norm Walsh. (Bug 130922)
|
|
* libxslt/transform.c: Added coding to create a xsltDocument
wrapper for an RVT, in order to produce the applicable
keys (Bug 130922)
|
|
* doc/search.xml, doc/search.templ, doc/Makefile.am,
doc/search.php.inc: Added new facility to "autogen"
the search script. Fixed a few more problems with
the API page generation.
* doc/site.xsl, doc/api.xsl, doc/newapi.xsl: integrated
the autogeneration of the php script. Note that from
this point doc/search.php will be include in the
generic "Rebuilt docs".
* doc/*: api docs rebuilt.
|
|
* doc/site.xsl, doc/api.xsl, doc/newapi.xsl, doc/search.php:
Further cleanup, fully implemented common routine for
"generic page" within the docs.
* doc/*: api docs rebuilt with enhanced scripts.
|
|
Thu Jan 8 06:45:04 MST 2004 John Fleck <jfleck@inkstain.net>
* doc/xslt.html, doc/bugs.html
made link to bugzilla more useful
|
|
* doc/api.xsl, doc/site.xsl, doc/search.php: a little
cleanup of scripts, assuring page tables are consistent.
* doc/*: api docs rebuilt with enhanced scripts.
|
|
* configure.in: fixed Bug130593.
* doc/apibuild.py: fixed a couple of sequence problems on
references within APIxxx.html files, rebuild doc/* (and NEWS)
|
|
John Fleck <jfleck@inkstain.net>
ChangeLog for docs change
|
|
Sun Jan 4 19:06:59 MST 2004 John Fleck <jfleck@inkstain.net>
* doc/newapi.xsl: change background color of function
declaration to improve readability
* doc/*: rebuild docs with new stylesheet
|
|
Fri Jan 2 21:42:49 MST 2004 John Fleck <jfleck@inkstain.net>
* doc/*: rebuild docs
|
|
Fri Jan 2 21:42:49 MST 2004 John Fleck <jfleck@inkstain.net>
* libxslt/transform.c: fix bad doc comment formatting on
xsltDebugSetDefaultTrace and xsltDebugGetDefaultTrace
|
|
* configure.in doc/*: prepared release of libxslt-1.1.2
* libxslt.spec.in doc/Makefile.am: some tweaking following the
new EXSLT docs.
Daniel
|
|
* libxlst/numbers.c: fixed xsl:number level="any" for Bug
129057
|