From: Jim Meyering Date: Thu, 4 Jan 2001 14:00:07 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-4_0_36~81 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=b7b4bec8df7275d3ea5b2bce68080a48e18dccf6;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index a7f0b2cdca..ba9e0c6977 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -2,6 +2,12 @@ * Version 4.0.36. +2001-01-03 Paul Eggert + + * NEWS: Document the planned --full-time change. + * doc/fileutils.texi: Likewise. + * NEWS: Document that time stamps depend on LC_TIME, not LC_MESSAGES. + 2001-01-03 Paul Eggert Use the more precise algorithm of GNU "make" to decide whether diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 559ee5dca8..386162351f 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,5 +1,9 @@ Changes in release 4.01: [4.0.36] +* The manual now warns that ls's --full-time format string is planned + to change in a future release. +* ls -l's time stamp format now depends on LC_TIME, not LC_MESSAGES, + as POSIX requires. * ls -l now reports the year for files even slightly in the future, as POSIX requires. This helps warn users about clock skew problems. * `cp -d file symlink-to-some-other-file' no longer fails