summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2009-11-23 19:00:49 (GMT)
committerKevin B Kenny <kennykb@acm.org>2009-11-23 19:00:49 (GMT)
commita572d7070900a843d0b8cc6c6bee105f8411c90c (patch)
treefbca67b53047fce3b089b2d81320478824486196 /ChangeLog
parentbc47dee270054a449ec428a8d3a8be5152605ae2 (diff)
downloadtcl-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f52c3a..bb5fc21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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