diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2001-08-30 12:04:13 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2001-08-30 12:04:13 (GMT) |
commit | edf6059e1c03b2bdef9a4f6aa85905ce19e9c5d9 (patch) | |
tree | e222ff78b19930a2dc2bd9ea6b68fe5d687ce25f /ChangeLog | |
parent | 209cbd9eea8f0938d87548bdea9bd8970d18a1fb (diff) | |
download | tcl-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |