From: Jim Meyering Date: Sun, 29 Oct 1995 20:44:14 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-3_12f~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9eb195d6a5692a30607af5d5a9870308481f8967;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index a55c9d5b94..7288efdfa7 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,21 @@ +Sun Oct 29 14:04:36 1995 Jim Meyering (meyering@comco.com) + + * paste.c (main): Move function body to end of file. + Remove forward dcls and protoize. + * sum.c (main): Likewise. + * nl.c: Protoize. Reorder functions to obviate forward dcls. + Remove forward dcls. + * tac.c: Likewise. + * src/Makefile.in: + + * sum.c (bsd_sum_file): Give file name parameter const attribute. + (sysv_sum_file): Likewise. + + * tac.c (xwrite): Give output buffer parameter const attribute. + (output): Likewise for both parameters. + (tac): Likewise for file name parameter. + (tac_file): Likewise. + Sat Oct 28 16:02:39 1995 Jim Meyering (meyering@comco.com) * md5sum.c (md5_check): Use the same message format when there is @@ -17,7 +35,7 @@ Mon Oct 23 23:17:04 1995 Jim Meyering (meyering@comco.com) * lib/Makefile.in (INCLUDE, COMPILE): New variables. (.c.o): Rewrite to be more like src/Makefile.in. - + * src/Makefile.in (distclean): Remove .deps. Include @top_srcdir@/mkdep-Makefile.