From: Jim Meyering Date: Sat, 30 Nov 1996 04:33:36 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19q~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9279ffdf29c4013630935a204c9f04ff98215fc1;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 32e879792d..7e4cf1866c 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,11 @@ Fri Nov 29 21:19:13 1996 Jim Meyering + * 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.