From: Jim Meyering Date: Tue, 7 Nov 1995 04:55:16 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_13F~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96ed803f487f8afa7b34f7299782fc29b3c6ca64;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 19d4d09eda..b4a9e05708 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 . + 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.