Re: [Mingw-w64-public] [PATCH 2/2] localtime_r guard to _POSIX or _POSIX_THREAD_SAFE_FUNCTIONS

2014-10-21 Thread JonY
On 10/21/2014 03:58, Ray Donnelly wrote: > Comments welcome. Hi, Do you mind writing better comments for the patch? A single line followed by a blank line and then a longer description. Do you also mind doing the implementations in mingw-w64-crt and replacing the time.h macros with prototypes? T

Re: [Mingw-w64-public] [PATCH 2/2] localtime_r guard to _POSIX or _POSIX_THREAD_SAFE_FUNCTIONS

2014-10-21 Thread JonY
On 10/21/2014 17:50, JonY wrote: > On 10/21/2014 03:58, Ray Donnelly wrote: >> Comments welcome. > > Hi, > > Do you mind writing better comments for the patch? A single line > followed by a blank line and then a longer description. > Ignore the C11 part and mingw-w64-crt, a better description f

Re: [Mingw-w64-public] [PATCH 2/2] localtime_r guard to _POSIX or _POSIX_THREAD_SAFE_FUNCTIONS

2014-10-21 Thread Ray Donnelly
On Tue, Oct 21, 2014 at 10:57 AM, JonY wrote: > On 10/21/2014 17:50, JonY wrote: >> On 10/21/2014 03:58, Ray Donnelly wrote: >>> Comments welcome. >> >> Hi, >> >> Do you mind writing better comments for the patch? A single line >> followed by a blank line and then a longer description. >> > > Igno

Re: [Mingw-w64-public] [PATCH 2/2] localtime_r guard to _POSIX or _POSIX_THREAD_SAFE_FUNCTIONS

2014-10-21 Thread Adrien Nader
Hi Ray, On Tue, Oct 21, 2014, Ray Donnelly wrote: > On Tue, Oct 21, 2014 at 10:57 AM, JonY wrote: > > On 10/21/2014 17:50, JonY wrote: > >> On 10/21/2014 03:58, Ray Donnelly wrote: > >>> Comments welcome. > >> > >> Hi, > >> > >> Do you mind writing better comments for the patch? A single line > >

[Mingw-w64-public] [website] update download page with archlinux mingw stack

2014-10-21 Thread xantares 09
Hello list, I'd to contribute to the download page (http://mingw-w64.sourceforge.net/download.php) to be updated to provide information on the available mingw stack that you can download and which would be located in a new sub-tab "Archlinux Project - cross compiler for Linux": Here are th

Re: [Mingw-w64-public] [website] update download page with archlinux mingw stack

2014-10-21 Thread Adrien Nader
Hi, On Tue, Oct 21, 2014, xantares 09 wrote: > > > > > Hello list, > > I'd to contribute to the download page > (http://mingw-w64.sourceforge.net/download.php) to be updated to provide > information on the available mingw stack that you can download and which > would be located in a new su

Re: [Mingw-w64-public] [website] update download page with archlinux mingw stack

2014-10-21 Thread xantares 09
> Date: Tue, 21 Oct 2014 15:05:11 +0200 > From: adr...@notk.org > To: mingw-w64-public@lists.sourceforge.net > Subject: Re: [Mingw-w64-public] [website] update download page with archlinux > mingw stack > > Hi, > > On Tue, Oct 21, 2014, xantares 09 wrote: > > > > > > > > > > Hello list, >

Re: [Mingw-w64-public] Windows service built with g++ fails to start, but works when built with gcc

2014-10-21 Thread Alban Deniz
On Mon, 20 Oct 2014 22:22:26 -0200 Ivan Garramona wrote: > I've tried your sample code here, and it didn't work as well. > However, when i added '-static' flag to CFLAGS it worked. So, you > have to make a static build, or follow Oscar's advice, and make sure > the required DLLs are available. A

[Mingw-w64-public] update source page with arch stack

2014-10-21 Thread xantares 09
Hello, I'like the sources page (http://mingw-w64.sourceforge.net/download.php#source) to be updated to show archlinux mingw stack. Here are the relevant fields: - arch=i686, x86_64 - gcc=4.9.1 - crt=3.2.0 - languages = Ada, C, C++, Fortran,Objective-C, Objective-C++ - cxx11: Supported - package

[Mingw-w64-public] [PATCH] softmath: More error handling

2014-10-21 Thread André Hentschel
Please review, i'll commit it, just need an OK. diff --git a/mingw-w64-crt/math/softmath/acosh.c b/mingw-w64-crt/math/softmath/acosh.c index 09bfaa6..01d3e20 100644 --- a/mingw-w64-crt/math/softmath/acosh.c +++ b/mingw-w64-crt/math/softmath/acosh.c @@ -46,5 +46,19 @@ double acosh(double x) { +