diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d6e5390c84f..d976234f0c5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2011-09-30 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-09-30 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Port --enable-checking=all to Fedora 14 x86-64. | ||
| 4 | * charset.c (syms_of_charset): Also account for glibc malloc's | ||
| 5 | internal overhead when calculating the initial malloc maximum. | ||
| 6 | |||
| 3 | Port --enable-checking=all to Fedora 14 x86. | 7 | Port --enable-checking=all to Fedora 14 x86. |
| 4 | * alloc.c (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE): | 8 | * alloc.c (XMALLOC_OVERRUN_CHECK_OVERHEAD, XMALLOC_OVERRUN_CHECK_SIZE): |
| 5 | Move to lisp.h. | 9 | Move to lisp.h. |