]> git.ipfire.org Git - thirdparty/glibc.git/commit
Use 64-bit time_t interfaces in strftime and strptime (bug 30053)
authorAndreas Schwab <schwab@suse.de>
Thu, 26 Jan 2023 13:25:05 +0000 (14:25 +0100)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 7 Feb 2023 13:32:47 +0000 (10:32 -0300)
commit0b962177ee3b45cf775176eb454fcf6aa1b0f6e3
tree0fc44ae8a0131dd5001ddc4d77efb41339e7cd24
parentc5c792092b57687ae3ebecbe8645fa71ddb19f8c
Use 64-bit time_t interfaces in strftime and strptime (bug 30053)

Both functions use time_t only internally, so the ABI is not affected.

(cherry picked from commit 41349f6f67c83e7bafe49f985b56493d2c4c9c77)
NEWS
time/Makefile
time/strftime_l.c
time/strptime_l.c
time/tst-strftime4-time64.c [new file with mode: 0644]
time/tst-strftime4.c [new file with mode: 0644]