]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Tue, 7 Nov 1995 04:55:16 +0000 (04:55 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 7 Nov 1995 04:55:16 +0000 (04:55 +0000)
old/textutils/ChangeLog

index 19d4d09edae4c1d01ffbff265be06546501dd368..b4a9e057089d6497d7fdfbd968c5600cdf240095 100644 (file)
@@ -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.