]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sat, 24 Feb 1996 18:29:11 +0000 (18:29 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 24 Feb 1996 18:29:11 +0000 (18:29 +0000)
old/sh-utils/ChangeLog

index 9523f37a3568f6c66233670b7b5566dd2e83391b..3102ea96fccdfc606cc4710cbe04bb7a5f145b7b 100644 (file)
@@ -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.