diff options
author | rpj <rpj> | 2000-01-05 02:30:26 +0000 |
---|---|---|
committer | rpj <rpj> | 2000-01-05 02:30:26 +0000 |
commit | b7406ad24abe4a1992b4e809b8bec867675091bb (patch) | |
tree | 9011a4cca050b8be89dba5707399e24cf832f053 /ANNOUNCE | |
parent | a378d97dc9d9eadaef00a9f01816948db5f3a796 (diff) |
*** empty log message ***
Diffstat (limited to 'ANNOUNCE')
-rw-r--r-- | ANNOUNCE | 22 |
1 files changed, 9 insertions, 13 deletions
@@ -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. |