From: Jim Meyering Date: Fri, 15 Dec 1995 03:20:50 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_13h~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d7530446c01a359c4fa2882059a8c43f64d401c;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 204015ffbb..c0fb5baedb 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,15 @@ +Thu Dec 14 21:13:22 1995 Jim Meyering (meyering@comco.com) + + * fold.c (main): Use xstrtol instead of atoi. + (fold_file): Make a couple locals `int', not size_t, and cast + fwrite's arg3 to size_t. + + * nl.c (main): Use xstrtol instead of atoi. + Rename misleading --first-page=N option to --starting-line-number=N. + (usage): Update. + + * uniq.c (main): Use xstrtol instead of atoi. + Fri Dec 8 20:48:00 1995 Jim Meyering (meyering@comco.com) * aclocal.m4 (fp_C_PROTOTYPES): Set ANSI2KNR to ./ansi2knr.