diff options
| author | Eli Zaretskii | 2011-04-29 17:23:44 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2011-04-29 17:23:44 +0300 |
| commit | fab624aa3a159b3d91fae009634dd0875a5b0162 (patch) | |
| tree | 564eeadecadf82edd897b3b1d43e2058ce9820fc /src/ChangeLog | |
| parent | b1c07b7b76ee4ae685e491f4e98129a77d8c18a9 (diff) | |
| download | emacs-fab624aa3a159b3d91fae009634dd0875a5b0162.tar.gz emacs-fab624aa3a159b3d91fae009634dd0875a5b0162.zip | |
Allow the Windows build to use upto 2GB of heap.
src/w32heap.c (allocate_heap) [USE_LISP_UNION_TYPE || USE_LSB_TAG]:
New version that can reserve upto 2GB of heap space.
etc/NEWS: Mention the new feature.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b6f962f4523..42d9185e0dd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-04-29 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32heap.c (allocate_heap) [USE_LISP_UNION_TYPE || USE_LSB_TAG]: | ||
| 4 | New version that can reserve upto 2GB of heap space. | ||
| 5 | |||
| 1 | 2011-04-26 Chong Yidong <cyd@stupidchicken.com> | 6 | 2011-04-26 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * nsfns.m (Fns_read_file_name): Doc fix (Bug#8534). | 8 | * nsfns.m (Fns_read_file_name): Doc fix (Bug#8534). |