about summary refs log tree commit diff
path: root/src/time/ctime_r.c
Commit message (Collapse)AuthorAgeFilesLines
* handle errors from localtime_r in ctime_rRich Felker2017-06-201-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.
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+8