diff options
author | Jim Meyering <jim@meyering.net> | 2000-09-25 20:25:04 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-09-25 20:25:04 +0000 |
commit | 65e65dbf304a2ae2c3915f143f62b092d5c8ca92 (patch) | |
tree | a1b1bc824d68508f34d185cc8e4072727a88f39e | |
parent | ec00767a8e48c2595c82e9d956596b5a14ec405e (diff) | |
download | coreutils-65e65dbf304a2ae2c3915f143f62b092d5c8ca92.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 81e1d5508..2669547d6 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,14 @@ 2000-09-25 Jim Meyering <meyering@lucent.com> + * tests/cp/same-file: Don't use `diff -u'. It's not portable. + Reported by Christian Krackowizer. + * tests/cp/same-file: Run `diff -c' only if cmp finds a difference. + * tests/mv/part-symlink: Likewise. And clean up. + + `shred --exact file1 file2' wouldn't touch `file1' + * src/shred.c (long_opts): --exact doesn't take an argument. + Reported by Alan Iwi. + * Makefile.maint (PREV_VERSION): Get the value from a file, rather than trying to derive it from the current version number. This is much more robust. |