Re: [Mingw-w64-public] New, mixed case Hyper-V header files

2019-12-06 Thread Biswapriyo Nath
Attached updated patch file. From 7cbfd4e81a121de998cf4da774b497d6b615bf30 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sat, 7 Dec 2019 07:00:00 +0530 Subject: [PATCH] rename hyper-v headers and def files to lower case Signed-off-by: Biswapriyo Nath --- mingw-w64-crt/lib64/Makefile.am

Re: [Mingw-w64-public] New, mixed case Hyper-V header files

2019-12-06 Thread Zach Bacon
Apologies, I don't think my patch properly attached From de29a186a7a0905e0528be9c54db06d7f61a969d Mon Sep 17 00:00:00 2001 From: Zach Bacon Date: Sat, 7 Dec 2019 00:06:28 -0500 Subject: [PATCH 1/2] Change the uppercase files into lowercase On Windows it

Re: [Mingw-w64-public] New, mixed case Hyper-V header files

2019-12-06 Thread Zach Bacon
Here's my patches, I should of merged the commits though. On Fri, 06 Dec 2019 21:19:57 -0800 Zach Bacon wrote You forgot to change the header includes  it's  #include but it should be  #include in files winhvemulation.h and winhvplatform.h On Fri, 06 Dec 2019

Re: [Mingw-w64-public] New, mixed case Hyper-V header files

2019-12-06 Thread Zach Bacon
You forgot to change the header includes  it's  #include but it should be  #include in files winhvemulation.h and winhvplatform.h On Fri, 06 Dec 2019 21:15:20 -0800 Biswapriyo Nath wrote I have added those Hyper-V headers and def files. Here

Re: [Mingw-w64-public] New, mixed case Hyper-V header files

2019-12-06 Thread Zach Bacon
You just beat me to it. I was about to attach my patch. On Fri, 06 Dec 2019 21:15:20 -0800 Biswapriyo Nath wrote I have added those Hyper-V headers and def files. Here is the patch file to rename those. ___ Mingw-w64-public mailing

Re: [Mingw-w64-public] New, mixed case Hyper-V header files

2019-12-06 Thread Biswapriyo Nath
I have added those Hyper-V headers and def files. Here is the patch file to rename those. From ff80b74a2f3819dc1d3b078d8d70bea38b02d194 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sat, 7 Dec 2019 07:00:00 +0530 Subject: [PATCH] rename hyper-v headers and def files to lower case

Re: [Mingw-w64-public] New, mixed case Hyper-V header files

2019-12-06 Thread JonY via Mingw-w64-public
On 12/6/19 8:59 PM, Zach Bacon wrote: > I have to agree, on windows while it doesn't matter, cross compiling say from > linux it makes all the difference. I vote that it should be lower case.  > Go ahead with the rename. signature.asc Description: OpenPGP digital signature

Re: [Mingw-w64-public] New, mixed case Hyper-V header files

2019-12-06 Thread Zach Bacon
I have to agree, on windows while it doesn't matter, cross compiling say from linux it makes all the difference. I vote that it should be lower case.  On Fri, 06 Dec 2019 12:11:35 -0800 Martin Storsjö_ wrote Hi, I noticed that the new header files for Hyper-V (added in

[Mingw-w64-public] New, mixed case Hyper-V header files

2019-12-06 Thread Martin Storsjö
Hi, I noticed that the new header files for Hyper-V (added in 3ac71ed3) use mixed upper/lower case file names. Normally mingw-w64 headers use all-lowercase names, despite the headers having different casing in the WinSDK. The WinSDK header casing isn't self-consistent (headers are spelled

Re: [Mingw-w64-public] [PATCH] Header Additions

2019-12-06 Thread Jacek Caban
Hi Tom, Patches look good, I pushed them. Thanks, Jacek On 12/3/19 10:57 PM, Tom Ritter wrote: Okay, the attached fixes that issue, I think this is ready now. -tom On Tue, 3 Dec 2019 at 12:46, Tom Ritter wrote: Hm. I haven't debugged this yet; but apparently something is still missing:

Re: [Mingw-w64-public] [PATCH] crt: Fix sscanf with double/long double output for arm

2019-12-06 Thread Martin Storsjö
On Thu, 5 Dec 2019, Liu Hao wrote: 在 2019/12/4 21:11, Martin Storsjö 写道: The __mingw_*scanf functions use __mingw_strtold for both double and long double output, but previously the __mingw_strtold function produced the x86 80 bit long double format, regardless of architecture. Instead skip