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/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 9c5fa545e..055a52e4a 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,16 @@
+2001-11-15 Egor Duda <deo@logos-m.ru>
+
+ * include/pthread.h (PTHREAD_COND_INITIALIZER): Define.
+ * thread.cc (__pthread_cond_destroy): Add support for
+ PTHREAD_COND_INITIALIZER.
+ (__pthread_cond_init): Ditto.
+ (__pthread_cond_broadcast): Ditto.
+ (__pthread_cond_signal): Ditto.
+ (__pthread_cond_dowait): Ditto.
+ (__pthread_mutex_init): Handle PTHREAD_MUTEX_INITIALIZER correctly,
+ don't return error when it's passed as parameter.
+ * winsup.h (check_null_invalid_struct): Call correct function.
+
2001-11-14 Christopher Faylor <cgf@redhat.com>
* exceptions.cc: Add stdlib.h include for alloca declaration.