diff options
author | Jim Meyering <jim@meyering.net> | 1995-11-07 04:55:16 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-11-07 04:55:16 +0000 |
commit | 96ed803f487f8afa7b34f7299782fc29b3c6ca64 (patch) | |
tree | 32d79c396eba67809138f8c05d3892e43eebec6b | |
parent | fd798dd6fe9b229c889136efc5043b3b66592e03 (diff) | |
download | coreutils-96ed803f487f8afa7b34f7299782fc29b3c6ca64.tar.xz |
.
-rw-r--r-- | old/textutils/ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 19d4d09ed..b4a9e0570 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,6 +1,18 @@ + * split.c: New option: --verbose. + (main): Recognize it. + (usage): Document it. + From Marty Leisner <leisner@sdsp.mc.xerox.com>. + Sun Nov 5 06:59:27 1995 Jim Meyering (meyering@comco.com) - * csplit.c Move prototypes after struct declarations. + * src/Makefile.in: Reflect protoization of csplit.c, fmt.c, pr.c, + and unexpand.c. + + * pr.c: Protoize. + (store_columns): Remove spurious 2nd argument in call to read_line. + [__P]: Define. Use it in prototyped forward decls. + + * csplit.c: Move prototypes after struct declarations. Remove prototypes for xmalloc, xrealloc. Protect prototypes with __P. (new_control_record): Cast arg 1 to realloc. |