diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2004-05-16 22:26:46 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2004-05-16 22:26:46 (GMT) |
commit | 38411a62113308c5212d6c63aae61c77e281299f (patch) | |
tree | f4f4aec676e60ab4c2ff7d3487a9b17c92901e57 /ChangeLog | |
parent | 761df1dd737fda3e0bda124509e81dd92ff72e84 (diff) | |
download | tcl-38411a62113308c5212d6c63aae61c77e281299f.zip tcl-38411a62113308c5212d6c63aae61c77e281299f.tar.gz tcl-38411a62113308c5212d6c63aae61c77e281299f.tar.bz2 |
* generic/tclExecute.c (INST_CALL_FUNC1): bugfix; restored
(DE)CACHE_STACK_INFO pair around the call - the user defined math
function could cause a recursive call to TEBC.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2004-05-16 Miguel Sofer <msofer@users.sf.net> + * generic/tclExecute.c (INST_CALL_FUNC1): bugfix; restored + (DE)CACHE_STACK_INFO pair around the call - the user defined math + function could cause a recursive call to TEBC. + +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 |