glibc/malloc
Ulrich Drepper fa8d436c87 Update.
2002-01-18  Wolfram Gloger  <wg@malloc.de>

	* malloc/malloc.c: Rewrite, adapted from Doug Lea's malloc-2.7.0.c.
	* malloc/malloc.h: Likewise.
	* malloc/arena.c: New file.
	* malloc/hooks.c: New file.
	* malloc/tst-mallocstate.c: New file.
	* malloc/Makefile: Add new testcase tst-mallocstate.
	Add arena.c and hooks.c to distribute.  Fix commented CPPFLAGS.

2002-01-28  Ulrich Drepper  <drepper@redhat.com>

	* stdlib/msort.c: Remove last patch.  The optimization violates the
	same rule which qsort.c had problems with.

2002-01-27  Paul Eggert  <eggert@twinsun.com>

	* stdlib/qsort.c (_quicksort): Do not apply the comparison function
	to a pivot element that lies outside the array to be sorted, as
	ISO C99 requires that the comparison function be called only with
	addresses of array elements [PR libc/2880].
2002-01-29 07:54:51 +00:00
..
arena.c Update. 2002-01-29 07:54:51 +00:00
Depend Update. 1999-10-04 22:59:43 +00:00
hooks.c Update. 2002-01-29 07:54:51 +00:00
Makefile Update. 2002-01-29 07:54:51 +00:00
malloc.c Update. 2002-01-29 07:54:51 +00:00
malloc.h Update. 2002-01-29 07:54:51 +00:00
mallocbug.c
mcheck-init.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
mcheck.c (checkhdr): Disable mcheck before reporting an error. Don't run any tests if mcheck is disabled. 2001-07-27 05:01:11 +00:00
mcheck.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
memusage.c Update. 2001-09-20 19:36:46 +00:00
memusage.sh Update. 2002-01-17 07:38:47 +00:00
memusagestat.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
mtrace.c Update. 2001-08-22 17:55:23 +00:00
mtrace.pl Update. 2002-01-17 07:38:47 +00:00
obstack.c Update. 2001-10-27 00:23:28 +00:00
obstack.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
set-freeres.c Update. 2001-08-04 08:05:56 +00:00
thread-m.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tst-calloc.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tst-malloc.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tst-mallocstate.c Update. 2002-01-29 07:54:51 +00:00
tst-mtrace.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tst-mtrace.sh Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tst-obstack.c Update. 2000-11-20 17:40:29 +00:00
tst-valloc.c Update. 2000-11-20 17:40:29 +00:00
Versions Update. 2000-04-14 17:44:22 +00:00