.
authorJim Meyering <jim@meyering.net>
Fri, 10 Nov 1995 14:42:39 +0000 (14:42 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 10 Nov 1995 14:42:39 +0000 (14:42 +0000)
old/fileutils/ChangeLog

index c3c2434..306c291 100644 (file)
@@ -1,3 +1,23 @@
+       * src/Makefile.in (DISTFILES): Include ansi2knr.c and ansi2knr.1.
+       (clean): Remove temp files generated by ansi2knr rules.
+       (ansi2knr): New rule.
+       Add suffixes, dependencies, and rules to convert ANSI source to K&R
+       when required.
+       ($(OBJECTS)): Depend on $(ANSI2KNR)
+
+       * configure.in: Add fp_C_PROTOTYPES.
+
+       * Makefile.in (DISTFILES): Add aclocal.m4.
+       (configure): Depend on aclocal.m4.
+       (stamp.h.in): Depend on aclocal.m4 and acconfig.h.
+       * acconfig.h: Add PROTOTYPES.
+
+       * cp.h: Remove declaration of error.
+       Protoize forward dcls of functions in cp-hash.c and cp-aux.c
+       * cp-aux.c: Protoize and add const attribute to parameters.
+       * cp-hash.c: Likewise.
+       * cp.c: Include error.h.
+
 Thu Nov  9 23:27:05 1995  Jim Meyering  (meyering@comco.com)
 
        * system.h [__P]: Define it.