diff options
author | Jim Meyering <jim@meyering.net> | 2000-12-26 08:51:59 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-12-26 08:51:59 +0000 |
commit | e41d7c5bee8177ccf62c8690f88b2a7a96c675ab (patch) | |
tree | 4ac5bfb09c46de87f8feeff3d2166ee120366b6b | |
parent | 37aa98f669ead6606be967c8c571390ea09cded2 (diff) | |
download | coreutils-e41d7c5bee8177ccf62c8690f88b2a7a96c675ab.tar.gz |
*** empty log message ***
-rw-r--r-- | old/fileutils/ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 002713417..b75fd426b 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,9 @@ 2000-12-26 Jim Meyering <meyering@lucent.com> * tests/mkdir/perm: Disable the test if the working directory has - the sticky bit set. Reported by Nelson Beebe. + the sticky bit set. + * tests/cp/cp-parents: Likewise. + Reported by Nelson Beebe. 2000-12-25 Jim Meyering <meyering@lucent.com> @@ -12,7 +14,7 @@ variables: src_sb_no_link, dst_sb_no_link. * src/ls.c (extract_dirs_from_files): Remove unused variable. Reported by Nelson Beebe. - + * src/ls.c (gobble_file): Move decl of local, val, into the scope where it's used. |