summaryrefslogtreecommitdiff
path: root/src/time/localtime_r.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-12reduce spurious inclusion of libc.hRich Felker1-1/+1
2015-08-14match historical behavior for tm_gmtoff member of struct tmNatanael Copa1-1/+1
2013-12-19fix hangs in localtime for near-overflowing time_t values on 64-bit archsRich Felker1-0/+6
2013-07-17fix error code on time conversion overflowsRich Felker1-1/+1
2013-07-17the big time handling overhaulRich Felker1-8/+12
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker1-1/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+11