diff options
| -rw-r--r-- | ANNOUNCE | 12 | 
1 files changed, 8 insertions, 4 deletions
| @@ -1,5 +1,5 @@ -                 PTHREADS-WIN32 SNAPSHOT 1999-??-?? +                 PTHREADS-WIN32 SNAPSHOT 1999-11-02                   ----------------------------------         Web Site: http://sourceware.cygnus.com/pthreads-win32/        FTP Site: ftp://sourceware.cygnus.com/pub/pthreads-win32 @@ -25,9 +25,11 @@ Change Summary (since the last snapshot)  (See the ChangeLog file for details.)  Bugs fixed: --	ctime_r had incorrect argument (Erik Hensema), --	threads were being created with incorrect type -	PTHREAD_CANCEL_ASYNCHRONOUS (Ross Johnson). +-	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 @@ -36,6 +38,8 @@ Some compatibility improvements added, eg.  	with Solaris but should not affect  	standard applications (Erik Hensema) +Some new tests have been added. +  Level of standards conformance  ------------------------------ | 
