From: Jim Meyering Date: Wed, 18 Oct 1995 03:48:29 +0000 (+0000) Subject: . X-Git-Tag: v4.5.1~12313 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da20dc044a582680052b8d27c70b7c889fe431a3;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 98bd57482c..af52634ec8 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,23 @@ +Tue Oct 17 22:48:00 1995 Jim Meyering (meyering@comco.com) + + * cat.c: Protoize. Reorder functions to obviate forward dcls. + Remove forward dcls. + * expand.c: Likewise. + * fold.c: Likewise. + * head.c: Likewise. + * od.c: Likewise. + * sort.c: Likewise. + * tail.c: Likewise. + + * src/Makefile.in (OBJECTS): Reflect that all of the above + now use prototypes. + + * head.c: Add `const' attribute to dcls of lots of formals. + + * sort.c: Add `const' attribute to dcls of lots of formals. + Move struct dcls to precede dcls of file-scope variables. + (monthtab, keyhead): Separate variable dcls from type dcls. + Fri Oct 13 20:38:39 1995 Jim Meyering (meyering@comco.com) * join.c (add_field_list): Allow SPACE and TAB as well as `,' as @@ -68,7 +88,8 @@ Sun Sep 24 08:36:47 1995 Jim Meyering (meyering@comco.com) * cksum.c: Protoize. * cut.c: Protoize. - * Makefile.in (OBJECTS): Reflect that cksum.c and cut.c use prototypes. + * src/Makefile.in (OBJECTS): Reflect that cksum.c and cut.c use + prototypes. (cksum): Depend on cksum$O. (cut): Depend on cut$O.