diff options
author | dgp <dgp@users.sourceforge.net> | 2011-09-21 21:45:54 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-09-21 21:45:54 (GMT) |
commit | e82d81e2a36cc9b0e6a0d3024f072ff8c588cc7f (patch) | |
tree | f337fcc5d41e6fd203f45e59d6048799f80b8cac /ChangeLog | |
parent | 55d006f52db784e77fdc99b6bcaceeae689da92c (diff) | |
download | tcl-e82d81e2a36cc9b0e6a0d3024f072ff8c588cc7f.zip tcl-e82d81e2a36cc9b0e6a0d3024f072ff8c588cc7f.tar.gz tcl-e82d81e2a36cc9b0e6a0d3024f072ff8c588cc7f.tar.bz2 |
Revise the thread exit handling of the [testthread] command so that it
properly maintains the per-process data structures even when the thread
exits for reasons other than the [testthread exit] command.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2011-09-21 Don Porter <dgp@users.sourceforge.net> + + * generic/tclThreadTest.c: Revise the thread exit handling of the + [testthread] command so that it properly maintains the per-process + data structures even when the thread exits for reasons other than + the [testthread exit] command. + 2011-09-21 Alexandre Ferrieux <ferrieux@users.sourceforge.net> * unix/tclIO.c: [Bug 3412487]: Now short reads are allowed in |