diff options
author | Jim Meyering <jim@meyering.net> | 1999-11-12 10:54:21 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-11-12 10:54:21 +0000 |
commit | 987955f7c50599e16e86fc3c6ea121621c27070a (patch) | |
tree | 6c734be37b1a7ac3c1fef76afd8e105b34634a72 | |
parent | c5187c959c6fce4eea6e6e21a4e7bf8148be6c67 (diff) | |
download | coreutils-987955f7c50599e16e86fc3c6ea121621c27070a.tar.xz |
*** empty log message ***
-rw-r--r-- | THANKS | 1 | ||||
-rw-r--r-- | old/fileutils/ChangeLog | 8 |
2 files changed, 9 insertions, 0 deletions
@@ -69,6 +69,7 @@ Matthew S. Levine: mslevine@theory.lcs.mit.edu Matthew Swift: swift@alum.mit.edu Matthias Urlichs: smurf@noris.de Michiel Bacchiani: bacchian@raven.bu.edu +Michael ???:michael@roka.net Michael Veksler: mveksler@techunix.technion.ac.il Michael Stone: mstone@debian.org Miles Bader: miles@gnu.ai.mit.edu diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index b45b1d836..ba81d42c7 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,11 @@ +1999-11-12 Jim Meyering <meyering@ascend.com> + + * src/remove.c (print_nth_dir): Write one fewer byte so we don't print + a trailing slash. + (rm): Fix bugs in (and test, this time) the very-rarely-used code + to warn about directory cycles. + Reported by michael@roka.net. + 1999-11-11 Jim Meyering <meyering@ascend.com> * src/copy.c (copy_internal): Treat src and dest as the `same' in |