summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvasiljevic <zv@archiware.com>2007-03-24 09:31:06 (GMT)
committervasiljevic <zv@archiware.com>2007-03-24 09:31:06 (GMT)
commit9001e4a12a8cb6226719049f272585d73ca82f54 (patch)
treec7f261e5432f1b414d4a9a69b08b84d4f204ff76 /ChangeLog
parent85d645e7d34a62d8b3e0211277b9271fb32dce66 (diff)
downloadtcl-9001e4a12a8cb6226719049f272585d73ca82f54.zip
tcl-9001e4a12a8cb6226719049f272585d73ca82f54.tar.gz
tcl-9001e4a12a8cb6226719049f272585d73ca82f54.tar.bz2
Thread exit handler marks the current thread as un-initialized.
This allows exit handlers that are registered later to re-initialize this subsystem in case they need to use some sync primitives (cond variables) from this file again.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e98e9b7..94a969b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-03-24 Zoran Vasiljevic <vasiljevic@users.sourceforge.net>
+
+ * win/tclWinThrd.c: Thread exit handler marks the current
+ thread as un-initialized. This allows exit handlers that
+ are registered later to re-initialize this subsystem in
+ case they need to use some sync primitives (cond variables)
+ from this file again.
+
2007-03-19 Don Porter <dgp@users.sourceforge.net>
* generic/tclEvent.c (Tcl_CreateThread): Replaced some calls to