diff options
author | Kevin B Kenny <kennykb@acm.org> | 2009-11-23 19:00:49 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2009-11-23 19:00:49 (GMT) |
commit | a572d7070900a843d0b8cc6c6bee105f8411c90c (patch) | |
tree | fbca67b53047fce3b089b2d81320478824486196 /ChangeLog | |
parent | bc47dee270054a449ec428a8d3a8be5152605ae2 (diff) | |
download | tcl-a572d7070900a843d0b8cc6c6bee105f8411c90c.zip tcl-a572d7070900a843d0b8cc6c6bee105f8411c90c.tar.gz tcl-a572d7070900a843d0b8cc6c6bee105f8411c90c.tar.bz2 |
* generic/tclThreadTest.c (NewTestThread): [Bug 2901803]
Further machinations to get NewTestThread actually to launch
the thread, not just compile.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2009-11-23 Kevin B. Kenny <kennykb@acm.org> + + * generic/tclThreadTest.c (NewTestThread): [Bug 2901803] + Further machinations to get NewTestThread actually to launch + the thread, not just compile. + 2009-11-22 Donal K. Fellows <dkf@users.sf.net> * generic/tclThreadTest.c (NewTestThread): [Bug 2901803]: Fix small |