summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-12-02 14:53:18 +0000
committerJim Meyering <jim@meyering.net>2000-12-02 14:53:18 +0000
commit41f20fd38f850c5c7e77611e3e22251b48bf49b0 (patch)
treeb6bc833ede99b8930d92cefc0420b65bb1dbccef /old
parent1c8189de61b6c5e97ab7409cfa9df7ba05fe041a (diff)
downloadcoreutils-41f20fd38f850c5c7e77611e3e22251b48bf49b0.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 3c319e7f6..5c0ff9a39 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -2,6 +2,17 @@
* Version 4.0.34.
+ * tests/ls/Makefile.am (TESTS): Add follow-slink.
+ * tests/ls/follow-slink: New file.
+
+2000-12-01 Paul Eggert <eggert@twinsun.com>
+
+ * src/ls.c (gobble_file): Do not fall back on lstat if stat
+ fails; POSIX.2 does not allow this. Invoke acl only on
+ non-symlinks, and only if lstat or stat succeeds.
+
+2000-12-02 Jim Meyering <meyering@lucent.com>
+
* configure: Regenerate using the very latest version (in CVS) of
autoconf.