summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-10-19 18:54:16 +0000
committerJim Meyering <jim@meyering.net>2003-10-19 18:54:16 +0000
commit547eb80ef48babaff53d39d33111755059586a33 (patch)
treec17d6ca73575694ad778ce069da7e48b48ee7ca7 /ChangeLog
parent96a5d2ce6a53d96cb667af78f13e56fadcdb91e6 (diff)
downloadcoreutils-547eb80ef48babaff53d39d33111755059586a33.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 325ebb904..39595c807 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,18 @@
-2003-10-18 Jim Meyering <jim@meyering.net>
+2003-10-19 Jim Meyering <jim@meyering.net>
* Version 5.1.0.
+ chmod now uses fts to perform a directory traversal when -R is
+ specified. Before, it operated on full path names, and as such
+ would encounter the PATH_MAX (often 4096) limit.
+
+ * src/chmod.c: Include "xfts.h".
+ (process_file): Rename from change_file_mode.
+ Adapt to be used with fts.
+ (process_files): New function.
+
+2003-10-18 Jim Meyering <jim@meyering.net>
+
* tests/du/deref-args: Ensure that du -D now dereferences all
symlinks specified on the command line, not just those that
reference directories.