diff options
author | vasiljevic <zv@archiware.com> | 2005-07-01 10:29:03 (GMT) |
---|---|---|
committer | vasiljevic <zv@archiware.com> | 2005-07-01 10:29:03 (GMT) |
commit | 2e00bc9eeeb1aa604c2a184cce678d2051240998 (patch) | |
tree | 6909002d8041e04a49744b9259ec2ff48f0fcb60 /ChangeLog | |
parent | 74e4d540d750139af207b77b2f32347ec287b2c9 (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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): |