2000-04-16  Tristan Gingold  <gingold@gnu.org>

	* malloc.h (block_to_header, header_to_free_history): added
	(struct malloc_header): Used unsigned fields.
	Cosmetics.

1999-09-12  Tristan Gingold  <gingold@gnu.org>

	* garbage.c (init_search, final_search): new functions.

1999-09-12  Tristan Gingold  <gingold@gnu.org>

	* malloc.h (struct mdesc): all_busy_block, nbr_busy_block fields added.

1999-09-12  Tristan Gingold  <gingold@gnu.org>

	* garbage.c: __chkr_verbose_detector added.  Can disp a few comments.

	* utils.c (__chkr_dump_heap): dump main (sbrk) heap.
	(__chkr_dump_mheap): replace old __chkr_dump_heap.

	* maccess.c: adjust_bm commented out if no stack_bitmap.
	
1999-03-05  Tristan Gingold  <gingold@gnu.org>

	* maccess.c : re-indented.

1998-07-20  Tristan Gingold  <gingold@gnu.org>

	* maccess.c (stubs_chkr_assert_not_red_zone): new function.

1998-07-04  Tristan Gingold  <gingold@gnu.org>

	* maccess.c (chkr_check_str): Compute the len only if the area
	is readable.

1998-06-07  Tristan Gingold  <gingold@gnu.org>

	* maccess.c (chkr_new_segshm): rename from new_segshm.

1998-06-06  Tristan Gingold  <gingold@gnu.org>

	* garbage.c (disp_inuse): use the real cast to avoid bad shift.
	(was sigsegv bug).

