summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2008-07-15 14:13:03 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2008-07-15 14:13:03 (GMT)
commita47e05b2688ec13628b7ae14686f7119b6f21010 (patch)
tree2ac53a2bacc7baa9e1bc62dee292ab3e78ba8080 /ChangeLog
parent98024fc3424aa3fa10c6983bc7e3701dd7bd1f8b (diff)
downloadtcl-a47e05b2688ec13628b7ae14686f7119b6f21010.zip
tcl-a47e05b2688ec13628b7ae14686f7119b6f21010.tar.gz
tcl-a47e05b2688ec13628b7ae14686f7119b6f21010.tar.bz2
* generic/tclParse.c: fixing incomplete reversion of "fix" for
[Bug 2017583], missing TclResetCancellation call.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 426b2c9..b3bea30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-07-15 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclParse.c: fixing incomplete reversion of "fix" for
+ [Bug 2017583], missing TclResetCancellation call.
+
2008-07-15 Donal K. Fellows <dkf@users.sf.net>
* generic/tclBasic.c (Tcl_CancelEval): Fix blunder. [Bug 2018603]