diff options
author | Kevin B Kenny <kennykb@acm.org> | 2010-11-05 00:06:58 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2010-11-05 00:06:58 (GMT) |
commit | 3e7bdd4f4c1bc5dfb0905d136da15bb476ac0164 (patch) | |
tree | a404b6597d3af6e288049ff1bc06372b5944ab12 /ChangeLog | |
parent | d95ae12f08b7f0584ee296fc06f77e0dfb41f9ed (diff) | |
download | tcl-3e7bdd4f4c1bc5dfb0905d136da15bb476ac0164.zip tcl-3e7bdd4f4c1bc5dfb0905d136da15bb476ac0164.tar.gz tcl-3e7bdd4f4c1bc5dfb0905d136da15bb476ac0164.tar.bz2 |
Backport dgp's fixes to comments and ChangeLog entry
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ 2010-11-03 Kevin B. Kenny <kennykb@acm.org> * generic/tclCompCmds.c (TclCompileCatchCmd): - * tests/compile.test (compile-3,6): Reworked the compilation of + * tests/compile.test (compile-3.6): Reworked the compilation of the [catch] command so as to avoid placing any code that might throw an exception (specifically, any initial substitutions or any stores to result or options variables) between the |