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>2013-01-21 21:17:44 +0400
committerChristopher Faylor <me@cgf.cx>2013-01-21 21:17:44 +0400
commit93ff4bbee0f74342000a6c90ae175170a640a0b8 (patch)
treeb0315a5cf35a4b841afd9a943fe612171ed23368 /winsup/cygwin/ChangeLog
parent3b1a8c572f8cea988ac1ede84000401f6d8c402e (diff)
* dcrt0.cc (dll_crt0_1): Comment assumption.
* exceptions.cc (sigpacket::setup_handler): Avoid sending signals during fork processing.
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 57969024f..51e2467d0 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,11 @@
2013-01-21 Christopher Faylor <me.cygwin2013@cgf.cx>
+ * dcrt0.cc (dll_crt0_1): Comment assumption.
+ * exceptions.cc (sigpacket::setup_handler): Avoid sending signals
+ during fork processing.
+
+2013-01-21 Christopher Faylor <me.cygwin2013@cgf.cx>
+
* dcrt0.cc (dll_crt0_1): Flag that we are working "incyg". Handle any
signals (presumably exiting signals) which may have come in while we
are in the process of setting up.