From: Jim Meyering Date: Wed, 5 May 1999 13:16:42 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-1_22k~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=76a9b4dc10e83a7fd4937787644fcb43fbd7d4fc;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 2d5a351b41..61f05145f0 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,24 @@ +1999-05-05 Jim Meyering + + * src/ls.c (USE_ACL): Define this only #if + (HAVE_SYS_ACL_H && HAVE_ACL && defined GETACLCNT). + Use `USE_ACL' in place of `HAVE_ACL' everywhere else. From Kaveh Ghazi. + +1999-05-04 Jim Meyering + + * lib/makepath.c: Include makepath.h libintl.h, not after it. + Otherwise, we'd get the wrong definition of PARAMS from libintl.h. + (The method of defining PARAMS in libintl.h doesn't check PROTOTYPES, + which is necessary on Irix4 since cc doesn't define __STDC__.) + From Kaveh Ghazi. + +1999-04-30 Jim Meyering + + * Makefile.maint: Define several tag-related make variables. + (cvs-dist): Use the make variables instead of shell ones. + (announcement): Automatically generate diffs for all ChangeLog files, + not just the top level one. + 1999-04-30 Paul Eggert * lib/dup2.c: New file.