From: Jim Meyering Date: Wed, 17 Nov 1999 08:18:22 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0j-trial~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8c63b5603035bf5835c5cd57e6ff5351c6653e87;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index a3da989e23..884902a335 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,14 @@ +1999-11-17 Jim Meyering + + * src/mkdir.c (S_IRWXUGO): Define if necessary. + (main): Use chmod to set the permissions if bits other than those + of S_IRWXUGO were requested. Reported by Sami Farin. + +1999-11-14 Paul Eggert + + * touch.c (touch): Simplify code a tad, using fd == -1 instead + of separate valid_fd variable. + 1999-11-13 Jim Meyering * src/touch.c (touch): Don't fail just because we couldn't open