From b7406ad24abe4a1992b4e809b8bec867675091bb Mon Sep 17 00:00:00 2001 From: rpj Date: Wed, 5 Jan 2000 02:30:26 +0000 Subject: *** empty log message *** --- ANNOUNCE | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index c111d57..b3b1f80 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,5 +1,5 @@ - PTHREADS-WIN32 SNAPSHOT 1999-11-02 + PTHREADS-WIN32 SNAPSHOT 2000-??-?? ---------------------------------- Web Site: http://sourceware.cygnus.com/pthreads-win32/ FTP Site: ftp://sourceware.cygnus.com/pub/pthreads-win32 @@ -24,19 +24,15 @@ Change Summary (since the last snapshot) (See the ChangeLog file for details.) +New: +- asynchronous cancelation (Jason Nye) +- Makefile compatible with MS nmake to replace + buildlib.bat + Bugs fixed: -- ctime_r macro had an incorrect argument (Erik Hensema), -- threads were not being created - PTHREAD_CANCEL_DEFERRED. This should have - had little effect as deferred is the only - supported type. (Ross Johnson). - -Some compatibility improvements added, eg. -- pthread_setcancelstate accepts NULL pointer - for the previous value argument. Ditto for - pthread_setcanceltype. This is compatible - with Solaris but should not affect - standard applications (Erik Hensema) +- kernel32 load/free problem, +- attempt to hide internel exceptions from application + exception handlers (__try/__except and try/catch blocks) Some new tests have been added. -- cgit v1.2.3