diff options
author | Jim Meyering <jim@meyering.net> | 1993-03-24 06:23:42 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1993-03-24 06:23:42 +0000 |
commit | 0fb79b9ee41aa1bcf454008d67ce6cb3004686f1 (patch) | |
tree | 50c440c8686735b20a22473b844eefdf82c0480d | |
parent | 89ed6c2fec63c608f356403a406dd1bde5a33937 (diff) | |
download | coreutils-0fb79b9ee41aa1bcf454008d67ce6cb3004686f1.tar.xz |
.
-rw-r--r-- | old/fileutils/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index a8c91403d..10e246be6 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,15 @@ +Tue Mar 23 23:13:33 1993 Jim Meyering (meyering@comco.com) + + * ls.c (gobble_file): Don't stat symlinks unless we need to. + From Mike Rendell <michael@mercury.cs.mun.ca>. + + * dd.c (copy, copy_with_block, copy_with_block): Decrement + pending_spaces only if it's > 0. The following command didn't + terminate: + perl -e 'print "a a\n";'| dd of=/dev/null ibs=1 cbs=3 conv=unblock + With suggestions from Chris Weber <weber@bucknell.edu>, + Marlys.A.Nelson@uwrf.edu, and Albert-Lunde@nwu.edu. + Mon Dec 7 20:09:59 1992 Jim Meyering (meyering@idefix.comco.com) * install.c (isnumber), chgrp.c (change_file_group): Define ISDIGIT |