]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Thu, 29 Feb 1996 05:09:32 +0000 (05:09 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 29 Feb 1996 05:09:32 +0000 (05:09 +0000)
old/sh-utils/ChangeLog

index 77ae174acccc56ad693924b5ab0ec911aed4d17b..a231fe98921db8fe8af5cfc207b173305ad0974f 100644 (file)
@@ -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.