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>2012-08-15 20:35:00 +0400
committerChristopher Faylor <me@cgf.cx>2012-08-15 20:35:00 +0400
commitd57a4725b1dde16e292ed7a9898752b4e2277766 (patch)
treea3596c31e2702e4fad52bcd27bf8ed02a27a87f0 /winsup/cygwin/ChangeLog
parent0123506d2df6775cc3251f33f3983cd32103c663 (diff)
* exceptions.cc (sigdelayed): Move declaration to sigproc.h.
* sigproc.h (sigdelayed): Make symbol globally available. * gendef (sigdelayed): Specifically zero incyg and stacklock. * signal.cc (sigwaitinfo): Lock _my_tls and try harder to clean up signal information.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index ddf98d256..d93d2ee5a 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,13 @@
2012-08-15 Christopher Faylor <me.cygwin2012@cgf.cx>
+ * exceptions.cc (sigdelayed): Move declaration to sigproc.h.
+ * sigproc.h (sigdelayed): Make symbol globally available.
+ * gendef (sigdelayed): Specifically zero incyg and stacklock.
+ * signal.cc (sigwaitinfo): Lock _my_tls and try harder to clean up
+ signal information.
+
+2012-08-15 Christopher Faylor <me.cygwin2012@cgf.cx>
+
* pinfo.cc (_pinfo::exists): Don't consider an execed process to exist.
2012-08-14 Corinna Vinschen <corinna@vinschen.de>