From: Jim Meyering Date: Sun, 12 Oct 2003 14:20:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.1.0~438 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f28258e14226e18c2566d9d656f48527defa56ec;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index cfdf455133..2350964b6e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,15 @@ * Version 5.0.92. + FIXME: update coreutils.texi + + New options: --preserve-root and --no-preserve-root. + * src/chmod.c (change_file_mode): Honor new option. + (change_file_mode): Strip trailing slashes on directory + argument passed to change_dir_mode. + (get_root_dev_ino): New function. + (main): Initialize global, root_dev_ino. + * src/copy.c (copy_internal): Don't #ifdef-out simple uses of S_ISLNK or S_ISSOCK. The S_IS* macros are guaranteed to be defined via system.h. @@ -9,6 +18,8 @@ 2003-10-08 Jim Meyering + * Version 5.0.92. + * src/csplit.c (main): Remove obsolete FIXME. 2003-10-07 Jim Meyering