From: Jim Meyering Date: Thu, 29 Feb 1996 05:09:32 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-3_12j~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c44dd6ddadb42778f537165beccef40bfc220e3c;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 77ae174acc..a231fe9892 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,11 @@ Wed Feb 28 20:53:24 1996 Jim Meyering (meyering@na-net.ornl.gov) + * lib/Makefile.am (su_SOURCES): Add xstrtoul.c. + (noinst_HEADERS): Add xstrtoul.h. + * factor.c: General cleanup. Use xstrtoul, not atoi. + Change output format. Allow inputs as large as ULONG_MAX. + Allow more than one command line argument. + * stty.c (wrapf) [!__STDC__]: Indent by one space the first line of the pre-ANSI function definition so ansi2knr doesn't munge it.