diff options
| author | Paul Eggert | 2011-06-05 21:54:23 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-05 21:54:23 -0700 |
| commit | 4d09bcf621ec32e17fdb8dd2ea08344486f7aeef (patch) | |
| tree | 69688fb31481f4973c31d6a11284e0afbb9d3104 /src/ChangeLog | |
| parent | e71564921ec760638105c910fdfae8b648724130 (diff) | |
| download | emacs-4d09bcf621ec32e17fdb8dd2ea08344486f7aeef.tar.gz emacs-4d09bcf621ec32e17fdb8dd2ea08344486f7aeef.zip | |
* alloc.c (memory_full) [SYSTEM_MALLOC]: Port to MacO).
Fixes: debbugs:8800
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ca369bf38f6..230e282e210 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2011-06-06 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * alloc.c (memory_full) [SYSTEM_MALLOC]: Port to MacOS (Bug#8800). | ||
| 4 | Do not assume that spare memory exists; that assumption is valid | ||
| 5 | only if SYSTEM_MALLOC. | ||
| 6 | (LARGE_REQUEST): New macro, so that the issue of large requests | ||
| 7 | is separated from the issue of spare memory. | ||
| 8 | |||
| 1 | 2011-06-05 Andreas Schwab <schwab@linux-m68k.org> | 9 | 2011-06-05 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 10 | ||
| 3 | * editfns.c (Fformat): Correctly handle zero flag with hexadecimal | 11 | * editfns.c (Fformat): Correctly handle zero flag with hexadecimal |