Changes were applied on top of the 71aa6b2df727ca022487ed8dc9aff0e61a13f742
Pali Rohár (7):
crt: Provide emulation of _difftime64 function
crt: Provide emulation of _localtime64 function
headers: Remove inline _wctime and _wctime_s function definitions from
wchar.h
crt: Provide emulation of _ctime64 and _wctime64 functions
crt: Provide emulation of _mktime64 function
crt: Enable _localtime64, _ctime64 and _wctime64 tests for msvcrt40
and older builds
crt: Extend t_time test for _localtime64 and _mktime64
mingw-w64-crt/Makefile.am | 10 ++
mingw-w64-crt/lib-common/msvcrt.def.in | 10 +-
mingw-w64-crt/misc/_ctime64.c | 19 +++
mingw-w64-crt/misc/_difftime64.c | 18 +++
mingw-w64-crt/misc/_localtime64.c | 88 ++++++++++
mingw-w64-crt/misc/_mktime64.c | 60 +++++++
mingw-w64-crt/misc/_wctime64.c | 19 +++
mingw-w64-crt/testcases/t_time.c | 212 +++++++++++++++++++++++--
mingw-w64-headers/crt/wchar.h | 18 +--
9 files changed, 425 insertions(+), 29 deletions(-)
create mode 100644 mingw-w64-crt/misc/_ctime64.c
create mode 100644 mingw-w64-crt/misc/_difftime64.c
create mode 100644 mingw-w64-crt/misc/_localtime64.c
create mode 100644 mingw-w64-crt/misc/_mktime64.c
create mode 100644 mingw-w64-crt/misc/_wctime64.c
--
2.20.1
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public