diff options
| author | Daniel Colascione | 2014-03-21 03:13:38 -0700 |
|---|---|---|
| committer | Daniel Colascione | 2014-03-21 03:13:38 -0700 |
| commit | f20b8315e044a3217818e64b832139668d42936d (patch) | |
| tree | ec00b2b6cfff60cff60def88fc01583e750bce9f /src/ChangeLog | |
| parent | 6d731d4183a5a11b5885199d51c26f0ad84872e8 (diff) | |
| download | emacs-f20b8315e044a3217818e64b832139668d42936d.tar.gz emacs-f20b8315e044a3217818e64b832139668d42936d.zip | |
Allow lisp allocation via mmap in dumped emacs
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0de2025c0ef..cca3aa35e99 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-03-21 Daniel Colascione <dancol@dancol.org> | ||
| 2 | |||
| 3 | * alloc.c (lisp_align_malloc, allocate_string_data) | ||
| 4 | (allocate_vectorlike): Allow mmap allocation of lisp objects. | ||
| 5 | (pointers_fit_in_lispobj_p,mmap_lisp_allowed_p): New functions. | ||
| 6 | |||
| 1 | 2014-03-21 Eli Zaretskii <eliz@gnu.org> | 7 | 2014-03-21 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | * w32fns.c (Fw32_shell_execute) [!CYGWIN]: Use ShellExecuteEx, to | 9 | * w32fns.c (Fw32_shell_execute) [!CYGWIN]: Use ShellExecuteEx, to |