Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-09-12 09:09:24 +0400
committerChristopher Faylor <me@cgf.cx>2001-09-12 09:09:24 +0400
commitaed6988a36fc02261ad4deee685f0a3e75ed4cdf (patch)
tree409e174a2fd2929527a6333777fbc29aa1505b9d /winsup/cygwin/ChangeLog
parentff6e295ebf83b89fdcedce78362fd2d9e20e3c95 (diff)
* exceptions.cc (call_signal_handler_now): Add additional guard against
inappropriately calling signal handler. * syscalls.cc (_read): Reset errno if not exiting due to signal.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index abaf88903..ee21390be 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,9 @@
+Wed Sep 12 01:03:36 2001 Christopher Faylor <cgf@cygnus.com>
+
+ * exceptions.cc (call_signal_handler_now): Add additional guard against
+ inappropriately calling signal handler.
+ * syscalls.cc (_read): Reset errno if not exiting due to signal.
+
Wed Sep 12 13:03:00 2001 Robert Collins <rbtcollins@hotmail.com>
* autoload.cc (LoadDLLfuncEx): Auto load TryEnterCriticalSection - it's