aboutsummaryrefslogtreecommitdiff
path: root/time/mktime.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-06-22Call "CST" a time zone abbreviation, not a namePaul Eggert1-1/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-09-08mktime: improve heuristic for ca-1986 Indiana DSTPaul Eggert1-8/+20
2022-09-08Assume HAVE_TZSET in time/mktime.cPaul Eggert1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-08-04Sync mktime.c from GnulibPaul Eggert1-3/+3
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-10-31Sync time/mktime.c with gnulibPaul Eggert1-1/+1
2019-04-30Make mktime etc. compatible with __time64_tPaul Eggert1-27/+44
2019-03-17* time/mktime.c: Update obsolete URL in comment.Paul Eggert1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-11-15mktime: DEBUG_MKTIME cleanupPaul Eggert1-160/+2
2018-11-15mktime: fix non-EOVERFLOW errno handlingPaul Eggert1-98/+99
2018-11-15mktime: fix bug with Y2038 DST transitionPaul Eggert1-1/+3
2018-11-15mktime: make more room for overflowPaul Eggert1-9/+11
2018-11-15mktime: simplify offset guessPaul Eggert1-3/+3
2018-11-15mktime: fix EOVERFLOW bugPaul Eggert1-7/+19
2018-10-08mktime fix for Gnulib + coreutilsPaul Eggert1-1/+1
2018-09-19Merge mktime, timegm from upstream GnulibPaul Eggert1-298/+247
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-15Fix build failures with -DDEBUG.Martin Sebor1-6/+6
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-06-28Sync up mktime with gnulibPaul Eggert1-2/+2
2014-06-27Remove inline keyword from leapyear functionSiddhesh Poyarekar1-1/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-02-07Remove lots of inline keywords.Roland McGrath1-1/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-05-23mktime: avoid signed integer overflowPaul Eggert1-4/+4
2012-05-23mktime: simplify computation of averagePaul Eggert1-3/+1
2012-05-23mktime: do not assume signed right shift propagates sign bitPaul Eggert1-6/+12
2012-05-23mktime: merge another wrapv change from gnulibPaul Eggert1-1/+1
2012-05-23mktime: remove incorrect attempt at unusual arithmeticsPaul Eggert1-9/+6
2012-05-23mktime: check signed shifts on long_int and time_t, tooPaul Eggert1-3/+5
2012-05-23mktime: do not assume 'long' is wide enoughPaul Eggert1-12/+18
2012-05-23mktime: merge wrapv change from gnulibPaul Eggert1-25/+90
2012-05-22Update copyright years for time/mktime.cH.J. Lu1-1/+1
2012-05-22mktime: merge comment-quoting-style change from gnulibPaul Eggert1-3/+3
2012-05-22time/mktime.c (compile-command): Add "-I."Paul Eggert1-1/+1
2012-05-22mktime: merge mktime-internal.h change from gnulibPaul Eggert1-0/+1
2012-05-22mktime: merge time_r change from gnulibPaul Eggert1-2/+1
2012-05-22mktime: merge DEBUG change from gnulibPaul Eggert1-0/+1
2012-05-22mktime: merge <sys/types.h> change from gnulibPaul Eggert1-1/+0
2012-05-22mktime: merge HAVE_CONFIG_H change from gnulibPaul Eggert1-1/+1
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2008-07-06(__mktime_internal): Normalize tp->tm_isdst value.Ulrich Drepper1-2/+4
2007-12-12* time/bug-getdate1.c (do_test): Don't use century values whichUlrich Drepper1-2/+2