From 547eb80ef48babaff53d39d33111755059586a33 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 19 Oct 2003 18:54:16 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 325ebb9046..39595c8070 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,18 @@ -2003-10-18 Jim Meyering +2003-10-19 Jim Meyering * 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 + * tests/du/deref-args: Ensure that du -D now dereferences all symlinks specified on the command line, not just those that reference directories. -- 2.47.3