From: Jim Meyering Date: Thu, 23 Nov 2000 15:05:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0_33~53 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=5afa8c022ebdb86e87249d8f8c4dfec9623ac0f9;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 920ec48ec1..5398a44690 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,32 @@ -2000-11-19 Jim Meyering +2000-11-23 Jim Meyering + + * 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 + + * tests/chmod/equal-x: Update to use its own directory, and better trap. + +2000-11-18 Paul Eggert + + * 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 * src/sys2.h (GETOPT_HELP_CHAR, GETOPT_VERSION_CHAR): Now enum diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 56d7afc3bd..0af52861c0 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -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]