From: Jim Meyering Date: Sat, 23 Nov 1996 02:36:09 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19q~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b683d9194f0f1744cb01d033da180ed070655ce8;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 18fb66d4b1..a32253fc34 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,8 @@ +Fri Nov 22 20:33:26 1996 Jim Meyering + + * src/printf.c (main): Warn if excess arguments are ignored. + E.g., printf foo bar now ignores the single non-format argument, bar. + Wed Nov 20 20:37:54 1996 Jim Meyering * lib/xgethostname.c (xgethostname): Work around bug in SunOS5.5's diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS index fe21c54588..db1610c571 100644 --- a/old/sh-utils/NEWS +++ b/old/sh-utils/NEWS @@ -1,5 +1,6 @@ Changes in release 1.13 [1.12r] +* printf now warns if excess arguments are ignored. * tee no longer fails immediately upon receipt of SIGPIPE [1.12q] * running `make check' runs tests of nice