From: Jim Meyering Date: Wed, 24 Mar 1993 06:23:42 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-3_8_3b~99 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0fb79b9ee41aa1bcf454008d67ce6cb3004686f1;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index a8c91403d5..10e246be65 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 . + + * 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 , + 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