summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrpj <rpj>1999-08-12 02:58:05 +0000
committerrpj <rpj>1999-08-12 02:58:05 +0000
commitd37b631a2d6ad1e86b39fac166229a02cd2c78bf (patch)
tree8efed16afa9e1a8fbfd67960ae14872dfeb5776a
parentba2535020d1dcfd750d67a35db79837438dfad9f (diff)
Update the announcement document.snap-1999-08-12
-rw-r--r--ANNOUNCE45
1 files changed, 23 insertions, 22 deletions
diff --git a/ANNOUNCE b/ANNOUNCE
index 810342c..f35d39d 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,5 +1,5 @@
- PTHREADS-WIN32 SNAPSHOT 1999-05-30
+ PTHREADS-WIN32 SNAPSHOT 1999-08-12
----------------------------------
Web Site: http://sourceware.cygnus.com/pthreads-win32/
FTP Site: ftp://sourceware.cygnus.com/pub/pthreads-win32
@@ -15,9 +15,6 @@ supported including semaphores.
Pthreads-win32 is free software, distributed under the GNU Library
General Public License (LGPL).
-Pthreads-win32 is based substantially on a Win32 pthreads
-implementation contributed by John E. Bossom <jebossom@cognos.com>.
-
Please see the 'Acknowledgements' section at the end of this
announcement for the list of contributors.
@@ -25,15 +22,15 @@ announcement for the list of contributors.
Change Summary (since the last snapshot)
----------------------------------------
-Some minor bugs have been fixed. See the ChangeLog file for details.
+(See the ChangeLog file for details.)
-Some more POSIX 1b functions are now included but only return an
-error (ENOSYS) if called. They are:
+Fixed exception stack cleanup if calling pthread_exit()
+- (Lorin Hochstein and John Bossom).
- sem_open
- sem_close
- sem_unlink
- sem_getvalue
+Fixed bugs in condition variables - (Peter Slacik):
+ - additional contention checks
+ - properly adjust number of waiting threads after timed
+ condvar timeout.
Level of standards conformance
@@ -346,17 +343,21 @@ The implementation of condition variables is derived from the work
of Douglas Schmidt et al
(http://www.cs.wustl.edu/~schmidt/win32-cv-1.html).
-Project Contributors (in order of appearance):
-
-Ben Elliston <bje@cygnus.com>
-Ross Johnson <rpj@ise.canberra.edu.au>
-Robert Colquhoun <rjc@trump.net.au>
-John E. Bossom <John.Bossom@cognos.com>
-Anders Norlander <anorland@hem2.passagen.se>
-Tor Lillqvist <tml@iki.fi>
-Kevin Ruland <Kevin.Ruland@anheuser-busch.com>
-
-Others who have contributed patches are attributed in the ChangeLog file.
+Contributors (in approximate order of appearance)
+
+Ben Elliston bje@cygnus.com
+Ross Johnson rpj@ise.canberra.edu.au
+Robert Colquhoun rjc@trump.net.au
+John E. Bossom John.Bossom@cognos.com
+Anders Norlander anorland@hem2.passagen.se
+Tor Lillqvist tml@iki.fi
+Kevin Ruland Kevin.Ruland@anheuser-busch.com
+Mike Russo miker@eai.com
+Mark E. Armstrong avail@pacbell.net
+Lorin Hochstein lmh@xiphos.ca
+Peter Slacik Peter.Slacik@tatramed.sk
+
+If you aren't on the list and believe you should be let me know.
Enjoy!