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/ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 54c62f132..bafc5c7d2 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,9 +1,14 @@
+2001-12-26 Christopher Faylor <cgf@redhat.com>
+
+ * include/getopt.h: Protect a declaratin.
+
2001-12-26 Robert Collins <rbtcollins@hotmail.com>
- * thread.cc (pthread_cond::Signal): Use a separate flag for signal detection
- and broadcast semantics.
+ * thread.cc (pthread_cond::Signal): Use a separate flag for signal
+ detection and broadcast semantics.
(__pthread_cond_dowait): Ditto.
- * thread.h (pthread_cond): New flag for testing when a waiter has woken.
+ * thread.h (pthread_cond): New flag for testing when a waiter has
+ woken.
2001-12-26 Christopher Faylor <cgf@redhat.com>