aboutsummaryrefslogtreecommitdiff
path: root/src/time/mktime.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-2/+0
* fix error code on time conversion overflows•••POSIX mandates EOVERFLOW for this condition. Rich Felker2013-07-171-1/+1
* the big time handling overhaul•••this commit has two major user-visible parts: zoneinfo-format time zones are now supported, and overflow handling is intended to be complete in the sense that all functions return a correct result if and only if the result fits in the destination type, and otherwise return an error. also, some noticable bugs in the way DST detection and normalization worked have been fixed, and performance may be better than before, but it has not been tested. Rich Felker2013-07-171-15/+21
* initial check-in, version 0.5.0Rich Felker2011-02-121-0/+24