diff options
author | Kevin B Kenny <kennykb@acm.org> | 2010-12-16 01:40:41 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2010-12-16 01:40:41 (GMT) |
commit | bd15a677a69c007725ead1fa693994c3391e6d73 (patch) | |
tree | 5b09b1d478e6f6a59788525b803f3f85c2774c06 /ChangeLog | |
parent | fbefb585cb3784a6afcfa775c2c0554e4036f907 (diff) | |
download | tcl-bd15a677a69c007725ead1fa693994c3391e6d73.zip tcl-bd15a677a69c007725ead1fa693994c3391e6d73.tar.gz tcl-bd15a677a69c007725ead1fa693994c3391e6d73.tar.bz2 |
* tclAssembly.c:
* assemble.test: Reworked beginCatch/endCatch handling to
enforce the more severe (but more correct) restrictions on catch
handling that appeared in the discussion of [Bug 3098302] and in
tcl-core traffic beginning about 2010-10-29.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2010-12-15 Kevin B. Kenny <kennykb@acm.org> + + * tclAssembly.c: + * assemble.test: Reworked beginCatch/endCatch handling to + enforce the more severe (but more correct) restrictions on catch + handling that appeared in the discussion of [Bug 3098302] and in + tcl-core traffic beginning about 2010-10-29. + 2010-12-10 Jan Nijtmans <nijtmans@users.sf.net> * generic/tcl.h: [Bug 3129448]: Possible over-allocation on |