diff options
author | Jim Meyering <jim@meyering.net> | 1998-01-10 15:08:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-01-10 15:08:00 +0000 |
commit | 1c5c2597b56db280b6c6bb8b0c0bbef9bc32e4b6 (patch) | |
tree | 03bf1ef562df369652dd3ccfec73c32d85876f18 /old | |
parent | eacbf12ea4cc30652e4fcebe5d8575191d4e9a51 (diff) | |
download | coreutils-1c5c2597b56db280b6c6bb8b0c0bbef9bc32e4b6.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 5 |
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. |