Bruno Haible clisp.org> writes:
> > since my last big cygwin-related doc patch, cygwin has finally
> > started implementing wide character functions):
>
> The patch implies that wprintf() and vwprintf() existed in cygwin 1.5.x and
> were withdrawn in cygwin 1.7. Is this correct?
http://sourcewa
Hi Eric,
> since my last big cygwin-related doc patch, cygwin has finally
> started implementing wide character functions):
The patch implies that wprintf() and vwprintf() existed in cygwin 1.5.x and
were withdrawn in cygwin 1.7. Is this correct?
Bruno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Bruno Haible on 1/17/2009 11:42 PM:
> Eric Blake wrote:
>>> +This function is missing on some platforms:
>>> +..., Cygwin, mingw, Interix 3.5.
>> Cygwin 1.5.x lacks [v]dprintf, but cygwin 1.7.0 provides them.
>
> So, feel free to update t
Eric Blake wrote:
> > +This function is missing on some platforms:
> > +..., Cygwin, mingw, Interix 3.5.
>
> Cygwin 1.5.x lacks [v]dprintf, but cygwin 1.7.0 provides them.
So, feel free to update the documentation files.
Bruno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Bruno Haible on 1/17/2009 6:48 PM:
> Among the new functions in POSIX:2008 is vdprintf(), which does formatted
> output to a file descriptor. These two modules implement it.
>
> +Portability problems fixed by either Gnulib module @code{vd
Among the new functions in POSIX:2008 is vdprintf(), which does formatted
output to a file descriptor. These two modules implement it.
2009-01-17 Bruno Haible
New modules 'vdprintf', 'vdprintf-posix'.
* lib/stdio.in.h (vdprintf): New declaration.
*