summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-11-10 14:42:39 +0000
committerJim Meyering <jim@meyering.net>1995-11-10 14:42:39 +0000
commit908b4d6cb95d6e534463907183e0fa4307e26e85 (patch)
tree87610c8543ea128919e011890a08965f005b4f80 /old/fileutils
parent0683df4bf83439d907538a3573be64dfc3e52074 (diff)
downloadcoreutils-908b4d6cb95d6e534463907183e0fa4307e26e85.tar.xz
.
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index c3c243411..306c2910b 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.