diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index d0b40a1..3aee9df 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,10 @@ +Thu Oct 19 13:55:31 2000 Christopher Faylor <cgf@cygnus.com> + + * dcrt0.cc (sigthread::init): Correct overzealous ifdef. + * exceptions.cc (call_handler): Avoid calling sigthread acquire lock. + * sigproc.h (sigthread): Comment out lock for now. + * sync.cc (muto::acquire): Add a minor optimization. + 2000-10-18 DJ Delorie <dj@redhat.com> * Makefile.in: add miscfuncs.cc |