*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 23 Nov 2000 15:05:40 +0000 (15:05 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 23 Nov 2000 15:05:40 +0000 (15:05 +0000)
old/fileutils/ChangeLog
old/fileutils/NEWS

index 920ec48ec1e3317e5e4739855c2ac93fb801733a..5398a446907e07274a56254adddbf858819139a2 100644 (file)
@@ -1,7 +1,32 @@
-2000-11-19  Jim Meyering  <meyering@lucent.com>
+2000-11-23  Jim Meyering  <meyering@lucent.com>
+
+       * src/chmod.c (mode_changed): New function.
+       (change_file_mode): Use it to determine accurately when -c should
+       make chmod announce there's been a change.
+       Based on a patch from Michael Stone.
+       Reported by root@khms.westfalen.de.
 
        * Version 4.0.33.
 
+       * tests/chmod/c-option: New test.
+       * tests/chmod/Makefile.am (TESTS): Add c-option
+
+       * tests/sticky-check: New file.  Factored out of tests/mkdir/parents.
+       * tests/Makefile.am (EXTRA_DIST): Add sticky-check.
+       * tests/mkdir/parents: Source sticky-check instead of open-coding it.
+
+2000-11-19  Jim Meyering  <meyering@lucent.com>
+
+       * tests/chmod/equal-x: Update to use its own directory, and better trap.
+
+2000-11-18  Paul Eggert  <eggert@twinsun.com>
+
+       * src/ls.c (BLOCK_SIZE_OPTION, COLOR_OPTION, FORMAT_OPTION,
+       INDICATOR_STYLE_OPTION, QUOTING_STYLE_OPTION,
+       SHOW_CONTROL_CHARS_OPTION, SORT_OPTION, TIME_OPTION): New enum
+       values, to ensure that option values can't collide with chars.
+       (long_options, decode_switches): Use them.
+
 2000-11-18  Paul Eggert  <eggert@twinsun.com>
 
        * src/sys2.h (GETOPT_HELP_CHAR, GETOPT_VERSION_CHAR): Now enum
index 56d7afc3bd9ab354b96a3ede5609bbf3ff3344ea..0af52861c057c934a7a62db338f08d90f39d0973 100644 (file)
@@ -1,5 +1,7 @@
 Changes in release 4.01:
 [4.0.33]
+* chmod --changes (-c) once again issues diagnostics only for the files
+    with changed permissions
 * mkdir now gives one diagnostic (rather than two) for certain failures
 * mkdir portability fix for NetBSD
 [4.0.32]