Hi,
Patch introduces a new macro __MINGW_PRINTF_LOCKING for fprintf and
vfprintf so when called on the same FILE stream, the operations are not
overlapped. __USE_MINGW_ANSI_STDIO must also be set for the new macro to
take effect.
The reason why it is done in such a way is so programs that already
On 07/22/15 17:43, David Grayson wrote:
> It would be nice if we could get a full implementation of intsafe.h added to
> mingw-w64. I am glad that this patch adds the header, but I think it is
> incomplete.
I agree it's incomplete, but I don't have time to do more work on this
ATM. I just added
It would be nice if we could get a full implementation of intsafe.h added to
mingw-w64. I am glad that this patch adds the header, but I think it is
incomplete.
Some background: The intsafe.h header provided by Microsoft. It has 211 inline
functions for doing safe conversions between differen
Ping?
Thanks,
Corinna
On Jul 6 16:51, Corinna Vinschen wrote:
> On Jul 6 12:27, Corinna Vinschen wrote:
> > Hi,
> >
> >
> > while working on Cygwin's new sigaltstack implementation, I wrote
> > a testcase which I intended to share with my main tester. Since
> > we're trying to debug, we bui