diff options
| author | Gerd Moellmann | 2002-04-16 07:35:02 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2002-04-16 07:35:02 +0000 |
| commit | 08327b2269eb0b7c3eb4fc58764a447859ebe400 (patch) | |
| tree | 6807d58b9e91257d740f9d1fe14ef725b82cabdb /src/ChangeLog | |
| parent | 144042095648cca17a0a9a105bfd605f82961719 (diff) | |
| download | emacs-08327b2269eb0b7c3eb4fc58764a447859ebe400.tar.gz emacs-08327b2269eb0b7c3eb4fc58764a447859ebe400.zip | |
(MMAP_ALLOCATED_P): New macro to be set from system
configuration files.
(mmap_enlarge): Enlarge mapped regions only if MMAP_ALLOCATED_P
returns 0.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 95d035da5cd..c12ce0b8ffa 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2002-04-16 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * buffer.c (MMAP_ALLOCATED_P): New macro to be set from system | ||
| 4 | configuration files. | ||
| 5 | (mmap_enlarge): Enlarge mapped regions only if MMAP_ALLOCATED_P | ||
| 6 | returns 0. | ||
| 7 | |||
| 1 | 2002-04-15 Andreas Schwab <schwab@suse.de> | 8 | 2002-04-15 Andreas Schwab <schwab@suse.de> |
| 2 | 9 | ||
| 3 | * config.in: Regenerated using autoheader. | 10 | * config.in: Regenerated using autoheader. |