diff options
author | dgp <dgp@users.sourceforge.net> | 2008-07-30 20:59:08 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-07-30 20:59:08 (GMT) |
commit | 3e033b354b6208eb4e0c1e0acd9fbb3e52bcd579 (patch) | |
tree | da78b992e26a3937c8682cd17c2c3af2d3bc3278 /ChangeLog | |
parent | bd8f54a3a1f6e7c92b5e1709040f191d8e9a59a9 (diff) | |
download | tcl-3e033b354b6208eb4e0c1e0acd9fbb3e52bcd579.zip tcl-3e033b354b6208eb4e0c1e0acd9fbb3e52bcd579.tar.gz tcl-3e033b354b6208eb4e0c1e0acd9fbb3e52bcd579.tar.bz2 |
* generic/tclBasic.c: Corrected the timing of when the flag
TCL_ALLOW_EXCEPTIONS is tested.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2008-07-30 Don Porter <dgp@users.sourceforge.net> + + * generic/tclBasic.c: Corrected the timing of when the flag + TCL_ALLOW_EXCEPTIONS is tested. + 2008-07-29 Miguel Sofer <msofer@users.sf.net> * generic/tclExecute.c: fix [Bug 2030670] that cause |