diff options
| author | Kenichi Handa | 2012-08-28 22:44:20 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2012-08-28 22:44:20 +0900 |
| commit | 4eb4de01df384be9b8d811f7ab476eeb37ece748 (patch) | |
| tree | d04f0dae31dd8b533a0c3cd738430841ce7ebb84 /ChangeLog | |
| parent | fabc1281e9cde34ff9a19d843316d2ceca8647ad (diff) | |
| parent | 4f2daf31078e2cc059710e129dffe0beed8fc7c2 (diff) | |
| download | emacs-4eb4de01df384be9b8d811f7ab476eeb37ece748.tar.gz emacs-4eb4de01df384be9b8d811f7ab476eeb37ece748.zip | |
merge trunk
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
| @@ -1,3 +1,27 @@ | |||
| 1 | 2012-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 | |||
| 7 | 2012-08-25 Juanma Barranquero <lekktu@gmail.com> | ||
| 8 | |||
| 9 | * lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies. | ||
| 10 | |||
| 11 | 2012-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 | |||
| 16 | 2012-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 | |||
| 1 | 2012-08-22 Glenn Morris <rgm@gnu.org> | 25 | 2012-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, |