summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvasiljevic <zv@archiware.com>2005-05-31 11:38:57 (GMT)
committervasiljevic <zv@archiware.com>2005-05-31 11:38:57 (GMT)
commit6a4eebeefc30613a1e636217997259b639d9b730 (patch)
tree0780e00f59550685bdfc697230baa44afe545984
parentcc4c22c09b48294e5c20633376829d0f298eb20c (diff)
downloadtcl-6a4eebeefc30613a1e636217997259b639d9b730.zip
tcl-6a4eebeefc30613a1e636217997259b639d9b730.tar.gz
tcl-6a4eebeefc30613a1e636217997259b639d9b730.tar.bz2
See file.
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b4a0747..8c70b72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.