summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2007-06-15 22:58:48 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2007-06-15 22:58:48 (GMT)
commit16200300c2d8029b5202c3aacd1263784cbd067a (patch)
treedfc62b38074891ca905e408b8bf941db24453e36 /ChangeLog
parent0ea1a219a60d3bc60a8ee100c215597ee9d3e9d7 (diff)
downloadtcl-16200300c2d8029b5202c3aacd1263784cbd067a.zip
tcl-16200300c2d8029b5202c3aacd1263784cbd067a.tar.gz
tcl-16200300c2d8029b5202c3aacd1263784cbd067a.tar.bz2
* generic/tclCompCmds.c: Simplified [variable] compiler and
* generic/tclExecute.c: executor. Missed updates to "there is always a valid frame".
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 043c57f..c17d3b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-06-15 Miguel Sofer <msofer@users.sf.net>
+ * generic/tclCompCmds.c: Simplified [variable] compiler and
+ * generic/tclExecute.c: executor. Missed updates to "there is
+ always a valid frame".
+
* generic/tclCompile.c: reverted TclEvalObjvInternal and
* generic/tclExecute.c: INST_INVOKE to essentially what they were
* generic/tclBasic.c: previous to the commit of 2007-04-03