From ccd0f86e370fa71acd47c17cb9579877403c81d1 Mon Sep 17 00:00:00 2001 From: rpj Date: Tue, 30 Jul 2002 12:52:52 +0000 Subject: * sem_timedwait.c (sem_timedwait): Tighten checks for unreasonable abstime values - that would result in unexpected timeout values. * w32_CancelableWait.c (ptw32_cancelable_wait): Tighten up return value checking and add comments. --- ChangeLog | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8a36181..10eb3ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2002-07-30 Ross Johnson + + * sem_timedwait.c (sem_timedwait): Tighten checks for + unreasonable abstime values - that would result in + unexpected timeout values. + + * w32_CancelableWait.c (ptw32_cancelable_wait): + Tighten up return value checking and add comments. + 2002-06-04 Rob Fanner * sem_getvalue.c (sem_getvalue): The Johnson M. Hart @@ -7,7 +16,7 @@ value. There is a small probability that this may block other threads, but only momentarily. -2002-06-03 Ross Johnson +2002-06-03 Ross Johnson * sem_init.c (sem_init): Initialise Win32 semaphores to _POSIX_SEM_VALUE_MAX (which this implementation -- cgit v1.2.3