summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-02-26 15:39:27 +0000
committerJim Meyering <jim@meyering.net>2002-02-26 15:39:27 +0000
commit419dd76de0d869077a424a5aa6e4bd144215a4b6 (patch)
treea04024ece005fdca8d585d3cc4f29dcae5ec995e /old/fileutils
parent04c4d4dc873cd017f9473790dc7e444e8f2300cb (diff)
downloadcoreutils-419dd76de0d869077a424a5aa6e4bd144215a4b6.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog18
1 files changed, 17 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 04f887d75..bca1e2a47 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,7 +1,23 @@
-2002-02-20 Jim Meyering <meyering@lucent.com>
+2002-02-26 Jim Meyering <meyering@lucent.com>
* Version 4.1.6.
+2002-02-25 Paul Eggert <eggert@twinsun.com>
+
+ Add ACL support to 'ls' for HP-UX and Unixware, and try to
+ establish a framework for adding it for other hosts.
+ This builds on a suggestion of Andreas Gruenbacher.
+
+ * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
+ * lib/acl.h, lib/acl.c, m4/acl.m4: New files.
+ * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
+ Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
+ * src/ls.c: Include "acl.h" rather than <sys/acl.h>.
+ (USE_ACL): Remove; replaced by HAVE_ACL everywhere.
+ (gobble_file): Use file_has_acl rather than doing it ourselves.
+
+2002-02-20 Jim Meyering <meyering@lucent.com>
+
* src/touch.c: Include posixver.h.
(usage): Document only the intersection of the old and new behaviors,
to encourage portability.