diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-01 15:41:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-01 15:41:36 +0000 |
commit | 40c4c9b56215596cff974f19bd8cedc762be32ed (patch) | |
tree | ff3789ea318189dd1abed058d939a8ceab39c53f /NEWS | |
parent | a2294e570c396e6088329647ecdac3eab147f22f (diff) | |
download | glibc-40c4c9b56215596cff974f19bd8cedc762be32ed.tar glibc-40c4c9b56215596cff974f19bd8cedc762be32ed.tar.gz glibc-40c4c9b56215596cff974f19bd8cedc762be32ed.tar.bz2 glibc-40c4c9b56215596cff974f19bd8cedc762be32ed.zip |
Update.
2000-07-01 Andreas Jaeger <aj@suse.de>
* intl/Makefile (generated-dirs): New.
* elf/Makefile (generated): trusted-dirs.h is always generated,
move out of build-shared condition.
(generated): Merge the two entries for build-shared.
2000-07-01 Ulrich Drepper <drepper@redhat.com>
* debug/Makefile (distribute): Add xtrace.sh.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2000-05-28 +GNU C Library NEWS -- history of user-visible changes. 2000-07-01 Copyright (C) 1992-1999, 2000 Free Software Foundation, Inc. See the end for copying conditions. @@ -49,10 +49,14 @@ Version 2.2 * POSIX clocks and timers implemented by Kaz Kylheku and Ulrich Drepper. +* POSIX barriers implemented by Kaz Kylheku. + * POSIX spawn function family implemented by Ulrich Drepper. * POSIX spinlocks are now available. +* Timed wait functions for mutex, rwlock, and semaphores are implemented. + Version 2.1.3 |