diff options
-rw-r--r-- | old/sh-utils/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 9523f37a3..3102ea96f 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. |