summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2004-07-16 17:38:27 (GMT)
committerandreas_kupries <akupries@shaw.ca>2004-07-16 17:38:27 (GMT)
commite40644c547171476e6a3c82a26de2be520bada29 (patch)
treeef854d33b11c2ea8428b4af60ecdbe64dfe48791 /ChangeLog
parent41c41a5064ca0fd45c653ad74c6bffa38cde6e71 (diff)
downloadtcl-e40644c547171476e6a3c82a26de2be520bada29.zip
tcl-e40644c547171476e6a3c82a26de2be520bada29.tar.gz
tcl-e40644c547171476e6a3c82a26de2be520bada29.tar.bz2
* unix/tclUnixNotfy.c (NotifierThreadProc): Accepted Joe
Mistachkin's patch for [Tcl SF Bug 990500], properly closing the notifier thread when its exits.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2944494..a52291f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-07-16 Andreas Kupries <andreask@activestate.com>
+
+ * unix/tclUnixNotfy.c (NotifierThreadProc): Accepted Joe
+ Mistachkin's patch for [Tcl SF Bug 990500], properly closing the
+ notifier thread when its exits.
+
2004-07-15 Andreas Kupries <andreask@activestate.com>
* unix/tclUnixThrd.c (TclpFinalizeMutex): Accepted Joe