summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-05-13 15:22:28 +0000
committerJim Meyering <jim@meyering.net>2001-05-13 15:22:28 +0000
commit1650fcd3f749a5e72f732e4272d16876815758a0 (patch)
treee284d79239138de716b3badd6adedbf82b8ed495 /old/fileutils
parentcf3a6f7638a772a1929e42d14e88a049cb10495c (diff)
downloadcoreutils-1650fcd3f749a5e72f732e4272d16876815758a0.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog8
-rw-r--r--old/fileutils/NEWS3
2 files changed, 11 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 68468569c..f0b629ad4 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,11 @@
+2001-05-13 Jim Meyering <meyering@lucent.com>
+
+ * tests/Fetish.pm (run_tests): Fail if any test name is longer
+ than 12 bytes.
+
+ * tests/ls-2/tests: Shorten test names so the length of a
+ resulting file name doesn't exceed 14.
+
2001-05-12 Paul Eggert <eggert@twinsun.com>
* src/system.h (NODEV): New macro, if not already defined.
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS
index a10c6cb44..3d9533181 100644
--- a/old/fileutils/NEWS
+++ b/old/fileutils/NEWS
@@ -1,4 +1,7 @@
[4.1.1]
+* ls's new --dereference-command-line option causes it to dereference
+ symbolic links on the command-line only.
+* ls -H now means the same as ls --dereference-command-line, as per POSIX.
* ls -g now acts like ls -l, except it does not display owner, as per POSIX.
* ls -n now implies -l, as per POSIX.