diff options
author | Jim Meyering <jim@meyering.net> | 1996-11-30 04:33:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-11-30 04:33:36 +0000 |
commit | 9279ffdf29c4013630935a204c9f04ff98215fc1 (patch) | |
tree | fc5230f77aefa465d81df755470c0f04ef41a977 | |
parent | 0682a5efe9be735dac040185c73e581f641279fc (diff) | |
download | coreutils-9279ffdf29c4013630935a204c9f04ff98215fc1.tar.xz |
.
-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 32e879792..7e4cf1866 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,11 @@ Fri Nov 29 21:19:13 1996 Jim Meyering <meyering@na-net.ornl.gov> + * src/install.c (copy_file): Allow installation from non-directory + (rather than only regular) files. Suggestion from Charles Karney. + + * src/df.c (main): Accept -F as a synonym for -t for compatibility + with Solaris. From Peter Eriksson. + * src/ls.c (main): Close stdout and check result, in case any deferred writes fail. Use EXIT_SUCCESS and EXIT_FAILURE in exit and usage calls. |