diff options
author | Jim Meyering <jim@meyering.net> | 1999-11-17 08:18:22 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-11-17 08:18:22 +0000 |
commit | 8c63b5603035bf5835c5cd57e6ff5351c6653e87 (patch) | |
tree | d74d89efcd3e5aea8453558952a165e531b267ca /old | |
parent | 29e829a66aed15573d67930061da62f92ea22c09 (diff) | |
download | coreutils-8c63b5603035bf5835c5cd57e6ff5351c6653e87.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index a3da989e2..884902a33 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,14 @@ +1999-11-17 Jim Meyering <meyering@ascend.com> + + * 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 <eggert@twinsun.com> + + * touch.c (touch): Simplify code a tad, using fd == -1 instead + of separate valid_fd variable. + 1999-11-13 Jim Meyering <meyering@ascend.com> * src/touch.c (touch): Don't fail just because we couldn't open |