aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-05-30 12:02:55 +0300
committerEli Zaretskii2014-05-30 12:02:55 +0300
commit6c572f9ab3d028dbc399fc97ff8d8a9835be20fe (patch)
tree4d6846e1dddd574a1b890c6ffd424a0424270ae6 /src/ChangeLog
parent8d3103b1efd32a2faf257e26a5474e12543ce798 (diff)
downloademacs-6c572f9ab3d028dbc399fc97ff8d8a9835be20fe.tar.gz
emacs-6c572f9ab3d028dbc399fc97ff8d8a9835be20fe.zip
Enhance error checking in heap allocation routines on MS-Windows.
src/w32heap.c (malloc_before_dump, malloc_after_dump) (malloc_before_dump, realloc_after_dump, realloc_before_dump) (mmap_alloc, mmap_realloc): Check for errors more thoroughly and set errno where appropriate to emulate CRT functions.
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 a4f1cb7590a..a9b1e8e3f4d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12014-05-30 Eli Zaretskii <eliz@gnu.org>
2
3 * w32heap.c (malloc_before_dump, malloc_after_dump)
4 (malloc_before_dump, realloc_after_dump, realloc_before_dump)
5 (mmap_alloc, mmap_realloc): Check for errors more thoroughly and
6 set errno where appropriate to emulate CRT functions.
7
12014-05-30 Dmitry Antipov <dmantipov@yandex.ru> 82014-05-30 Dmitry Antipov <dmantipov@yandex.ru>
2 9
3 Debugging facility to check whether 'const char *' points to 10 Debugging facility to check whether 'const char *' points to