mingw-w64-public
Thread
Date
Earlier messages
Messages by Thread
[Mingw-w64-public] [PATCH 1/3] crt: Build scanf.S as an x86_64 object on ARM64EC
Jacek Caban
[Mingw-w64-public] [PATCH 2/3] crt: Move __guard_dispatch_icall_dummy to separated file
Jacek Caban
Re: [Mingw-w64-public] [PATCH 2/3] crt: Move __guard_dispatch_icall_dummy to separated file
Jacek Caban
[Mingw-w64-public] [PATCH 3/3] crt: Build __guard_dispatch_icall_dummy on ARM64EC
Jacek Caban
[Mingw-w64-public] [PATCH 1/2] headers: Use __builtin_sponentry for setjmp when available.
Jacek Caban
[Mingw-w64-public] [PATCH 2/2] crt: Add ARM64EC setjmp and longjmp implementation
Jacek Caban
Re: [Mingw-w64-public] [PATCH 2/2] crt: Add ARM64EC setjmp and longjmp implementation
Jacek Caban
Re: [Mingw-w64-public] [PATCH 2/2] crt: Add ARM64EC setjmp and longjmp implementation
Jacek Caban
[Mingw-w64-public] [PATCH] headers: Define MapViewOfFile2 as inline function
Biswapriyo Nath
Re: [Mingw-w64-public] [PATCH] headers: Define MapViewOfFile2 as inline function
Jacek Caban
[Mingw-w64-public] [PATCH] github: Add an optional set of smoke tests for github actions
Martin Storsjö
Re: [Mingw-w64-public] [PATCH] github: Add an optional set of smoke tests for github actions
Jacek Caban
Re: [Mingw-w64-public] [PATCH] github: Add an optional set of smoke tests for github actions
Martin Storsjö
Re: [Mingw-w64-public] [PATCH] github: Add an optional set of smoke tests for github actions
LIU Hao
Re: [Mingw-w64-public] [PATCH] github: Add an optional set of smoke tests for github actions
Martin Storsjö
Re: [Mingw-w64-public] [PATCH] github: Add an optional set of smoke tests for github actions
NightStrike
Re: [Mingw-w64-public] [PATCH] github: Add an optional set of smoke tests for github actions
Jacek Caban
[Mingw-w64-public] [PATCH] crt: Fix condition for fabsf in api-ms-win-crt-math
Martin Storsjö
Re: [Mingw-w64-public] [PATCH] crt: Fix condition for fabsf in api-ms-win-crt-math
Jacek Caban
Re: [Mingw-w64-public] [PATCH] crt: Fix condition for fabsf in api-ms-win-crt-math
Martin Storsjö
[Mingw-w64-public] [PATCH 1/3] crt: Add initial ARM64EC build system support
Jacek Caban
[Mingw-w64-public] [PATCH 2/3] crt: Define metadata structures used for ARM64EC
Jacek Caban
[Mingw-w64-public] [PATCH 3/3] crt: Implement the indirect call helper ARM64EC adjustor thunk
Jacek Caban
Re: [Mingw-w64-public] [PATCH 1/3] crt: Add initial ARM64EC build system support
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 1/3] crt: Add initial ARM64EC build system support
Jacek Caban
[Mingw-w64-public] [PATCH] headers: Get rid of unused declarations from math.h.
Jacek Caban
Re: [Mingw-w64-public] [PATCH] headers: Get rid of unused declarations from math.h.
Martin Storsjö
[Mingw-w64-public] [PATCH] crt: Use more portable .short/.long/.quad directives in loadcfg.S.
Jacek Caban
Re: [Mingw-w64-public] [PATCH] crt: Use more portable .short/.long/.quad directives in loadcfg.S.
Martin Storsjö
[Mingw-w64-public] [PATCH] crt: Use .def file aliases for _chgsignl on ARM targets.
Jacek Caban
Re: [Mingw-w64-public] [PATCH] crt: Use .def file aliases for _chgsignl on ARM targets.
Martin Storsjö
Re: [Mingw-w64-public] [PATCH] crt: Use .def file aliases for _chgsignl on ARM targets.
Jacek Caban
[Mingw-w64-public] [PATCH 1/2] crt: Use headers: Use __SIZEOF_LONG_DOUBLE__ instead of arch checks in some math functions.
Jacek Caban
[Mingw-w64-public] [PATCH 2/2] crt: Use aarch64 assembly variants for ARM64EC math functions.
Jacek Caban
Re: [Mingw-w64-public] [PATCH 2/2] crt: Use aarch64 assembly variants for ARM64EC math functions.
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 2/2] crt: Use aarch64 assembly variants for ARM64EC math functions.
Jacek Caban
Re: [Mingw-w64-public] [PATCH 2/2] crt: Use aarch64 assembly variants for ARM64EC math functions.
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 1/2] crt: Use headers: Use __SIZEOF_LONG_DOUBLE__ instead of arch checks in some math functions.
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 1/2] crt: Use headers: Use __SIZEOF_LONG_DOUBLE__ instead of arch checks in some math functions.
Jacek Caban
Re: [Mingw-w64-public] [PATCH 1/2] crt: Use headers: Use __SIZEOF_LONG_DOUBLE__ instead of arch checks in some math functions.
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 1/2] crt: Use headers: Use __SIZEOF_LONG_DOUBLE__ instead of arch checks in some math functions.
Jacek Caban
[Mingw-w64-public] [PATCH] gendef: Remove trailing space in generated def file
Pali Rohár
Re: [Mingw-w64-public] [PATCH] gendef: Remove trailing space in generated def file
Martin Storsjö
[Mingw-w64-public] [PATCH v2] crt: Use F_LD64 for long double functions.
Jacek Caban
Re: [Mingw-w64-public] [PATCH v2] crt: Use F_LD64 for long double functions.
Martin Storsjö
Re: [Mingw-w64-public] [PATCH v2] crt: Use F_LD64 for long double functions.
Jacek Caban
[Mingw-w64-public] [PATCH 1/3] headers: Use __SIZEOF_LONG_DOUBLE__ == __SIZEOF_DOUBLE__ instead of arch checks
Jacek Caban
[Mingw-w64-public] [PATCH 2/3] headers: Use aarch64 logbl function variant for ARM64EC.
Jacek Caban
Re: [Mingw-w64-public] [PATCH 2/3] headers: Use aarch64 logbl function variant for ARM64EC.
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 2/3] headers: Use aarch64 logbl function variant for ARM64EC.
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 2/3] headers: Use aarch64 logbl function variant for ARM64EC.
Jacek Caban
[Mingw-w64-public] [PATCH 3/3] crt: Use __SIZEOF_LONG_DOUBLE__ == __SIZEOF_DOUBLE__ instead of arch checks
Jacek Caban
Re: [Mingw-w64-public] [PATCH 3/3] crt: Use __SIZEOF_LONG_DOUBLE__ == __SIZEOF_DOUBLE__ instead of arch checks
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 1/3] headers: Use __SIZEOF_LONG_DOUBLE__ == __SIZEOF_DOUBLE__ instead of arch checks
Martin Storsjö
[Mingw-w64-public] [PATCH v2 1/3] crt: Move trunc implementation to C file.
Jacek Caban
[Mingw-w64-public] [PATCH v2 3/3] crt: Use naked functions for ARM64 assembly functions.
Jacek Caban
Re: [Mingw-w64-public] [PATCH v2 3/3] crt: Use naked functions for ARM64 assembly functions.
Martin Storsjö
Re: [Mingw-w64-public] [PATCH v2 3/3] crt: Use naked functions for ARM64 assembly functions.
Jacek Caban
Re: [Mingw-w64-public] [PATCH v2 3/3] crt: Use naked functions for ARM64 assembly functions.
Martin Storsjö
Re: [Mingw-w64-public] [PATCH v2 3/3] crt: Use naked functions for ARM64 assembly functions.
Jacek Caban
[Mingw-w64-public] [PATCH v2 2/3] crt: Move nearbyint implementation to C file.
Jacek Caban
Re: [Mingw-w64-public] [PATCH v2 1/3] crt: Move trunc implementation to C file.
Martin Storsjö
Re: [Mingw-w64-public] [PATCH v2 1/3] crt: Move trunc implementation to C file.
Jacek Caban
[Mingw-w64-public] [PATCH 1/2] crt: Respect automake silent rules
Martin Storsjö
[Mingw-w64-public] [PATCH 2/2] crt: Don't delete implicit intermediate .a/.def files after building
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 1/2] crt: Respect automake silent rules
Jacek Caban
Re: [Mingw-w64-public] [PATCH 1/2] crt: Respect automake silent rules
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 1/2] crt: Respect automake silent rules
Martin Storsjö
[Mingw-w64-public] [PATCH 1/3] crt: Move trunc implementation to C file.
Jacek Caban
[Mingw-w64-public] [PATCH 3/3] crt: Use naked functions for ARM64 assembly functions.
Jacek Caban
Re: [Mingw-w64-public] [PATCH 3/3] crt: Use naked functions for ARM64 assembly functions.
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 3/3] crt: Use naked functions for ARM64 assembly functions.
Jacek Caban
Re: [Mingw-w64-public] [PATCH 1/3] crt: Move trunc implementation to C file.
Jeremy Drake via Mingw-w64-public
Re: [Mingw-w64-public] [PATCH 1/3] crt: Move trunc implementation to C file.
Jacek Caban
Re: [Mingw-w64-public] [PATCH 1/3] crt: Move trunc implementation to C file.
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 1/3] crt: Move trunc implementation to C file.
Jacek Caban
Re: [Mingw-w64-public] [PATCH 1/3] crt: Move trunc implementation to C file.
Martin Storsjö
[Mingw-w64-public] [PATCH 2/3] crt: Move nearbyint implementation to C file.
Jacek Caban
[Mingw-w64-public] [PATCH] crt: Implement exp2/exp2f/exp2l in C on ARM targets.
Jacek Caban
Re: [Mingw-w64-public] [PATCH] crt: Implement exp2/exp2f/exp2l in C on ARM targets.
Martin Storsjö
Re: [Mingw-w64-public] [PATCH] crt: Implement exp2/exp2f/exp2l in C on ARM targets.
Jacek Caban
[Mingw-w64-public] libgcc_s_seh-1.dll and libwinpthread-1.dll, gcc 12.1.0
Tom Kacvinsky
Re: [Mingw-w64-public] libgcc_s_seh-1.dll and libwinpthread-1.dll, gcc 12.1.0
LIU Hao
Re: [Mingw-w64-public] libgcc_s_seh-1.dll and libwinpthread-1.dll, gcc 12.1.0
Tom Kacvinsky
Re: [Mingw-w64-public] libgcc_s_seh-1.dll and libwinpthread-1.dll, gcc 12.1.0
Tom Kacvinsky
Re: [Mingw-w64-public] libgcc_s_seh-1.dll and libwinpthread-1.dll, gcc 12.1.0
LIU Hao
[Mingw-w64-public] [PATCH] crt: Move definitions of `__mingw_fe_dfl_env` to 'fesetenv.c'
LIU Hao
Re: [Mingw-w64-public] [PATCH] crt: Move definitions of `__mingw_fe_dfl_env` to 'fesetenv.c'
Martin Storsjö
Re: [Mingw-w64-public] [PATCH] crt: Move definitions of `__mingw_fe_dfl_env` to 'fesetenv.c'
LIU Hao
Re: [Mingw-w64-public] [PATCH] crt: Move definitions of `__mingw_fe_dfl_env` to 'fesetenv.c'
Jacek Caban
Re: [Mingw-w64-public] [PATCH] crt: Move definitions of `__mingw_fe_dfl_env` to 'fesetenv.c'
LIU Hao
Re: [Mingw-w64-public] [PATCH] crt: Move definitions of `__mingw_fe_dfl_env` to 'fesetenv.c'
Jacek Caban
Re: [Mingw-w64-public] [PATCH] crt: Move definitions of `__mingw_fe_dfl_env` to 'fesetenv.c'
Martin Storsjö
[Mingw-w64-public] [PATCH] crt: Move definitions of `__mingw_fe_dfl_env` to 'fesetenv.c'
LIU Hao
Re: [Mingw-w64-public] [PATCH] crt: Move definitions of `__mingw_fe_dfl_env` to 'fesetenv.c'
LIU Hao
Re: [Mingw-w64-public] [PATCH] crt: Move definitions of `__mingw_fe_dfl_env` to 'fesetenv.c'
Jacek Caban
Re: [Mingw-w64-public] [PATCH] crt: Move definitions of `__mingw_fe_dfl_env` to 'fesetenv.c'
LIU Hao
[Mingw-w64-public] [PATCH v2] crt: Use .def file aliases for _chgsignl on ARM targets.
Jacek Caban
Re: [Mingw-w64-public] [PATCH v2] crt: Use .def file aliases for _chgsignl on ARM targets.
Martin Storsjö
[Mingw-w64-public] GCC 15.1.0
Kacvinsky, Tom via Mingw-w64-public
Re: [Mingw-w64-public] GCC 15.1.0
LIU Hao
[Mingw-w64-public] [PATCH 00/10] Fix stat functions
Pali Rohár
[Mingw-w64-public] [PATCH 03/10] crt: Provide emulation of _fstat32i64, _stat32i64 and _wstat32i64 functions
Pali Rohár
[Mingw-w64-public] [PATCH 02/10] crt: Fix mingw-w64 emulation of _fstat64i32, _stat64i32 and _wstat64i32 functions
Pali Rohár
[Mingw-w64-public] [PATCH 06/10] headers: Add missing _CRTIMP for _fstat64i32/_stat64i32/_wstat64i32 functions
Pali Rohár
[Mingw-w64-public] [PATCH 01/10] crt: Provide emulation of _fstat64, _stat64 and _wstat64 functions
Pali Rohár
Re: [Mingw-w64-public] [PATCH 01/10] crt: Provide emulation of _fstat64, _stat64 and _wstat64 functions
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 01/10] crt: Provide emulation of _fstat64, _stat64 and _wstat64 functions
Pali Rohár
[Mingw-w64-public] [PATCH 09/10] crt: Provide emulation of _time64 function
Pali Rohár
[Mingw-w64-public] [PATCH 08/10] headers: Fix declaration of POSIX stat/fstat and LFS stat64/fstat64 functions
Pali Rohár
[Mingw-w64-public] [PATCH 10/10] headers: Add support for -D_TIME_BITS=64
Pali Rohár
Re: [Mingw-w64-public] [PATCH 10/10] headers: Add support for -D_TIME_BITS=64
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 10/10] headers: Add support for -D_TIME_BITS=64
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 10/10] headers: Add support for -D_TIME_BITS=64
Pali Rohár
Re: [Mingw-w64-public] [PATCH 10/10] headers: Add support for -D_TIME_BITS=64
Lasse Collin
Re: [Mingw-w64-public] [PATCH 10/10] headers: Add support for -D_TIME_BITS=64
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 10/10] headers: Add support for -D_TIME_BITS=64
Pali Rohár
[Mingw-w64-public] [PATCH 05/10] headers: Remove inline definition of _fstat64i32() and _stat64i32() functions
Pali Rohár
[Mingw-w64-public] [PATCH 04/10] headers: Remove broken inline stat() and fstat() functions
Pali Rohár
[Mingw-w64-public] [PATCH 07/10] crt: Fix mingw-w64 emulation of POSIX stat* functions
Pali Rohár
[Mingw-w64-public] [PATCH v2 00/13] Fix stat functions
Pali Rohár
[Mingw-w64-public] [PATCH v2 04/13] headers: Remove broken inline stat() and fstat() functions
Pali Rohár
[Mingw-w64-public] [PATCH v2 02/13] crt: Fix mingw-w64 emulation of _fstat64i32, _stat64i32 and _wstat64i32 functions
Pali Rohár
[Mingw-w64-public] [PATCH v2 01/13] crt: Provide emulation of _fstat64, _stat64 and _wstat64 functions
Pali Rohár
[Mingw-w64-public] [PATCH v2 10/13] headers: Fix declaration of POSIX ftw/nftw functions
Pali Rohár
[Mingw-w64-public] [PATCH v2 12/13] crt: Provide emulation of _time64 function
Pali Rohár
[Mingw-w64-public] [PATCH v2 07/13] crt: Fix ABI of mingw-w64 emulation of POSIX stat* functions
Pali Rohár
[Mingw-w64-public] [PATCH v2 13/13] headers: Add support for -D_TIME_BITS=64
Pali Rohár
[Mingw-w64-public] [PATCH v2 09/13] headers: Fix declaration of POSIX stat/fstat and LFS stat64/fstat64 functions
Pali Rohár
[Mingw-w64-public] [PATCH v2 06/13] headers: Add missing _CRTIMP for _fstat64i32/_stat64i32/_wstat64i32 functions
Pali Rohár
[Mingw-w64-public] [PATCH v2 08/13] crt: Fix ABI of POSIX ftw() and nftw() functions
Pali Rohár
[Mingw-w64-public] [PATCH v2 03/13] crt: Provide emulation of _fstat32i64, _stat32i64 and _wstat32i64 functions
Pali Rohár
[Mingw-w64-public] [PATCH v2 11/13] crt: Fix POSIX stat() with 32-bit st_size for pre-msvcr100 build
Pali Rohár
[Mingw-w64-public] [PATCH v2] headers/crt: Add _wcreate_locale declaration
LIU Hao
Re: [Mingw-w64-public] [PATCH v2] headers/crt: Add _wcreate_locale declaration
Martin Storsjö
Re: [Mingw-w64-public] [PATCH v2] headers/crt: Add _wcreate_locale declaration
LIU Hao
[Mingw-w64-public] [PATCH] Add check if `libgcc` is available and link `winpthreads` against it instead of `fakelib`
Radek Barton via Mingw-w64-public
[Mingw-w64-public] [PATCH] Add `-mno-outline-atomics` to `CFLAGS`` when building `mingw-w64-crt` and `mingw-w64-libraries/winpthreads` for `aarch64-*`
Radek Barton via Mingw-w64-public
Re: [Mingw-w64-public] [PATCH] Add `-mno-outline-atomics` to `CFLAGS`` when building `mingw-w64-crt` and `mingw-w64-libraries/winpthreads` for `aarch64-*`
LIU Hao
Re: [Mingw-w64-public] [PATCH] Add `-mno-outline-atomics` to `CFLAGS`` when building `mingw-w64-crt` and `mingw-w64-libraries/winpthreads` for `aarch64-*`
Martin Storsjö
Re: [Mingw-w64-public] [EXTERNAL] Re: [PATCH] Add `-mno-outline-atomics` to `CFLAGS`` when building `mingw-w64-crt` and `mingw-w64-libraries/winpthreads` for `aarch64-*`
Radek Barton via Mingw-w64-public
Re: [Mingw-w64-public] [EXTERNAL] Re: [PATCH] Add `-mno-outline-atomics` to `CFLAGS`` when building `mingw-w64-crt` and `mingw-w64-libraries/winpthreads` for `aarch64-*`
Martin Storsjö
[Mingw-w64-public] [PATCH] headers/crt: Add _wcreate_locale declaration
Biswapriyo Nath
Re: [Mingw-w64-public] [PATCH] headers/crt: Add _wcreate_locale declaration
LIU Hao
[Mingw-w64-public] [PATCH 1/2] crt: Build with -fno-builtin.
Jacek Caban
Re: [Mingw-w64-public] [PATCH 1/2] crt: Build with -fno-builtin.
LIU Hao
Re: [Mingw-w64-public] [PATCH 1/2] crt: Build with -fno-builtin.
Jacek Caban
Re: [Mingw-w64-public] [PATCH 1/2] crt: Build with -fno-builtin.
LIU Hao
[Mingw-w64-public] [PATCH 2/2] crt: Implement sincos in C.
Jacek Caban
Re: [Mingw-w64-public] [PATCH 2/2] crt: Implement sincos in C.
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 2/2] crt: Implement sincos in C.
Jacek Caban
[Mingw-w64-public] _wcreate_locale is missing from locale.h
Kirill Makurin
[Mingw-w64-public] mingw-w64 new compile warning: initialized and declared extern
Pali Rohár
Re: [Mingw-w64-public] mingw-w64 new compile warning: initialized and declared extern
Martin Storsjö
Re: [Mingw-w64-public] mingw-w64 new compile warning: initialized and declared extern
Jacek Caban
Re: [Mingw-w64-public] mingw-w64 new compile warning: initialized and declared extern
Pali Rohár
Re: [Mingw-w64-public] mingw-w64 new compile warning: initialized and declared extern
LIU Hao
Re: [Mingw-w64-public] mingw-w64 new compile warning: initialized and declared extern
Pali Rohár
[Mingw-w64-public] [PATCH] crt, headers: Use headers to redirect __ms_v*scanf functions to v*scanf functions.
Jacek Caban
Re: [Mingw-w64-public] [PATCH] crt, headers: Use headers to redirect __ms_v*scanf functions to v*scanf functions.
Martin Storsjö
Re: [Mingw-w64-public] [PATCH] crt, headers: Use headers to redirect __ms_v*scanf functions to v*scanf functions.
Jacek Caban
[Mingw-w64-public] [PATCH v2 1/7] crt: Remove redundant STARTUPINFO initialization.
Jacek Caban
[Mingw-w64-public] [PATCH v2 4/7] crt: Avoid memset calls in stdio format functions.
Jacek Caban
[Mingw-w64-public] [PATCH v2 3/7] crt: Avoid memset calls in stat functions implementation.
Jacek Caban
[Mingw-w64-public] [PATCH v2 5/7] crt: Avoid memset call in profile_ctl.
Jacek Caban
[Mingw-w64-public] [PATCH v2 7/7] crt: Implement sincos in C.
Jacek Caban
[Mingw-w64-public] [PATCH v2 2/7] crt: Avoid memset calls in libsrc/ws2tcpip.
Jacek Caban
[Mingw-w64-public] [PATCH v2 6/7] crt: Build with -fno-builtin.
Jacek Caban
Re: [Mingw-w64-public] [PATCH v2 6/7] crt: Build with -fno-builtin.
Martin Storsjö
Re: [Mingw-w64-public] [PATCH v2 6/7] crt: Build with -fno-builtin.
Jacek Caban
[Mingw-w64-public] [PATCH] winpthreads: fix typo pthread_attr_setgaurdsize->pthread_attr_setguardsize
Martin Storsjö
Re: [Mingw-w64-public] [PATCH] winpthreads: fix typo pthread_attr_setgaurdsize->pthread_attr_setguardsize
LIU Hao
Re: [Mingw-w64-public] [PATCH] winpthreads: fix typo pthread_attr_setgaurdsize->pthread_attr_setguardsize
Martin Storsjö
[Mingw-w64-public] [PATCH] Revert "ucrtbase: Make sure that compat symbols aren't autoexported"
Martin Storsjö
Re: [Mingw-w64-public] [PATCH] Revert "ucrtbase: Make sure that compat symbols aren't autoexported"
Jacek Caban
Re: [Mingw-w64-public] [PATCH] Revert "ucrtbase: Make sure that compat symbols aren't autoexported"
Martin Storsjö
[Mingw-w64-public] [PATCH 0/5] Improve _aligned_* function support
Pali Rohár
[Mingw-w64-public] [PATCH 4/5] crt: Implement __mingw_aligned_msize() function
Pali Rohár
[Mingw-w64-public] [PATCH 5/5] crt: Provide _aligned_msize function for all CRT import libraries
Pali Rohár
Re: [Mingw-w64-public] [PATCH 5/5] crt: Provide _aligned_msize function for all CRT import libraries
Martin Storsjö
[Mingw-w64-public] [PATCH 2/5] crt: Provide _aligned_* functions
Pali Rohár
[Mingw-w64-public] [PATCH 3/5] crt: Provide *_recalloc functions
Pali Rohár
Re: [Mingw-w64-public] [PATCH 3/5] crt: Provide *_recalloc functions
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 3/5] crt: Provide *_recalloc functions
Pali Rohár
Re: [Mingw-w64-public] [PATCH 3/5] crt: Provide *_recalloc functions
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 3/5] crt: Provide *_recalloc functions
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 3/5] crt: Provide *_recalloc functions
Pali Rohár
[Mingw-w64-public] [PATCH 1/5] headers: Add missing declaration for __mingw_aligned_offset_malloc()
Pali Rohár
[Mingw-w64-public] [PATCH v2 0/6] Improve _aligned_* function support
Pali Rohár
[Mingw-w64-public] [PATCH v2 1/6] headers: Add missing declaration for __mingw_aligned_offset_malloc()
Pali Rohár
[Mingw-w64-public] [PATCH v2 3/6] crt: Provide *_recalloc functions
Pali Rohár
Re: [Mingw-w64-public] [PATCH v2 3/6] crt: Provide *_recalloc functions
Martin Storsjö
Re: [Mingw-w64-public] [PATCH v2 3/6] crt: Provide *_recalloc functions
Pali Rohár
[Mingw-w64-public] [PATCH v2 2/6] crt: Provide _aligned_* functions
Pali Rohár
[Mingw-w64-public] [PATCH v2 5/6] crt: Provide _aligned_msize function for all CRT import libraries
Pali Rohár
Re: [Mingw-w64-public] [PATCH v2 5/6] crt: Provide _aligned_msize function for all CRT import libraries
Martin Storsjö
Re: [Mingw-w64-public] [PATCH v2 5/6] crt: Provide _aligned_msize function for all CRT import libraries
Pali Rohár
[Mingw-w64-public] [PATCH v2 6/6] crt: Add test case for _aligned_* and *_recalloc functions
Pali Rohár
Re: [Mingw-w64-public] [PATCH v2 6/6] crt: Add test case for _aligned_* and *_recalloc functions
Martin Storsjö
Re: [Mingw-w64-public] [PATCH v2 6/6] crt: Add test case for _aligned_* and *_recalloc functions
Martin Storsjö
Earlier messages