diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2008-07-30 17:54:21 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2008-07-30 17:54:21 (GMT) |
commit | e251dd2937f9caaf882a32adb4d40f787a7e00d3 (patch) | |
tree | 99e4b2f38fbb38b741e85cb9fabb9056d04976ed /ChangeLog | |
parent | e86d18adcb954c6cdaa595f47a553ababe192fa7 (diff) | |
download | tcl-e251dd2937f9caaf882a32adb4d40f787a7e00d3.zip tcl-e251dd2937f9caaf882a32adb4d40f787a7e00d3.tar.gz tcl-e251dd2937f9caaf882a32adb4d40f787a7e00d3.tar.bz2 |
* generic/tclBasic.c (TclNREvalObjEx): new comments and code reorg
to clarify what is happening.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2008-07-30 Miguel Sofer <msofer@users.sf.net> + * generic/tclBasic.c (TclNREvalObjEx): new comments and code reorg + to clarify what is happening. + * generic/tclBasic.c: guard against the value of iPtr->evalFlags changing between the times where TEOV and TEOV_exception run. Thanks dgp for catching this. |