mingw-w64-public
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: [Mingw-w64-public] [PATCH 7/7] crt: Extend t_time test for _localtime64 and _mktime64
Kirill Makurin
Re: [Mingw-w64-public] [PATCH 7/7] crt: Extend t_time test for _localtime64 and _mktime64
Pali Rohár
Re: [Mingw-w64-public] [PATCH 7/7] crt: Extend t_time test for _localtime64 and _mktime64
Kirill Makurin
Re: [Mingw-w64-public] [PATCH 7/7] crt: Extend t_time test for _localtime64 and _mktime64
Kirill Makurin
Re: [Mingw-w64-public] [PATCH 7/7] crt: Extend t_time test for _localtime64 and _mktime64
Martin Storsjö
[Mingw-w64-public] [PATCH 6/7] crt: Enable _localtime64, _ctime64 and _wctime64 tests for msvcrt40 and older builds
Pali Rohár
[Mingw-w64-public] [PATCH 5/7] crt: Provide emulation of _mktime64 function
Pali Rohár
Re: [Mingw-w64-public] [PATCH 5/7] crt: Provide emulation of _mktime64 function
Martin Storsjö
[Mingw-w64-public] [PATCH 3/7] headers: Remove inline _wctime and _wctime_s function definitions from wchar.h
Pali Rohár
[Mingw-w64-public] [PATCH] crt: Fix __mingw_ftruncate64 compile warning -Wmissing-prototypes
Pali Rohár
Re: [Mingw-w64-public] [PATCH] crt: Fix __mingw_ftruncate64 compile warning -Wmissing-prototypes
LIU Hao
[Mingw-w64-public] [PATCH] crt: Disable the program crash dialog for t_nullptrexception test
Pali Rohár
Re: [Mingw-w64-public] [PATCH] crt: Disable the program crash dialog for t_nullptrexception test
LIU Hao
Re: [Mingw-w64-public] [PATCH] crt: Disable the program crash dialog for t_nullptrexception test
Kirill Makurin
Re: [Mingw-w64-public] [PATCH] crt: Disable the program crash dialog for t_nullptrexception test
Pali Rohár
Re: [Mingw-w64-public] [PATCH] crt: Disable the program crash dialog for t_nullptrexception test
Kirill Makurin
[Mingw-w64-public] [PATCH] Revert "headers: Use _FILE_OFFSET_BITS == 64 also for 64-bit truncate definition"
Martin Storsjö
Re: [Mingw-w64-public] [PATCH] Revert "headers: Use _FILE_OFFSET_BITS == 64 also for 64-bit truncate definition"
LIU Hao
[Mingw-w64-public] Clang 20.1 fails to compile mingw-w64 for x86_64-w64-mingw32
accelerator0099
Re: [Mingw-w64-public] Clang 20.1 fails to compile mingw-w64 for x86_64-w64-mingw32
LIU Hao
Re: [Mingw-w64-public] Clang 20.1 fails to compile mingw-w64 for x86_64-w64-mingw32
accelerator0099
Re: [Mingw-w64-public] Clang 20.1 fails to compile mingw-w64 for x86_64-w64-mingw32
LIU Hao
[Mingw-w64-public] [PATCH] crt: Add C23 memalignment function
Peter Damianov via Mingw-w64-public
Re: [Mingw-w64-public] [PATCH] crt: Add C23 memalignment function
Peter0x44 via Mingw-w64-public
Re: [Mingw-w64-public] [PATCH] crt: Add C23 memalignment function
LIU Hao
[Mingw-w64-public] [PATCH] crt: Add C23 binary prefix support for strtol/wcstol families
Peter Damianov via Mingw-w64-public
Re: [Mingw-w64-public] [PATCH] crt: Add C23 binary prefix support for strtol/wcstol families
Martin Storsjö
Re: [Mingw-w64-public] [PATCH] crt: Add C23 binary prefix support for strtol/wcstol families
Peter0x44 via Mingw-w64-public
Re: [Mingw-w64-public] [PATCH] crt: Add C23 binary prefix support for strtol/wcstol families
Martin Storsjö
[Mingw-w64-public] [PATCH] docs: Mention musl in the runtime license file
Martin Storsjö
Re: [Mingw-w64-public] [PATCH] docs: Mention musl in the runtime license file
Jacek Caban via Mingw-w64-public
Re: [Mingw-w64-public] [PATCH] docs: Mention musl in the runtime license file
Martin Storsjö
[Mingw-w64-public] [PATCH] headers: Make all definitions of "struct _iobuf" equivalent
Martin Storsjö
Re: [Mingw-w64-public] [PATCH] headers: Make all definitions of "struct _iobuf" equivalent
Jacek Caban via Mingw-w64-public
Re: [Mingw-w64-public] [PATCH] headers: Make all definitions of "struct _iobuf" equivalent
Martin Storsjö
[Mingw-w64-public] [PATCH] crt: Remove the experimental softmath code
Martin Storsjö
Re: [Mingw-w64-public] [PATCH] crt: Remove the experimental softmath code
Jacek Caban via Mingw-w64-public
Re: [Mingw-w64-public] [PATCH] crt: Remove the experimental softmath code
Martin Storsjö
Re: [Mingw-w64-public] [PATCH] crt: Remove the experimental softmath code
Peter0x44 via Mingw-w64-public
Re: [Mingw-w64-public] [PATCH] crt: Remove the experimental softmath code
Martin Storsjö
[Mingw-w64-public] [PATCH] winpthreads: Use InterlockedExchangePointer in pthread_spin_unlock
Martin Storsjö
Re: [Mingw-w64-public] [PATCH] winpthreads: Use InterlockedExchangePointer in pthread_spin_unlock
Kirill Makurin
Re: [Mingw-w64-public] [PATCH] winpthreads: Use InterlockedExchangePointer in pthread_spin_unlock
LIU Hao
[Mingw-w64-public] [PATCH v4] Fix %g format specifier width padding with trailing zeros
Peter Damianov via Mingw-w64-public
Re: [Mingw-w64-public] [PATCH v4] Fix %g format specifier width padding with trailing zeros
LIU Hao
[Mingw-w64-public] [PATCH] github: Run llvm-mingw tests on aarch64 with msvcrt.dll as well
Martin Storsjö
Re: [Mingw-w64-public] [PATCH] github: Run llvm-mingw tests on aarch64 with msvcrt.dll as well
LIU Hao
Re: [Mingw-w64-public] [PATCH] github: Run llvm-mingw tests on aarch64 with msvcrt.dll as well
Martin Storsjö
[Mingw-w64-public] [PATCH v2 0/6] 64-bit time functions
Pali Rohár
[Mingw-w64-public] [PATCH v2 4/6] crt: Provide emulation of _gmtime64 function
Pali Rohár
[Mingw-w64-public] [PATCH v2 2/6] crt: Provide emulation of _ftime64 function
Pali Rohár
[Mingw-w64-public] [PATCH v2 1/6] headers: Guard time functions for CRT build
Pali Rohár
[Mingw-w64-public] [PATCH v2 5/6] crt: Provide emulation of _mkgmtime32 and _mkgmtime64 functions
Pali Rohár
Re: [Mingw-w64-public] [PATCH v2 5/6] crt: Provide emulation of _mkgmtime32 and _mkgmtime64 functions
LIU Hao
Re: [Mingw-w64-public] [PATCH v2 5/6] crt: Provide emulation of _mkgmtime32 and _mkgmtime64 functions
Pali Rohár
Re: [Mingw-w64-public] [PATCH v2 5/6] crt: Provide emulation of _mkgmtime32 and _mkgmtime64 functions
Martin Storsjö
Re: [Mingw-w64-public] [PATCH v2 5/6] crt: Provide emulation of _mkgmtime32 and _mkgmtime64 functions
Pali Rohár
Re: [Mingw-w64-public] [PATCH v2 5/6] crt: Provide emulation of _mkgmtime32 and _mkgmtime64 functions
Martin Storsjö
Re: [Mingw-w64-public] [PATCH v2 5/6] crt: Provide emulation of _mkgmtime32 and _mkgmtime64 functions
LIU Hao
Re: [Mingw-w64-public] [PATCH v2 5/6] crt: Provide emulation of _mkgmtime32 and _mkgmtime64 functions
Martin Storsjö
Re: [Mingw-w64-public] [PATCH v2 5/6] crt: Provide emulation of _mkgmtime32 and _mkgmtime64 functions
LIU Hao
Re: [Mingw-w64-public] [PATCH v2 5/6] crt: Provide emulation of _mkgmtime32 and _mkgmtime64 functions
Martin Storsjö
[Mingw-w64-public] [PATCH v2 6/6] crt: Extend t_time test for ftime, _gmtime64, _mkgmtime64, _ctime64 and _wctime64
Pali Rohár
Re: [Mingw-w64-public] [PATCH v2 0/6] 64-bit time functions
Martin Storsjö
Re: [Mingw-w64-public] [PATCH v2 0/6] 64-bit time functions
Pali Rohár
[Mingw-w64-public] [PATCH v2 3/6] crt: Fix return type for POSIX ftime function
Pali Rohár
[Mingw-w64-public] [PATCH 1/3] crt: Fix erroneous references to 'lib-common/libws2_32.def.in'
LIU Hao
[Mingw-w64-public] [PATCH] crt: Fix indent level to remove -Wmisleading-indentation warning
Peter Damianov via Mingw-w64-public
Re: [Mingw-w64-public] [PATCH] crt: Fix indent level to remove -Wmisleading-indentation warning
LIU Hao
[Mingw-w64-public] crt: add internal function __mingw_wcrtomb_cp
Kirill Makurin
[Mingw-w64-public] [PATCH] headers: Add missing include guards in pathcch.h
Martin Storsjö
Re: [Mingw-w64-public] [PATCH] headers: Add missing include guards in pathcch.h
LIU Hao
Re: [Mingw-w64-public] [PATCH] headers: Add missing include guards in pathcch.h
Martin Storsjö
[Mingw-w64-public] [PATCH v3] winpthreads: Use atomic stores in pthread_spin_unlock
Martin Storsjö
Re: [Mingw-w64-public] [PATCH v3] winpthreads: Use atomic stores in pthread_spin_unlock
LIU Hao
Re: [Mingw-w64-public] [PATCH v3] winpthreads: Use atomic stores in pthread_spin_unlock
Martin Storsjö
[Mingw-w64-public] [PATCH v2 1/2] crt: Fix printf %g width specifier padding
Peter Damianov via Mingw-w64-public
Re: [Mingw-w64-public] [PATCH v2 1/2] crt: Fix printf %g width specifier padding
LIU Hao
[Mingw-w64-public] [PATCH v2 2/2] crt: Regenerate Makefile.in
Peter Damianov via Mingw-w64-public
[Mingw-w64-public] [PATCH] winpthreads: Avoid non-atomic reads in pthread_spin_lock
Martin Storsjö
Re: [Mingw-w64-public] [PATCH] winpthreads: Avoid non-atomic reads in pthread_spin_lock
LIU Hao
Re: [Mingw-w64-public] [PATCH] winpthreads: Avoid non-atomic reads in pthread_spin_lock
Martin Storsjö
[Mingw-w64-public] [PATCH] crt: Remove duplicate files ucrt_btowc.c/ucrt_wctob.c and move btowc.c/wctob.c back to libmingwex
Pali Rohár
Re: [Mingw-w64-public] [PATCH] crt: Remove duplicate files ucrt_btowc.c/ucrt_wctob.c and move btowc.c/wctob.c back to libmingwex
Kirill Makurin
Re: [Mingw-w64-public] [PATCH] crt: Remove duplicate files ucrt_btowc.c/ucrt_wctob.c and move btowc.c/wctob.c back to libmingwex
Kirill Makurin
Re: [Mingw-w64-public] [PATCH] crt: Remove duplicate files ucrt_btowc.c/ucrt_wctob.c and move btowc.c/wctob.c back to libmingwex
LIU Hao
[Mingw-w64-public] [PATCH 3/3] crt: Add headers for distribution
LIU Hao
Re: [Mingw-w64-public] [PATCH 3/3] crt: Add headers for distribution
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 3/3] crt: Add headers for distribution
LIU Hao
[Mingw-w64-public] [PATCH 0/8] Improve truncate and ftruncate support
Pali Rohár
[Mingw-w64-public] [PATCH 5/8] crt: Provide emulation of _telli64 function for crtdll.dll and msvcrt10.dll
Pali Rohár
[Mingw-w64-public] [PATCH 8/8] crt: Split truncate64 implementation into its own file
Pali Rohár
[Mingw-w64-public] [PATCH 2/8] headers: Simplify ftruncate* and truncate* declaration
Pali Rohár
[Mingw-w64-public] [PATCH 3/8] headers: Remove inline ftruncate() definition
Pali Rohár
[Mingw-w64-public] [PATCH 1/8] crt: Define ftruncate symbol via alias in crt-aliases.def.in
Pali Rohár
[Mingw-w64-public] [PATCH 6/8] crt: Disable free space check in mingw-w64 ftruncate64 function
Pali Rohár
Re: [Mingw-w64-public] [PATCH 6/8] crt: Disable free space check in mingw-w64 ftruncate64 function
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 6/8] crt: Disable free space check in mingw-w64 ftruncate64 function
Pali Rohár
Re: [Mingw-w64-public] [PATCH 6/8] crt: Disable free space check in mingw-w64 ftruncate64 function
Martin Storsjö
[Mingw-w64-public] [PATCH 7/8] headers: Use _FILE_OFFSET_BITS == 64 also for 64-bit truncate definition
Pali Rohár
[Mingw-w64-public] [PATCH 4/8] crt: Provide ftruncate64 function via wrapper around native CRT function _chsize_s
Pali Rohár
Re: [Mingw-w64-public] [PATCH 4/8] crt: Provide ftruncate64 function via wrapper around native CRT function _chsize_s
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 4/8] crt: Provide ftruncate64 function via wrapper around native CRT function _chsize_s
Pali Rohár
Re: [Mingw-w64-public] [PATCH 4/8] crt: Provide ftruncate64 function via wrapper around native CRT function _chsize_s
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 4/8] crt: Provide ftruncate64 function via wrapper around native CRT function _chsize_s
Pali Rohár
Re: [Mingw-w64-public] [PATCH 4/8] crt: Provide ftruncate64 function via wrapper around native CRT function _chsize_s
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 4/8] crt: Provide ftruncate64 function via wrapper around native CRT function _chsize_s
Pali Rohár
Re: [Mingw-w64-public] [PATCH 4/8] crt: Provide ftruncate64 function via wrapper around native CRT function _chsize_s
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 4/8] crt: Provide ftruncate64 function via wrapper around native CRT function _chsize_s
Pali Rohár
Re: [Mingw-w64-public] [PATCH 4/8] crt: Provide ftruncate64 function via wrapper around native CRT function _chsize_s
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 0/8] Improve truncate and ftruncate support
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 0/8] Improve truncate and ftruncate support
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 0/8] Improve truncate and ftruncate support
Martin Storsjö
[Mingw-w64-public] git tag/hash for mingw-w64-crt version
Tom Kacvinsky
Re: [Mingw-w64-public] git tag/hash for mingw-w64-crt version
LIU Hao
Re: [Mingw-w64-public] git tag/hash for mingw-w64-crt version
Tom Kacvinsky
[Mingw-w64-public] crt: add internal function __mingw_mbrtowc_cp
Kirill Makurin
Re: [Mingw-w64-public] crt: add internal function __mingw_mbrtowc_cp
Pali Rohár
Re: [Mingw-w64-public] crt: add internal function __mingw_mbrtowc_cp
Kirill Makurin
Re: [Mingw-w64-public] crt: add internal function __mingw_mbrtowc_cp
Kirill Makurin
Re: [Mingw-w64-public] crt: add internal function __mingw_mbrtowc_cp
LIU Hao
Re: [Mingw-w64-public] crt: add internal function __mingw_mbrtowc_cp
Kirill Makurin
Re: [Mingw-w64-public] crt: add internal function __mingw_mbrtowc_cp
Kirill Makurin
[Mingw-w64-public] [PATCH v3] Fix %g format specifier width padding with trailing zeros
Peter Damianov via Mingw-w64-public
Re: [Mingw-w64-public] [PATCH v3] Fix %g format specifier width padding with trailing zeros
Martin Storsjö
Re: [Mingw-w64-public] [PATCH v3] Fix %g format specifier width padding with trailing zeros
Peter0x44 via Mingw-w64-public
Re: [Mingw-w64-public] [PATCH v3] Fix %g format specifier width padding with trailing zeros
Peter0x44 via Mingw-w64-public
Re: [Mingw-w64-public] [PATCH v3] Fix %g format specifier width padding with trailing zeros
Martin Storsjö
[Mingw-w64-public] [PATCH] crt: fix redundant condition in printf formatting functions
Peter Damianov via Mingw-w64-public
Re: [Mingw-w64-public] [PATCH] crt: fix redundant condition in printf formatting functions
LIU Hao
[Mingw-w64-public] [PATCH 1/2] crt: Extend t_stat and t_fstat test cases for stat64() and fstat64()
Pali Rohár
[Mingw-w64-public] [PATCH 2/2] crt: Add fstat and stat tests for different combination of explicit 64-bit _TIME_BITS and _FILE_OFFSET_BITS
Pali Rohár
Re: [Mingw-w64-public] [PATCH 2/2] crt: Add fstat and stat tests for different combination of explicit 64-bit _TIME_BITS and _FILE_OFFSET_BITS
LIU Hao
[Mingw-w64-public] [PATCH] headers: Implement `ConvertStringToBSTR` and `ConvertBSTRToString`
Yan-Jie Wang
[Mingw-w64-public] [PATCH v2] headers: Implement `ConvertStringToBSTR` and `ConvertBSTRToString`
Yan-Jie Wang
[Mingw-w64-public] [PATCH v2] headers: Implement `ConvertStringToBSTR` and `ConvertBSTRToString`
Yan-Jie Wang
Re: [Mingw-w64-public] [PATCH v2] headers: Implement `ConvertStringToBSTR` and `ConvertBSTRToString`
LIU Hao
Re: [Mingw-w64-public] [PATCH v2] headers: Implement `ConvertStringToBSTR` and `ConvertBSTRToString`
LIU Hao
Re: [Mingw-w64-public] [PATCH v2] headers: Implement `ConvertStringToBSTR` and `ConvertBSTRToString`
Yan-Jie Wang
Re: [Mingw-w64-public] [PATCH v2] headers: Implement `ConvertStringToBSTR` and `ConvertBSTRToString`
LIU Hao
[Mingw-w64-public] [PATCH v3] headers: Implement `ConvertStringToBSTR` and `ConvertBSTRToString`
Yan-Jie Wang
Re: [Mingw-w64-public] [PATCH v3] headers: Implement `ConvertStringToBSTR` and `ConvertBSTRToString`
Yan-Jie Wang
[Mingw-w64-public] [PATCH v4] headers: Implement `ConvertStringToBSTR` and `ConvertBSTRToString`
Yan-Jie Wang
Re: [Mingw-w64-public] [PATCH v3] headers: Implement `ConvertStringToBSTR` and `ConvertBSTRToString`
LIU Hao
[Mingw-w64-public] [PATCH v5] headers: Implement ConvertStringToBSTR and ConvertBSTRToString
Yan-Jie Wang
Re: [Mingw-w64-public] [PATCH v5] headers: Implement ConvertStringToBSTR and ConvertBSTRToString
LIU Hao
[Mingw-w64-public] [PATCH v6] headers: Implement ConvertStringToBSTR and ConvertBSTRToString
Yan-Jie Wang
Re: [Mingw-w64-public] [PATCH v6] headers: Implement ConvertStringToBSTR and ConvertBSTRToString
LIU Hao
[Mingw-w64-public] [PATCH] crt: Fix comment about _get_heap_handle symbol
Pali Rohár
Re: [Mingw-w64-public] [PATCH] crt: Fix comment about _get_heap_handle symbol
Martin Storsjö
[Mingw-w64-public] [PATCH 2/3] crt: Update paths to MRI files in `EXTRA_DIST`
LIU Hao
[Mingw-w64-public] [PATCH 1/2] crt: Fix printf %g width specifier padding
Peter Damianov via Mingw-w64-public
[Mingw-w64-public] [PATCH 2/2] crt: Regenerate Makefile.in
Peter Damianov via Mingw-w64-public
[Mingw-w64-public] [PATCH 1/2] crt: Fix printf %g width specifier padding
Peter Damianov via Mingw-w64-public
[Mingw-w64-public] [PATCH 2/2] crt: Regenerate Makefile.in
Peter Damianov via Mingw-w64-public
[Mingw-w64-public] [PATCH] crt: Add C23 binary format specifiers %b and %B
Peter Damianov via Mingw-w64-public
Re: [Mingw-w64-public] [PATCH] crt: Add C23 binary format specifiers %b and %B
LIU Hao
Re: [Mingw-w64-public] [PATCH] crt: Add C23 binary format specifiers %b and %B
Peter0x44 via Mingw-w64-public
Re: [Mingw-w64-public] [PATCH] crt: Add C23 binary format specifiers %b and %B
Martin Storsjö
Re: [Mingw-w64-public] [PATCH] crt: Add C23 binary format specifiers %b and %B
LIU Hao
Re: [Mingw-w64-public] [PATCH] crt: Add C23 binary format specifiers %b and %B
Martin Storsjö
[Mingw-w64-public] [PATCH v3 0/6] 64-bit time functions
Pali Rohár
[Mingw-w64-public] [PATCH v3 3/6] crt: Fix return type for POSIX ftime function
Pali Rohár
[Mingw-w64-public] [PATCH v3 4/6] crt: Provide emulation of _gmtime64 function
Pali Rohár
[Mingw-w64-public] [PATCH v3 5/6] crt: Provide emulation of _mkgmtime32 and _mkgmtime64 functions
Pali Rohár
[Mingw-w64-public] [PATCH v3 1/6] headers: Guard time functions for CRT build
Pali Rohár
[Mingw-w64-public] [PATCH v3 6/6] crt: Extend t_time test for ftime, _gmtime64, _mkgmtime64, _ctime64 and _wctime64
Pali Rohár
[Mingw-w64-public] [PATCH v3 2/6] crt: Provide emulation of _ftime64 function
Pali Rohár
Re: [Mingw-w64-public] [PATCH v3 0/6] 64-bit time functions
Martin Storsjö
Re: [Mingw-w64-public] [PATCH v3 0/6] 64-bit time functions
Martin Storsjö
[Mingw-w64-public] [PATCH] headers: Add extern "C" block in new.h
Yan-Jie
Re: [Mingw-w64-public] [PATCH] headers: Add extern "C" block in new.h
LIU Hao
[Mingw-w64-public] [PATCH 1/2] winpthreads: Implement ARM cases in pthread_misc/context1.c
Martin Storsjö
[Mingw-w64-public] [PATCH 2/2] winpthreads: Skip the pthreads_exit/exit1 testcase
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 2/2] winpthreads: Skip the pthreads_exit/exit1 testcase
LIU Hao
Re: [Mingw-w64-public] [PATCH 2/2] winpthreads: Skip the pthreads_exit/exit1 testcase
Martin Storsjö
[Mingw-w64-public] help for dll in 64 bit
stefano cerbioni
[Mingw-w64-public] [PATCH] winpthreads: Reduce the number of threads created in a test on 32 bit
Martin Storsjö
Re: [Mingw-w64-public] [PATCH] winpthreads: Reduce the number of threads created in a test on 32 bit
LIU Hao
Re: [Mingw-w64-public] [PATCH] winpthreads: Reduce the number of threads created in a test on 32 bit
Martin Storsjö
[Mingw-w64-public] [PATCH] winpthreads: Skip the pthread_exit/exit1.c testcase on ARM
Martin Storsjö
Re: [Mingw-w64-public] [PATCH] winpthreads: Skip the pthread_exit/exit1.c testcase on ARM
LIU Hao
Re: [Mingw-w64-public] [PATCH] winpthreads: Skip the pthread_exit/exit1.c testcase on ARM
Martin Storsjö
Re: [Mingw-w64-public] [PATCH] winpthreads: Skip the pthread_exit/exit1.c testcase on ARM
LIU Hao
Re: [Mingw-w64-public] [PATCH] winpthreads: Skip the pthread_exit/exit1.c testcase on ARM
Martin Storsjö
[Mingw-w64-public] [PATCH] winpthreads: Use non-SEH setjmp/longjmp for pthread_cancel arm/aarch64
Martin Storsjö
Re: [Mingw-w64-public] [PATCH] winpthreads: Use non-SEH setjmp/longjmp for pthread_cancel arm/aarch64
Jacek Caban via Mingw-w64-public
Re: [Mingw-w64-public] [PATCH] winpthreads: Use non-SEH setjmp/longjmp for pthread_cancel arm/aarch64
Martin Storsjö
[Mingw-w64-public] [PATCH v2] winpthreads: Use atomic stores in pthread_spin_unlock
Martin Storsjö
Re: [Mingw-w64-public] [PATCH v2] winpthreads: Use atomic stores in pthread_spin_unlock
LIU Hao
Re: [Mingw-w64-public] [PATCH v2] winpthreads: Use atomic stores in pthread_spin_unlock
Martin Storsjö
Re: [Mingw-w64-public] [V2] winpthreads: integrate tests from tests_pthread directory with Automake
LIU Hao
Re: [Mingw-w64-public] [V2] winpthreads: integrate tests from tests_pthread directory with Automake
Martin Storsjö
Re: [Mingw-w64-public] [V2] winpthreads: integrate tests from tests_pthread directory with Automake
Martin Storsjö
Re: [Mingw-w64-public] [V2] winpthreads: integrate tests from tests_pthread directory with Automake
Kirill Makurin
Re: [Mingw-w64-public] [V2] winpthreads: integrate tests from tests_pthread directory with Automake
LIU Hao
Re: [Mingw-w64-public] [V2] winpthreads: integrate tests from tests_pthread directory with Automake
Kirill Makurin
Re: [Mingw-w64-public] [V2] winpthreads: integrate tests from tests_pthread directory with Automake
Martin Storsjö
Re: [Mingw-w64-public] [V2] winpthreads: integrate tests from tests_pthread directory with Automake
Kirill Makurin
Re: [Mingw-w64-public] [V2] winpthreads: integrate tests from tests_pthread directory with Automake
Martin Storsjö
Earlier messages
Later messages