From 4d09bcf621ec32e17fdb8dd2ea08344486f7aeef Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 5 Jun 2011 21:54:23 -0700 Subject: * alloc.c (memory_full) [SYSTEM_MALLOC]: Port to MacO). Fixes: debbugs:8800 --- src/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index ca369bf38f6..230e282e210 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2011-06-06 Paul Eggert + + * alloc.c (memory_full) [SYSTEM_MALLOC]: Port to MacOS (Bug#8800). + Do not assume that spare memory exists; that assumption is valid + only if SYSTEM_MALLOC. + (LARGE_REQUEST): New macro, so that the issue of large requests + is separated from the issue of spare memory. + 2011-06-05 Andreas Schwab * editfns.c (Fformat): Correctly handle zero flag with hexadecimal -- cgit v1.2.1