diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2008-07-30 17:30:55 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2008-07-30 17:30:55 (GMT) |
commit | 18213edfa8ddd785f6eda5f24766f09b3c95a909 (patch) | |
tree | 422d18193a004c0e830c532651a2e58bc05e141b /ChangeLog | |
parent | 4e7c533c4c7575412649e7978325ff32cec68d3b (diff) | |
download | tcl-18213edfa8ddd785f6eda5f24766f09b3c95a909.zip tcl-18213edfa8ddd785f6eda5f24766f09b3c95a909.tar.gz tcl-18213edfa8ddd785f6eda5f24766f09b3c95a909.tar.bz2 |
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2008-07-30 Miguel Sofer <msofer@users.sf.net> + + * 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. + 2008-07-29 Miguel Sofer <msofer@users.sf.net> * tests/NRE.test: new tests that went MIA in the NRE revamping |