aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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 202b5f22e9d..a9d60f7f012 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -11,6 +11,13 @@
11 * lread.c (readevalloop_eager_expand_eval): Add GCPRO and fix 11 * lread.c (readevalloop_eager_expand_eval): Add GCPRO and fix
12 bootstrap broken if GC_MARK_STACK == GC_USE_GCPROS_AS_BEFORE. 12 bootstrap broken if GC_MARK_STACK == GC_USE_GCPROS_AS_BEFORE.
13 13
14 Remove redundant GCPROs around Ffuncall and Fapply calls. This
15 is safe because Ffuncall protects all of its arguments by itself.
16 * charset.c (map_charset_for_dump): Remove redundant GCPRO.
17 * eval.c (Fapply, apply1, call0, call1, call2, call3, call4, call5)
18 (call6, call7): Likewise. Use compound literals where applicable.
19 (run_hook_with_args_2): Use compound literal.
20
142014-09-11 Paul Eggert <eggert@cs.ucla.edu> 212014-09-11 Paul Eggert <eggert@cs.ucla.edu>
15 22
16 Pacify --enable-gcc-warnings when no window system is used. 23 Pacify --enable-gcc-warnings when no window system is used.