diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-05-01 18:36:38 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-05-01 18:37:01 -0700 |
commit | 3707f609cb8017371610a5e2233bd8478416217c (patch) | |
tree | fc9ecf2d9754bf95cc33bd9319871d5ebd866fa1 /m4/std-gnu11.m4 | |
parent | 13f4efb0fd5573255c694607552532788ba31c95 (diff) | |
download | emacs-3707f609cb8017371610a5e2233bd8478416217c.tar.gz |
Sync from gnulib
This incorporates:
2016-05-01 mktime: port to stricter signed overflow checking
2016-05-01 mktime: speed up DEBUG_MKTIME benchmarks
2016-05-01 mktime: resurrect DEBUG_MKTIME testing
2016-05-01 mktime: simplify DEBUG_MKTIME
2016-05-01 Port mktime_internal offset to unsigned time_t
2016-04-27 xstrtol: prohibit monstrosities like "1bB"
2016-04-13 mktime: improve integer overflow checking
2016-04-13 intprops: check two's complement assumption
2016-04-13 intprops, mktime, strtol: assume two's complement
* lib/intprops.h, lib/mktime-internal.h, lib/mktime.c:
* lib/strtol.c, lib/timegm.c, m4/mktime.m4, m4/std-gnu11.m4:
Copy from gnulib.
Diffstat (limited to 'm4/std-gnu11.m4')
-rw-r--r-- | m4/std-gnu11.m4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/m4/std-gnu11.m4 b/m4/std-gnu11.m4 index e8d3ebcf2fd..10da26f1302 100644 --- a/m4/std-gnu11.m4 +++ b/m4/std-gnu11.m4 @@ -1,8 +1,8 @@ # Prefer GNU C11 and C++11 to earlier versions. -*- coding: utf-8 -*- # This implementation is taken from GNU Autoconf lib/autoconf/c.m4 -# commit 739cdc82b5325402231f3f5e1a38f681fcbd1db2 -# dated Tue Mar 15 09:34:11 2016 -0700. +# commit 017d5ddd82854911f0119691d91ea8a1438824d6 +# dated Sun Apr 3 13:57:17 2016 -0700 # This implementation will be obsolete once we can assume Autoconf 2.70 # or later is installed everywhere a Gnulib program might be developed. @@ -707,7 +707,7 @@ AC_DEFUN([_AC_CXX_CXX11_TEST_BODY], short sa[cxx11test::get_val()] = { 0 }; } { - // Test initialiser lists + // Test initializer lists cxx11test::testinit il = { 4323, 435234.23544 }; } { @@ -801,7 +801,7 @@ dnl with extended modes being tried first. # considers the compiler to be in ISO C++11 mode if it handles all the # tests from the C++98 checks, plus the following: Language features # (auto, constexpr, decltype, default/deleted constructors, delegate -# constructors, final, initialiser lists, lambda functions, nullptr, +# constructors, final, initializer lists, lambda functions, nullptr, # override, range-based for loops, template brackets without spaces, # unicode literals) and library features (array, memory (shared_ptr, # weak_ptr), regex and tuple types). |