diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-01-06 11:15:18 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-01-06 11:15:18 (GMT) |
commit | 6486719f0c7028711902d98c299289de759010d7 (patch) | |
tree | 1b84f0755837fee40d4de39a39422f42a6eca152 /ChangeLog | |
parent | c73ac088fcee2f6300273f60c4cfcbd1d6230162 (diff) | |
download | tcl-6486719f0c7028711902d98c299289de759010d7.zip tcl-6486719f0c7028711902d98c299289de759010d7.tar.gz tcl-6486719f0c7028711902d98c299289de759010d7.tar.bz2 |
Performance updates to http::mapReply [1020491] and fix version numbering.
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> * doc/lsearch.n, doc/re_syntax.n: Convert to other form of emacs |