diff options
author | Jim Meyering <jim@meyering.net> | 2000-04-26 12:36:49 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-04-26 12:36:49 +0000 |
commit | 2f4177fa6bc430dbd9bf13752abe863e452a1384 (patch) | |
tree | c96fefc1af759884da4457709b654aa984149a80 | |
parent | eddd846acbdb06d111abb30feb690d7124ee7643 (diff) | |
download | coreutils-2f4177fa6bc430dbd9bf13752abe863e452a1384.tar.xz |
.
-rw-r--r-- | lib/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 0b34fc8e8..4e4fc0508 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,13 @@ +2000-04-25 Jim Meyering <meyering@lucent.com> + + * 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 <meyering@lucent.com> + * README: New file. + * getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define getpagesize. For BeOS. Based on a patch from Bruno Haible. |