aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog50
1 files changed, 50 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8af393d4393..7d1c19a535e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,55 @@
12012-09-10 Paul Eggert <eggert@cs.ucla.edu>
2
3 Improve robustness of 'make bootstrap' (Bug#12376).
4 Run autogen.sh after bootstrap-clean, to avoid bzr pull issues.
5 * INSTALL, README: Document autogen.sh.
6 * Makefile.in (Makefile): Mark it as precious, since it's updated
7 atomically.
8 (MAKE_CONFIG_STATUS): New macro.
9 (config.status, bootstrap): Use it. This causes 'make bootstrap'
10 to run config.status with the --recheck option, which is more
11 appropriate for a bootstrap.
12 (bootstrap): Run autogen.sh right after cleaning. Don't worry
13 about failures due to missing tools.
14 * autogen.sh: Exit with status 101 when failing due to missing tools.
15 * make-dist: Distribute autogen.sh.
16
172012-09-09 Paul Eggert <eggert@cs.ucla.edu>
18
19 Assume C89 or later for math functions (Bug#12381).
20 * configure.ac (frexp, fmod): Remove checks for these functions,
21 as we now assume them.
22 (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC, NO_MATHERR)
23 (HAVE_EXCEPTION):
24 Remove; no longer needed.
25
262012-09-07 Paul Eggert <eggert@cs.ucla.edu>
27
28 More signal-handler cleanup (Bug#12327).
29 * configure.ac (FLOAT_CHECK_DOMAIN): Comment fix (Bug#12327).
30
312012-09-06 Paul Eggert <eggert@cs.ucla.edu>
32
33 Signal-handler cleanup (Bug#12327).
34 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
35 Adjust to syssignal.h changes.
36 (SIGNAL_H_AB): Remove; no longer needed.
37
382012-09-04 Paul Eggert <eggert@cs.ucla.edu>
39
40 Simplify redefinition of 'abort' (Bug#12316).
41 * configure.ac (NO_ABRT): Remove.
42
43 * configure.ac (_setjmp, _longjmp): Check by compiling
44 instead of by guessing. The guesses were wrong for
45 recent versions of Solaris, such as Solaris 11.
46
12012-09-03 Paul Eggert <eggert@cs.ucla.edu> 472012-09-03 Paul Eggert <eggert@cs.ucla.edu>
2 48
49 * configure.ac (WARN_CFLAGS): Omit -Wjump-misses-init.
50 It generates false alarms in doc.c, regex.c, xdisp.c. See
51 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00040.html>.
52
3 Merge from gnulib, incorporating: 53 Merge from gnulib, incorporating:
4 2012-08-29 stdbool: be more compatible with mixed C/C++ compiles 54 2012-08-29 stdbool: be more compatible with mixed C/C++ compiles
5 2011-11-30 manywarnings: update the list of "all" warnings 55 2011-11-30 manywarnings: update the list of "all" warnings