From f8af93c39f8deebc46aee1b25be9d5c40035d0d8 Mon Sep 17 00:00:00 2001
From: rpj <rpj>
Date: Sun, 14 Mar 1999 05:29:18 +0000
Subject: Mon Mar 15 00:20:13 1999  Ross Johnson 
 <rpj@ixobrychus.canberra.edu.au>         * condvar.c (pthread_cond_init): fix
 possible uninitialised use         of cv. Sun Mar 14 21:01:59 1999  Ross
 Johnson  <rpj@ixobrychus.canberra.edu.au>         * condvar.c
 (pthread_cond_destroy): don't do full cleanup if         static initialised
 cv has never been used.         (cond_timedwait): check result of
 auto-initialisation. tests/ChangeLog Mon Mar 15 00:17:55 1999  Ross Johnson 
 <rpj@ixobrychus.canberra.edu.au>         * mutex1.c: only test mutex init and
 destroy; add assertions.         * count1.c: raise number of spawned threads
 to 60 (appears to         be the limit under Win98). Sun Mar 14 21:31:02 1999
  Ross Johnson  <rpj@ixobrychus.canberra.edu.au>         * test.h (assert):
 add assertion trace option.         Use:         "#define ASSERT_TRACE 1" to
 turn it on,         "#define ASSERT_TRACE 0" to turn it off (default).       
  * condvar3.c (main): add more assertions.         * condvar4.c (main): add
 more assertions.         * condvar1.c (main): add more assertions.

---
 ChangeLog | 11 +++++++++++
 1 file changed, 11 insertions(+)

(limited to 'ChangeLog')

diff --git a/ChangeLog b/ChangeLog
index 6f63ee6..d889525 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+Mon Mar 15 00:20:13 1999  Ross Johnson  <rpj@ixobrychus.canberra.edu.au>
+
+	* condvar.c (pthread_cond_init): fix possible uninitialised use
+	of cv.
+
+Sun Mar 14 21:01:59 1999  Ross Johnson  <rpj@ixobrychus.canberra.edu.au>
+
+	* condvar.c (pthread_cond_destroy): don't do full cleanup if
+	static initialised cv has never been used.
+	(cond_timedwait): check result of auto-initialisation.
+
 Thu Mar 11 09:01:48 1999  Ross Johnson  <rpj@ixobrychus.canberra.edu.au>
 
 	* pthread.h (pthread_mutex_t): revert to (pthread_mutex_t *);
-- 
cgit v1.2.3