Re: new modules vdprintf, vdprintf-posix

2009-01-19 Thread Eric Blake
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

Re: new modules vdprintf, vdprintf-posix

2009-01-19 Thread Bruno Haible
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

Re: new modules vdprintf, vdprintf-posix

2009-01-19 Thread Eric Blake
-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

Re: new modules vdprintf, vdprintf-posix

2009-01-17 Thread Bruno Haible
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

Re: new modules vdprintf, vdprintf-posix

2009-01-17 Thread Eric Blake
-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

new modules vdprintf, vdprintf-posix

2009-01-17 Thread Bruno Haible
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. *