]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Wed, 24 Mar 1993 06:23:42 +0000 (06:23 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 24 Mar 1993 06:23:42 +0000 (06:23 +0000)
old/fileutils/ChangeLog

index a8c91403d501821a218544452310fed467fef56a..10e246be655f78a79e32e427d65b5ef05d56e4c2 100644 (file)
@@ -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