summaryrefslogtreecommitdiff
path: root/ANNOUNCE
diff options
context:
space:
mode:
authorrpj <rpj>2000-01-05 02:30:26 +0000
committerrpj <rpj>2000-01-05 02:30:26 +0000
commitb7406ad24abe4a1992b4e809b8bec867675091bb (patch)
tree9011a4cca050b8be89dba5707399e24cf832f053 /ANNOUNCE
parenta378d97dc9d9eadaef00a9f01816948db5f3a796 (diff)
*** empty log message ***
Diffstat (limited to 'ANNOUNCE')
-rw-r--r--ANNOUNCE22
1 files 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.