diff options
author | vasiljevic <zv@archiware.com> | 2005-05-31 11:38:57 (GMT) |
---|---|---|
committer | vasiljevic <zv@archiware.com> | 2005-05-31 11:38:57 (GMT) |
commit | 6a4eebeefc30613a1e636217997259b639d9b730 (patch) | |
tree | 0780e00f59550685bdfc697230baa44afe545984 | |
parent | cc4c22c09b48294e5c20633376829d0f298eb20c (diff) | |
download | tcl-6a4eebeefc30613a1e636217997259b639d9b730.zip tcl-6a4eebeefc30613a1e636217997259b639d9b730.tar.gz tcl-6a4eebeefc30613a1e636217997259b639d9b730.tar.bz2 |
See file.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-05-31 Zoran Vasiljevic <vasiljevic@users.sourceforge.net> + + * unix/tclUnixNotfy.c: the notifier thread is now created as + joinable thread and it is properly joined in Tcl_FinalizeNotifier. + This is an attempt to fix the Tcl Bug #1082283. + 2005-05-30 Zoran Vasiljevic <vasiljevic@users.sf.net> * win/tclWinThrd.c: Fixed Tcl Bug #1204064. |