From 207b66ceeba9d6035037f120a03df437ce5ab3ea Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 29 Jan 2002 09:21:41 +0000 Subject: Update. * stdlib/Makefile (tests): Add tst-qsort. * stdlib/tst-qsort.c: New file. Written by Paul Eggert. --- NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'NEWS') 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 -- cgit 1.4.1