diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-25 18:57:31 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-25 18:57:31 +0000 |
commit | 01c771d0ac8ff3588eefd9745e9450962a1bcdd6 (patch) | |
tree | b1383e59c3ebf3a1f833567cfc018b4ca7f4f8f7 /NEWS | |
parent | cf752fe284e3b67e3258ea205669868e2cab340e (diff) | |
download | glibc-01c771d0ac8ff3588eefd9745e9450962a1bcdd6.tar.gz glibc-01c771d0ac8ff3588eefd9745e9450962a1bcdd6.tar.xz glibc-01c771d0ac8ff3588eefd9745e9450962a1bcdd6.zip |
Update.
* sysdeps/unix/sysv/sysv4/solaris2/getdents.c: New file. Patch by John Tobey <jtobey@banta-im.com>. * sysdeps/unix/sysv/sysv4/solaris2/bits/dirent.h: New file.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS index 943586690d..a027148c62 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 1999-06-16 +GNU C Library NEWS -- history of user-visible changes. 1999-08-25 Copyright (C) 1992, 93, 94, 95, 96, 97, 98, 99 Free Software Foundation, Inc. See the end for copying conditions. @@ -15,6 +15,13 @@ Version 2.2 * Wide character I/O streams implemented by Ulrich Drepper. +* functions from the extended socket API added by Ulrich Drepper. + + +Version 2.1.2 + +* bug fixes + Version 2.1.1 |