diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-04 17:23:13 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-04 17:23:13 +0000 |
commit | b9abf51d74c01599d00e5ec31d9974dc05499bb7 (patch) | |
tree | b2e5c3f78c6f98e75fa82d9f9f1ad4488f6dc462 | |
parent | a68066a0fb9f40e5e91d12c9ebc4515bf35660a5 (diff) | |
download | coreutils-b9abf51d74c01599d00e5ec31d9974dc05499bb7.tar.xz |
chmod -w now complains if it differs from chmod a-w.
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,7 +1,19 @@ -2005-05-02 Paul Eggert <eggert@cs.ucla.edu> +2005-05-04 Paul Eggert <eggert@cs.ucla.edu> * Version 5.3.1. + * NEWS: chmod -w now complains if it differs from chmod a-w. + * src/chmod.c: Include quotearg.h. + (diagnose_surprises): New var. + (process_file): Diagnose surprises. Simplify the logic a bit, + while we're at it. + (main): Prepare to diagnose surprises. Remove useless code for + '-' option. + * tests/chmod/Makefile.am (TESTS): Add umask-x. + * tests/chmod/umask-x: New file. + +2005-05-02 Paul Eggert <eggert@cs.ucla.edu> + * NEWS: ls --indicator-style=directory renamed to ls --indicator-style=slash, to avoid confusion with ls --directory. * src/ls.c (usage): Likewise. |