diff options
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r-- | old/fileutils/ChangeLog | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index b9e38d591..467277625 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,19 @@ +Tue Dec 5 17:38:11 1995 Jim Meyering (meyering@comco.com) + + * rm.c (rm): Work around SunOS 4 bug whereby lstat doesn't fail + when given a zero-length file name argument. Reported by + Mark Calabretta <mcalabre@atnf.csiro.au>. + +Wed Nov 22 23:12:47 1995 Jim Meyering (meyering@comco.com) + + * Makefile.in (all et. al.): If make was invoked with -k and a + sub-make fails, fail after the loop rather than exiting right away. + Otherwise, make's -k option could be ineffective. + Thu Nov 16 21:25:45 1995 Jim Meyering (meyering@comco.com) - * Makefile.in (_all): New default target. Depend on `all' to work - around bug in AIX-3.2.5's /bin/make Reported by Andreas Luik + * Makefile.in (default): New default target. Depend on `all' to work + around bug in AIX-3.2.5's /bin/make. Reported by Andreas Luik <luik@isa.de>. Fri Nov 10 23:31:46 1995 Jim Meyering (meyering@comco.com) |