From: Jim Meyering Date: Wed, 26 Apr 2000 12:36:49 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-4_0r~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2f4177fa6bc430dbd9bf13752abe863e452a1384;p=thirdparty%2Fcoreutils.git . --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 0b34fc8e8a..4e4fc05080 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,13 @@ +2000-04-25 Jim Meyering + + * makepath.c (S_IRWXUGO): Define. + (make_path): Always perform explicit chmod if MODE specifies any + of the `special' permission bits. + 2000-04-18 Jim Meyering + * README: New file. + * getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define getpagesize. For BeOS. Based on a patch from Bruno Haible.