aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index df1d6bc2144..1ba35554beb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
12011-02-05 Paul Eggert <eggert@cs.ucla.edu>
2
3 sync from gnulib to remove HAVE_STDBOOL_H
4 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Renamed from
5 AC_HEADER_STDBOOL. All uses changed. Do not define
6 HAVE_STDBOOL_H, as gnulib does not need this. This change is
7 imported from the latest Autoconf git. It was motivated by Emacs,
8 which uses gnulib but does not need HAVE_STDBOOL_H.
9 * configure, src/config.in: Regenerate.
10 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
11
12011-02-03 Paul Eggert <eggert@cs.ucla.edu> 122011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2 13
3 allow C code to suppress warnings about ignored return values 14 allow C code to suppress warnings about ignored return values