aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-04-29 17:23:44 +0300
committerEli Zaretskii2011-04-29 17:23:44 +0300
commitfab624aa3a159b3d91fae009634dd0875a5b0162 (patch)
tree564eeadecadf82edd897b3b1d43e2058ce9820fc /src/ChangeLog
parentb1c07b7b76ee4ae685e491f4e98129a77d8c18a9 (diff)
downloademacs-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/ChangeLog5
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 @@
12011-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
12011-04-26 Chong Yidong <cyd@stupidchicken.com> 62011-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).