diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2013-09-24 20:44:34 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2013-09-24 20:44:34 -0700 |
commit | 959c3d24a7ba87716891affbc2c7720e9f020ac6 (patch) | |
tree | 110edd830e219e40398bb9a45768e6737946dbd0 /ChangeLog | |
parent | 0c1738785d65e807e9500f6a1200baba66edc80c (diff) | |
download | emacs-959c3d24a7ba87716891affbc2c7720e9f020ac6.tar.gz |
Merge from gnulib.
This incorporates:
2013-09-24 manywarnings: enable nicer gcc warning messages
2013-09-23 warnings: port --enable-gcc-warnings to Solaris Studio 12.3
2013-09-21 timespec: use the new TIMESPEC_RESOLUTION elsewhere
* configure.ac (WERROR_CFLAGS): Omit -fdiagnostics-show-option
and -funit-at-a-time, since manywarnings does that for us now.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d2a27b7b6ee..f8a219d6a15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2013-09-25 Paul Eggert <eggert@cs.ucla.edu> + + Merge from gnulib, incorporating: + 2013-09-24 manywarnings: enable nicer gcc warning messages + 2013-09-23 warnings: port --enable-gcc-warnings to Solaris Studio 12.3 + 2013-09-21 timespec: use the new TIMESPEC_RESOLUTION elsewhere + * configure.ac (WERROR_CFLAGS): Omit -fdiagnostics-show-option + and -funit-at-a-time, since manywarnings does that for us now. + 2013-09-23 Jan Djärv <jan.h.d@swipnet.se> * configure.ac: With clang, check for and use -Wno-switch, |