grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

grep branch, master, updated. v3.10-3-g488a115


From: Paul Eggert
Subject: grep branch, master, updated. v3.10-3-g488a115
Date: Mon, 3 Apr 2023 13:32:11 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grep".

The branch, master has been updated
       via  488a115bfeb43857f0085f154a4869f0a8ad3e6c (commit)
      from  c63a0950ff852c94e27d14b6d0eea001eddb7de1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=488a115bfeb43857f0085f154a4869f0a8ad3e6c


commit 488a115bfeb43857f0085f154a4869f0a8ad3e6c
Author: Paul Eggert <eggert@cs.ucla.edu>
Date:   Mon Apr 3 10:31:30 2023 -0700

    grep: re-fix Y2038 bug on glibc 2.34+ x86, ARM
    
    The meaning of AC_SYS_LARGEFILE has changed to no longer even try
    to use wider time_t if available.  So use AC_SYS_YEAR2038 as well.
    A more-aggressive change would be to use the next Autoconf’s
    AC_SYS_YEAR2038_REQUIRED but at least let’s restore the grep 3.8
    behavior.
    * NEWS: Mention this.
    * bootstrap.conf: Add year2038.

diff --git a/NEWS b/NEWS
index 6ebade3..060e938 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,10 @@ GNU grep NEWS                                    -*- outline 
-*-
   grep 3.8, in that patterns like \w and \b use ASCII rather than
   Unicode interpretations.
 
+  grep no longer fails on files dated after the year 2038,
+  when running on 32-bit x86 and ARM hosts using glibc 2.34+.
+  [bug introduced in grep 3.9]
+
 
 * Noteworthy changes in release 3.10 (2023-03-22) [stable]
 
diff --git a/bootstrap.conf b/bootstrap.conf
index 50948a6..ec48c37 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -102,6 +102,7 @@ windows-stat-inodes
 xalloc
 xbinary-io
 xstrtoimax
+year2038
 '
 gnulib_name=libgreputils
 

-----------------------------------------------------------------------

Summary of changes:
 NEWS           | 4 ++++
 bootstrap.conf | 1 +
 2 files changed, 5 insertions(+)


hooks/post-receive
-- 
grep



reply via email to

[Prev in Thread] Current Thread [Next in Thread]