diff options
author | Jim Meyering <jim@meyering.net> | 2001-01-02 07:20:13 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-01-02 07:20:13 +0000 |
commit | 1f29ee0e023119cf1ec78e742389cc3ebac7b496 (patch) | |
tree | bb961d9b9eb75fe3d6f6996fa49897250820ffed /old/fileutils/ChangeLog | |
parent | 5285933ed8920cee9340e0ce38e039ef8decb282 (diff) | |
download | coreutils-1f29ee0e023119cf1ec78e742389cc3ebac7b496.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r-- | old/fileutils/ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 9808add23..6a99ca424 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,18 @@ +2001-01-01 Paul Eggert <eggert@twinsun.com> + + * 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 <meyering@lucent.com> * tests/chmod/Makefile.am (TESTS): Add setgid. - * tests/chmod/setgid: Test for this change. Based on a report from Paul Eggert. |