# HG changeset patch # User Gerd Moellmann # Date 972391283 0 # Node ID 2b3e80a729bd3f52ff3919b5a1586e47420957b0 # Parent 08e5ab6d998feeb7971e8b757b5db875f74438cb *** empty log message *** diff -r 08e5ab6d998f -r 2b3e80a729bd src/ChangeLog --- a/src/ChangeLog Tue Oct 24 12:41:02 2000 +0000 +++ b/src/ChangeLog Tue Oct 24 12:41:23 2000 +0000 @@ -1,5 +1,14 @@ 2000-10-24 Gerd Moellmann + * gmalloc.c (state_protected_p, last_state_size, last_heapinfo) + [GC_MALLOC_CHECK && GC_PROTECT_MALLOC_STATE]: New variables. + (protect_malloc_state) [GC_MALLOC_CHECK && + GC_PROTECT_MALLOC_STATE]: New function. + (PROTECT_MALLOC_STATE): New macro. + (__malloc_initialize, morecore, _malloc_internal) + (_free_internal) _realloc_internal): Use it to make _heapinfo + read-only outside of gmalloc. + * keymap.c: Update copyright. * .gdbinit (xbacktrace): Handle case that $bt->function isn't