[Mingw-w64-public] [PATCH] headers: Add RoGetAgileReference in combaseapi.h

2025-02-22 Thread Biswapriyo Nath
From 205670df9b1d1a0b630ee22ad51a87e20b0d8300 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sun, 23 Feb 2025 06:19:41 + Subject: [PATCH] headers: Add RoGetAgileReference in combaseapi.h Required for https://github.com/mozilla/gecko-dev/commit/74cac7296d5036600300b44dc6275fb190f4955d

[Mingw-w64-public] [PATCH 2/3] headers: Include float.h in fenv.h.

2025-02-22 Thread Jacek Caban
--- mingw-w64-headers/crt/fenv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-headers/crt/fenv.h b/mingw-w64-headers/crt/fenv.h index a9fea981d..871b7a831 100644 --- a/mingw-w64-headers/crt/fenv.h +++ b/mingw-w64-headers/crt/fenv.h @@ -6,7 +6,7 @@ #ifndef _FENV_H_

Re: [Mingw-w64-public] dirent changes

2025-02-22 Thread Pali Rohár
On Saturday 22 February 2025 18:12:36 Lasse Collin wrote: > On 2025-02-22 Pali Rohár wrote: > > On Saturday 22 February 2025 16:03:42 Lasse Collin wrote: > > > On 2025-02-18 Pali Rohár wrote: > > > > On Tuesday 18 February 2025 23:32:54 Lasse Collin wrote: > > > > > On 2025-02-18 Pali Rohár wro

Re: [Mingw-w64-public] dirent changes

2025-02-22 Thread Lasse Collin
On 2025-02-22 Pali Rohár wrote: > On Saturday 22 February 2025 16:03:42 Lasse Collin wrote: > > On 2025-02-18 Pali Rohár wrote: > > > On Tuesday 18 February 2025 23:32:54 Lasse Collin wrote: > > > > On 2025-02-18 Pali Rohár wrote: > > > > > Just one test case, can you check that your new re

[Mingw-w64-public] [PATCH 3/3] crt: Remove unused FE_ROUNDING_MASK from pow.def.h.

2025-02-22 Thread Jacek Caban
--- mingw-w64-crt/math/x86/pow.def.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/mingw-w64-crt/math/x86/pow.def.h b/mingw-w64-crt/math/x86/pow.def.h index 0cf0739fe..f8c715abd 100644 --- a/mingw-w64-crt/math/x86/pow.def.h +++ b/mingw-w64-crt/math/x86/pow.def.h @@ -69,11 +69,8 @@ #includ

[Mingw-w64-public] [PATCH 1/3] fenv.h: Use unsigned long for fexcept_t on all targets.

2025-02-22 Thread Jacek Caban
This improves MSVC compatibility and unifies the code across different targets. --- mingw-w64-headers/crt/fenv.h | 13 +++-- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/mingw-w64-headers/crt/fenv.h b/mingw-w64-headers/crt/fenv.h index 1645d07d3..a9fea981d 100644 --- a/mi

Re: [Mingw-w64-public] [PATCH] headers/{ctype, tchar}: Declare `isblank`-family functions

2025-02-22 Thread Jacek Caban
Patches look good to me. Thanks, Jacek ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

[Mingw-w64-public] [PATCH] headers/{ctype, tchar}: Declare `isblank`-family functions

2025-02-22 Thread LIU Hao
-- Best regards, LIU Hao From cd191658f4b0c127a46ed219b9953c06df148003 Mon Sep 17 00:00:00 2001 From: LIU Hao Date: Sat, 22 Feb 2025 22:35:48 +0800 Subject: [PATCH 1/2] headers/ctype: Add `_CRTIMP` to imported functions These functions do not seem to be implemented in our code anywhere, so the

Re: [Mingw-w64-public] dirent changes

2025-02-22 Thread Pali Rohár
On Saturday 22 February 2025 16:03:42 Lasse Collin wrote: > On 2025-02-18 Pali Rohár wrote: > > On Tuesday 18 February 2025 23:32:54 Lasse Collin wrote: > > > On 2025-02-18 Pali Rohár wrote: > > > > Just one test case, can you check that your new readdir() > > > > function is working correctly on

Re: [Mingw-w64-public] dirent changes

2025-02-22 Thread Lasse Collin
On 2025-02-18 Pali Rohár wrote: > On Tuesday 18 February 2025 23:32:54 Lasse Collin wrote: > > On 2025-02-18 Pali Rohár wrote: > > > Just one test case, can you check that your new readdir() > > > function is working correctly on these two paths? > > > > > > \\?\GLOBALROOT\Device\Harddisk0\Parti