Re: [Mingw-w64-public] [PATCH] crt: arm: Fix rounding for FE_TONEAREST in llrint*

2019-04-19 Thread Liu Hao
在 2019/4/19 下午11:18, Martin Storsjö 写道: > Signed-off-by: Martin Storsjö > --- > mingw-w64-crt/math/llrint.c | 19 +-- > mingw-w64-crt/math/llrintf.c | 19 +-- > mingw-w64-crt/math/llrintl.c | 19 +-- > 3 files changed, 51 insertions(+), 6 deletions

Re: [Mingw-w64-public] [PATCH] wrong declaration of InetNtopA and InetNtopW

2019-04-19 Thread Liu Hao
在 2019/4/19 下午4:59, Vincent Torri 写道: > when will this hit git or next mingw-w64 release ? > For this small change I will leave it on this mailing list for discussion. If there is no objection I may push it a couple of days later. This means that this fix will be shipped with the next major rel

[Mingw-w64-public] [PATCH] crt: arm: Fix rounding for FE_TONEAREST in llrint*

2019-04-19 Thread Martin Storsjö
Signed-off-by: Martin Storsjö --- mingw-w64-crt/math/llrint.c | 19 +-- mingw-w64-crt/math/llrintf.c | 19 +-- mingw-w64-crt/math/llrintl.c | 19 +-- 3 files changed, 51 insertions(+), 6 deletions(-) diff --git a/mingw-w64-crt/math/llrint.c b/ming

Re: [Mingw-w64-public] [PATCH] crt: arm: Fix rounding for FE_TONEAREST in llrint*

2019-04-19 Thread Martin Storsjö
On Fri, 19 Apr 2019, Liu Hao wrote: 在 2019/4/19 上午4:00, Martin Storsjö 写道: Signed-off-by: Martin Storsjö --- mingw-w64-crt/math/llrint.c | 20 ++-- mingw-w64-crt/math/llrintf.c | 20 ++-- mingw-w64-crt/math/llrintl.c | 20 ++-- 3 files changed,

Re: [Mingw-w64-public] [PATCH] wrong declaration of InetNtopA and InetNtopW

2019-04-19 Thread Vincent Torri
when will this hit git or next mingw-w64 release ? On Fri, Apr 19, 2019 at 10:35 AM Liu Hao wrote: > > 在 2019/4/19 下午3:29, Vincent Torri 写道: > > hello > > > > in ws2tcpip.h, i have the following declarations of these 2 functions : > > > > WINSOCK_API_LINKAGE LPCWSTR WSAAPI InetNtopW(INT Family, P

Re: [Mingw-w64-public] [PATCH] wrong declaration of InetNtopA and InetNtopW

2019-04-19 Thread Liu Hao
在 2019/4/19 下午3:29, Vincent Torri 写道: > hello > > in ws2tcpip.h, i have the following declarations of these 2 functions : > > WINSOCK_API_LINKAGE LPCWSTR WSAAPI InetNtopW(INT Family, PVOID pAddr, > LPWSTR pStringBuf, size_t StringBufSIze); > WINSOCK_API_LINKAGE LPCSTR WSAAPI InetNtopA(INT Family,

[Mingw-w64-public] wrong declaration of InetNtopA and InetNtopW

2019-04-19 Thread Vincent Torri
hello in ws2tcpip.h, i have the following declarations of these 2 functions : WINSOCK_API_LINKAGE LPCWSTR WSAAPI InetNtopW(INT Family, PVOID pAddr, LPWSTR pStringBuf, size_t StringBufSIze); WINSOCK_API_LINKAGE LPCSTR WSAAPI InetNtopA(INT Family, PVOID pAddr, LPSTR pStringBuf, size_t StringBufSize