From: Jim Meyering Date: Thu, 3 Jul 1997 12:13:31 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: SH-UTILS-1_16c~125 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=ab171ee6b54986f31a62a6eef11c5daa3dd3ff05;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/THANKS b/THANKS index a81bf097fa..da2d594e9e 100644 --- a/THANKS +++ b/THANKS @@ -4,6 +4,7 @@ The rest of the addresses are still in the ChangeLog. Andreas Schwab: schwab@issan.informatik.uni-dortmund.de Arne Henrik Juul: arnej@imf.unit.no Bauke Jan Douma: bjdouma@xs4all.nl +Bengt Martensson: bengt@mathematik.uni-Bremen.de Charles Karney: karney@pppl.gov Eirik Fuller: eirik@netcom.com Emile LeBlanc: leblanc@math.toronto.edu diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 300b2b680c..084fe38669 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,13 @@ +1997-07-03 Jim Meyering + + * src/mv.c (apply_attributes): New function. + (copy_reg): Use apply_attributes instead of open-coding the pieces. + Now, failure to preserve file attributes does not cause mv to change + its exit status, and such failures elicit warning diagnostics. This + behavior is required by POSIX. Before, failure to preserve ownership + due to insufficient access was diagnosed only for root. + Prompted by a report from Bengt Martensson. + Tue Jul 1 06:42:17 1997 Jim Meyering * lib/makepath.c (make_path): Reorder stat-then-mkdir-if-missing