1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00
emacs/m4
Paul Eggert 2e1bebe279 Merge with gnulib, pacifying GCC 7
This incorporates:
2017-05-16 manywarnings: update for GCC 7
2017-05-15 sys_select: Avoid "was expanded before it was required"
* configure.ac (nw): Suppress GCC 7’s new -Wduplicated-branches and
-Wformat-overflow=2 options, due to too many false alarms.
* doc/misc/texinfo.tex, lib/strftime.c, m4/manywarnings.m4:
Copy from gnulib.
* m4/gnulib-comp.m4: Regenerate.
* src/coding.c (decode_coding_iso_2022):
Fix bug uncovered by -Wimplicit-fallthrough.
* src/conf_post.h (FALLTHROUGH): New macro.
Use it to mark all switch cases that fall through.
* src/editfns.c (styled_format): Use !, not ~, on bool.
* src/gtkutil.c (xg_check_special_colors):
When using sprintf, don’t trust Gtk to output colors in [0, 1] range.
(xg_update_scrollbar_pos): Avoid use of possibly-uninitialized bool;
this bug was actually caught by Clang.
* src/search.c (boyer_moore):
Tell GCC that CHAR_BASE, if nonzero, must be a non-ASCII character.
* src/xterm.c (x_draw_glyphless_glyph_string_foreground):
Tell GCC that glyph->u.glyphless.ch must be a character.
2017-05-16 10:27:41 -07:00
..
00gnulib.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
absolute-header.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
acl.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
alloca.m4 Merge from gnulib 2017-01-01 01:32:56 -08:00
byteswap.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
c-strtod.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
clock_time.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
close-stream.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
count-leading-zeros.m4 logb now works correctly on large integers 2017-03-03 09:19:08 -08:00
count-one-bits.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
count-trailing-zeros.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
dirent_h.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
dirfd.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
dup2.m4 Merge from gnulib 2017-01-01 01:32:56 -08:00
environ.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
errno_h.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
euidaccess.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
execinfo.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
extensions.m4 Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
extern-inline.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
faccessat.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
fcntl_h.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
fcntl.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
fdatasync.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
fdopendir.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
filemode.m4 Merge from gnulib 2017-01-01 01:32:56 -08:00
flexmember.m4 Merge from gnulib 2017-03-19 13:09:31 -07:00
fpending.m4 Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
fstatat.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
fsync.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
getdtablesize.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
getgroups.m4 Merge from gnulib 2017-01-01 01:32:56 -08:00
getloadavg.m4 Merge from gnulib 2017-01-01 01:32:56 -08:00
getopt.m4 Merge from gnulib 2017-04-27 15:24:07 -07:00
gettime.m4 Merge from gnulib 2017-01-01 01:32:56 -08:00
gettimeofday.m4 Merge from gnulib 2017-05-14 01:29:29 -07:00
gnulib-common.m4 Merge from gnulib 2017-03-12 00:03:37 -08:00
gnulib-comp.m4 Merge with gnulib, pacifying GCC 7 2017-05-16 10:27:41 -07:00
group-member.m4 Merge from gnulib 2017-01-01 01:32:56 -08:00
include_next.m4 Merge from gnulib 2017-04-30 14:53:17 -07:00
inttypes.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
largefile.m4 Merge from gnulib 2017-05-14 01:29:29 -07:00
limits-h.m4 Merge from gnulib 2017-01-01 01:32:56 -08:00
localtime-buffer.m4 Merge from gnulib 2017-05-01 15:33:26 -07:00
longlong.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
lstat.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
manywarnings.m4 Merge with gnulib, pacifying GCC 7 2017-05-16 10:27:41 -07:00
md5.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
memrchr.m4 Merge from gnulib 2017-01-01 01:32:56 -08:00
mkostemp.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
mktime.m4 Merge from gnulib 2017-04-30 14:53:17 -07:00
multiarch.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
nocrash.m4 Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
off_t.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
pipe2.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
pkg.m4 Merge from pkg-config 2017-05-03 18:19:25 -07:00
pselect.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
pthread_sigmask.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
putenv.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
readlink.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
readlinkat.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
secure_getenv.m4 Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
sha1.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
sha256.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
sha512.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
sig2str.m4 Merge from gnulib 2017-01-01 01:32:56 -08:00
signal_h.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
socklen.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
ssize_t.m4 Merge from gnulib 2017-01-01 01:32:56 -08:00
st_dm_mode.m4 Merge from gnulib 2017-01-01 01:32:56 -08:00
stat-time.m4 Merge from gnulib 2017-01-01 01:32:56 -08:00
std-gnu11.m4 Merge from gnulib 2017-01-01 01:32:56 -08:00
stdalign.m4 Merge from gnulib 2017-03-19 13:09:31 -07:00
stddef_h.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
stdint.m4 Merge from gnulib 2017-01-01 01:32:56 -08:00
stdio_h.m4 Merge from gnulib 2017-01-01 01:32:56 -08:00
stdlib_h.m4 Merge from gnulib 2017-01-01 01:32:56 -08:00
stpcpy.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
strftime.m4 Merge from gnulib 2017-04-30 14:53:17 -07:00
string_h.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
strtoimax.m4 Merge from gnulib 2017-01-01 01:32:56 -08:00
strtoll.m4 Merge from gnulib 2017-01-01 01:32:56 -08:00
strtoull.m4 Merge from gnulib 2017-01-01 01:32:56 -08:00
strtoumax.m4 Merge from gnulib 2017-01-01 01:32:56 -08:00
symlink.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
sys_select_h.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
sys_socket_h.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
sys_stat_h.m4 Merge from gnulib 2017-05-14 01:29:29 -07:00
sys_time_h.m4 Merge from gnulib 2017-05-14 01:29:29 -07:00
sys_types_h.m4 Merge from gnulib 2017-05-14 12:40:03 -07:00
tempname.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
time_h.m4 Merge from gnulib 2017-05-14 01:29:29 -07:00
time_r.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
time_rz.m4 Merge from gnulib 2017-05-14 01:29:29 -07:00
timegm.m4 Merge from gnulib 2017-04-30 14:53:17 -07:00
timer_time.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
timespec.m4 Merge from gnulib 2017-01-01 01:32:56 -08:00
tm_gmtoff.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
unistd_h.m4 Merge from gnulib 2017-05-14 01:29:29 -07:00
utimbuf.m4 Merge from gnulib 2017-01-01 01:32:56 -08:00
utimens.m4 Merge from gnulib 2017-04-30 14:53:17 -07:00
utimes.m4 Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
vararrays.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
warnings.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
wchar_t.m4 Update copyright year to 2017 2016-12-31 19:42:26 -08:00