diff options
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 |