diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-03-21 16:33:28 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-03-21 16:33:28 +0000 |
commit | 9ce2508b8878f029218f29b86b611ec1d4018e9c (patch) | |
tree | 7f6d1df75e320d1ac002575a7e691ff385bf1b83 /ChangeLog | |
parent | eb36bbe5bdeb8899be66bce7c84b2b5c1f7bc84b (diff) | |
download | libxslt-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |