]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 26 Feb 2002 15:39:27 +0000 (15:39 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 26 Feb 2002 15:39:27 +0000 (15:39 +0000)
old/fileutils/ChangeLog

index 04f887d75f6c160088fcd35c17b89d22e477a247..bca1e2a47451d11b5f6a86e0989d151c0aa6b1f0 100644 (file)
@@ -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.