summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 77ae174ac..a231fe989 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.