From: Jim Meyering Date: Tue, 2 Jan 2001 07:20:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0_36~109 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1f29ee0e023119cf1ec78e742389cc3ebac7b496;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 9808add238..6a99ca424c 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,18 @@ +2001-01-01 Paul Eggert + + * doc/fileutils.texi, NEWS: + ls -l now reports the year for files even slightly in the future, as + POSIX requires. This helps warn users about clock skew problems. + + * src/ls.c (print_long_format): + Report the year for files even slightly in the future. + Avoid overflow problems near Y2038 on 32-bit hosts. + To calculate "six months", take half the average Gregorian + year, not 180 days. + 2001-01-01 Jim Meyering * tests/chmod/Makefile.am (TESTS): Add setgid. - * tests/chmod/setgid: Test for this change. Based on a report from Paul Eggert.