Bug 19431 – Add _r variants of various stdc time functions.

Status
NEW
Severity
enhancement
Priority
P4
Component
druntime
Product
D
Version
D2
Platform
All
OS
Other
Creation time
2018-11-25T07:48:26Z
Last change time
2024-12-07T13:38:56Z
Assigned to
No Owner
Creator
Stanislav Blinov
Moved to GitHub: dmd#17376 →

Comments

Comment #0 by stanislav.blinov — 2018-11-25T07:48:26Z
These are missing from core.stdc.time: char *asctime_r(const struct tm *tm, char *buf); char *ctime_r(const time_t *timep, char *buf); struct tm *gmtime_r(const time_t *timep, struct tm *result); struct tm *localtime_r(const time_t *timep, struct tm *result);
Comment #1 by robert.schadek — 2024-12-07T13:38:56Z
THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/dmd/issues/17376 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB