Skip to content

Commit

Permalink
maint: require support for post-2038 timestamps
Browse files Browse the repository at this point in the history
* bootstrap.conf (gnulib_modules): Replace year2038 with
year2038-required.
  • Loading branch information
eggert committed Apr 10, 2023
1 parent 6f91c2e commit ffd62ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ GNU coreutils NEWS -*- outline -*-
Previously it deduced the size of inputs while leaving the offset unchanged.
[bug introduced in coreutils-8.27]

Coreutils programs no longer fail for timestamps past the year 2038
on obsolete configurations with 32-bit signed time_t, because the
build procedure now rejects these configurations.
[This bug was present in "the beginning".]

** Changes in behavior

'cp -n' and 'mv -n' now issue an error diagnostic if skipping a file,
Expand Down
2 changes: 1 addition & 1 deletion bootstrap.conf
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ gnulib_modules="
xstrtol-error
xstrtold
xstrtoumax
year2038
year2038-required
yesno
"

Expand Down

0 comments on commit ffd62ab

Please sign in to comment.