From: Jim Meyering Date: Fri, 10 Nov 1995 14:42:39 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_13F~66 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=908b4d6cb95d6e534463907183e0fa4307e26e85;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index c3c2434115..306c2910b9 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -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.