diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2008-07-27 11:54:07 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2008-07-27 11:54:07 +0000 |
commit | 27a8c2fceefa1f121dabadf74ad393f3369a591a (patch) | |
tree | f1a7321d78683a130d25c023c556a53f1423804b /ChangeLog | |
parent | 2d8bdff143744c14190b3d422067ffa884caeabb (diff) | |
download | libxslt-27a8c2fceefa1f121dabadf74ad393f3369a591a.tar.gz libxslt-27a8c2fceefa1f121dabadf74ad393f3369a591a.tar.bz2 libxslt-27a8c2fceefa1f121dabadf74ad393f3369a591a.zip |
avoid a quadratic behaviour when hitting duplicates
* libxslt/xslt.c: avoid a quadratic behaviour when hitting duplicates
exclude-result-prefixes declarations, should fix #544906
Daniel
svn path=/trunk/; revision=1485
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Sun Jul 27 13:52:10 CEST 2008 Daniel Veillard <veillard@redhat.com> + + * libxslt/xslt.c: avoid a quadratic behaviour when hitting duplicates + exclude-result-prefixes declarations, should fix #544906 + Sat Jul 26 12:43:18 PST 2008 William Brack <wbrack@mmm.com.hk> *configure.in: fixed option --with-debugger with patch from |