[Mingw-w64-public] Patch for locking printf

2015-07-22 Thread JonY
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

Re: [Mingw-w64-public] [PATCH 1/2] Added new intsafe.h header.

2015-07-22 Thread Jacek Caban
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

Re: [Mingw-w64-public] [PATCH 1/2] Added new intsafe.h header.

2015-07-22 Thread David Grayson
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

Re: [Mingw-w64-public] Definition of __CRT_INLINE breaks non-opimized builds

2015-07-22 Thread Corinna Vinschen
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