diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-14 06:17:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-14 06:17:28 +0000 |
commit | 47b853e80188cd79fe0a6b444ed35be7ad3448ed (patch) | |
tree | 271a3e2afd8e4284256324f417530bda6af2d1fc /NEWS | |
parent | 91bc38d09ce2df68d5f03e88df144243907437da (diff) | |
download | glibc-47b853e80188cd79fe0a6b444ed35be7ad3448ed.tar glibc-47b853e80188cd79fe0a6b444ed35be7ad3448ed.tar.gz glibc-47b853e80188cd79fe0a6b444ed35be7ad3448ed.tar.bz2 glibc-47b853e80188cd79fe0a6b444ed35be7ad3448ed.zip |
Update.
2000-08-13 Ulrich Drepper <drepper@redhat.com>
* posix/Makefile: Remove rules to generate glob package.
* posix/Makefile (tests): Add tst-regexloc.
(tst-regexloc-ENV): Add LOCPATH.
* posix/tst-regexloc.c: New file.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2000-08-11 +GNU C Library NEWS -- history of user-visible changes. 2000-08-13 Copyright (C) 1992-1999, 2000 Free Software Foundation, Inc. See the end for copying conditions. @@ -17,6 +17,9 @@ Version 2.2 * The Berkeley db libraries have been removed. + Related, the nss_db module is now in a separate package since it + obviously requires a database library being available. + * Wide character I/O streams implemented by Ulrich Drepper. * Functions from the extended socket API added by Ulrich Drepper. |