diff options
author | Jim Meyering <jim@meyering.net> | 1996-11-23 02:36:09 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-11-23 02:36:09 +0000 |
commit | b683d9194f0f1744cb01d033da180ed070655ce8 (patch) | |
tree | 53632cfce5121c80b5de3395f57e23b100ecd877 | |
parent | 38da840313efebc6b834cc82cc6dc397344c54b3 (diff) | |
download | coreutils-b683d9194f0f1744cb01d033da180ed070655ce8.tar.xz |
.
-rw-r--r-- | old/sh-utils/ChangeLog | 5 | ||||
-rw-r--r-- | old/sh-utils/NEWS | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 18fb66d4b..a32253fc3 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,8 @@ +Fri Nov 22 20:33:26 1996 Jim Meyering <meyering@na-net.ornl.gov> + + * 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 <meyering@na-net.ornl.gov> * lib/xgethostname.c (xgethostname): Work around bug in SunOS5.5's diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS index fe21c5458..db1610c57 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 |