From 9af51e470791639995bb34bd3198014dc11e2fef Mon Sep 17 00:00:00 2001 From: rpj Date: Thu, 12 Aug 1999 01:32:02 +0000 Subject: Merged patches to main trunk. --- ChangeLog | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 611a83f..bdaf3b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,43 @@ +1999-08-12 Ross Johnson + + * exit.c (pthread_exit): Check for implicitly created threads + to avoid raising an unhandled exception. + +1999-07-12 Ross Johnson + + * condvar.c (pthread_cond_destroy): Add critical section. + (cond_timedwait): Add critical section; check for timeout + waiting on semaphore. + (pthread_cond_broadcast): Add critical section. + - Peter Slacik + +1999-07-09 Ross Johnson + + The following changes fix a bug identified by + Lorin Hochstein and solved by + John Bossom . + + The problem was that cleanup handlers were not executed when + pthread_exit() was called. + + * implement.h (pthread_t_): Add exceptionInformation element for + C++ per-thread exception information. + (general): Define and rename exceptions. + + + * misc.c (CancelableWait): _PTHREAD_EPS_CANCEL (SEH) and + Pthread_exception_cancel (C++) used to identify the exception. + + * cancel.c (pthread_testcancel): _PTHREAD_EPS_CANCEL (SEH) and + Pthread_exception_cancel (C++) used to identify the exception. + + * exit.c (pthread_exit): throw/raise an exception to return to + _pthread_threadStart() to exit the thread. _PTHREAD_EPS_EXIT (SEH) + and Pthread_exception_exit (C++) used to identify the exception. + + * private.c (_pthread_threadStart): Add pthread_exit exception trap; + clean up and exit the thread directly rather than via pthread_exit(). + Sun May 30 00:25:02 1999 Ross Johnson * semaphore.h (mode_t): Conditionally typedef it. -- cgit v1.2.3