summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-12 09:19:37 +0000
committerJim Meyering <jim@meyering.net>2001-08-12 09:19:37 +0000
commita9066ef619d537e175b9beee7983105542cdbba3 (patch)
tree68358aee6ae53706ad348b39193ea49691cf7786 /old
parent3e4950247e9e356c94d755166315c64777af9eac (diff)
downloadcoreutils-a9066ef619d537e175b9beee7983105542cdbba3.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 57779812d..a8c7c4947 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,19 @@
+2001-08-12 Jim Meyering <meyering@lucent.com>
+
+ * src/shred.c: Include gtod.h.
+ (main): `Call' GETTIMEOFDAY_INIT, just in case the code ever changes
+ to make it necessary.
+
+ Work around non-compliant gettimeofday on Mac OS X 10.0.4,
+ (aka Darwin 1.3.7) that caused the date of the first file listed
+ in long output to be the current time rather than the file's mtime.
+ The real work is in m4/gettimeofday.m4 and the wrapper function,
+ lib/gettimeofday.c.
+ * src/ls.c: Include gtod.h.
+ (main): `Call' GETTIMEOFDAY_INIT.
+ (print_long_format): Add a comment about gettimeofday.
+ Reported by Bernhard Baehr.
+
2001-08-10 Paul Eggert <eggert@twinsun.com>
* src/ls.c (print_long_format): Simplify previous patch for