diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-01-29 09:21:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-01-29 09:21:41 +0000 |
commit | 207b66ceeba9d6035037f120a03df437ce5ab3ea (patch) | |
tree | 8ed1f23b0d621e22b1f51629f0bef08be5b7c2fa /NEWS | |
parent | afdef815547ff44caf8f65e7fd107ca482896284 (diff) | |
download | glibc-207b66ceeba9d6035037f120a03df437ce5ab3ea.tar.gz glibc-207b66ceeba9d6035037f120a03df437ce5ab3ea.tar.xz glibc-207b66ceeba9d6035037f120a03df437ce5ab3ea.zip |
Update.
* stdlib/Makefile (tests): Add tst-qsort. * stdlib/tst-qsort.c: New file. Written by Paul Eggert.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS index 6496c8b513..7560820180 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2002-1-7 +GNU C Library NEWS -- history of user-visible changes. 2002-1-28 Copyright (C) 1992-2000, 2001, 2002 Free Software Foundation, Inc. See the end for copying conditions. @@ -21,6 +21,9 @@ Version 2.3 * Read-only stdio streams now use mmap to speed up operation but eliminating copying and buffer underflows. Implemented by Ulrich Drepper. + +* The malloc functions were completely rewritten by Wolfram Gloger based + on Doug Lea's malloc-2.7.0.c. Version 2.2.5 |