From b5e1f8e4dcad0b58d7d2e27d7485fe5162154281 Mon Sep 17 00:00:00 2001 From: rpj Date: Mon, 4 Nov 2002 12:41:35 +0000 Subject: Update admin files. --- NEWS | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index d4cd9c0..24d6511 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,30 @@ +SNAPSHOT 2002-11-04 +------------------- + +Bug fixes +--------- + +* sem_getvalue() now returns the correct value under Win NT and WinCE. +- Rob Fanner + +* sem_timedwait() now uses tighter checks for unreasonable +abstime values - that would result in unexpected timeout values. + +* ptw32_cond_wait_cleanup() no longer mysteriously consumes +CV signals but may produce more spurious wakeups. It is believed +that the sem_timedwait() call is consuming a CV signal that it +shouldn't. +- Alexander Terekhov + +* Fixed a memory leak in ptw32_threadDestroy() for implicit threads. + +* Fixed potential for deadlock in pthread_cond_destroy(). +A deadlock could occur for statically declared CVs (PTHREAD_COND_INITIALIZER), +when one thread is attempting to destroy the condition variable while another +is attempting to dynamically initialize it. +- Michael Johnson + + SNAPSHOT 2002-03-02 ------------------- -- cgit v1.2.3