]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 13 Dec 1999 07:33:13 +0000 (07:33 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 13 Dec 1999 07:33:13 +0000 (07:33 +0000)
old/fileutils/ChangeLog

index f402ba5c2c2e978e4a92bd210a87850d1c5850f1..5159760d7c48951e65f00f2896f727a055ac7f5a 100644 (file)
@@ -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>
 
        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>