diff options
author | Jim Meyering <jim@meyering.net> | 2000-12-28 14:43:13 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-12-28 14:43:13 +0000 |
commit | 9f0489df43e55f93c6fd63533226cd54cebace55 (patch) | |
tree | d7ff562be1c1b9f9fa308d8617614e9bdeac9252 /old | |
parent | 46e7805428816fd9782c2d4f80f7a246e0387a86 (diff) | |
download | coreutils-9f0489df43e55f93c6fd63533226cd54cebace55.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index a57df0993..f9f1946c9 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,6 @@ -2000-12-27 Paul Eggert <eggert@twinsun.com> +2000-12-28 Jim Meyering <meyering@lucent.com> - * tests/cp/cp-parents: Turn off the working directory's sticky - bit, so that we don't have to worry about it later. + * tests/cp/cp-parents: Run sticky-check from just-created directory. 2000-12-28 Jim Meyering <meyering@lucent.com> @@ -10,6 +9,9 @@ 2000-12-27 Paul Eggert <eggert@twinsun.com> + * tests/sticky-check: Turn off the working directory's sticky + bit, so that we don't have to worry about it later. + * 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. @@ -29,6 +31,7 @@ 2000-12-25 Jim Meyering <meyering@lucent.com> Clean-up to avoid warnings from Irix's c89. + * src/remove.c (hash_compare_active_dir_ents): Return explicit `true' or `false', rather than relying on implicit int-to-enum cast. * src/copy.c (same_file_ok): Remove declaration and set of unused |