diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-07-09 20:06:35 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-07-09 20:06:35 +0000 |
commit | 44881d780bd5a45450013e4f2ef321067eb3de86 (patch) | |
tree | cfac2b2814ac9bca0e13437c5aed46c5ad1bcc77 /ChangeLog | |
parent | 399ff26ba4e515ad84279edda8e173cb5f0b2543 (diff) | |
download | libxslt-44881d780bd5a45450013e4f2ef321067eb3de86.tar.gz libxslt-44881d780bd5a45450013e4f2ef321067eb3de86.tar.bz2 libxslt-44881d780bd5a45450013e4f2ef321067eb3de86.zip |
small fix for xsl:message by Stephane GUIBOU added a specific regression
* libxslt/xsltutils.c: small fix for xsl:message by Stephane GUIBOU
* tests/documents/Makefile.am tests/documents/message.*: added
a specific regression test
* libxslt/transform.c: fixed an infinite loop
* configure.in doc/Makefile.am: attempt to add --with-html-dir,
this may work
Daniel
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Mon Jul 9 22:02:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> + + * libxslt/xsltutils.c: small fix for xsl:message by Stephane GUIBOU + * tests/documents/Makefile.am tests/documents/message.*: added + a specific regression test + * libxslt/transform.c: fixed an infinite loop + * configure.in doc/Makefile.am: attempt to add --with-html-dir, + this may work + Mon Jul 9 15:55:14 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> * libxslt/transform.c libxslt/xslt.c libxslt/xsltInternals.h: |