]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
chmod -w now complains if it differs from chmod a-w.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 4 May 2005 17:23:13 +0000 (17:23 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 4 May 2005 17:23:13 +0000 (17:23 +0000)
ChangeLog

index 7dcb89fa6a6fd0cb24d0ca364c7595826e1377c3..24ffc39268e8f216fd193485623924bb2e3a8238 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.