Mercurial > emacs
changeset 52257:e82865497330
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 19 Aug 2003 12:58:35 +0000 |
parents | 36e112575ca8 |
children | 280be897db0d |
files | src/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Aug 19 12:58:06 2003 +0000 +++ b/src/ChangeLog Tue Aug 19 12:58:35 2003 +0000 @@ -1,5 +1,11 @@ 2003-08-19 Gerd Moellmann <gerd@gnu.org> + * alloc.c (lisp_align_malloc): Check for memory full when + allocating ablocks, which also avoids freeing a pointer into an + ablocks structure. + + * puresize.h (BASE_PURESIZE): Increase to 1100000. + * buffer.c (Fmove_overlay): Set overlay's next pointer unconditionally.