summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
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 ffa6ab730..c1a7e084d 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,13 @@
+2006-03-22 Corinna Vinschen <corinna@vinschen.de>
+
+ * thread.cc (pthread_mutex::is_good_initializer_or_bad_object): Delete.
+ (pthread_cond::is_good_initializer_or_bad_object): Delete.
+ (pthread_rwlock::is_good_initializer_or_bad_object): Delete.
+ (pthread_cond::init): Remove disabled code. Guard assignment to
+ object to initialize against access violation.
+ (pthread_rwlock::init): Ditto.
+ (pthread_mutex::init): Ditto.
+
2006-03-22 Eric Blake <ebb9@byu.net>
* fhandler.cc (fcntl): Print flags in hex.