aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5657f8bb3aa..228cf1d74d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
12012-08-26 Paul Eggert <eggert@cs.ucla.edu>
2
3 * configure.ac (CFLAGS): Prefer -g3 to -g if -g3 works
4 and if the user has not specified CFLAGS. -g3 simplifies
5 debugging, since it makes macros visible to the debugger.
6
72012-08-25 Juanma Barranquero <lekktu@gmail.com>
8
9 * lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies.
10
112012-08-25 Eli Zaretskii <eliz@gnu.org>
12
13 * lib/makefile.w32-in ($(BLD)/execinfo.$(O), execinfo.h): New targets.
14 (GNULIBOBJS): Add $(BLD)/execinfo.$(O).
15
162012-08-24 Paul Eggert <eggert@cs.ucla.edu>
17
18 On assertion failure, print backtrace if available.
19 Merge from gnulib, incorporating:
20 2012-08-24 execinfo: port to FreeBSD
21 2012-08-22 execinfo: new module
22 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
23 * lib/execinfo.c, lib/execinfo.in.h, m4/execinfo.m4: New files.
24
12012-08-22 Glenn Morris <rgm@gnu.org> 252012-08-22 Glenn Morris <rgm@gnu.org>
2 26
3 * Makefile.in (install-arch-dep): If NO_BIN_LINK is non-null, 27 * Makefile.in (install-arch-dep): If NO_BIN_LINK is non-null,