diff options
-rw-r--r-- | THANKS | 1 | ||||
-rw-r--r-- | old/fileutils/ChangeLog | 7 |
2 files changed, 6 insertions, 2 deletions
@@ -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 ccdecab1c..ea4096b2a 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,10 +1,13 @@ 1999-04-30 Jim Meyering <meyering@ascend.com> + * 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 <meyering@ascend.com> |