[Mingw-w64-public] website out of date

2016-02-23 Thread Roger Pack
As a note, this page: http://mingw-w64.org/doku.php/download Says the latest version is 4.0.2 sugestion: just change it to say "latest version can be found here" or what not, so it can't get outdated. Or keep it updated of course. Cheers! -

[Mingw-w64-public] repository.txt

2016-02-23 Thread Walt Brainerd
I just downloaded the latest mingw-w64-install.exe and I still get the repository.txt not found. It says it was updated 1 day ago. Have I still got the wrong one? Thanks. -- Walt Brainerd -- Site24x7 APM Insight: Get Deep

Re: [Mingw-w64-public] Any more commits before v5.x branches out?

2016-02-23 Thread Martell Malone
I pushed all the patches that were previously approved by either yourself or kai. While kai already approved this I would like someone other then myself to confirm this patch doesn't break anything. Handle __CTOR_LIST__ internally within mingw-w64 This specifically is needed so that we can use comp

Re: [Mingw-w64-public] Any more commits before v5.x branches out?

2016-02-23 Thread Carl Kleffner
here it is. I tested this patch with master. Carl 2016-02-23 14:40 GMT+01:00 JonY : > On 2/23/2016 17:40, Carl Kleffner wrote: > > I would like to add a patch for math/fpclassify.c: > > > > --- mingw-w64/mingw-w64-crt/math/fpclassify.c2015-06-05 > > 10:13:07.997781400 +0200 > > +++ mingw-w64

Re: [Mingw-w64-public] Any more commits before v5.x branches out?

2016-02-23 Thread JonY
On 2/23/2016 17:40, Carl Kleffner wrote: > I would like to add a patch for math/fpclassify.c: > > --- mingw-w64/mingw-w64-crt/math/fpclassify.c2015-06-05 > 10:13:07.997781400 +0200 > +++ mingw-w64/mingw-w64-crt/math/fpclassify.cmingwpy working copy > @@ -17,7 +17,6 @@ and sets C1 flag (sig

Re: [Mingw-w64-public] Any more commits before v5.x branches out?

2016-02-23 Thread Carl Kleffner
I would like to add a patch for math/fpclassify.c: --- mingw-w64/mingw-w64-crt/math/fpclassify.c2015-06-05 10:13:07.997781400 +0200 +++ mingw-w64/mingw-w64-crt/math/fpclassify.cmingwpy working copy @@ -17,7 +17,6 @@ and sets C1 flag (signbit) if neg */ int __fpclassify (double _x) { -#i