summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoe Mistachkin <joe@mistachkin.com>2008-09-17 02:15:32 (GMT)
committerJoe Mistachkin <joe@mistachkin.com>2008-09-17 02:15:32 (GMT)
commit533c45a358ccd733b91eb08bd21db04a7b3be0b7 (patch)
tree69acc7653d612a1723a5582852a668156f8f6a17 /ChangeLog
parentaeeead96a33d9d54f77f6beaa6e10b1bd2a8dd4f (diff)
downloadtcl-533c45a358ccd733b91eb08bd21db04a7b3be0b7.zip
tcl-533c45a358ccd733b91eb08bd21db04a7b3be0b7.tar.gz
tcl-533c45a358ccd733b91eb08bd21db04a7b3be0b7.tar.bz2
* generic/tclParse.c: move TclResetCancellation to be called on
returning to level 0, as opposed to it being called on starting a substitution at level 0.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b228166..02aeadc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-09-16 Joe Mistachkin <joe@mistachkin.com>
+
+ * generic/tclParse.c: move TclResetCancellation to be called on
+ returning to level 0, as opposed to it being called on starting a
+ substitution at level 0.
+
2008-09-16 Miguel Sofer <msofer@users.sf.net>
* generic/tclBasic.c: move TclResetCancellation to be called on