diff options
author | Jim Meyering <jim@meyering.net> | 1996-02-29 05:09:32 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-02-29 05:09:32 +0000 |
commit | c44dd6ddadb42778f537165beccef40bfc220e3c (patch) | |
tree | 865be7f973d4762b3e537f88e91cd1999b33f7a1 /old/sh-utils | |
parent | 446976666c11bf9be8fe80af76fdbec47a3a441e (diff) | |
download | coreutils-c44dd6ddadb42778f537165beccef40bfc220e3c.tar.xz |
.
Diffstat (limited to 'old/sh-utils')
-rw-r--r-- | old/sh-utils/ChangeLog | 6 |
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. |