diff options
-rw-r--r-- | old/sh-utils/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 6d7c343b4..101ddf7cb 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,8 @@ Fri Nov 22 20:33:26 1996 Jim Meyering <meyering@na-net.ornl.gov> + * 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. |