aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-02-04 21:07:22 -0800
committerPaul Eggert2011-02-04 21:07:22 -0800
commitd67985d3f98bdf075c7fa8eaa05529a9c49771e1 (patch)
treef55f1f0bc36a232fd1307bee15b2a67c6d396997 /ChangeLog
parentec72bf63aea256f08eaab0f09929dbd327a57178 (diff)
downloademacs-d67985d3f98bdf075c7fa8eaa05529a9c49771e1.tar.gz
emacs-d67985d3f98bdf075c7fa8eaa05529a9c49771e1.zip
sync from gnulib to remove HAVE_STDBOOL_H
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