From: Jim Meyering Date: Sat, 24 Feb 1996 18:29:11 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-3_12j~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ff9e537fe1f17b0646dfe141afa1723bd5d80cf;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 9523f37a35..3102ea96fc 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,15 @@ +Sat Feb 24 12:20:58 1996 Jim Meyering (meyering@na-net.ornl.gov) + + * readtokens.c: Unprotoize. + + * expr.c (cmpf): Indent macro uses so ansi2knr doesn't mistake them + for function dcls and munge them. + (arithf): Likewise. + (arithdivf): Likewise. + + * text.c: __P-protect forward declarations. + (main): Protoize function definition. + * date.c (batch_convert): Declare BUFLEN local to be of type size_t, not int.