diff options
author | Jim Meyering <jim@meyering.net> | 1999-04-02 04:20:17 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-04-02 04:20:17 +0000 |
commit | 7ba3c387417861301324355d439eb35b7f0dc185 (patch) | |
tree | 00ccad5100e424243d987725bc49a51002a2786b /old/fileutils | |
parent | c69d22ae26c53ee3ad408710cee84ccade807bbb (diff) | |
download | coreutils-7ba3c387417861301324355d439eb35b7f0dc185.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index ae6c562e0..606d84b52 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,18 @@ +1999-04-01 Jim Meyering <meyering@ascend.com> + + * configure.in (AC_CHECK_FUNCS): Add acl. + (AC_CHECK_HEADERS): Add sys/acl.h. + * src/ls.c [HAVE_SYS_ACL_H]: Include sys/acl.h. + (struct fileinfo): New member `have_acl'. + (gobble_file): Initialize it. + (print_long_format): Use it. + Mostly from Alen Muzinic. + + * src/touch.c (open_maybe_create): New function. + (touch): Rewrite not to use `creat' and to eliminate a race + condition that could make touch truncate a nonempty file. + Report and suggestions from Andrew Tridgell. + 1999-03-31 Jim Meyering <meyering@ascend.com> * src/du.c: Remove prototypes and tsort function definitions. |