summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-01-10 13:36:09 +0000
committerJim Meyering <jim@meyering.net>1998-01-10 13:36:09 +0000
commit27c1ad95764c0f2931ef9c581f7c83d313946a72 (patch)
tree364cb765a8b0ba0ee78b899f7aa0773ab2c906c2 /old
parent2eefbf76473c72ae3521566a79766f0001cf40bb (diff)
downloadcoreutils-27c1ad95764c0f2931ef9c581f7c83d313946a72.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 6df12e22a..025e5a3b7 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -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.