aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c7cceb27a4f..cb552c9d9d5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12013-08-21 Dmitry Antipov <dmantipov@yandex.ru>
2
3 Fix compilation with GC_MARK_STACK == GC_USE_GCPROS_AS_BEFORE
4 and GC_MARK_STACK == GC_USE_GCPROS_CHECK_ZOMBIES.
5 * alloc.c (toplevel): Remove unnecessary nested #if...#endif.
6 (mark_maybe_object) [!GC_MARK_STACK]: Define to emacs_abort
7 to shut up compiler in mark_object.
8 (dump_zombies): Convert to global and add EXTERNALLY_VISIBLE.
9
12013-08-21 Paul Eggert <eggert@cs.ucla.edu> 102013-08-21 Paul Eggert <eggert@cs.ucla.edu>
2 11
3 * process.c (allocate_pty) [PTY_OPEN]: Set fd's FD_CLOEXEC flag. 12 * process.c (allocate_pty) [PTY_OPEN]: Set fd's FD_CLOEXEC flag.