aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDaniel Colascione2014-03-21 00:27:26 -0700
committerDaniel Colascione2014-03-21 00:27:26 -0700
commitf58269c4b2961208ed94c4dfb028186fd53675a3 (patch)
tree47e154bee86b5d669c88abc5f8bcefec9881fe9e /src/ChangeLog
parentaa3a7b515abc46f0ff2f55c144e4806456bc1934 (diff)
parent6ce1b56e2a92232a055fd777378ebdbab8f07d1a (diff)
downloademacs-f58269c4b2961208ed94c4dfb028186fd53675a3.tar.gz
emacs-f58269c4b2961208ed94c4dfb028186fd53675a3.zip
Do not allow a dumped Emacs to be dumped
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 d2572e74048..fa6d2650528 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12014-03-21 Daniel Colascione <dancol@dancol.org>
2
3 Always prohibit dumping a dumped Emacs.
4
5 * emacs.c (might_dump): New variable.
6 (Fdump_emacs): Always prohibit dumping of dumped Emacs.
7 * lisp.h (might_dump): Declare.
8 * unexcw.c (unexec): Remove now-redundant multiple-dump detection code.
9
12014-03-20 Paul Eggert <eggert@cs.ucla.edu> 102014-03-20 Paul Eggert <eggert@cs.ucla.edu>
2 11
3 * doc.c (store_function_docstring): Fix pointer signedness mismatch. 12 * doc.c (store_function_docstring): Fix pointer signedness mismatch.