diff options
author | kupries <kupries> | 2000-05-06 19:51:05 (GMT) |
---|---|---|
committer | kupries <kupries> | 2000-05-06 19:51:05 (GMT) |
commit | a761496cfa5e3457e53d62de2e940dabff44e63f (patch) | |
tree | a702f21897e52b7903dd4853c090d8e5bbc0cb6a /ChangeLog | |
parent | 0cb44acb3078b3a746417333705b21a73b567f9a (diff) | |
download | tcl-a761496cfa5e3457e53d62de2e940dabff44e63f.zip tcl-a761496cfa5e3457e53d62de2e940dabff44e63f.tar.gz tcl-a761496cfa5e3457e53d62de2e940dabff44e63f.tar.bz2 |
2000-05-06 Andreas Kupries <a.kupries@westend.com>
operating as proxy for David Gravereaux <davygrvy@pobox.com>
* tclThreadJoin.c: Fixed several places with missing a & in
arguments to calls of Tcl_Mutex(Un)lock and
Tcl_ConditionNotify functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2000-05-06 Andreas Kupries <a.kupries@westend.com> + operating as proxy for David Gravereaux <davygrvy@pobox.com> + + * tclThreadJoin.c: Fixed several places with missing a & in + arguments to calls of Tcl_Mutex(Un)lock and + Tcl_ConditionNotify functions. + 2000-05-02 Jeff Hobbs <hobbs@scriptics.com> * README: |