From: Jim Meyering Date: Wed, 17 Jan 1996 17:38:27 +0000 (+0000) Subject: (.su_SOURCES): Add xstrtol.c. X-Git-Tag: TEXTUTILS-1_14~43 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0f32a825245c28c9365e11230d97bad4d5e2408c;p=thirdparty%2Fcoreutils.git (.su_SOURCES): Add xstrtol.c. (HEADERS): Add xstrtol.h. --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index d51b76fb0d..086c98f6ab 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,16 @@ +Wed Jan 17 11:37:59 1996 Jim Meyering (meyering@na-net.ornl.gov) + + * stty.c: Protoize and __P-protect forward dcls. + (visible): Change parameter type to unsigned int from unsigned char. + (integer_arg): Use xstrtol instead of open-coding this. + + * lib/Makefile.am (su_SOURCES): Add xstrtol.c. + (HEADERS): Add xstrtol.h. + +Sat Jan 13 22:31:23 1996 Jim Meyering (meyering@na-net.ornl.gov) + + * stty.c: Indent cpp directives. + Sun Jan 7 23:56:03 1996 Jim Meyering (meyering@na-net.ornl.gov) Use automake to generate Makefile.in files.