summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2001-08-30 12:04:13 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2001-08-30 12:04:13 (GMT)
commitedf6059e1c03b2bdef9a4f6aa85905ce19e9c5d9 (patch)
treee222ff78b19930a2dc2bd9ea6b68fe5d687ce25f /ChangeLog
parent209cbd9eea8f0938d87548bdea9bd8970d18a1fb (diff)
downloadtcl-edf6059e1c03b2bdef9a4f6aa85905ce19e9c5d9.zip
tcl-edf6059e1c03b2bdef9a4f6aa85905ce19e9c5d9.tar.gz
tcl-edf6059e1c03b2bdef9a4f6aa85905ce19e9c5d9.tar.bz2
allow cached fully-qualified command names to be usable from different
namespaces within the same interpreter without forcing a new lookup. This speeds up scripts that pass command names in variables ("this" in some OO packages). [Patch 456668].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8dcca50..07fce2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2001-08-30 Miguel Sofer <msofer@users.sourceforge.net>
+
+ * generic/tclExecute.c: allow cached fully-qualified command names
+ to be usable from different namespaces within the same interpreter
+ without forcing a new lookup. This speeds up scripts that pass
+ command names in variables ("this" in some OO packages).
+ [Patch 456668].
+
2001-08-30 Vince Darley <vincentdarley@users.sourceforge.net>
Further fs updates. After examining the most common Tcl