From: Jim Meyering Date: Thu, 28 Dec 2000 09:41:39 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0_36~159 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=e8c1aced2ba07e538c109e8cebd2c2fe7b01294a;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index e024693cca..2e5671abdb 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,10 +1,16 @@ +2000-12-27 Paul Eggert + + * src/copy.c (same_file_ok): Use a single auto var for + tmp_dst_sb, instead of two static vars. Likewise for + tmp_src_sb. + 2000-12-26 Jim Meyering * Version 4.0.35. * Regenerate build/config framework to use automake-1.4b and the latest CVS version autoconf. - + * tests/mkdir/perm: Disable the test if the working directory has the sticky bit set. * tests/cp/cp-parents: Likewise.