From 5afa8c022ebdb86e87249d8f8c4dfec9623ac0f9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 23 Nov 2000 15:05:40 +0000 Subject: *** empty log message *** --- old/fileutils/ChangeLog | 27 ++++++++++++++++++++++++++- old/fileutils/NEWS | 2 ++ 2 files changed, 28 insertions(+), 1 deletion(-) (limited to 'old/fileutils') diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 920ec48ec..5398a4469 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 56d7afc3b..0af52861c 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] -- cgit v1.2.3-54-g00ecf