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/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 361c01c3f..45c462ab1 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,15 @@
2005-08-24 Christopher Faylor <cgf@timesys.com>
+ * exceptions.cc (handle_sigsuspend): Just sleep forever if called from
+ non-main thread.
+ (sigpacket:process): Simplify logic which determines when and how a
+ signal is masked. Don't trigger sigwait if there is a signal handler.
+ * sigproc.cc (wait_sig): Update comment. Try to process a signal which
+ is in the queue if it isn't queued for the target thread (this is still
+ not right).
+
+2005-08-24 Christopher Faylor <cgf@timesys.com>
+
* spawn.cc (perhaps_suffix): Record errno-type error value in third
argument.
(find_exec): On error, set errno returned from perhaps_suffix.