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:
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 110d74c7d..362d41c93 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,11 @@
2012-08-03 Christopher Faylor <me.cygwin2012@cgf.cx>
+ * exceptions.cc (sigdelayed): Simplify declaration.
+ (_cygtls::call_signal_handler): Fix test for when to pop signal stack.
+ Only do it exactly when what is on the stack is a no-op.
+
+2012-08-03 Christopher Faylor <me.cygwin2012@cgf.cx>
+
* spawn.cc (child_info_spawn::worker): Put back a minor variation of
Corinna's test for detecting a background process when starting a
non-cygwin process.