]> git.eshelyaron.com Git - emacs.git/commitdiff
Work after 2038 on 32-bit GNU/Linux
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 15 May 2023 01:51:23 +0000 (18:51 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 15 May 2023 02:28:13 +0000 (19:28 -0700)
This adds support for 64-bit time_t on 32-bit GNU/Linux ARM and
x86, where time_t was historically 32-bit.  The resulting Emacs
should continue to work for timestamps after mid-January 2038.
* admin/merge-gnulib (GNULIB_MODULES): Add year2038.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate.

admin/merge-gnulib
lib/gnulib.mk.in
m4/gnulib-comp.m4

index 7c82be9860812282429ff6c0a718a6028f0f46bb..97487381886a4be352586af8259457c4beb44134 100755 (executable)
@@ -48,7 +48,7 @@ GNULIB_MODULES='
   stpcpy strnlen strtoimax symlink sys_stat sys_time
   tempname time-h time_r time_rz timegm timer-time timespec-add timespec-sub
   update-copyright unlocked-io utimensat
-  vla warnings
+  vla warnings year2038
 '
 
 AVOIDED_MODULES='
index 29861a31d1278a9a889602b7223150dc8c2492fb..5722e2588eb5249f22f2187c3a44e69aea02aa85 100644 (file)
 #  update-copyright \
 #  utimensat \
 #  vla \
-#  warnings
+#  warnings \
+#  year2038
 
 
 MOSTLYCLEANFILES += core *.stackdump
index 58fcd1c0481494fb040091541c2ff0ea7e44dc59..882b586975547d8792c99eb9a484fe80972a5c27 100644 (file)
@@ -210,6 +210,8 @@ AC_DEFUN([gl_EARLY],
   # Code from module vla:
   # Code from module warnings:
   # Code from module xalloc-oversized:
+  # Code from module year2038:
+  AC_REQUIRE([AC_SYS_YEAR2038])
 ])
 
 # This macro should be invoked from ./configure.ac, in the section