diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2007-06-15 22:58:48 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2007-06-15 22:58:48 (GMT) |
commit | 16200300c2d8029b5202c3aacd1263784cbd067a (patch) | |
tree | dfc62b38074891ca905e408b8bf941db24453e36 /ChangeLog | |
parent | 0ea1a219a60d3bc60a8ee100c215597ee9d3e9d7 (diff) | |
download | tcl-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |