aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-04-07 10:52:38 -0700
committerPaul Eggert2014-04-07 10:52:38 -0700
commit608a4502b9fa8f5681368657fba5d5fd0fa46817 (patch)
tree88737a27e165aa144b96e0aa1e72308f3020a51e /src/ChangeLog
parent5da21a7f8a39354008b010305d8d4e8b4a0b3967 (diff)
downloademacs-608a4502b9fa8f5681368657fba5d5fd0fa46817.tar.gz
emacs-608a4502b9fa8f5681368657fba5d5fd0fa46817.zip
* alloc.c: Simplify by removing use of HAVE_EXECINFO_H.
We have a substitute execinfo.h on hosts that lack it. (suspicious_free_history): Make it EXTERNALLY_VISIBLE so it isn't optimized away.
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 de97b990735..b4722839fe3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12014-04-07 Paul Eggert <eggert@cs.ucla.edu>
2
3 * alloc.c: Simplify by removing use of HAVE_EXECINFO_H.
4 We have a substitute execinfo.h on hosts that lack it.
5 (suspicious_free_history): Make it EXTERNALLY_VISIBLE so it
6 isn't optimized away.
7
12014-04-05 Paul Eggert <eggert@cs.ucla.edu> 82014-04-05 Paul Eggert <eggert@cs.ucla.edu>
2 9
3 Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'. 10 Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.