From: Jim Meyering Date: Sat, 31 Oct 1992 23:02:03 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ISDIGIT-bug-fix~48 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cdb20814d2dbd70ac952285ebe01372f513849fd;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 2469a50471..7a14debb4d 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,14 @@ +Sat Oct 31 16:32:17 1992 Jim Meyering (meyering@idefix.comco.com) + + * fsusage.c (adjust_blocks): Convert to a macro. The static + function wasn't always used. + + * makepath.c, cp.c, ls.c: Add parentheses to expressions + like (c = *p++) as per suggestion from gcc -Wall. + + * dd.c (swab_buffer): Fix typo that incremented pointer instead + of counter. Add braces around static struct initializers. + Thu Oct 29 14:57:21 1992 David J. MacKenzie (djm@kropotkin.gnu.ai.mit.edu) * Version 3.4.