diff options
author | rpj <rpj> | 1999-10-30 09:17:28 +0000 |
---|---|---|
committer | rpj <rpj> | 1999-10-30 09:17:28 +0000 |
commit | 588b7f6616834651ea4062cf440e57a8a0cba25f (patch) | |
tree | 52851833a18a06ffadcca2e1c9dac08e9ec30d9a /ANNOUNCE | |
parent | 9d592dbd51949858e2e787d16476420f10d2c9a5 (diff) |
./ChangeLog:
1999-10-30 Ross Johnson <rpj@ixobrychus.canberra.edu.au>
* create.c (pthread_create): Explicitly initialise thread state to
default values.
* cancel.c (pthread_setcancelstate): Check for NULL 'oldstate'
for compatibility with Solaris pthreads;
(pthread_setcanceltype): ditto:
- Erik Hensema <erik.hensema@group2000.nl>
1999-10-23 Ross Johnson <rpj@ixobrychus.canberra.edu.au>
* pthread.h (ctime_r): Fix incorrect argument "_tm"
- Erik Hensema <erik.hensema@group2000.nl>
tests/ChangeLog:
1999-10-30 Ross Johnson <rpj@ixobrychus.canberra.edu.au>
* cancel1.c: New. Test pthread_setcancelstate and
pthread_setcanceltype functions.
* eyal1.c (waste_time): Change calculation to avoid FP exception
on Aplhas
- Rich Peters <rpeters@micro-magic.com>
Diffstat (limited to 'ANNOUNCE')
-rw-r--r-- | ANNOUNCE | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -1,5 +1,5 @@ - PTHREADS-WIN32 SNAPSHOT 1999-10-17 + PTHREADS-WIN32 SNAPSHOT 1999-??-?? ---------------------------------- Web Site: http://sourceware.cygnus.com/pthreads-win32/ FTP Site: ftp://sourceware.cygnus.com/pub/pthreads-win32 @@ -24,8 +24,17 @@ Change Summary (since the last snapshot) (See the ChangeLog file for details.) -Bug fix - Cancelation of threads waiting on condition variables -now works properly (Lorin Hochstein and Peter Slacik) +Bugs fixed: +- ctime_r had incorrect argument (Erik Hensema), +- threads were being created with incorrect type + PTHREAD_CANCEL_ASYNCHRONOUS (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) Level of standards conformance |