summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-03-07 22:24:57 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-03-07 22:24:57 +0000
commit3a7b351c85414a3fc60ddba0c27d0b6edc480147 (patch)
tree0d91e31927d1a0a1d57eeadb4ac46cb85d1e2723 /ChangeLog
parent3b9c294964cd957e941b5a8734ae03a895db4db0 (diff)
downloadlibxslt-3a7b351c85414a3fc60ddba0c27d0b6edc480147.tar.gz
- libxslt/preproc.c libxslt/xsltInternals.h: fixed a stylesheet
reuse problem. - libxslt/transform.c: fixed a bug which exaplined why no optimization were resulting from preproc stuff Daniel
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index abefc03c..b71f0a09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Wed Mar 7 23:22:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
+
+ * libxslt/preproc.c libxslt/xsltInternals.h: fixed a stylesheet
+ reuse problem.
+ * libxslt/transform.c: fixed a bug which exaplined why no
+ optimization were resulting from preproc stuff
+
Wed Mar 7 21:51:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* libxslt/preproc.c libxslt/transform.c: a couple of nastyness