This commit is contained in:
Jim Meyering 1996-11-23 05:04:56 +00:00
parent bef51e36a4
commit 8102404465

View File

@ -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.