From: Jim Meyering Date: Tue, 31 Oct 1995 12:52:14 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-3_12f~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4a96fff583e1b5d5b686abb6d5ab62f3b2c3abb;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 42f3572ac6..bd85adf1a8 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,13 @@ +Mon Oct 30 23:15:56 1995 Jim Meyering (meyering@comco.com) + + * wc.c: Reorder functions to obviate forward dcls. Remove + forward dcls. Protoize. Add `const' attribute to some parameters. + * uniq.c: Likewise. + * split.c: Likewise. + + * split.c (isdigits, convint): Remove these. + (main): Use xstrtol instead. + Sun Oct 29 14:04:36 1995 Jim Meyering (meyering@comco.com) * paste.c (main): Move function body to end of file.