diff options
author | Joe Mistachkin <joe@mistachkin.com> | 2011-11-18 01:01:37 (GMT) |
---|---|---|
committer | Joe Mistachkin <joe@mistachkin.com> | 2011-11-18 01:01:37 (GMT) |
commit | cbbafb5b24789f4dea920b73a76d01426e628081 (patch) | |
tree | c9ab5d5351739a71a886d39ff57055f3d327b00d /ChangeLog | |
parent | 12cf9081bc10c72509ef43f741b02dc3626019d5 (diff) | |
download | tcl-cbbafb5b24789f4dea920b73a76d01426e628081.zip tcl-cbbafb5b24789f4dea920b73a76d01426e628081.tar.gz tcl-cbbafb5b24789f4dea920b73a76d01426e628081.tar.bz2 |
For [testthread cancel], avoid creating a new Tcl_Obj when the default script cancellation result is desired.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2011-11-17 Joe Mistachkin <joe@mistachkin.com> + + * generic/tclThreadTest.c: For [testthread cancel], avoid creating a + new Tcl_Obj when the default script cancellation result is desired. + 2011-11-11 Donal K. Fellows <dkf@users.sf.net> * win/tclWinConsole.c: Refactor common thread handling patterns. |