summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorrpj <rpj>2002-11-04 12:41:35 +0000
committerrpj <rpj>2002-11-04 12:41:35 +0000
commitb5e1f8e4dcad0b58d7d2e27d7485fe5162154281 (patch)
tree160dcf4d1d384405bc8609547ece8f95c899e7d9 /NEWS
parent5ef5ad3390c967520922b99b130ed6339aa3a8d6 (diff)
Update admin files.snap-2002-11-04
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS27
1 files changed, 27 insertions, 0 deletions
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 <rfanner@stonethree.com>
+
+* 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 <TEREKHOV@de.ibm.com>
+
+* 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 <michaelj@maine.rr.com>
+
+
SNAPSHOT 2002-03-02
-------------------