summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2007-06-09 21:58:32 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2007-06-09 21:58:32 (GMT)
commit4aae1a1f748ca733bab588830c03a9faa51b29e7 (patch)
treeece36ad76c631f0eba2568fe82309168d2dabf4e /ChangeLog
parenta9c634a7974da04b7fefa4fa3062e41e8ccfec6e (diff)
downloadtcl-4aae1a1f748ca733bab588830c03a9faa51b29e7.zip
tcl-4aae1a1f748ca733bab588830c03a9faa51b29e7.tar.gz
tcl-4aae1a1f748ca733bab588830c03a9faa51b29e7.tar.bz2
* generic/tclExecute.c (INST_INVOKE): isolated two vars to the
small block where they are actually used.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 302f890..8fbf778 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2007-06-09 Miguel Sofer <msofer@users.sf.net>
+ * generic/tclExecute.c (INST_INVOKE): isolated two vars to the
+ small block where they are actually used.
+
* generic/tclObj.c (Tcl_GetCommandFromObj): rewritten to make the
logic clearer; slightly faster too.