Re: [Mingw-w64-public] [PATCH] include: Update namedpipeapi header file

2019-07-17 Thread Liu Hao
在 2019/7/18 上午1:07, Biswapriyo Nath 写道: >> `WINAPI_PARTITION_SYSTEM` doesn't seem to be supported. Please remove it. > > Can you provide the reason? Should I add a patch for winapifamily.h? > Because it does not exist in any other Windows headers of ours. I am not clear why no support has been

Re: [Mingw-w64-public] [WIP] [PATCH] Implement standard-conforming `frexp()` functions on x86 and x64

2019-07-17 Thread Liu Hao
在 2019/7/18 上午4:43, Martin Storsjö 写道: > > I tested the code snippet you sent on irc. On both ARM and AArch64, with > the UCRT (statically linked CRT from MSVC 2015, 2017 and 2019, or > dynamically linked built with mingw-w64 libraries), I got "inf -1". > (Also, with dynamically linked UCRT on x86

Re: [Mingw-w64-public] [PATCH] Fix building runtime for Cygwin

2019-07-17 Thread JonY via Mingw-w64-public
On 7/17/19 8:24 PM, Alexey Pavlov wrote: >>From 045b8d3925b22dbac648cf7db552b57df4f1f295 Mon Sep 17 00:00:00 2001 Patch looks OK. signature.asc Description: OpenPGP digital signature ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.

Re: [Mingw-w64-public] [WIP] [PATCH] Implement standard-conforming `frexp()` functions on x86 and x64

2019-07-17 Thread Martin Storsjö
On Thu, 18 Jul 2019, Liu Hao wrote: Original commit message: --- Our `frexpl()` prior to this commit did not handle infinities and NaNs correctly. These function now return the source value verbatim. The `frexp()` function from all MSVCR* DLLs on x86 and x64 return a NaN if the first argument i

[Mingw-w64-public] [PATCH] Fix building runtime for Cygwin

2019-07-17 Thread Alexey Pavlov
>From 045b8d3925b22dbac648cf7db552b57df4f1f295 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Wed, 17 Jul 2019 23:21:23 +0300 Subject: [PATCH] Fix building runtime for Cygwin. Some defines was moved to corecrt.h header, so it must be installed always --- mingw-w64-headers/configure| 2 +

Re: [Mingw-w64-public] [PATCH] include: Update namedpipeapi header file

2019-07-17 Thread Biswapriyo Nath
> `WINAPI_PARTITION_SYSTEM` doesn't seem to be supported. Please remove it. Can you provide the reason? Should I add a patch for winapifamily.h? ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists

Re: [Mingw-w64-public] [PATCH] include: Update namedpipeapi header file

2019-07-17 Thread Liu Hao
在 2019/7/17 20:37, Biswapriyo Nath 写道: > ... > > > > `WINAPI_PARTITION_SYSTEM` doesn't seem to be supported. Please remove it. -- Best regards, LH_Mouse signature.asc Description: OpenPGP digital signature ___ Mingw-w64-public mailing list Min

[Mingw-w64-public] [WIP] [PATCH] Implement standard-conforming `frexp()` functions on x86 and x64

2019-07-17 Thread Liu Hao
Original commit message: --- Our `frexpl()` prior to this commit did not handle infinities and NaNs correctly. These function now return the source value verbatim. The `frexp()` function from all MSVCR* DLLs on x86 and x64 return a NaN if the first argument is an infinity. We override it in our CR

[Mingw-w64-public] [PATCH] include: Update namedpipeapi header file

2019-07-17 Thread Biswapriyo Nath
... From 9b0d040a3ae2aba1125b315dd8bacdae30b70150 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Wed, 17 Jul 2019 18:01:14 +0530 Subject: [PATCH] include: Update namedpipeapi header file Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/namedpipeapi.h | 43 +++--