diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2004-05-16 20:23:00 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2004-05-16 20:23:00 (GMT) |
commit | 761df1dd737fda3e0bda124509e81dd92ff72e84 (patch) | |
tree | 0f8f6d076a0483dc37aec2b6f8ce11c3f0e4fb67 /ChangeLog | |
parent | a76b6923bb681fdc5ed9f24e8ab74c40dfd2fca9 (diff) | |
download | tcl-761df1dd737fda3e0bda124509e81dd92ff72e84.zip tcl-761df1dd737fda3e0bda124509e81dd92ff72e84.tar.gz tcl-761df1dd737fda3e0bda124509e81dd92ff72e84.tar.bz2 |
* generic/tclBasic.c (Tcl_DeleteInterp):
* generic/tclExecute.c (INST_START_CMD): interp deletion now
modifies the compileEpoch, eliminating the need for the check for
interp deletion in INST_START_CMD.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,5 +1,12 @@ 2004-05-16 Miguel Sofer <msofer@users.sf.net> + * generic/tclBasic.c (Tcl_DeleteInterp): + * generic/tclExecute.c (INST_START_CMD): interp deletion now + modifies the compileEpoch, eliminating the need for the check for + interp deletion in INST_START_CMD. + +2004-05-16 Miguel Sofer <msofer@users.sf.net> + * generic/tclCompile.h: * generic/tclCompile.c: * generic/tclExecute.c: changed implementation of {expand}, last @@ -45,7 +52,7 @@ 2004-05-14 Miguel Sofer <msofer@users.sf.net> - * generic/tclExecute.h: + * generic/tclExecute.c: * generic/tclCompile.h: the math functions receive a pointer to top of the stack (tosPtr) instead of the execution environment (eePtr). First step towards a change in the execution stack |