summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2000-11-23 14:21:59 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2000-11-23 14:21:59 (GMT)
commit35f066289edf0356f517fee2533a240b19246ba0 (patch)
treeb3febe9807cdfe5a68efb4c088770cc58a3dbcac /ChangeLog
parent7ccd39dfd67c4ccca3bf1133233bf7ac2b27f6dd (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ec1c25..cea22e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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