.
authorJim Meyering <jim@meyering.net>
Sat, 30 Nov 1996 04:33:36 +0000 (04:33 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 30 Nov 1996 04:33:36 +0000 (04:33 +0000)
old/fileutils/ChangeLog

index 32e879792d344301cf4d3f9f9ff059fcb6b87d89..7e4cf1866ce62e9053934373b1181d3815a62519 100644 (file)
@@ -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.