diff options
-rw-r--r-- | old/sh-utils/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index a231fe989..34c285711 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -2,6 +2,7 @@ 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. |