comparison src/ChangeLog @ 3305:1043bbfa24cf

[xemacs-hg @ 2006-03-26 15:24:25 by crestani] 2006-03-26 Marcus Crestani <crestani@xemacs.org> * alloc.c (malloc_warning): Move function into scope of MALLOC_END, add MALLOC_END. * alloc.c (memory_full): Add memory shortage indication, adjust error messages. * mc-alloc.c: Add memory_shortage. * mc-alloc.c (expand_heap): If memory is short, allocate only the needed pages, not more. * mc-alloc.h: Add memory_shortage.
author crestani
date Sun, 26 Mar 2006 15:24:27 +0000
parents 73051095a712
children d81b1754aab1
comparison
equal deleted inserted replaced
3304:73051095a712 3305:1043bbfa24cf
1 2006-03-26 Marcus Crestani <crestani@xemacs.org>
2
3 * alloc.c (malloc_warning): Move function into scope of
4 MALLOC_END, add MALLOC_END.
5 * alloc.c (memory_full): Add memory shortage indication, adjust
6 error messages.
7 * mc-alloc.c: Add memory_shortage.
8 * mc-alloc.c (expand_heap): If memory is short, allocate only the
9 needed pages, not more.
10 * mc-alloc.h: Add memory_shortage.
11
1 2006-03-26 Marcus Crestani <crestani@xemacs.org> 12 2006-03-26 Marcus Crestani <crestani@xemacs.org>
2 13
3 * alloc.c (make_uninit_string): Use set_lispstringp_direct. 14 * alloc.c (make_uninit_string): Use set_lispstringp_direct.
4 * lisp.h (set_lispstringp_direct): New. 15 * lisp.h (set_lispstringp_direct): New.
5 16