summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-12-31 08:33:59 +0000
committerJim Meyering <jim@meyering.net>2000-12-31 08:33:59 +0000
commit33cf956fc89795caa120bc262840bdd701fc9850 (patch)
tree7267c068d22a2bf0a0ee47a7ed2819863c7e1f55 /old
parent66816a3514258759a1d264a8b4c204cfc7bc3361 (diff)
downloadcoreutils-33cf956fc89795caa120bc262840bdd701fc9850.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 27d5b42f2..8d84a2386 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,8 @@
+2000-12-30 Paul Eggert <eggert@twinsun.com>
+
+ * src/ls.c (gobble_file): If not using long format, don't
+ invoke acl; it's not needed.
+
2000-12-30 Jim Meyering <meyering@lucent.com>
Avoid an unnecessary `stat' when using --dereference.