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/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 03a7ed515..e8f77acc6 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,13 @@
2003-08-20 Christopher Faylor <cgf@redhat.com>
+ * miscfuncs.cc (low_priority_sleep): Sleep at same priority as main
+ thread.
+ * sigproc.cc (wait_sig): Keep looping if there are more signals to
+ consider and we are flushing signals.
+ (sig_send): Put nonsync signals in the correct bucket.
+
+2003-08-20 Christopher Faylor <cgf@redhat.com>
+
* speclib: Fix created lib to avoid "File truncated" problems.
2003-08-20 Pierre Humblet <pierre.humblet@ieee.org>