diff options
author | Jim Meyering <jim@meyering.net> | 1995-08-05 04:22:16 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-08-05 04:22:16 +0000 |
commit | a468aa55b6849484f041ce309f83fbb214f6c703 (patch) | |
tree | 403f21fa3ecceb98bb7733d012b926f778b22a03 /old/textutils/ChangeLog | |
parent | cbc82e5cc38784e0d498e7ecbecf28b7b7873c50 (diff) | |
download | coreutils-a468aa55b6849484f041ce309f83fbb214f6c703.tar.xz |
.
Diffstat (limited to 'old/textutils/ChangeLog')
-rw-r--r-- | old/textutils/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 59191f16f..1334fbd65 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,16 @@ +Fri Aug 4 23:21:46 1995 Jim Meyering (meyering@comco.com) + + * src/Makefile.in (DISTFILES): Include ansi2knr.c and ansi2knr.1. + Add suffixes, dependencies, and rules to convert ANSI source to K&R + when required. Mark tr.o and comm.o as the only such files (for now). + + * tr.c: Protoize. + * comm.c: Protoize. + + * Makefile.in (DISTFILES): Add aclocal.m4 and acconfig.h. + (configure): Depend on aclocal.m4. + (stamp.h.in): Depend on aclocal.m4 and acconfig.h. + Sun Jul 30 00:01:58 1995 Jim Meyering (meyering@comco.com) * md5sum.c (md5_check): Use getline instead of fgets. |