From b683d9194f0f1744cb01d033da180ed070655ce8 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 23 Nov 1996 02:36:09 +0000 Subject: [PATCH] . --- old/sh-utils/ChangeLog | 5 +++++ old/sh-utils/NEWS | 1 + 2 files changed, 6 insertions(+) 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 -- 2.47.2