diff options
author | Jim Meyering <jim@meyering.net> | 1999-04-30 20:59:49 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-04-30 20:59:49 +0000 |
commit | aaba44e6395a1c261f28a915e90041a1c56f891a (patch) | |
tree | 54347e0d7d7aa2c0b034aa7cb02495bd8d08fc2e /old/fileutils | |
parent | 1cd88b2b5e279716824a684967b9b801a14073b5 (diff) | |
download | coreutils-aaba44e6395a1c261f28a915e90041a1c56f891a.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 7 |
1 files changed, 5 insertions, 2 deletions
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> |