diff options
| author | Paul Eggert | 2011-09-30 00:16:38 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-09-30 00:16:38 -0700 |
| commit | 3930c88bfc6d4e0d98baf6edabb78dec58090938 (patch) | |
| tree | b824693958dbebcc2fd75fbb97aca998a3cb2b5d /src/ChangeLog | |
| parent | cb993c584c8ef91f5352ec9aa97d26fd76cfd643 (diff) | |
| download | emacs-3930c88bfc6d4e0d98baf6edabb78dec58090938.tar.gz emacs-3930c88bfc6d4e0d98baf6edabb78dec58090938.zip | |
Port --enable-checking=all to Fedora 14 x86-64.
* charset.c (syms_of_charset): Also account for glibc malloc's
internal overhead when calculating the initial malloc maximum.
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. |