diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index bfa930b21..636d59b60 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,12 @@ +Thu Feb 24 14:45:06 2000 Christopher Faylor <cgf@cygnus.com> + + * exceptions.cc (call_handler): Use new muto linked list to look for + all potential mutos owned by suspended thread. Clear waiting threads + while thread is stopped. + (proc_subproc): Clarify debugging output. + * sync.h (class muto): Add 'next' field. + (new_muto): Keep linked list alive. + Thu Feb 24 00:59:15 2000 Christopher Faylor <cgf@cygnus.com> Fix final round of gcc warnings relating to unused parameters. |