]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 10 Jan 1998 13:36:09 +0000 (13:36 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 10 Jan 1998 13:36:09 +0000 (13:36 +0000)
old/fileutils/ChangeLog

index 6df12e22a405cd1dcaea60fcce8d4cc3c2f3e73d..025e5a3b71b45be5250d4008cfd57f000029ec13 100644 (file)
@@ -1,5 +1,17 @@
 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
 
+       * src/ls.c (decode_switches) [-u]: Fix bug whereby -u had no effect
+       without -l or -t.  Now, -u (like -c) implies --sort=time.
+       (usage): Correct descriptions of --sort, --time, and -t.
+       Suggestions from Andreas Schwab.
+
+       Add test for the above.
+       * configure.in (AC_OUTPUT): Add tests/ls/Makefile.
+       * tests/Makefile.am (SUBDIRS): Add ls.
+       * tests/ls: New directory.
+       * tests/ls/Makefile.am: New file.
+       * tests/ls/time-1: New file.
+
        * lib/makepath.c (make_path): Reformat 3 if-stmts to test
        `if (newly_created_dir)' only once.  Suggestion from Andreas Schwab.