diff options
author | Jim Meyering <jim@meyering.net> | 2000-12-28 09:41:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-12-28 09:41:39 +0000 |
commit | e8c1aced2ba07e538c109e8cebd2c2fe7b01294a (patch) | |
tree | da91ae2ebc5f1263a288174874af56720fb65b26 | |
parent | 9926b4ec03ffaa488a74ed98916e58fb4fc71f86 (diff) | |
download | coreutils-e8c1aced2ba07e538c109e8cebd2c2fe7b01294a.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index e024693cc..2e5671abd 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,10 +1,16 @@ +2000-12-27 Paul Eggert <eggert@twinsun.com> + + * 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 <meyering@lucent.com> * 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. |