mingw-w64-public
Thread
Date
Earlier messages
Messages by Thread
[Mingw-w64-public] [PATCH] headers: remove some architecture-specific checks
Hervé Poussineau
Re: [Mingw-w64-public] [PATCH] headers: remove some architecture-specific checks
LIU Hao
[Mingw-w64-public] [PATCH 1/2] headers/{corecrt_, }memory: Move contents of memory.h to corecrt_memory.h
LIU Hao
[Mingw-w64-public] [PATCH 2/2] headers/string: Include <corecrt_memory.h> to deduplicate declarations
LIU Hao
Re: [Mingw-w64-public] [PATCH 2/2] headers/string: Include <corecrt_memory.h> to deduplicate declarations
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 2/2] headers/string: Include <corecrt_memory.h> to deduplicate declarations
LIU Hao
[Mingw-w64-public] A question about module.func syntax in DEF files
Kirill Makurin
Re: [Mingw-w64-public] A question about module.func syntax in DEF files
LIU Hao
Re: [Mingw-w64-public] A question about module.func syntax in DEF files
Kirill Makurin
[Mingw-w64-public] [PATCH] headers/{memory, string}: Relax conditions of declarations `memccpy()`, `strdup()` and `strndup()`
LIU Hao
Re: [Mingw-w64-public] [PATCH] headers/{memory, string}: Relax conditions of declarations `memccpy()`, `strdup()` and `strndup()`
Martin Storsjö
[Mingw-w64-public] [PATCH] crt: Add Windows 11 2025 Update symbols for 32-bit WoW64 advapi32.def, kernel32.def and ntdll.def
Pali Rohár
Re: [Mingw-w64-public] [PATCH] crt: Add Windows 11 2025 Update symbols for 32-bit WoW64 advapi32.def, kernel32.def and ntdll.def
LIU Hao
Re: [Mingw-w64-public] [PATCH] crt: Add Windows 11 2025 Update symbols for 32-bit WoW64 advapi32.def, kernel32.def and ntdll.def
Pali Rohár
Re: [Mingw-w64-public] [PATCH] crt: Add Windows 11 2025 Update symbols for 32-bit WoW64 advapi32.def, kernel32.def and ntdll.def
LIU Hao
[Mingw-w64-public] [PATCH 1/2] crt: msvcrt.def.in: Add chpe32 symbols available since Windows 10 for i386 binaries on ARM64 systems
Pali Rohár
[Mingw-w64-public] [PATCH 2/2] crt: msvcrt.def.in: Add Windows 11 symbols
Pali Rohár
[Mingw-w64-public] [PATCH] crt: Expose strndup unconditionally
Peter Damianov via Mingw-w64-public
Re: [Mingw-w64-public] [PATCH] crt: Expose strndup unconditionally
Peter Damianov via Mingw-w64-public
[Mingw-w64-public] [PATCH] crt: Specify missing lib32/kernel32.def dependency for lib32/libkernel32.a
Pali Rohár
Re: [Mingw-w64-public] [PATCH] crt: Specify missing lib32/kernel32.def dependency for lib32/libkernel32.a
Kirill Makurin
Re: [Mingw-w64-public] [PATCH] crt: Specify missing lib32/kernel32.def dependency for lib32/libkernel32.a
Martin Storsjö
Re: [Mingw-w64-public] [PATCH] crt: Specify missing lib32/kernel32.def dependency for lib32/libkernel32.a
Kirill Makurin
Re: [Mingw-w64-public] [PATCH] crt: Specify missing lib32/kernel32.def dependency for lib32/libkernel32.a
Pali Rohár
Re: [Mingw-w64-public] [PATCH] crt: Specify missing lib32/kernel32.def dependency for lib32/libkernel32.a
LIU Hao
[Mingw-w64-public] [PATCH] crt: Implement memset_explicit
Peter Damianov via Mingw-w64-public
Re: [Mingw-w64-public] [PATCH] crt: Implement memset_explicit
LIU Hao
Re: [Mingw-w64-public] [PATCH] crt: Implement memset_explicit
LIU Hao
Re: [Mingw-w64-public] [PATCH] crt: Implement memset_explicit
Martin Storsjö
[Mingw-w64-public] [PATCH 0/4] Fix i386 Interlocked link errors
Jaeden Amero via Mingw-w64-public
[Mingw-w64-public] [PATCH 3/4] github: clang: Test i386 Interlocked functions
Jaeden Amero via Mingw-w64-public
[Mingw-w64-public] [PATCH 1/4] crt: Rewrite t_intrinc with proper assertions
Jaeden Amero via Mingw-w64-public
[Mingw-w64-public] [PATCH 4/4] github: gcc: Test i386 Interlocked functions
Jaeden Amero via Mingw-w64-public
Re: [Mingw-w64-public] [PATCH 4/4] github: gcc: Test i386 Interlocked functions
LIU Hao
[Mingw-w64-public] [PATCH 2/4] headers: i386: Fall back to kernel32 Interlocked
Jaeden Amero via Mingw-w64-public
[Mingw-w64-public] [PATCH 0/3] crt: Fix fegetexcept(), fedisableexcept(), feenableexcept() and __mingw_setfp() functions
Pali Rohár
[Mingw-w64-public] [PATCH 1/3] crt: Fix return value of fegetexcept(), fedisableexcept() and feenableexcept() functions
Pali Rohár
[Mingw-w64-public] [PATCH 2/3] crt: Fix x86 __mingw_setfp() to not mask all exceptions on noop operation
Pali Rohár
Re: [Mingw-w64-public] [PATCH 2/3] crt: Fix x86 __mingw_setfp() to not mask all exceptions on noop operation
LIU Hao
Re: [Mingw-w64-public] [PATCH 2/3] crt: Fix x86 __mingw_setfp() to not mask all exceptions on noop operation
LIU Hao
Re: [Mingw-w64-public] [PATCH 2/3] crt: Fix x86 __mingw_setfp() to not mask all exceptions on noop operation
Pali Rohár
[Mingw-w64-public] [PATCH 3/3] crt: Add documentation for __mingw_control87_2 and __mingw_controlfp functions
Pali Rohár
[Mingw-w64-public] [PATCH] crt: add C23 string.h and memory.h functions
Peter Damianov via Mingw-w64-public
Re: [Mingw-w64-public] [PATCH] crt: add C23 string.h and memory.h functions
JonY via Mingw-w64-public
Re: [Mingw-w64-public] [PATCH] crt: add C23 string.h and memory.h functions
Peter0x44 via Mingw-w64-public
Re: [Mingw-w64-public] [PATCH] crt: add C23 string.h and memory.h functions
LIU Hao
Re: [Mingw-w64-public] [PATCH] crt: add C23 string.h and memory.h functions
Martin Storsjö
Re: [Mingw-w64-public] [PATCH] crt: add C23 string.h and memory.h functions
LIU Hao
Re: [Mingw-w64-public] [PATCH] crt: add C23 string.h and memory.h functions
Peter0x44 via Mingw-w64-public
Re: [Mingw-w64-public] [PATCH] crt: add C23 string.h and memory.h functions
Martin Storsjö
[Mingw-w64-public] Windows 11 build 26200.8116 broke crtdll.dll
Pali Rohár
Re: [Mingw-w64-public] Windows 11 build 26200.8116 broke crtdll.dll
LIU Hao
Re: [Mingw-w64-public] Windows 11 build 26200.8116 broke crtdll.dll
Pali Rohár
[Mingw-w64-public] [PATCH] headers: Add IORing error codes in winerror.h
Biswapriyo Nath
Re: [Mingw-w64-public] [PATCH] headers: Add IORing error codes in winerror.h
LIU Hao
[Mingw-w64-public] [wiki link issue] building native Windows 64-bit gcc from Linux
Luau Project
Re: [Mingw-w64-public] [wiki link issue] building native Windows 64-bit gcc from Linux
LIU Hao
[Mingw-w64-public] Images created with --subsystem console:10.0 fail to run
Kirill Makurin
Re: [Mingw-w64-public] Images created with --subsystem console:10.0 fail to run
LIU Hao
Re: [Mingw-w64-public] Images created with --subsystem console:10.0 fail to run
Kirill Makurin
Re: [Mingw-w64-public] Images created with --subsystem console:10.0 fail to run
Pali Rohár
Re: [Mingw-w64-public] Images created with --subsystem console:10.0 fail to run
Kirill Makurin
Re: [Mingw-w64-public] Images created with --subsystem console:10.0 fail to run
LIU Hao
Re: [Mingw-w64-public] Images created with --subsystem console:10.0 fail to run
Kirill Makurin
Re: [Mingw-w64-public] Images created with --subsystem console:10.0 fail to run
LIU Hao
Re: [Mingw-w64-public] Images created with --subsystem console:10.0 fail to run
Kirill Makurin
Re: [Mingw-w64-public] Images created with --subsystem console:10.0 fail to run
Alvin Wong via Mingw-w64-public
Re: [Mingw-w64-public] Images created with --subsystem console:10.0 fail to run
Kirill Makurin
Re: [Mingw-w64-public] Images created with --subsystem console:10.0 fail to run
LIU Hao
Re: [Mingw-w64-public] Images created with --subsystem console:10.0 fail to run
Kirill Makurin
[Mingw-w64-public] Announcing v14.0.0
JonY via Mingw-w64-public
[Mingw-w64-public] [PATCH] headers: Add emi.h
Biswapriyo Nath
Re: [Mingw-w64-public] [PATCH] headers: Add emi.h
LIU Hao
[Mingw-w64-public] headers: Add DECLSPEC_CHPE_PATCHABLE define
Jacek Caban via Mingw-w64-public
Re: [Mingw-w64-public] headers: Add DECLSPEC_CHPE_PATCHABLE define
Martin Storsjö
[Mingw-w64-public] [PATCH] headers: Fix GetPointerInputTransform() prototype.
Zhiyi Zhang via Mingw-w64-public
[Mingw-w64-public] [PATCH] headers: Fix GetPointerInputTransform() prototype.
Zhiyi Zhang via Mingw-w64-public
Re: [Mingw-w64-public] [PATCH] headers: Fix GetPointerInputTransform() prototype.
LIU Hao
[Mingw-w64-public] Determining Windows version at runtime
Kirill Makurin
Re: [Mingw-w64-public] Determining Windows version at runtime
LIU Hao
Re: [Mingw-w64-public] Determining Windows version at runtime
Kirill Makurin
Re: [Mingw-w64-public] Determining Windows version at runtime
Kirill Makurin
Re: [Mingw-w64-public] Determining Windows version at runtime
Kirill Makurin
Re: [Mingw-w64-public] Determining Windows version at runtime
Pali Rohár
Re: [Mingw-w64-public] Determining Windows version at runtime
Vincent Torri
Re: [Mingw-w64-public] Determining Windows version at runtime
Kirill Makurin
Re: [Mingw-w64-public] Determining Windows version at runtime
Pali Rohár
Re: [Mingw-w64-public] Determining Windows version at runtime
Kirill Makurin
Re: [Mingw-w64-public] Determining Windows version at runtime
Pali Rohár
Re: [Mingw-w64-public] Determining Windows version at runtime
Kirill Makurin
Re: [Mingw-w64-public] Determining Windows version at runtime
Pali Rohár
Re: [Mingw-w64-public] Determining Windows version at runtime
Kirill Makurin
Re: [Mingw-w64-public] Determining Windows version at runtime
Pali Rohár
Re: [Mingw-w64-public] Determining Windows version at runtime
Kirill Makurin
[Mingw-w64-public] [PATCH] crt: Move `__mingw_isleadbyte_cp()` from libmingwex into libmsvcrt
LIU Hao
Re: [Mingw-w64-public] [PATCH] crt: Move `__mingw_isleadbyte_cp()` from libmingwex into libmsvcrt
Martin Storsjö
Re: [Mingw-w64-public] [PATCH] crt: Move `__mingw_isleadbyte_cp()` from libmingwex into libmsvcrt
LIU Hao
[Mingw-w64-public] [PATCH] Fix corecrt.h use with Cygwin w32api
JonY via Mingw-w64-public
Re: [Mingw-w64-public] [PATCH] Fix corecrt.h use with Cygwin w32api
LIU Hao
Re: [Mingw-w64-public] [PATCH] Fix corecrt.h use with Cygwin w32api
JonY via Mingw-w64-public
[Mingw-w64-public] [PATCH 0/1] Add missing cast in `fpclassify` that `isnan` does use
Erez Geva via Mingw-w64-public
[Mingw-w64-public] [PATCH 1/1] Add missing cast in `fpclassify` that `isnan` does use
Erez Geva via Mingw-w64-public
Re: [Mingw-w64-public] [PATCH 1/1] Add missing cast in `fpclassify` that `isnan` does use
LIU Hao
Re: [Mingw-w64-public] [PATCH 1/1] Add missing cast in `fpclassify` that `isnan` does use
Erez Geva via Mingw-w64-public
Re: [Mingw-w64-public] [PATCH 1/1] Add missing cast in `fpclassify` that `isnan` does use
Erez
Re: [Mingw-w64-public] [PATCH 1/1] Add missing cast in `fpclassify` that `isnan` does use
LIU Hao
[Mingw-w64-public] [PATCH 0/1] Add missing cast in `fpclassify` that `isnan` does use
Erez Geva via Mingw-w64-public
[Mingw-w64-public] [PATCH 0/1] Add missing cast in `fpclassify` that `isnan` does use
Erez Geva via Mingw-w64-public
[Mingw-w64-public] [PATCH 1/1] Add missing cast in `fpclassify` that `isnan` does use
Erez Geva via Mingw-w64-public
[Mingw-w64-public] [PATCH 0/1] Add missing cast in `fpclassify` that `isnan` does use
Erez Geva via Mingw-w64-public
[Mingw-w64-public] [PATCH 1/1] Add missing cast in `fpclassify` that `isnan` does use
Erez Geva via Mingw-w64-public
[Mingw-w64-public] [PATCH] headers/intsafe: Add missing MIN/MAX macros (try 2)
David Grayson
Re: [Mingw-w64-public] [PATCH] headers/intsafe: Add missing MIN/MAX macros (try 2)
LIU Hao
Re: [Mingw-w64-public] [PATCH] headers/intsafe: Add missing MIN/MAX macros (try 2)
David Grayson
Re: [Mingw-w64-public] [PATCH] headers/intsafe: Add missing MIN/MAX macros (try 2)
Lasse Collin via Mingw-w64-public
Re: [Mingw-w64-public] [PATCH] headers/intsafe: Add missing MIN/MAX macros (try 2)
David Grayson
Re: [Mingw-w64-public] [PATCH] headers/intsafe: Add missing MIN/MAX macros (try 2)
LIU Hao
[Mingw-w64-public] [PATCH] crt: test: Explicitly use CreateEventA() in t_safe_flush.c
Pali Rohár
Re: [Mingw-w64-public] [PATCH] crt: test: Explicitly use CreateEventA() in t_safe_flush.c
LIU Hao
[Mingw-w64-public] [PATCH] crt: test: Replace usage of _beginthreadex() by CreateThread() in t_safe_flush.c test
Pali Rohár
Re: [Mingw-w64-public] [PATCH] crt: test: Replace usage of _beginthreadex() by CreateThread() in t_safe_flush.c test
LIU Hao
[Mingw-w64-public] [PATCH] crt: test: Fix volatile in test t_tmain.c
Pali Rohár
Re: [Mingw-w64-public] [PATCH] crt: test: Fix volatile in test t_tmain.c
LIU Hao
[Mingw-w64-public] Small changes for 32-bit x86 kernel32.def and ntdll.def files
Pali Rohár
Re: [Mingw-w64-public] Small changes for 32-bit x86 kernel32.def and ntdll.def files
LIU Hao
[Mingw-w64-public] Analysis of kernel32 BaseAttachCompleteThunk function
Pali Rohár
Re: [Mingw-w64-public] Analysis of kernel32 BaseAttachCompleteThunk function
LIU Hao
Re: [Mingw-w64-public] Analysis of kernel32 BaseAttachCompleteThunk function
LIU Hao
Re: [Mingw-w64-public] Analysis of kernel32 BaseAttachCompleteThunk function
Pali Rohár
Re: [Mingw-w64-public] Analysis of kernel32 BaseAttachCompleteThunk function
LIU Hao
[Mingw-w64-public] [PATCH] crt: Check for NULL handle returned from wide WinAPI functions
Pali Rohár
Re: [Mingw-w64-public] [PATCH] crt: Check for NULL handle returned from wide WinAPI functions
LIU Hao
[Mingw-w64-public] [PATCH] crt: Remove oscalls.h
Pali Rohár
Re: [Mingw-w64-public] [PATCH] crt: Remove oscalls.h
LIU Hao
[Mingw-w64-public] [PATCH] crt: Check for overflows in POSIX 32-bit ftime() function
Pali Rohár
Re: [Mingw-w64-public] [PATCH] crt: Check for overflows in POSIX 32-bit ftime() function
LIU Hao
[Mingw-w64-public] Fix mingw-w64 stat() for msvcrt.dll builds
Pali Rohár
Re: [Mingw-w64-public] Fix mingw-w64 stat() for msvcrt.dll builds
Lasse Collin via Mingw-w64-public
Re: [Mingw-w64-public] Fix mingw-w64 stat() for msvcrt.dll builds
Pali Rohár
Re: [Mingw-w64-public] Fix mingw-w64 stat() for msvcrt.dll builds
Kirill Makurin
Re: [Mingw-w64-public] Fix mingw-w64 stat() for msvcrt.dll builds
Pali Rohár
Re: [Mingw-w64-public] Fix mingw-w64 stat() for msvcrt.dll builds
LIU Hao
Re: [Mingw-w64-public] Fix mingw-w64 stat() for msvcrt.dll builds
Pali Rohár
Re: [Mingw-w64-public] Fix mingw-w64 stat() for msvcrt.dll builds
LIU Hao
Re: [Mingw-w64-public] Fix mingw-w64 stat() for msvcrt.dll builds
Pali Rohár
Re: [Mingw-w64-public] Fix mingw-w64 stat() for msvcrt.dll builds
LIU Hao
Re: [Mingw-w64-public] Fix mingw-w64 stat() for msvcrt.dll builds
Kirill Makurin
Re: [Mingw-w64-public] Fix mingw-w64 stat() for msvcrt.dll builds
LIU Hao
Re: [Mingw-w64-public] Fix mingw-w64 stat() for msvcrt.dll builds
Kirill Makurin
[Mingw-w64-public] Document and fix 32-bit x86 advapi32.def symbols
Pali Rohár
Re: [Mingw-w64-public] Document and fix 32-bit x86 advapi32.def symbols
LIU Hao
Re: [Mingw-w64-public] Document and fix 32-bit x86 advapi32.def symbols
LIU Hao
Re: [Mingw-w64-public] Document and fix 32-bit x86 advapi32.def symbols
Pali Rohár
[Mingw-w64-public] [PATCH] header/intsafe: Fix Cygwin compatibility.
David Grayson
Re: [Mingw-w64-public] [PATCH] header/intsafe: Fix Cygwin compatibility.
LIU Hao
Re: [Mingw-w64-public] [PATCH] header/intsafe: Fix Cygwin compatibility.
David Grayson
Re: [Mingw-w64-public] [PATCH] header/intsafe: Fix Cygwin compatibility.
LIU Hao
[Mingw-w64-public] [PATCH 2/2] headers/intsafe: Add missing MIN/MAX macros.
David Grayson
Re: [Mingw-w64-public] [PATCH 2/2] headers/intsafe: Add missing MIN/MAX macros.
LIU Hao
[Mingw-w64-public] [PATCH 1/2] headers/cfgmgr32: Fix the type of DWORD_MAX to be a DWORD.
David Grayson
Re: [Mingw-w64-public] [PATCH 1/2] headers/cfgmgr32: Fix the type of DWORD_MAX to be a DWORD.
LIU Hao
Re: [Mingw-w64-public] [PATCH 1/2] headers/cfgmgr32: Fix the type of DWORD_MAX to be a DWORD.
LIU Hao
Re: [Mingw-w64-public] [PATCH 1/2] headers/cfgmgr32: Fix the type of DWORD_MAX to be a DWORD.
David Grayson
[Mingw-w64-public] Preferred type for *_MIN/*_MAX macros
David Grayson
Re: [Mingw-w64-public] Preferred type for *_MIN/*_MAX macros
LIU Hao
Re: [Mingw-w64-public] Preferred type for *_MIN/*_MAX macros
Lasse Collin via Mingw-w64-public
[Mingw-w64-public] [PATCH] headers/esent: Fix JetOpenTemporaryTable compilation error.
David Grayson
Re: [Mingw-w64-public] [PATCH] headers/esent: Fix JetOpenTemporaryTable compilation error.
LIU Hao
[Mingw-w64-public] [PATCH] crt: Fix _wstat() for crtdll.dll/msvcrt10.dll when called on directory
Pali Rohár
Re: [Mingw-w64-public] [PATCH] crt: Fix _wstat() for crtdll.dll/msvcrt10.dll when called on directory
Pali Rohár
Re: [Mingw-w64-public] [PATCH] crt: Fix _wstat() for crtdll.dll/msvcrt10.dll when called on directory
Kirill Makurin
Re: [Mingw-w64-public] [PATCH] crt: Fix _wstat() for crtdll.dll/msvcrt10.dll when called on directory
LIU Hao
[Mingw-w64-public] Call __mingw_isleadbyte_cp from __mingw_mbrtowc_cp
Kirill Makurin
Re: [Mingw-w64-public] Call __mingw_isleadbyte_cp from __mingw_mbrtowc_cp
LIU Hao
Re: [Mingw-w64-public] Call __mingw_isleadbyte_cp from __mingw_mbrtowc_cp
Kirill Makurin
Re: [Mingw-w64-public] Call __mingw_isleadbyte_cp from __mingw_mbrtowc_cp
LIU Hao
Re: [Mingw-w64-public] Call __mingw_isleadbyte_cp from __mingw_mbrtowc_cp
Kirill Makurin
Re: [Mingw-w64-public] Call __mingw_isleadbyte_cp from __mingw_mbrtowc_cp
Pali Rohár
[Mingw-w64-public] [PATCH] doc: Fix sample argument to `--enable-sdk=` [no ci]
LIU Hao
Re: [Mingw-w64-public] [PATCH] doc: Fix sample argument to `--enable-sdk=` [no ci]
Martin Storsjö
Re: [Mingw-w64-public] [PATCH] doc: Fix sample argument to `--enable-sdk=` [no ci]
LIU Hao
[Mingw-w64-public] [PATCH] Cleanup of _mingw.h
LIU Hao
Re: [Mingw-w64-public] [PATCH] Cleanup of _mingw.h
Martin Storsjö
Re: [Mingw-w64-public] [PATCH] Cleanup of _mingw.h
LIU Hao
[Mingw-w64-public] Fixes for standard [w]ctype.h functions
Kirill Makurin
Re: [Mingw-w64-public] Fixes for standard [w]ctype.h functions
LIU Hao
[Mingw-w64-public] Missing SORT_CHINESE_PHONE_BOOK constant
Kirill Makurin
Re: [Mingw-w64-public] Missing SORT_CHINESE_PHONE_BOOK constant
LIU Hao
Re: [Mingw-w64-public] Missing SORT_CHINESE_PHONE_BOOK constant
Kirill Makurin
Re: [Mingw-w64-public] [mingw-w64/mingw-w64] pdhmsg.h (`PDH_*` status codes) incorrect DWORD type (Issue #151)
Paul Jackson
[Mingw-w64-public] [PATCH] mswsock: add SIO_UDP_NETRESET
Hugo Beauzée-Luyssen
Re: [Mingw-w64-public] [PATCH] mswsock: add SIO_UDP_NETRESET
LIU Hao
[Mingw-w64-public] Fix msvcrt20 and msvcrt40 builds and run testcases against them
Pali Rohár
Re: [Mingw-w64-public] Fix msvcrt20 and msvcrt40 builds and run testcases against them
LIU Hao
Re: [Mingw-w64-public] Fix msvcrt20 and msvcrt40 builds and run testcases against them
Kirill Makurin
Re: [Mingw-w64-public] Fix msvcrt20 and msvcrt40 builds and run testcases against them
LIU Hao
Re: [Mingw-w64-public] Fix msvcrt20 and msvcrt40 builds and run testcases against them
Kirill Makurin
Re: [Mingw-w64-public] Fix msvcrt20 and msvcrt40 builds and run testcases against them
Pali Rohár
Re: [Mingw-w64-public] Fix msvcrt20 and msvcrt40 builds and run testcases against them
LIU Hao
Re: [Mingw-w64-public] Fix msvcrt20 and msvcrt40 builds and run testcases against them
Kirill Makurin
Earlier messages