*** empty log message ***

This commit is contained in:
Gerd Moellmann 2000-09-06 21:42:35 +00:00
parent 684b01ee39
commit 73b77ee53a
3 changed files with 652 additions and 634 deletions

View file

@ -1,5 +1,8 @@
2000-09-06 Gerd Moellmann <gerd@gnu.org>
* configure.in (REL_ALLOC_MMAP): Recognize in system configuration
file and print informational message.
* configure.in (AC_FUNC_MMAP): Add.
2000-09-01 Gerd Moellmann <gerd@gnu.org>

1280
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -1,5 +1,8 @@
2000-09-06 Gerd Moellmann <gerd@gnu.org>
* buffer.c (set_buffer_internal_1) [REL_ALLOC_MMAP]: If
buffer's text buffer is null, map new memory.
* ralloc.c (POINTER, SIZE) [emacs]: Define in terms of
POINTER_TYPE and size_t.
(struct mmap_region) [REL_ALLOC_MMAP]: New structure.