diff options
author | vasiljevic <zv@archiware.com> | 2007-03-24 09:33:02 (GMT) |
---|---|---|
committer | vasiljevic <zv@archiware.com> | 2007-03-24 09:33:02 (GMT) |
commit | 48de644544436ea0ccdb1aad39f288c3801e06d5 (patch) | |
tree | 34201bf364febd493d5dea46ab11b83cfd4298cb /ChangeLog | |
parent | 12eaf38453be7e97fa3bddfdd337d03921be6a22 (diff) | |
download | tcl-48de644544436ea0ccdb1aad39f288c3801e06d5.zip tcl-48de644544436ea0ccdb1aad39f288c3801e06d5.tar.gz tcl-48de644544436ea0ccdb1aad39f288c3801e06d5.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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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-23 Miguel Sofer <msofer@users.sf.net> * generic/tclBasic.c (DeleteInterpProc): pop the root frame |