diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-01-06 11:34:19 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-01-06 11:34:19 (GMT) |
commit | 2024466324531ec7c4d71b2619ca7b9e262cef07 (patch) | |
tree | 84e2687544922615befaa190b4c3524b6d0a9081 /ChangeLog | |
parent | ed424cff437f0ef8ffcf082492e1e4ea2d63ac38 (diff) | |
download | tcl-2024466324531ec7c4d71b2619ca7b9e262cef07.zip tcl-2024466324531ec7c4d71b2619ca7b9e262cef07.tar.gz tcl-2024466324531ec7c4d71b2619ca7b9e262cef07.tar.bz2 |
Fix performance nasty in http::mapReply [1020491] and clean up version numbers.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-01-06 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * library/http/http.tcl (http::mapReply): Significant performance + enhancement by using [string map] instead of [regsub]/[subst], and + update version requirement to Tcl8.4. [Bug 1020491] + 2005-01-05 Donal K. Fellows <donal.k.fellows@man.ac.uk> * unix/tclUnixInit.c (localeTable): Add encoding mappings for some |