summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-11-23 15:05:40 +0000
committerJim Meyering <jim@meyering.net>2000-11-23 15:05:40 +0000
commit5afa8c022ebdb86e87249d8f8c4dfec9623ac0f9 (patch)
treee28b67db76159be75cbd9aeca9f4a9777d068db6 /old/fileutils
parent6202e797128c832f4b3afab19161c5a9a335bb87 (diff)
downloadcoreutils-5afa8c022ebdb86e87249d8f8c4dfec9623ac0f9.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog27
-rw-r--r--old/fileutils/NEWS2
2 files changed, 28 insertions, 1 deletions
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 <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
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]