diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2000-11-23 14:21:59 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2000-11-23 14:21:59 (GMT) |
commit | 35f066289edf0356f517fee2533a240b19246ba0 (patch) | |
tree | b3febe9807cdfe5a68efb4c088770cc58a3dbcac /ChangeLog | |
parent | 7ccd39dfd67c4ccca3bf1133233bf7ac2b27f6dd (diff) | |
download | tcl-35f066289edf0356f517fee2533a240b19246ba0.zip tcl-35f066289edf0356f517fee2533a240b19246ba0.tar.gz tcl-35f066289edf0356f517fee2533a240b19246ba0.tar.bz2 |
Improved use of [uplevel] in unknown. Fixes #123217
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2000-11-23 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * library/init.tcl (unknown): Added specific level parameters to + all uplevel invokations to boost performance; didn't dare touch + the "namespace inscope" stuff though, since it looks sensitive + to me! Should fix Bug #123217, though testing is tricky... + 2000-11-21 Andreas Kupries <a.kupries@westend.com> * All of the changes below are described in TIP #7 ~ Specification |