diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
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 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-05-30 Dmitry Antipov <dmantipov@yandex.ru> | 8 | 2014-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 |