glibc/malloc
Ulrich Drepper 9a51759bdf Update.
1999-02-23  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>

	* malloc/malloc.c (mALLOC_SET_STATe): Handle the case where a
	non-checked heap is restored when malloc checking was requested by
	the user.
	(struct malloc_state): Add using_malloc_checking.
	(MALLOC_STATE_VERSION): Increment minor.
	(using_malloc_checking, disallow_malloc_check): New variables.
	(__malloc_check_init): Use them.
	(mALLOC_GET_STATe): Use mALLOc to allocate the malloc_state, so
	that it can the chunk is properly instrumented when malloc
	checking is enabled.  Set the new using_malloc_checking field.
	(malloc_hook_ini): Correct signature when _LIBC is not defined.

1999-02-23  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>

	* sysdeps/unix/sysv/linux/i386/dl-librecon.h
	(DISTINGUISH_LIB_VERSIONS): Don't relocate DT_STRTAB a second
	time.

	* elf/rtld.c (dl_main): Rename paths_initialized to rtld_is_main.
	Don't call elf_get_dynamic_info and _dl_setup_hash a second time
	if ld.so is the main program.

	* stdio-common/vfprintf.c (vfprintf): If precision or width is too
1999-02-24 09:40:04 +00:00
..
Makefile Update. 1998-09-21 14:34:13 +00:00
Versions Update. 1998-07-02 22:51:40 +00:00
malloc.c Update. 1999-02-24 09:40:04 +00:00
malloc.h Update. 1997-10-12 04:05:44 +00:00
mallocbug.c update from main archive 961207 1996-12-08 08:01:13 +00:00
mcheck-init.c update from main archive 961220 1996-12-22 00:32:43 +00:00
mcheck.c Update. 1998-08-28 09:29:49 +00:00
mcheck.h Update. 1998-06-29 12:44:22 +00:00
mtrace.c Update. 1998-10-29 15:31:47 +00:00
mtrace.pl Update. 1999-01-04 12:33:59 +00:00
obstack.c Update. 1999-01-23 22:50:17 +00:00
obstack.h Update. 1998-10-05 13:40:47 +00:00
set-freeres.c Update. 1997-09-30 17:10:40 +00:00
thread-m.h Update. 1998-12-31 18:19:19 +00:00