diff options
author | Jim Meyering <jim@meyering.net> | 1995-11-05 13:16:57 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-11-05 13:16:57 +0000 |
commit | 86f04e3bb3cf08e56f6c9ae63051b700c1422d8f (patch) | |
tree | 978db025de7eca9d12b23905ddc55af2316e9077 /old | |
parent | ce5f4177bc20f259aa13b9fb050f3876f3269cc7 (diff) | |
download | coreutils-86f04e3bb3cf08e56f6c9ae63051b700c1422d8f.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 8e240f818..19d4d09ed 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,18 @@ +Sun Nov 5 06:59:27 1995 Jim Meyering (meyering@comco.com) + + * csplit.c Move prototypes after struct declarations. + Remove prototypes for xmalloc, xrealloc. + Protect prototypes with __P. + (new_control_record): Cast arg 1 to realloc. + + * fmt.c [__P]: Test PROTOTYPES, not __STDC__. + Protoize. + +Sat Nov 4 23:51:30 CST 1995 Jim Meyering (meyering@comco.com) + + * csplit.c (close_output_file): Set output_stream to NULL so we + don't recurse endlessly between this function and cleanup. + * unexpand.c: Reorder functions to obviate forward dcls. Remove forward dcls. Protoize. Add `const' attribute to some parameters. @@ -59,7 +74,7 @@ Mon Oct 23 23:17:04 1995 Jim Meyering (meyering@comco.com) Thu Oct 19 17:38:28 1995 Jim Meyering (meyering@comco.com) - * od.c: Indent cpp directives. + * od.c: Indent cpp directives. * tr.c (BEGIN_STATE): Use INT_MAX - 1 so as not to interfere with large repeat counts. |