diff options
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 6 | ||||
-rw-r--r-- | old/fileutils/NEWS | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index a7f0b2cdc..ba9e0c697 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -4,6 +4,12 @@ 2001-01-03 Paul Eggert <eggert@twinsun.com> + * 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 <eggert@twinsun.com> + Use the more precise algorithm of GNU "make" to decide whether a file is in the future, by looking at high-resolution time stamps if available. diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 559ee5dca..386162351 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 |