From: Jim Meyering Date: Sat, 23 Nov 1996 05:04:56 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19q~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81024044659c48de8fa65fc1ea44071bda7db7eb;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 6d7c343b41..101ddf7cb0 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,8 @@ Fri Nov 22 20:33:26 1996 Jim Meyering + * configure.in (AC_REPLACE_FUNCS): Don't try to replace getline this + way. AM_FUNC_GETLINE does it now. + * src/printf.c (main): Warn if excess arguments are ignored. E.g., printf foo bar now warns that it is ignoring the single non-format argument, bar.