aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/time/mktime.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-29Fix 32-bit overflow in mktime() when time_t is 64-bits longFreddie Chopin1-1/+1
2018-01-17ansification: remove _DEFUNYaakov Selkowitz1-4/+2
2018-01-17ansification: remove _CONSTYaakov Selkowitz1-2/+2
2017-12-01time: remove TRAD_SYNOPSISYaakov Selkowitz1-6/+1
2015-04-23Avoid excessive locking and calling tzset in time functions.Corinna Vinschen1-2/+2
2015-04-23Move tzset calls to time functions.Craig Howland1-0/+2
2011-10-11 * libc/time/mktm_r.c: (__tzcalc_limits) Fix Julian day calculation.Corinna Vinschen1-11/+29
2011-08-19 * libc/time/mktime.c (validate_structure): Account for tm_mon possiblyCorinna Vinschen1-6/+7
2011-06-27 * libc/time/mktime.c (mktime): Lock global timezone info whileCorinna Vinschen1-0/+4
2008-12-112008-12-11 Craig Howland <howland@LGSInnovations.com>Jeff Johnston1-4/+4
2008-08-282008-08-28 Craig Howland <howland@LGSInnovations.com>Jeff Johnston1-4/+10
2005-02-252005-02-25 Eric Blake <ebb9@byu.net>Jeff Johnston1-7/+14
2005-02-232005-02-23 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-8/+9
2002-04-172002-04-17 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-1/+47
2001-03-052001-03-05 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-3/+3
2000-02-17import newlib-2000-02-17 snapshotChristopher Faylor1-0/+204