diff options
author | Jim Meyering <jim@meyering.net> | 2001-08-12 10:55:53 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-08-12 10:55:53 +0000 |
commit | 73db00ea871f3bdab8e755f7cbd4ebbe9f6aa3a0 (patch) | |
tree | 30361d9d8c65f273b9f7bc1edfd2d38aa2948da1 /old/fileutils | |
parent | a9066ef619d537e175b9beee7983105542cdbba3 (diff) | |
download | coreutils-73db00ea871f3bdab8e755f7cbd4ebbe9f6aa3a0.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index a8c7c4947..f7fd521eb 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,9 +1,5 @@ 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. @@ -14,6 +10,10 @@ (print_long_format): Add a comment about gettimeofday. Reported by Bernhard Baehr. + * src/shred.c: Include gtod.h. + (main): `Call' GETTIMEOFDAY_INIT, just in case the code ever changes + to make it necessary. + 2001-08-10 Paul Eggert <eggert@twinsun.com> * src/ls.c (print_long_format): Simplify previous patch for |