diff options
author | Jim Meyering <jim@meyering.net> | 1996-02-24 18:29:11 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-02-24 18:29:11 +0000 |
commit | 6ff9e537fe1f17b0646dfe141afa1723bd5d80cf (patch) | |
tree | f09080255fab3f8db9712c6866c96e81059b52bc /old | |
parent | b12057e3bd372f6cf1829e42ddc4424b050c8f24 (diff) | |
download | coreutils-6ff9e537fe1f17b0646dfe141afa1723bd5d80cf.tar.xz |
.
Diffstat (limited to 'old')
-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. |