summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog12
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