summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-03-21 16:33:28 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-03-21 16:33:28 +0000
commit9ce2508b8878f029218f29b86b611ec1d4018e9c (patch)
tree7f6d1df75e320d1ac002575a7e691ff385bf1b83 /ChangeLog
parenteb36bbe5bdeb8899be66bce7c84b2b5c1f7bc84b (diff)
downloadlibxslt-9ce2508b8878f029218f29b86b611ec1d4018e9c.tar.gz
libxslt-9ce2508b8878f029218f29b86b611ec1d4018e9c.tar.bz2
libxslt-9ce2508b8878f029218f29b86b611ec1d4018e9c.zip
found another stupid bug by step by step processing of the code idem,
* libxslt/transform.c: found another stupid bug by step by step processing of the code * libxslt/pattern.c: idem, except that once stupid mistake ELEM vs NODE forced the templates to be stored in a list instead of a hash table, fixing this stupidity should again lead to a substantive improvement of processing speed. Like divide by 2 processing time for DocBook stylesheets. Daniel
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 23f71734..f75938c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Thu Mar 21 17:19:56 CET 2002 Daniel Veillard <daniel@veillard.com>
+
+ * libxslt/transform.c: found another stupid bug by step by
+ step processing of the code
+ * libxslt/pattern.c: idem, except that once stupid mistake
+ ELEM vs NODE forced the templates to be stored in a list
+ instead of a hash table, fixing this stupidity should
+ again lead to a substantive improvement of processing speed.
+ Like divide by 2 processing time for DocBook stylesheets.
+
Thu Mar 21 00:25:12 CET 2002 Daniel Veillard <daniel@veillard.com>
* libxslt/transform.c: fixing bug #75603