summaryrefslogtreecommitdiff
path: root/src/time/ctime_r.c
AgeCommit message (Collapse)AuthorLines
2017-06-20handle errors from localtime_r in ctime_rRich Felker-3/+2
POSIX requires ctime_r return a null pointer on failure, which can occur if the input time_t value is not representable in broken down form. based on patch by Alexander Monakov.
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+8