diff options
author | dgp <dgp@users.sourceforge.net> | 2013-02-22 17:38:16 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-02-22 17:38:16 (GMT) |
commit | 5752e55c3fe28ff4844c8bdae2aca996c3abcb12 (patch) | |
tree | a516e61da72173e93c5bcf790ff4767a3cf18a1e /ChangeLog | |
parent | 7c09879dbba02a4c3b86b6fbc4b9f1a05dba7b5b (diff) | |
parent | 6bd81a4dac7ec52c342aeb40e59ff6ea2387669a (diff) | |
download | tcl-5752e55c3fe28ff4844c8bdae2aca996c3abcb12.zip tcl-5752e55c3fe28ff4844c8bdae2aca996c3abcb12.tar.gz tcl-5752e55c3fe28ff4844c8bdae2aca996c3abcb12.tar.bz2 |
Shift more burden of smart cleanup onto the TclFreeCompileEnv() routine.
Stop crashes when the hookProc raises an error.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2013-02-22 Don Porter <dgp@users.sourceforge.net> + + * generic/tclCompile.c: Shift more burden of smart cleanup onto the + * generic/tclExecute.c: TclFreeCompileEnv() routine. Stop crashes + when the hookProc raises an error. + 2013-02-20 Don Porter <dgp@users.sourceforge.net> * generic/tclNamesp.c: [Bug 3605447] Make sure the -clear option |