summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvasiljevic <zv@archiware.com>2005-07-01 10:29:03 (GMT)
committervasiljevic <zv@archiware.com>2005-07-01 10:29:03 (GMT)
commit2e00bc9eeeb1aa604c2a184cce678d2051240998 (patch)
tree6909002d8041e04a49744b9259ec2ff48f0fcb60 /ChangeLog
parent74e4d540d750139af207b77b2f32347ec287b2c9 (diff)
downloadtcl-2e00bc9eeeb1aa604c2a184cce678d2051240998.zip
tcl-2e00bc9eeeb1aa604c2a184cce678d2051240998.tar.gz
tcl-2e00bc9eeeb1aa604c2a184cce678d2051240998.tar.bz2
Protect against spurious wake-ups while waiting on the condition variable
when tearing down the notifier thread [Bug# 1222872].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 592000a..e9b1abb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-07-01 Zoran Vasiljevic <vasiljevic@users.sourceforge.net>
+
+ * unix/tclUnixNotfy.c: protect against spurious wake-ups while
+ waiting on the condition variable when tearing down the notifier
+ thread [Bug# 1222872].
+
2005-06-28 Mo DeJong <mdejong@users.sourceforge.net>
* generic/tclExecute.c (TclExecuteByteCode):