From aaba44e6395a1c261f28a915e90041a1c56f891a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 30 Apr 1999 20:59:49 +0000 Subject: [PATCH] *** empty log message *** --- THANKS | 1 + old/fileutils/ChangeLog | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/THANKS b/THANKS index 1f11628..d420ad4 100644 --- a/THANKS +++ b/THANKS @@ -72,6 +72,7 @@ Ross Ridge: rridge@calum.csclub.uwaterloo.ca Santiago Vila Doncel: sanvila@unex.es Stuart Kemp: skemp@peter.bmc.com Thomas Bushnell, n/BSG: thomas@gnu.ai.mit.edu +Ton Hospel: thospel@mail.dma.be Torbjorn Lindgren: tl@funcom.no Tony Leneis: tony@plaza.ds.adp.com Ulrich Drepper: drepper@cygnus.com diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index ccdecab..ea4096b 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,10 +1,13 @@ 1999-04-30 Jim Meyering + * src/touch.c (usage): Mention --no-create. + Only do the fstat if we need to. + On directories, resort to doing a stat, when necessary. + * src/copy.c (copy_internal): Move the one-file-system test so that it follows the `if (new_dst || !S_ISDIR (dst_sb.st_mode))' block. Prior to this change, `cp --one-file-system' would traverse a file- - system boundary if the destination directory existed. - From thospel@mail.dma.be. + system boundary if the destination directory existed. From Ton Hospel. 1999-04-26 Jim Meyering -- 2.7.4