aboutsummaryrefslogtreecommitdiff
path: root/src/time/ctime_r.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* handle errors from localtime_r in ctime_r•••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. Rich Felker2017-06-201-3/+2
* initial check-in, version 0.5.0Rich Felker2011-02-121-0/+8