mingw-w64-public
Thread
Date
Earlier messages
Later messages
Messages by Thread
[Mingw-w64-public] [PATCH] winpthreads: Remove unnecessary volatile from spinlock.c
Pali Rohár
Re: [Mingw-w64-public] [PATCH] winpthreads: Remove unnecessary volatile from spinlock.c
LIU Hao
[Mingw-w64-public] work-in-progress POSIX API library for native Windows
Kirill Makurin
Re: [Mingw-w64-public] work-in-progress POSIX API library for native Windows
LIU Hao
Re: [Mingw-w64-public] work-in-progress POSIX API library for native Windows
Kirill Makurin
Re: [Mingw-w64-public] work-in-progress POSIX API library for native Windows
LIU Hao
Re: [Mingw-w64-public] work-in-progress POSIX API library for native Windows
Kirill Makurin
Re: [Mingw-w64-public] work-in-progress POSIX API library for native Windows
Kirill Makurin
[Mingw-w64-public] [PATCH] headers/intrin-impl: Allow constant addresses when referencing segmented memory
LIU Hao
Re: [Mingw-w64-public] [PATCH] headers/intrin-impl: Allow constant addresses when referencing segmented memory
Martin Storsjö
Re: [Mingw-w64-public] [PATCH] headers/intrin-impl: Allow constant addresses when referencing segmented memory
LIU Hao
[Mingw-w64-public] [PATCH v2 0/6] Fix seek and tmpfile tests
Pali Rohár
[Mingw-w64-public] [PATCH v2 2/6] crt: test: t_fseeko64: Use temporary directory instead of profile directory
Pali Rohár
[Mingw-w64-public] [PATCH v2 1/6] crt: test: t_tmpfile: Ignore chdir errors
Pali Rohár
[Mingw-w64-public] [PATCH v2 5/6] crt: test: t_fseeko64: Fix compile warning: unused parameter ‘argc’ and ‘argv’
Pali Rohár
[Mingw-w64-public] [PATCH v2 3/6] crt: test: t_fseeko64: Check for errors from SetFilePointer() and WriteFile() calls
Pali Rohár
[Mingw-w64-public] [PATCH v2 6/6] crt: test: Skip t_fseeko64 and t_fseeki64 test on full disk
Pali Rohár
Re: [Mingw-w64-public] [PATCH v2 6/6] crt: test: Skip t_fseeko64 and t_fseeki64 test on full disk
LIU Hao
[Mingw-w64-public] [PATCH v2 4/6] crt: test: t_fseeko64: Fix compile warning: pointer targets in passing argument 3 of ‘SetFilePointer’ differ in signedness
Pali Rohár
[Mingw-w64-public] [PATCH v2 00/11] 64-bit findfirst/findnext functions
Pali Rohár
[Mingw-w64-public] [PATCH v2 02/11] headers: Remove inline definition of _findfirst64i32 and _findnext64i32 functions
Pali Rohár
[Mingw-w64-public] [PATCH v2 04/11] headers: Fix _wfindfirsti64 and _wfindnexti64 macros in io.h
Pali Rohár
[Mingw-w64-public] [PATCH v2 01/11] crt: Provide emulation of _(w)findfirst64 and _(w)findnext64 functions
Pali Rohár
[Mingw-w64-public] [PATCH v2 08/11] crt: Provide emulation of _(w)findfirst32 and _(w)findnext32 functions
Pali Rohár
[Mingw-w64-public] [PATCH v2 06/11] headers: Guard _(w)findfirst(i64)/_(w)findnext(i64) functions for CRT build
Pali Rohár
[Mingw-w64-public] [PATCH v2 10/11] crt: Enable emulation of _wstat32/_wfindfirst32/_wfindnext32 functions for crtdll.dll and msvcrt10.dll builds
Pali Rohár
[Mingw-w64-public] [PATCH v2 03/11] headers: Add missing _CRTIMP for _wfindfirst64i32 and _wfindnext64i32
Pali Rohár
[Mingw-w64-public] [PATCH v2 05/11] crt: dirent: Use fixed size findfirst/findnext symbols
Pali Rohár
[Mingw-w64-public] [PATCH v2 07/11] crt: Fix mingw-w64 emulation of _findfirst64i32, _findnext64i32, _wfindfirst64i32 and _wfindnext64i32 functions
Pali Rohár
[Mingw-w64-public] [PATCH v2 09/11] crt: Provide emulation of _(w)findfirst32i64 and _(w)findnext32i64 functions
Pali Rohár
[Mingw-w64-public] [PATCH v2 11/11] crt: Extend t_findfirst test for all findfirst function variants
Pali Rohár
Re: [Mingw-w64-public] [PATCH v2 00/11] 64-bit findfirst/findnext functions
Martin Storsjö
[Mingw-w64-public] Ensure that stderr is not fully buffered
Luca Bacci
Re: [Mingw-w64-public] Ensure that stderr is not fully buffered
Martin Storsjö
Re: [Mingw-w64-public] Ensure that stderr is not fully buffered
Pali Rohár
[Mingw-w64-public] R: Ensure that stderr is not fully buffered
Luca Bacci
Re: [Mingw-w64-public] Ensure that stderr is not fully buffered
Pali Rohár
[Mingw-w64-public] R: Ensure that stderr is not fully buffered
Luca Bacci
Re: [Mingw-w64-public] Ensure that stderr is not fully buffered
Pali Rohár
[Mingw-w64-public] R: Ensure that stderr is not fully buffered
Luca Bacci
Re: [Mingw-w64-public] R: Ensure that stderr is not fully buffered
LIU Hao
[Mingw-w64-public] R: R: Ensure that stderr is not fully buffered
Luca Bacci
Re: [Mingw-w64-public] Ensure that stderr is not fully buffered
Pali Rohár
[Mingw-w64-public] Implement safe stdio flush on exit
Luca Bacci
Re: [Mingw-w64-public] Implement safe stdio flush on exit
LIU Hao
[Mingw-w64-public] R: Implement safe stdio flush on exit
Luca Bacci
Re: [Mingw-w64-public] R: Implement safe stdio flush on exit
LIU Hao
[Mingw-w64-public] R: R: Implement safe stdio flush on exit
Luca Bacci
Re: [Mingw-w64-public] R: R: Implement safe stdio flush on exit
LIU Hao
Re: [Mingw-w64-public] R: R: Implement safe stdio flush on exit
Luca Bacci
Re: [Mingw-w64-public] R: R: Implement safe stdio flush on exit
LIU Hao
[Mingw-w64-public] [PATCH] headers: Allow to compile stdio.h with -DNO_OLDNAMES
Pali Rohár
Re: [Mingw-w64-public] [PATCH] headers: Allow to compile stdio.h with -DNO_OLDNAMES
Martin Storsjö
Re: [Mingw-w64-public] [PATCH] headers: Allow to compile stdio.h with -DNO_OLDNAMES
LIU Hao
Re: [Mingw-w64-public] [PATCH] headers: Allow to compile stdio.h with -DNO_OLDNAMES
Pali Rohár
[Mingw-w64-public] [PATCH] headers/stdio: Declare `__mingw_off_t` and use it in place of `off_t`
LIU Hao
[Mingw-w64-public] [PATCH 00/12] 64-bit findfirst/findnext functions
Pali Rohár
[Mingw-w64-public] [PATCH 05/12] headers: Guard _(w)findfirst(i64)/_(w)findnext(i64) functions for CRT build
Pali Rohár
[Mingw-w64-public] [PATCH 08/12] crt: Provide emulation of _(w)findfirst32 and _(w)findnext32 functions
Pali Rohár
Re: [Mingw-w64-public] [PATCH 08/12] crt: Provide emulation of _(w)findfirst32 and _(w)findnext32 functions
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 08/12] crt: Provide emulation of _(w)findfirst32 and _(w)findnext32 functions
Pali Rohár
[Mingw-w64-public] [PATCH 01/12] crt: Provide emulation of _(w)findfirst64 and _(w)findnext64 functions
Pali Rohár
Re: [Mingw-w64-public] [PATCH 01/12] crt: Provide emulation of _(w)findfirst64 and _(w)findnext64 functions
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 01/12] crt: Provide emulation of _(w)findfirst64 and _(w)findnext64 functions
Pali Rohár
[Mingw-w64-public] [PATCH 04/12] headers: Fix _wfindfirsti64 and _wfindnexti64 macros in io.h
Pali Rohár
[Mingw-w64-public] [PATCH 09/12] crt: Provide emulation of _(w)findfirst32i64 and _(w)findnext32i64 functions
Pali Rohár
[Mingw-w64-public] [PATCH 07/12] crt: Fix mingw-w64 emulation of _findfirst64i32, _findnext64i32, _wfindfirst64i32 and _wfindnext64i32 functions
Pali Rohár
[Mingw-w64-public] [PATCH 10/12] crt: Enable emulation of _wstat32/_wfindfirst32/_wfindnext32 functions for crtdll.dll and msvcrt10.dll builds
Pali Rohár
Re: [Mingw-w64-public] [PATCH 10/12] crt: Enable emulation of _wstat32/_wfindfirst32/_wfindnext32 functions for crtdll.dll and msvcrt10.dll builds
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 10/12] crt: Enable emulation of _wstat32/_wfindfirst32/_wfindnext32 functions for crtdll.dll and msvcrt10.dll builds
Pali Rohár
[Mingw-w64-public] [PATCH 03/12] headers: Add missing _CRTIMP for _wfindfirst64i32 and _wfindnext64i32
Pali Rohár
[Mingw-w64-public] [PATCH 11/12] crt: Extend t_findfirst test for all findfirst function variants
Pali Rohár
[Mingw-w64-public] [PATCH 12/12] crt: Extend t_findfirst test to verify that findfirst returns same information as stat
Pali Rohár
[Mingw-w64-public] [PATCH 06/12] crt: Compile workaround for dirent.c and ftw.c
Pali Rohár
Re: [Mingw-w64-public] [PATCH 06/12] crt: Compile workaround for dirent.c and ftw.c
Pali Rohár
Re: [Mingw-w64-public] [PATCH 06/12] crt: Compile workaround for dirent.c and ftw.c
Pali Rohár
Re: [Mingw-w64-public] [PATCH 06/12] crt: Compile workaround for dirent.c and ftw.c
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 06/12] crt: Compile workaround for dirent.c and ftw.c
Pali Rohár
[Mingw-w64-public] [PATCH 02/12] headers: Remove inline definition of _findfirst64i32 and _findnext64i32 functions
Pali Rohár
Re: [Mingw-w64-public] [PATCH 00/12] 64-bit findfirst/findnext functions
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 00/12] 64-bit findfirst/findnext functions
Pali Rohár
Re: [Mingw-w64-public] [PATCH 00/12] 64-bit findfirst/findnext functions
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 00/12] 64-bit findfirst/findnext functions
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 00/12] 64-bit findfirst/findnext functions
Pali Rohár
Re: [Mingw-w64-public] [PATCH 00/12] 64-bit findfirst/findnext functions
Martin Storsjö
[Mingw-w64-public] Add UTF-16 support to C preprocessor
katahiromz
Re: [Mingw-w64-public] Add UTF-16 support to C preprocessor
LIU Hao
Re: [Mingw-w64-public] Add UTF-16 support to C preprocessor
katahiromz
Re: [Mingw-w64-public] Add UTF-16 support to C preprocessor
LIU Hao
[Mingw-w64-public] Summary of setlocale's behavior among CRTs
Kirill Makurin
Re: [Mingw-w64-public] Summary of setlocale's behavior among CRTs
Pali Rohár
[Mingw-w64-public] Add README.md for winstorecompat
Kirill Makurin
Re: [Mingw-w64-public] Add README.md for winstorecompat
Kirill Makurin
Re: [Mingw-w64-public] Add README.md for winstorecompat
JonY via Mingw-w64-public
Re: [Mingw-w64-public] Add README.md for winstorecompat
Kirill Makurin
Re: [Mingw-w64-public] Add README.md for winstorecompat
Martin Storsjö
[Mingw-w64-public] [PATCH] crt/stdio: Fix `%.d` output of printf128 for 0
LIU Hao
Re: [Mingw-w64-public] [PATCH] crt/stdio: Fix `%.d` output of printf128 for 0
Martin Storsjö
[Mingw-w64-public] [PATCH] crt/stdio: Fix thosand separators in printf128
LIU Hao
Re: [Mingw-w64-public] [PATCH] crt/stdio: Fix thosand separators in printf128
Martin Storsjö
Re: [Mingw-w64-public] [PATCH] crt/stdio: Fix thosand separators in printf128
LIU Hao
Re: [Mingw-w64-public] [PATCH] crt/stdio: Fix thosand separators in printf128
LIU Hao
[Mingw-w64-public] [PATCH 8001/8002] crt/stdio: Move `__pformat_intarg_t exponent` closer to its use
LIU Hao
[Mingw-w64-public] [PATCH 8002/8002] crt/stdio: Ensure `__pformat_intarg_t exponent` is fully initialized
LIU Hao
Re: [Mingw-w64-public] [PATCH 8002/8002] crt/stdio: Ensure `__pformat_intarg_t exponent` is fully initialized
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 8002/8002] crt/stdio: Ensure `__pformat_intarg_t exponent` is fully initialized
LIU Hao
[Mingw-w64-public] [PATCH] github: Cache the GNU downloads
Martin Storsjö
Re: [Mingw-w64-public] [PATCH] github: Cache the GNU downloads
LIU Hao
Re: [Mingw-w64-public] [PATCH] github: Cache the GNU downloads
Martin Storsjö
[Mingw-w64-public] [PATCH 0/6] Fix seek and tmpfile tests
Pali Rohár
[Mingw-w64-public] [PATCH 5/6] crt: test: t_fseeko64: Fix compile warning: unused parameter ‘argc’ and ‘argv’
Pali Rohár
[Mingw-w64-public] [PATCH 6/6] crt: test: Skip t_fseeko64 and t_fseeki64 test on full disk
Pali Rohár
Re: [Mingw-w64-public] [PATCH 6/6] crt: test: Skip t_fseeko64 and t_fseeki64 test on full disk
LIU Hao
Re: [Mingw-w64-public] [PATCH 6/6] crt: test: Skip t_fseeko64 and t_fseeki64 test on full disk
Pali Rohár
Re: [Mingw-w64-public] [PATCH 6/6] crt: test: Skip t_fseeko64 and t_fseeki64 test on full disk
LIU Hao
Re: [Mingw-w64-public] [PATCH 6/6] crt: test: Skip t_fseeko64 and t_fseeki64 test on full disk
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 6/6] crt: test: Skip t_fseeko64 and t_fseeki64 test on full disk
Martin Storsjö
[Mingw-w64-public] [PATCH 1/6] crt: test: t_tmpfile: Ignore chdir errors
Pali Rohár
[Mingw-w64-public] [PATCH 4/6] crt: test: t_fseeko64: Fix compile warning: pointer targets in passing argument 3 of ‘SetFilePointer’ differ in signedness
Pali Rohár
Re: [Mingw-w64-public] [PATCH 4/6] crt: test: t_fseeko64: Fix compile warning: pointer targets in passing argument 3 of ‘SetFilePointer’ differ in signedness
LIU Hao
Re: [Mingw-w64-public] [PATCH 4/6] crt: test: t_fseeko64: Fix compile warning: pointer targets in passing argument 3 of ‘SetFilePointer’ differ in signedness
Pali Rohár
Re: [Mingw-w64-public] [PATCH 4/6] crt: test: t_fseeko64: Fix compile warning: pointer targets in passing argument 3 of ‘SetFilePointer’ differ in signedness
LIU Hao
Re: [Mingw-w64-public] [PATCH 4/6] crt: test: t_fseeko64: Fix compile warning: pointer targets in passing argument 3 of ‘SetFilePointer’ differ in signedness
Pali Rohár
[Mingw-w64-public] [PATCH 3/6] crt: test: t_fseeko64: Check for errors from SetFilePointer() and WriteFile() calls
Pali Rohár
[Mingw-w64-public] [PATCH 2/6] crt: test: t_fseeko64: Use temporary directory instead of profile directory
Pali Rohár
Re: [Mingw-w64-public] [PATCH 0/6] Fix seek and tmpfile tests
Pali Rohár
[Mingw-w64-public] [PATCH 01/17] headers: Silence warning attributes on gets() when building the CRT
Martin Storsjö
[Mingw-w64-public] [PATCH 02/17] crt: Silence Clang warnings about truncated string
Martin Storsjö
[Mingw-w64-public] [PATCH 12/17] crt: testcases: Add a couple widely supported -Wno-<diag> options
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 12/17] crt: testcases: Add a couple widely supported -Wno-<diag> options
LIU Hao
Re: [Mingw-w64-public] [PATCH 12/17] crt: testcases: Add a couple widely supported -Wno-<diag> options
Martin Storsjö
[Mingw-w64-public] [PATCH 13/17] crt: testcases: Include AM_CFLAGS when setting CFLAGS
Martin Storsjö
[Mingw-w64-public] [PATCH 04/17] crt: Initialize a potentially uninitialized variable
Martin Storsjö
[Mingw-w64-public] [PATCH 05/17] crt: Silence Clang warnings about packed attribute being unnecessary
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 05/17] crt: Silence Clang warnings about packed attribute being unnecessary
LIU Hao
[Mingw-w64-public] [PATCH v2 05/17] crt: Remove unnecessary packed attributes
Martin Storsjö
Re: [Mingw-w64-public] [PATCH v2 05/17] crt: Remove unnecessary packed attributes
LIU Hao
Re: [Mingw-w64-public] [PATCH v2 05/17] crt: Remove unnecessary packed attributes
Martin Storsjö
Re: [Mingw-w64-public] [PATCH v2 05/17] crt: Remove unnecessary packed attributes
LIU Hao
[Mingw-w64-public] [PATCH v3 05/17] crt: Don't use -Wpacked
Martin Storsjö
Re: [Mingw-w64-public] [PATCH v3 05/17] crt: Don't use -Wpacked
LIU Hao
Re: [Mingw-w64-public] [PATCH v3 05/17] crt: Don't use -Wpacked
Martin Storsjö
[Mingw-w64-public] [PATCH 06/17] crt: Silence a Clang warning about referencing an undefined static variable
Martin Storsjö
[Mingw-w64-public] [PATCH 15/17] winpthreads: tests: Remove unused variables
Martin Storsjö
[Mingw-w64-public] [PATCH 08/17] crt: Enable -Wno-pragma-pack if supported
Martin Storsjö
[Mingw-w64-public] [PATCH 07/17] crt: Don't use -Winline
Martin Storsjö
[Mingw-w64-public] [PATCH 17/17] github: Build the CRT and winpthreads with -Werror
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 17/17] github: Build the CRT and winpthreads with -Werror
LIU Hao
Re: [Mingw-w64-public] [PATCH 17/17] github: Build the CRT and winpthreads with -Werror
Jacek Caban via Mingw-w64-public
[Mingw-w64-public] [PATCH 09/17] crt: Enable -Wno-array-bounds if supported
Martin Storsjö
[Mingw-w64-public] [PATCH 10/17] crt: testcases: Fix misc warnings
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 10/17] crt: testcases: Fix misc warnings
LIU Hao
Re: [Mingw-w64-public] [PATCH 10/17] crt: testcases: Fix misc warnings
LIU Hao
[Mingw-w64-public] [PATCH 16/17] winpthreads: tests: Fix a GCC warning
Martin Storsjö
[Mingw-w64-public] [PATCH 14/17] winpthreads: Silence -Wprio-ctor-dtor pragma with Clang
Martin Storsjö
[Mingw-w64-public] [PATCH 03/17] crt: Add a missing declaration for __intrinsic_setjmpex
Martin Storsjö
[Mingw-w64-public] [PATCH 11/17] crt: testcases: Silence a GCC warning
Martin Storsjö
[Mingw-w64-public] A few questions about UWP apps and winstorecompat
Kirill Makurin
Re: [Mingw-w64-public] A few questions about UWP apps and winstorecompat
Martin Storsjö
Re: [Mingw-w64-public] A few questions about UWP apps and winstorecompat
Kirill Makurin
Re: [Mingw-w64-public] A few questions about UWP apps and winstorecompat
Kirill Makurin
Re: [Mingw-w64-public] A few questions about UWP apps and winstorecompat
LIU Hao
Re: [Mingw-w64-public] A few questions about UWP apps and winstorecompat
Kirill Makurin
Re: [Mingw-w64-public] A few questions about UWP apps and winstorecompat
Martin Storsjö
Re: [Mingw-w64-public] A few questions about UWP apps and winstorecompat
Kirill Makurin
Re: [Mingw-w64-public] A few questions about UWP apps and winstorecompat
Martin Storsjö
Re: [Mingw-w64-public] A few questions about UWP apps and winstorecompat
Kirill Makurin
Re: [Mingw-w64-public] A few questions about UWP apps and winstorecompat
Jean-Michaël Celerier
[Mingw-w64-public] [PATCH 1/3] winstorecompat: Sort the Makefile entries alphabetically
Martin Storsjö
[Mingw-w64-public] [PATCH 3/3] winstorecompat: Avoid mismatching redeclaration warnings for getenv_s
Martin Storsjö
[Mingw-w64-public] [PATCH 2/3] winstorecompat: Implement GetActiveProcessorCount
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 2/3] winstorecompat: Implement GetActiveProcessorCount
LIU Hao
Re: [Mingw-w64-public] [PATCH 2/3] winstorecompat: Implement GetActiveProcessorCount
Martin Storsjö
Re: [Mingw-w64-public] [PATCH 2/3] winstorecompat: Implement GetActiveProcessorCount
LIU Hao
Re: [Mingw-w64-public] [PATCH 2/3] winstorecompat: Implement GetActiveProcessorCount
Martin Storsjö
[Mingw-w64-public] [PATCH v2 0/7] 64-bit time functions part2
Pali Rohár
[Mingw-w64-public] [PATCH v2 3/7] headers: Remove inline _wctime and _wctime_s function definitions from wchar.h
Pali Rohár
[Mingw-w64-public] [PATCH v2 1/7] crt: Provide emulation of _difftime64 function
Pali Rohár
[Mingw-w64-public] [PATCH v2 6/7] crt: Enable _localtime64, _ctime64 and _wctime64 tests for msvcrt40 and older builds
Pali Rohár
[Mingw-w64-public] [PATCH v2 5/7] crt: Provide emulation of _mktime64 function
Pali Rohár
[Mingw-w64-public] [PATCH v2 4/7] crt: Provide emulation of _ctime64 and _wctime64 functions
Pali Rohár
[Mingw-w64-public] [PATCH v2 7/7] crt: Extend t_time test for _localtime64 and _mktime64
Pali Rohár
Re: [Mingw-w64-public] [PATCH v2 7/7] crt: Extend t_time test for _localtime64 and _mktime64
Martin Storsjö
Re: [Mingw-w64-public] [PATCH v2 7/7] crt: Extend t_time test for _localtime64 and _mktime64
Pali Rohár
Re: [Mingw-w64-public] [PATCH v2 7/7] crt: Extend t_time test for _localtime64 and _mktime64
Martin Storsjö
Re: [Mingw-w64-public] [PATCH v2 7/7] crt: Extend t_time test for _localtime64 and _mktime64
Pali Rohár
Re: [Mingw-w64-public] [PATCH v2 7/7] crt: Extend t_time test for _localtime64 and _mktime64
LIU Hao
Re: [Mingw-w64-public] [PATCH v2 7/7] crt: Extend t_time test for _localtime64 and _mktime64
Martin Storsjö
Re: [Mingw-w64-public] [PATCH v2 7/7] crt: Extend t_time test for _localtime64 and _mktime64
LIU Hao
Re: [Mingw-w64-public] [PATCH v2 7/7] crt: Extend t_time test for _localtime64 and _mktime64
Pali Rohár
Re: [Mingw-w64-public] [PATCH v2 7/7] crt: Extend t_time test for _localtime64 and _mktime64
Kirill Makurin
Re: [Mingw-w64-public] [PATCH v2 7/7] crt: Extend t_time test for _localtime64 and _mktime64
Pali Rohár
Re: [Mingw-w64-public] [PATCH v2 7/7] crt: Extend t_time test for _localtime64 and _mktime64
LIU Hao
Re: [Mingw-w64-public] [PATCH v2 7/7] crt: Extend t_time test for _localtime64 and _mktime64
Pali Rohár
Re: [Mingw-w64-public] [PATCH v2 7/7] crt: Extend t_time test for _localtime64 and _mktime64
Pali Rohár
Re: [Mingw-w64-public] [PATCH v2 7/7] crt: Extend t_time test for _localtime64 and _mktime64
LIU Hao
Re: [Mingw-w64-public] [PATCH v2 7/7] crt: Extend t_time test for _localtime64 and _mktime64
Pali Rohár
Re: [Mingw-w64-public] [PATCH v2 7/7] crt: Extend t_time test for _localtime64 and _mktime64
Martin Storsjö
[Mingw-w64-public] [PATCH v2 2/7] crt: Provide emulation of _localtime64 function
Pali Rohár
[Mingw-w64-public] winternl.h: compile warning: ‘RtlUnwind’ redeclared without dllimport attribute
Pali Rohár
Earlier messages
Later messages