aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-06-02 20:08:50 +0300
committerEli Zaretskii2014-06-02 20:08:50 +0300
commit0dd0ad374ba839a268e864512886aebbe5d49dca (patch)
treea8b0dd9a8d5cad951b554b37de0d1b960dd98b37 /src/ChangeLog
parent7973d8d5facf11b6408f8e17c9ad11efc7ff6eba (diff)
downloademacs-0dd0ad374ba839a268e864512886aebbe5d49dca.tar.gz
emacs-0dd0ad374ba839a268e864512886aebbe5d49dca.zip
Minor improvement of sbrk emulation on MS-Windows.
src/w32heap.c (malloc_after_dump, realloc_after_dump): Update the emulated break value only if it goes up. (sbrk): Add assertion that the INCREMENT argument is strictly zero. Improve and correct the commentary.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c68adfcb5b1..c22b925a1d7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12014-06-02 Eli Zaretskii <eliz@gnu.org>
2
3 * w32heap.c (malloc_after_dump, realloc_after_dump): Update the
4 emulated break value only if it goes up.
5 (sbrk): Add assertion that the INCREMENT argument is strictly
6 zero. Improve and correct the commentary.
7
12014-06-02 Paul Eggert <eggert@cs.ucla.edu> 82014-06-02 Paul Eggert <eggert@cs.ucla.edu>
2 9
3 Improve AIX-related merge from emacs-24. 10 Improve AIX-related merge from emacs-24.