summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrpj <rpj>1999-11-02 07:09:04 +0000
committerrpj <rpj>1999-11-02 07:09:04 +0000
commitefa438832bc1343c08c334e88aec4266040ddec3 (patch)
treeba281ff1402cbaa1297c76d1a0e7238320c85789
parentfd20a13898678d7b3c5d696b7e6aa1d273bb26a2 (diff)
*** empty log message ***snap-1999-11-02
-rw-r--r--ANNOUNCE12
1 files changed, 8 insertions, 4 deletions
diff --git a/ANNOUNCE b/ANNOUNCE
index 84f8926..7b3516e 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -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
------------------------------