diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2008-09-17 00:01:44 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2008-09-17 00:01:44 (GMT) |
commit | aeeead96a33d9d54f77f6beaa6e10b1bd2a8dd4f (patch) | |
tree | b15861125f391af1b27fed45a53869e37d94b7c9 /ChangeLog | |
parent | 3b797b51b1cb45323e31deb42e2f9f95d0c877c0 (diff) | |
download | tcl-aeeead96a33d9d54f77f6beaa6e10b1bd2a8dd4f.zip tcl-aeeead96a33d9d54f77f6beaa6e10b1bd2a8dd4f.tar.gz tcl-aeeead96a33d9d54f77f6beaa6e10b1bd2a8dd4f.tar.bz2 |
* generic/tclBasic.c: move TclResetCancellation to be called on
returning to level 0, as opposed to it being called on starting a
command at level 0. Add a call on returning via Tcl_EvalObjEx to
fix [Bug 2114165].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-09-16 Miguel Sofer <msofer@users.sf.net> + + * generic/tclBasic.c: move TclResetCancellation to be called on + returning to level 0, as opposed to it being called on starting a + command at level 0. Add a call on returning via Tcl_EvalObjEx to + fix [Bug 2114165]. + 2008-09-10 Donal K. Fellows <dkf@users.sf.net> * doc/binary.n: Added partial documentation of [binary encode] and |