summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2008-07-30 17:30:55 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2008-07-30 17:30:55 (GMT)
commit18213edfa8ddd785f6eda5f24766f09b3c95a909 (patch)
tree422d18193a004c0e830c532651a2e58bc05e141b /ChangeLog
parent4e7c533c4c7575412649e7978325ff32cec68d3b (diff)
downloadtcl-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f0ca176..511aef8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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