Changes were applied on top of the 482b0b73f3ec6317f7bfa1fb277dfd9fe75f2971
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 | 87 +++++++++++++++++++++
mingw-w64-crt/misc/_mktime64.c | 60 ++++++++++++++
mingw-w64-crt/misc/_wctime64.c | 19 +++++
mingw-w64-crt/testcases/t_time.c | 104 ++++++++++++++++++++++---
mingw-w64-headers/crt/wchar.h | 18 ++---
9 files changed, 316 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