mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-23 09:56:42 +08:00
maint: require support for post-2038 timestamps
* bootstrap.conf (gnulib_modules): Replace year2038 with year2038-required.
This commit is contained in:
parent
6f91c2eac3
commit
ffd62ab92c
5
NEWS
5
NEWS
@ -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,
|
||||
|
@ -318,7 +318,7 @@ gnulib_modules="
|
||||
xstrtol-error
|
||||
xstrtold
|
||||
xstrtoumax
|
||||
year2038
|
||||
year2038-required
|
||||
yesno
|
||||
"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user