diff options
author | Jim Meyering <jim@meyering.net> | 1995-10-18 03:48:29 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-10-18 03:48:29 +0000 |
commit | da20dc044a582680052b8d27c70b7c889fe431a3 (patch) | |
tree | 3baf022ff7435cd449440107b6a57d7e0cba2ace /old/textutils | |
parent | a42c7fe2d136befa91f12b99b3929200ee37a494 (diff) | |
download | coreutils-da20dc044a582680052b8d27c70b7c889fe431a3.tar.xz |
.
Diffstat (limited to 'old/textutils')
-rw-r--r-- | old/textutils/ChangeLog | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 98bd57482..af52634ec 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. |