Re: [PATCH] stdio: don't assume gets any more

2012-03-29 Thread Paul Eggert
On 03/29/2012 12:35 PM, Eric Blake wrote: > Any thoughts before I push this? Yes, thanks, this is the sort of thing that I had in mind in the earlier thread today about this . Some comments about the patch details: The GNULIB_G

[PATCH] stdio: don't assume gets any more

2012-03-29 Thread Eric Blake
Gnulib intentionally does not have a gets module, and now that C11 and glibc have dropped it, we should be more proactive about warning any user on a platform that still has a declaration of this dangerous interface. * m4/stdio_h.m4 (gl_STDIO_H, gl_STDIO_H_DEFAULTS): Drop gets support. * lib/stdio