Eric Blake <[EMAIL PROTECTED]> writes:
> Should the extensions module be extended to check for and define
> _POSIX_SOURCE, to coax the compiler into admitting that fdopen
> exists?
I'd be inclined to say "no". Defining _POSIX_SOURCE tends to cause
more problems than it cures, because it can disa
Eric Blake wrote:
> OK to check in? Note that it does affect the
> semantics of anyone using the error_print_progname callback - previously,
> error
> would not supply a space and now it does. But that is the only way I could
> make error_at_line consistent with GNU Coding Standards.
I objec
Paul Eggert CS.UCLA.EDU> writes:
> > Man, I wish there were an error() variant that took a va_list.
>
> That'd be a nice thing to add -- could you propose it?
...
> Initially I suppose this stuff should be written so that the new
> interface is exported only in gnulib mode.
>
I checked with gl