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 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'.