diff options
author | Jim Meyering <jim@meyering.net> | 2001-08-12 17:52:27 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-08-12 17:52:27 +0000 |
commit | d971214e8985ef786701aab674d0eb99bc1bd41a (patch) | |
tree | fbd9b9aa03f028391b1c34d88f4e426feeb33d5b /old | |
parent | 94fe1350f47b6236d4aa9adce132d8ef07af53dd (diff) | |
download | coreutils-d971214e8985ef786701aab674d0eb99bc1bd41a.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index f7fd521eb..2bb377d34 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,11 @@ 2001-08-12 Jim Meyering <meyering@lucent.com> + * tests/mk-script ($program_name): Define. + (main): Use $program_name, rather than long-inaccurate `build-script'. + (main): Iterate over the sorted keys (rather than `while...each...'), + so this script produces the same output regardless of which version + of perl (e.g., perl5.6) is used. + 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. |