diff options
author | Jim Meyering <jim@meyering.net> | 1997-12-13 22:54:01 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-12-13 22:54:01 +0000 |
commit | 8f38e994803a495724a1e8806ce268a66e7613c7 (patch) | |
tree | c7f5f397d166160a826a5c4c208e8740ea5d8683 /old | |
parent | f977e4b5cf606610471bf828c300bbfc43e8715e (diff) | |
download | coreutils-8f38e994803a495724a1e8806ce268a66e7613c7.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index ae6db9fff..86c51ed16 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,16 @@ 1997-12-13 Jim Meyering <meyering@na-net.ornl.gov> + * Version 3.16g. + + * tests/Makefile.am (check-local): New target. + + * tests/.posix-warn: New file. + + * src/dd.c (usage): Mention that `notrunc' is a conv= option. + Change --help output to tell the truth: that for of=FILE, + FILE *is* truncated. Reported by Miles Bader. + Remove incomplete, usage-like comment at top of file. + * src/mv.c (do_move): If rename fails for any reason (not just when errno == EXDEV), then revert to trying copy-then-unlink. This is necessary to allow moving files within certain types of Linux NFS |