summaryrefslogtreecommitdiff
path: root/old/fileutils/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r--old/fileutils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index fa5053783..d4ede0e5a 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,10 @@
1998-01-10 Jim Meyering <meyering@na-net.ornl.gov>
+ * src/install.c (install_file_to_path): New function.
+ (main): Handle new option, -D.
+ Based on a patch from Marty Leisner.
+ (usage): Describe -D.
+
* src/ls.c (decode_switches) [-u]: Fix bug whereby -u worked only
with -l or -t. Now, -u (like -c) implies --sort=time.
(usage): Correct descriptions of --sort, --time, and -t.