diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-05-18 10:00:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-05-18 10:00:20 +0000 |
commit | 407d26b7053a659c5997cb44e85824647139b884 (patch) | |
tree | 7f442602b80281f7479a20364340cef058575c1e /NEWS | |
parent | 1acf7665c7b5f1d65b322de82065c4eaec623afe (diff) | |
download | glibc-407d26b7053a659c5997cb44e85824647139b884.tar.gz glibc-407d26b7053a659c5997cb44e85824647139b884.tar.xz glibc-407d26b7053a659c5997cb44e85824647139b884.zip |
Update.
1999-05-18 Jakub Jelinek <jj@ultra.linux.cz> * sysdeps/sparc/sparc64/rawmemchr.S: New file. * sysdeps/sparc/sparc32/sparcv9/rawmemchr.S: New file. * sysdeps/sparc/sparc64/memchr.S: Fix if the second argument contains garbage in bits 8-63. * sysdeps/sparc/sparc64/memset.S: Ditto. * sysdeps/sparc/sparc64/strchr.S: Ditto.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS index eacf2bd783..6f23d5b9d8 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 1999-04-29 +GNU C Library NEWS -- history of user-visible changes. 1999-05-18 Copyright (C) 1992, 93, 94, 95, 96, 97, 98, 99 Free Software Foundation, Inc. See the end for copying conditions. @@ -13,13 +13,13 @@ Version 2.1.1 * New xdr functions are added; some rpc functions are now 64bit clean. -* Fixed a number of bugs. +* Fixed a number of bugs and memory leaks (especially in NIS+ code). * Fixed known incompatibilities with glibc 2.0. -* New functions lock64 and strchrnul. +* New functions lock64, strchrnul, rawmemchr, getutmp and getutmpx. -* Optimized a number of functions. +* Optimized a number of functions (especially the ELF dynamic loader). * Update timezone data files. |