diff options
author | Jim Meyering <jim@meyering.net> | 1999-12-13 07:33:13 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-12-13 07:33:13 +0000 |
commit | 0c7c8c2992f0408ef3a1d977744bbd847f5c33ca (patch) | |
tree | 9ba27610d71789cb43ada6ba9b1bcfd24ffa1e7d /old | |
parent | c8d452098bc61a73f4217613828f080d076df213 (diff) | |
download | coreutils-0c7c8c2992f0408ef3a1d977744bbd847f5c33ca.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index f402ba5c2..5159760d7 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,6 +1,8 @@ 1999-12-13 Jim Meyering <meyering@ascend.com> - * Version 4.0k. + * lib/makepath.c (make_path): Consistently use error to output + the verbose, `created directory ...' messages. + Reported by Bernhard Rosenkraenzer. 1999-12-12 Jim Meyering <meyering@ascend.com> @@ -13,7 +15,11 @@ if not defined. This was necessary on a NeXT Turbostation running Mach 3.3. Reported by Nelson H. F. Beebe. - * src/ls.c (usage): + * src/ls.c (decode_switches): If -c or -u is specified and not -l + (or any other option that implies -l), and no sort-type was specified, + then sort by the ctime (-c) or atime (-u). Part of this change reverts + the 1998-01-10 delta. + (usage): Update to reflect this change. Reported by Paul Slootman via Michael Stone. 1999-12-09 Jim Meyering <meyering@ascend.com> |