Messages by Date
-
2025/08/21
Re: [Mingw-w64-public] List of public symbols in CRT
Gisle Vanem via Mingw-w64-public
-
2025/08/21
Re: [Mingw-w64-public] [V2] Fix return value of mbrlen and mbrtowc
Pali Rohár
-
2025/08/21
Re: [Mingw-w64-public] [V2] Fix return value of mbrlen and mbrtowc
Kirill Makurin
-
2025/08/21
[Mingw-w64-public] [V2] Fix return value of mbrlen and mbrtowc
Kirill Makurin
-
2025/08/21
Re: [Mingw-w64-public] List of public symbols in CRT
Kirill Makurin
-
2025/08/21
[Mingw-w64-public] List of public symbols in CRT
Kirill Makurin
-
2025/08/21
Re: [Mingw-w64-public] Fix return value of mbrlen and mbrtowc
Kirill Makurin
-
2025/08/21
[Mingw-w64-public] [PATCH] crt: testcases: Add a bug report reference for _aligned_realloc issues on aarch64
Martin Storsjö
-
2025/08/21
Re: [Mingw-w64-public] Fix return value of mbrlen and mbrtowc
Martin Storsjö
-
2025/08/20
Re: [Mingw-w64-public] Fix return value of mbrlen and mbrtowc
Kirill Makurin
-
2025/08/20
Re: [Mingw-w64-public] [PATCH 0/9] crt: Improve mbrtowc and ___lc_handle_func / ___lc_codepage_func
Martin Storsjö
-
2025/08/20
Re: [Mingw-w64-public] [PATCH 0/9] crt: Improve mbrtowc and ___lc_handle_func / ___lc_codepage_func
Pali Rohár
-
2025/08/20
Re: [Mingw-w64-public] Fix return value of mbrlen and mbrtowc
Martin Storsjö
-
2025/08/20
Re: [Mingw-w64-public] [PATCH 0/9] crt: Improve mbrtowc and ___lc_handle_func / ___lc_codepage_func
Kirill Makurin
-
2025/08/20
Re: [Mingw-w64-public] Fix return value of mbrlen and mbrtowc
Kirill Makurin
-
2025/08/20
Re: [Mingw-w64-public] [PATCH 0/9] crt: Improve mbrtowc and ___lc_handle_func / ___lc_codepage_func
Martin Storsjö
-
2025/08/20
Re: [Mingw-w64-public] Fix return value of mbrlen and mbrtowc
Martin Storsjö
-
2025/08/20
Re: [Mingw-w64-public] [PATCH 0/9] crt: Improve mbrtowc and ___lc_handle_func / ___lc_codepage_func
Martin Storsjö
-
2025/08/20
Re: [Mingw-w64-public] [PATCH] crt: dll: Initialize __mingw_app_type only once
Martin Storsjö
-
2025/08/20
Re: [Mingw-w64-public] [PATCH] crt: Cleanup gcc c++ ctors and dtors
Martin Storsjö
-
2025/08/16
[Mingw-w64-public] [PATCH v2] crt: Replace IsDBCSLeadByteEx() by isleadbyte() in mbrtowc()
Pali Rohár
-
2025/08/16
[Mingw-w64-public] [PATCH] crt: Cleanup gcc c++ ctors and dtors
Pali Rohár
-
2025/08/16
[Mingw-w64-public] [PATCH] crt: dll: Initialize __mingw_app_type only once
Pali Rohár
-
2025/08/15
Re: [Mingw-w64-public] [PATCH 0/9] crt: Improve mbrtowc and ___lc_handle_func / ___lc_codepage_func
Kirill Makurin
-
2025/08/15
Re: [Mingw-w64-public] [PATCH 0/9] crt: Improve mbrtowc and ___lc_handle_func / ___lc_codepage_func
Pali Rohár
-
2025/08/15
Re: [Mingw-w64-public] [PATCH 0/9] crt: Improve mbrtowc and ___lc_handle_func / ___lc_codepage_func
Pali Rohár
-
2025/08/15
Re: [Mingw-w64-public] [PATCH 0/9] crt: Improve mbrtowc and ___lc_handle_func / ___lc_codepage_func
Kirill Makurin
-
2025/08/15
[Mingw-w64-public] [PATCH 8/9] crt: Split mbrtowc.c into 3 files mbrlen.c mbrtowc.c and mbsrtowcs.c
Pali Rohár
-
2025/08/15
[Mingw-w64-public] [PATCH 9/9] crt: Use only mbstate_t in mbsrtowcs
Pali Rohár
-
2025/08/15
[Mingw-w64-public] [PATCH 2/9] crt: Improve support for ___lc_codepage_func() function
Pali Rohár
-
2025/08/15
[Mingw-w64-public] [PATCH 7/9] crt: Use errno instead of _set_errno in mbrtowc
Pali Rohár
-
2025/08/15
[Mingw-w64-public] [PATCH 3/9] crt: Remove internal mb_wc_common.h and replace it by locale.h usage
Pali Rohár
-
2025/08/15
[Mingw-w64-public] [PATCH 6/9] crt: Replace IsDBCSLeadByteEx() by _ismbblead() in mbrtowc()
Pali Rohár
-
2025/08/15
[Mingw-w64-public] [PATCH 4/9] crt: Remove static helper function mbrtowc_cp()
Pali Rohár
-
2025/08/15
[Mingw-w64-public] [PATCH 0/9] crt: Improve mbrtowc and ___lc_handle_func / ___lc_codepage_func
Pali Rohár
-
2025/08/15
[Mingw-w64-public] [PATCH 1/9] crt: Provide emulation of ___lc_handle_func for msvcrt.dll and msvcrtd.dll
Pali Rohár
-
2025/08/15
[Mingw-w64-public] [PATCH 5/9] crt: Move private state_mbrlen/state_mbrtowc/state_mbsrtowcs variables to corresponding functions
Pali Rohár
-
2025/08/11
[Mingw-w64-public] Fix return value of mbrlen and mbrtowc
Kirill Makurin
-
2025/08/09
Re: [Mingw-w64-public] Using replacements for C95 conversion functions with UCRT?
Kirill Makurin
-
2025/08/09
Re: [Mingw-w64-public] Using replacements for C95 conversion functions with UCRT?
Kirill Makurin
-
2025/08/09
Re: [Mingw-w64-public] Using replacements for C95 conversion functions with UCRT?
LIU Hao
-
2025/08/08
[Mingw-w64-public] Using replacements for C95 conversion functions with UCRT?
Kirill Makurin
-
2025/08/07
Re: [Mingw-w64-public] [PATCH 2/2] headers: Add missing UCRT variants of conio printf functions in wchar.h
Martin Storsjö
-
2025/08/07
Re: [Mingw-w64-public] [PATCH 3/4] crt: Enable 32-bit x86 kernel32.dll symbols from WinSDK thunk32.lib library
Martin Storsjö
-
2025/08/07
Re: [Mingw-w64-public] [PATCH 3/4] crt: Enable 32-bit x86 kernel32.dll symbols from WinSDK thunk32.lib library
LIU Hao
-
2025/08/07
Re: [Mingw-w64-public] [PATCH 3/4] crt: Enable 32-bit x86 kernel32.dll symbols from WinSDK thunk32.lib library
Pali Rohár
-
2025/08/05
Re: [Mingw-w64-public] [PATCH 2/4] crt: Comment duplicate lz32.dll symbols in 32-bit x86 kernel32.def file
LIU Hao
-
2025/08/05
Re: [Mingw-w64-public] [PATCH 2/2] headers: Add missing UCRT variants of conio printf functions in wchar.h
Jacek Caban via Mingw-w64-public
-
2025/08/05
Re: [Mingw-w64-public] [PATCH 1/2] headers: Add missing attributes for _cwscanf{, l} in wchar.h
Jacek Caban via Mingw-w64-public
-
2025/08/05
[Mingw-w64-public] [PATCH 1/2] headers: Add missing attributes for _cwscanf{, l} in wchar.h
Martin Storsjö
-
2025/08/05
[Mingw-w64-public] [PATCH 2/2] headers: Add missing UCRT variants of conio printf functions in wchar.h
Martin Storsjö
-
2025/08/04
Re: [Mingw-w64-public] DirectX headers from microsoft & mingw
Nikolay Sivov
-
2025/08/04
Re: [Mingw-w64-public] DirectX headers from microsoft & mingw
Marc-André Lureau
-
2025/08/04
Re: [Mingw-w64-public] DirectX headers from microsoft & mingw
Nikolay Sivov
-
2025/08/04
[Mingw-w64-public] DirectX headers from microsoft & mingw
Marc-André Lureau
-
2025/08/04
Re: [Mingw-w64-public] [PATCH] headers/wdm: Remove local definitions of `InterlockedBitTestAndSet()` and `InterlockedBitTestAndReset()`
LIU Hao
-
2025/08/04
Re: [Mingw-w64-public] [PATCH] headers/wdm: Remove local definitions of `InterlockedBitTestAndSet()` and `InterlockedBitTestAndReset()`
Martin Storsjö
-
2025/08/03
[Mingw-w64-public] [PATCH] headers/wdm: Remove local definitions of `InterlockedBitTestAndSet()` and `InterlockedBitTestAndReset()`
LIU Hao
-
2025/08/03
Re: [Mingw-w64-public] [PATCH 3/4] crt: Enable 32-bit x86 kernel32.dll symbols from WinSDK thunk32.lib library
LIU Hao
-
2025/08/03
Re: [Mingw-w64-public] [PATCH 2/4] crt: Comment duplicate lz32.dll symbols in 32-bit x86 kernel32.def file
LIU Hao
-
2025/08/02
Re: [Mingw-w64-public] [PATCH 2/4] crt: Comment duplicate lz32.dll symbols in 32-bit x86 kernel32.def file
Pali Rohár
-
2025/08/02
Re: [Mingw-w64-public] [PATCH 3/4] crt: Enable 32-bit x86 kernel32.dll symbols from WinSDK thunk32.lib library
Pali Rohár
-
2025/08/02
Re: [Mingw-w64-public] [PATCH 3/4] crt: Enable 32-bit x86 kernel32.dll symbols from WinSDK thunk32.lib library
LIU Hao
-
2025/08/02
Re: [Mingw-w64-public] [PATCH 1/4] crt: Remove VLM symbols from 32-bit x86 kernel32.def file
LIU Hao
-
2025/08/02
Re: [Mingw-w64-public] [PATCH 2/4] crt: Comment duplicate lz32.dll symbols in 32-bit x86 kernel32.def file
LIU Hao
-
2025/08/02
Re: [Mingw-w64-public] [PATCH 3/4] crt: Enable 32-bit x86 kernel32.dll symbols from WinSDK thunk32.lib library
LIU Hao
-
2025/08/01
Re: [Mingw-w64-public] [PATCH 01/10] crt: Add emulation of _get_daylight() function for pre-msvcr80 import libs
Martin Storsjö
-
2025/08/01
[Mingw-w64-public] [PATCH 3/4] crt: Enable 32-bit x86 kernel32.dll symbols from WinSDK thunk32.lib library
Pali Rohár
-
2025/08/01
[Mingw-w64-public] [PATCH 1/4] crt: Remove VLM symbols from 32-bit x86 kernel32.def file
Pali Rohár
-
2025/08/01
[Mingw-w64-public] [PATCH 0/4] crt: Fix 32-bit x86 kernel32.def symbols
Pali Rohár
-
2025/08/01
[Mingw-w64-public] [PATCH 2/4] crt: Comment duplicate lz32.dll symbols in 32-bit x86 kernel32.def file
Pali Rohár
-
2025/08/01
[Mingw-w64-public] [PATCH 4/4] crt: Fix decoration for 32-bit x86 kernel32.def InterlockedPushListSList symbol
Pali Rohár
-
2025/08/01
Re: [Mingw-w64-public] [PATCH] crt: Make i386 _NLG_Dispatch2 and _NLG_Return symbols compatible with msvc
Pali Rohár
-
2025/08/01
Re: [Mingw-w64-public] Deduplicate lib32 and lib-common def files
Pali Rohár
-
2025/08/01
Re: [Mingw-w64-public] [PATCH] headers: Deduplicate *wprintf/*wscanf functions across UCRT/msvcrt builds
Pali Rohár
-
2025/08/01
Re: [Mingw-w64-public] [PATCH 1/2] crt: Fix LTO -Ofast compilation
Pali Rohár
-
2025/08/01
Re: [Mingw-w64-public] [PATCH] crt: Fix the size passed to _vsnwprintf in emu__vscwprintf
Martin Storsjö
-
2025/07/31
Re: [Mingw-w64-public] [PATCH] doc: ucrt-vs-msvcrt.txt: Fix typo
LIU Hao
-
2025/07/31
Re: [Mingw-w64-public] [PATCH] crt: testcases: Skip t_aligned_alloc.c on msvcrt10.dll and msvcrt20.dll
LIU Hao
-
2025/07/31
Re: [Mingw-w64-public] [PATCH] crt: Make i386 _NLG_Dispatch2 and _NLG_Return symbols compatible with msvc
LIU Hao
-
2025/07/31
Re: [Mingw-w64-public] [PATCH] crt: Document all 32-bit x86 kernel32.dll symbols
Martin Storsjö
-
2025/07/31
Re: [Mingw-w64-public] [PATCH] crt: Document all 32-bit x86 kernel32.dll symbols
Pali Rohár
-
2025/07/31
Re: [Mingw-w64-public] [PATCH 5/5] gendef: Print --kill-at information only for i386
Martin Storsjö
-
2025/07/31
Re: [Mingw-w64-public] Deduplicate lib32 and lib-common def files
Biswapriyo Nath
-
2025/07/31
Re: [Mingw-w64-public] [PATCH] crt: Document all 32-bit x86 kernel32.dll symbols
Martin Storsjö
-
2025/07/31
Re: [Mingw-w64-public] [PATCH] headers: Deduplicate *wprintf/*wscanf functions across UCRT/msvcrt builds
Martin Storsjö
-
2025/07/31
Re: [Mingw-w64-public] [PATCH] github: Update to llvm-mingw 20250709
LIU Hao
-
2025/07/31
Re: [Mingw-w64-public] [PATCH 1/2] crt: Fix LTO -Ofast compilation
Martin Storsjö
-
2025/07/31
Re: [Mingw-w64-public] [PATCH] headers: Guard _fstat, _fstati64, _stat, _stati64, _wstat and _wstati64 for CRT build
Martin Storsjö
-
2025/07/31
Re: [Mingw-w64-public] Deduplicate lib32 and lib-common def files
Martin Storsjö
-
2025/07/31
Re: [Mingw-w64-public] [PATCH] headers: Guard _fstat, _fstati64, _stat, _stati64, _wstat and _wstati64 for CRT build
Pali Rohár
-
2025/07/31
Re: [Mingw-w64-public] [PATCH 2/2] headers: Declare missing creat64() function
Martin Storsjö
-
2025/07/31
Re: [Mingw-w64-public] [PATCH] headers: Guard _fstat, _fstati64, _stat, _stati64, _wstat and _wstati64 for CRT build
Martin Storsjö
-
2025/07/31
Re: [Mingw-w64-public] [PATCH] github: Update to llvm-mingw 20250709
Martin Storsjö
-
2025/07/31
Re: [Mingw-w64-public] [PATCH] crt: Fix the size passed to _vsnwprintf in emu__vscwprintf
Jacek Caban via Mingw-w64-public
-
2025/07/31
Re: [Mingw-w64-public] [PATCH] github: Update to llvm-mingw 20250709
Jacek Caban via Mingw-w64-public
-
2025/07/31
Re: [Mingw-w64-public] [PATCH 0/4] crt: Fix _*stat32 and _*stat32i64 functions for 64-bit msvcrt.dll builds
Martin Storsjö
-
2025/07/31
[Mingw-w64-public] [PATCH] crt: Fix the size passed to _vsnwprintf in emu__vscwprintf
Martin Storsjö
-
2025/07/31
[Mingw-w64-public] [PATCH] github: Update to llvm-mingw 20250709
Martin Storsjö
-
2025/07/29
Re: [Mingw-w64-public] [PATCH] crt/mingw_pformat: Initialize `mbstate_t` structure properly
LIU Hao
-
2025/07/29
Re: [Mingw-w64-public] [PATCH] crt/mingw_pformat: Initialize `mbstate_t` structure properly
Martin Storsjö
-
2025/07/27
[Mingw-w64-public] [PATCH] crt: Document all 32-bit x86 kernel32.dll symbols
Pali Rohár
-
2025/07/27
[Mingw-w64-public] [PATCH 5/5] gendef: Print --kill-at information only for i386
Pali Rohár
-
2025/07/27
[Mingw-w64-public] [PATCH 1/5] gendef: Disable reserved symbol names by default
Pali Rohár
-
2025/07/27
[Mingw-w64-public] [PATCH 2/5] gendef: Write ; comment after all keywords
Pali Rohár
-
2025/07/27
[Mingw-w64-public] [PATCH 4/5] gendef: Detect jumping of stdcall function to imported ordinal-only symbol
Pali Rohár
-
2025/07/27
[Mingw-w64-public] [PATCH 3/5] gendef: Write comments also for ordinal-only symbols
Pali Rohár
-
2025/07/25
Re: [Mingw-w64-public] New implementation for C95 conversion functions
Christoph Reiter
-
2025/07/25
[Mingw-w64-public] [PATCH] crt/mingw_pformat: Initialize `mbstate_t` structure properly
LIU Hao
-
2025/07/25
Re: [Mingw-w64-public] New implementation for C95 conversion functions
LIU Hao
-
2025/07/25
Re: [Mingw-w64-public] New implementation for C95 conversion functions
Christoph Reiter
-
2025/07/20
Re: [Mingw-w64-public] Deduplicate lib32 and lib-common def files
Pali Rohár
-
2025/07/20
Re: [Mingw-w64-public] Deduplicate lib32 and lib-common def files
Pali Rohár
-
2025/07/20
Re: [Mingw-w64-public] [PATCH 1/2] crt: Fix LTO -Ofast compilation
Pali Rohár
-
2025/07/20
Re: [Mingw-w64-public] [PATCH 2/2] crt: Fix LTO compile warning for main and wmain functions
Pali Rohár
-
2025/07/20
Re: [Mingw-w64-public] [PATCH 2/2] crt: Fix LTO compile warning for main and wmain functions
Pali Rohár
-
2025/07/19
Re: [Mingw-w64-public] [PATCH 2/2] crt: Fix LTO compile warning for main and wmain functions
LIU Hao
-
2025/07/19
Re: [Mingw-w64-public] [PATCH] headers/wintrust: Add forward declarations for structs
LIU Hao
-
2025/07/19
Re: [Mingw-w64-public] [PATCH] headers/wintrust: Add forward declarations for structs
Jacek Caban via Mingw-w64-public
-
2025/07/19
[Mingw-w64-public] [PATCH] headers/wintrust: Add forward declarations for structs
LIU Hao
-
2025/07/19
Re: [Mingw-w64-public] [PATCH] headers: Add new symbols in wintrust.h
LIU Hao
-
2025/07/19
Re: [Mingw-w64-public] [PATCH] crt: Add link to _pei386_runtime_relocator GNU LD bug
LIU Hao
-
2025/07/18
[Mingw-w64-public] [PATCH] crt: Add link to _pei386_runtime_relocator GNU LD bug
Pali Rohár
-
2025/07/18
[Mingw-w64-public] [PATCH] headers: Add new symbols in wintrust.h
Biswapriyo Nath
-
2025/07/17
Re: [Mingw-w64-public] [PATCH 2/2] crt: Fix LTO compile warning for main and wmain functions
Martin Storsjö
-
2025/07/17
[Mingw-w64-public] [PATCH 1/2] crt: Fix LTO -Ofast compilation
Pali Rohár
-
2025/07/17
[Mingw-w64-public] [PATCH 2/2] crt: Fix LTO compile warning for main and wmain functions
Pali Rohár
-
2025/07/16
Re: [Mingw-w64-public] [PATCH] github: Stop running armv7 binaries
Martin Storsjö
-
2025/07/16
Re: [Mingw-w64-public] [PATCH] github: Stop running armv7 binaries
LIU Hao
-
2025/07/16
[Mingw-w64-public] [PATCH] github: Stop running armv7 binaries
Martin Storsjö
-
2025/07/15
Re: [Mingw-w64-public] no_stack_protector attribute directive is ignored in file stack_chk_guard.c
LIU Hao
-
2025/07/15
Re: [Mingw-w64-public] no_stack_protector attribute directive is ignored in file stack_chk_guard.c
Pali Rohár
-
2025/07/15
Re: [Mingw-w64-public] [PATCH] crt: Check for compiler support for `no_stack_protector`
LIU Hao
-
2025/07/15
Re: [Mingw-w64-public] [PATCH] crt: Check for compiler support for `no_stack_protector`
Martin Storsjö
-
2025/07/15
Re: [Mingw-w64-public] New implementation for C95 conversion functions
Martin Storsjö
-
2025/07/14
Re: [Mingw-w64-public] [PATCH] crt/ssp: Fix typo in function name RtlGenRandom
LIU Hao
-
2025/07/14
[Mingw-w64-public] [PATCH] crt: Check for compiler support for `no_stack_protector`
LIU Hao
-
2025/07/14
[Mingw-w64-public] [PATCH] crt/ssp: Fix typo in function name RtlGenRandom
Pali Rohár
-
2025/07/14
Re: [Mingw-w64-public] no_stack_protector attribute directive is ignored in file stack_chk_guard.c
Pali Rohár
-
2025/07/14
Re: [Mingw-w64-public] New implementation for C95 conversion functions
Kirill Makurin
-
2025/07/14
Re: [Mingw-w64-public] New implementation for C95 conversion functions
Martin Storsjö
-
2025/07/13
Re: [Mingw-w64-public] New implementation for C95 conversion functions
LIU Hao
-
2025/07/13
Re: [Mingw-w64-public] no_stack_protector attribute directive is ignored in file stack_chk_guard.c
LIU Hao
-
2025/07/13
Re: [Mingw-w64-public] New implementation for C95 conversion functions
Kirill Makurin
-
2025/07/13
Re: [Mingw-w64-public] New implementation for C95 conversion functions
Martin Storsjö
-
2025/07/13
Re: [Mingw-w64-public] no_stack_protector attribute directive is ignored in file stack_chk_guard.c
Pali Rohár
-
2025/07/13
Re: [Mingw-w64-public] no_stack_protector attribute directive is ignored in file stack_chk_guard.c
LIU Hao
-
2025/07/13
Re: [Mingw-w64-public] no_stack_protector attribute directive is ignored in file stack_chk_guard.c
Pali Rohár
-
2025/07/13
Re: [Mingw-w64-public] no_stack_protector attribute directive is ignored in file stack_chk_guard.c
LIU Hao
-
2025/07/13
Re: [Mingw-w64-public] no_stack_protector attribute directive is ignored in file stack_chk_guard.c
Pali Rohár
-
2025/07/13
Re: [Mingw-w64-public] no_stack_protector attribute directive is ignored in file stack_chk_guard.c
LIU Hao
-
2025/07/13
Re: [Mingw-w64-public] no_stack_protector attribute directive is ignored in file stack_chk_guard.c
Pali Rohár
-
2025/07/13
[Mingw-w64-public] [SPAM] Re: no_stack_protector attribute directive is ignored in file stack_chk_guard.c
LIU Hao
-
2025/07/13
[Mingw-w64-public] no_stack_protector attribute directive is ignored in file stack_chk_guard.c
Pali Rohár
-
2025/07/13
[Mingw-w64-public] [PATCH] headers: Deduplicate *wprintf/*wscanf functions across UCRT/msvcrt builds
Pali Rohár
-
2025/07/13
[Mingw-w64-public] [PATCH 10/10] crt: Add emulation of _set_fmode() function for pre-msvcr80 import libs
Pali Rohár
-
2025/07/13
[Mingw-w64-public] [PATCH 02/10] crt: Add emulation of _get_dstbias() function for pre-msvcr80 import libs
Pali Rohár
-
2025/07/13
[Mingw-w64-public] [PATCH 08/10] crt: Add emulation of _set_doserrno() function for pre-msvcr80 import libs
Pali Rohár
-
2025/07/13
[Mingw-w64-public] [PATCH 04/10] crt: Add emulation of _get_tzname() function for pre-msvcr80 import libs
Pali Rohár
-
2025/07/13
[Mingw-w64-public] [PATCH 09/10] crt: Add emulation of _get_fmode() function for pre-msvcr80 import libs
Pali Rohár
-
2025/07/13
[Mingw-w64-public] [PATCH 06/10] crt: Add emulation of _get_wpgmptr() function for pre-msvcr80 import libs
Pali Rohár
-
2025/07/13
[Mingw-w64-public] [PATCH 07/10] crt: Add emulation of _get_doserrno() function for pre-msvcr80 import libs
Pali Rohár
-
2025/07/13
[Mingw-w64-public] [PATCH 05/10] crt: Add emulation of _get_pgmptr() function for pre-msvcr80 import libs
Pali Rohár
-
2025/07/13
[Mingw-w64-public] [PATCH 03/10] crt: Add emulation of _get_timezone() function for pre-msvcr80 import libs
Pali Rohár
-
2025/07/13
[Mingw-w64-public] [PATCH 01/10] crt: Add emulation of _get_daylight() function for pre-msvcr80 import libs
Pali Rohár
-
2025/07/13
Re: [Mingw-w64-public] New implementation for C95 conversion functions
LIU Hao
-
2025/07/12
Re: [Mingw-w64-public] New implementation for C95 conversion functions
Kirill Makurin
-
2025/07/12
Re: [Mingw-w64-public] New implementation for C95 conversion functions
Martin Storsjö
-
2025/07/12
Re: [Mingw-w64-public] widl build error on Cygwin
Jacek Caban via Mingw-w64-public
-
2025/07/12
Re: [Mingw-w64-public] R: Provide definition of math_errhandling
LIU Hao
-
2025/07/12
Re: [Mingw-w64-public] New implementation for C95 conversion functions
LIU Hao
-
2025/07/09
Re: [Mingw-w64-public] New implementation for C95 conversion functions
Martin Storsjö
-
2025/07/09
Re: [Mingw-w64-public] New implementation for C95 conversion functions
Kirill Makurin
-
2025/07/08
Re: [Mingw-w64-public] R: Provide definition of math_errhandling
LIU Hao
-
2025/07/08
[Mingw-w64-public] R: Provide definition of math_errhandling
Luca Bacci
-
2025/07/07
Re: [Mingw-w64-public] New implementation for C95 conversion functions
Kirill Makurin
-
2025/07/07
Re: [Mingw-w64-public] Provide definition of math_errhandling
LIU Hao
-
2025/07/07
[Mingw-w64-public] Provide definition of math_errhandling
Luca Bacci
-
2025/07/07
Re: [Mingw-w64-public] [PATCH] crt/ssp: disable premature stack protection at canary init
Igor Kostenko
-
2025/07/06
Re: [Mingw-w64-public] [PATCH] crt/ssp: disable premature stack protection at canary init
LIU Hao
-
2025/07/06
[Mingw-w64-public] [PATCH] doc: ucrt-vs-msvcrt.txt: Fix typo
Pali Rohár
-
2025/07/06
[Mingw-w64-public] [PATCH] crt: testcases: Skip t_aligned_alloc.c on msvcrt10.dll and msvcrt20.dll
Pali Rohár
-
2025/07/06
[Mingw-w64-public] [PATCH] crt: Make i386 _NLG_Dispatch2 and _NLG_Return symbols compatible with msvc
Pali Rohár
-
2025/07/06
Re: [Mingw-w64-public] New implementation for C95 conversion functions
LIU Hao
-
2025/07/05
Re: [Mingw-w64-public] [PATCH] crt/ssp: disable premature stack protection at canary init
LIU Hao
-
2025/07/04
Re: [Mingw-w64-public] [PATCH] crt/ssp: disable premature stack protection at canary init
Igor Kostenko
-
2025/07/03
Re: [Mingw-w64-public] [PATCH] crt/ssp: disable premature stack protection at canary init
Martin Storsjö
-
2025/07/03
Re: [Mingw-w64-public] [PATCH] crt/ssp: disable premature stack protection at canary init
Igor Kostenko
-
2025/07/03
Re: [Mingw-w64-public] [PATCH] crt/ssp: disable premature stack protection at canary init
LIU Hao
-
2025/07/03
Re: [Mingw-w64-public] Return value of mbrtowc
Kirill Makurin
-
2025/07/03
Re: [Mingw-w64-public] Return value of mbrtowc
LIU Hao
-
2025/07/03
Re: [Mingw-w64-public] Fwd: Weird issue with mingw-w64-gcc packaging
Tom Kacvinsky
-
2025/07/02
Re: [Mingw-w64-public] Fwd: Weird issue with mingw-w64-gcc packaging
Biswapriyo Nath
-
2025/07/02
[Mingw-w64-public] Fwd: Weird issue with mingw-w64-gcc packaging
Tom Kacvinsky
-
2025/07/02
Re: [Mingw-w64-public] Return value of mbrtowc
Kirill Makurin
-
2025/06/30
[Mingw-w64-public] New implementation for C95 conversion functions
Kirill Makurin
-
2025/06/28
Re: [Mingw-w64-public] Deduplicate lib32 and lib-common def files
LIU Hao
-
2025/06/27
Re: [Mingw-w64-public] Deduplicate lib32 and lib-common def files
Pali Rohár
-
2025/06/27
[Mingw-w64-public] [PATCH 2/2] headers: Declare missing creat64() function
Pali Rohár
-
2025/06/27
[Mingw-w64-public] [PATCH 1/2] crt: Define LFS creat64 symbol as alias in crt-aliases.def.in
Pali Rohár