*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 30 Apr 1999 20:59:49 +0000 (20:59 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 30 Apr 1999 20:59:49 +0000 (20:59 +0000)
THANKS
old/fileutils/ChangeLog

diff --git a/THANKS b/THANKS
index 1f11628..d420ad4 100644 (file)
--- 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
index ccdecab..ea4096b 100644 (file)
@@ -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>