about summary refs log tree commit diff
path: root/time/mktime.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Call "CST" a time zone abbreviation, not a namePaul Eggert2023-06-221-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* mktime: improve heuristic for ca-1986 Indiana DSTPaul Eggert2022-09-081-8/+20
* Assume HAVE_TZSET in time/mktime.cPaul Eggert2022-09-081-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Sync mktime.c from GnulibPaul Eggert2020-08-041-3/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Sync time/mktime.c with gnulibPaul Eggert2019-10-311-1/+1
* Make mktime etc. compatible with __time64_tPaul Eggert2019-04-301-27/+44
* * time/mktime.c: Update obsolete URL in comment.Paul Eggert2019-03-171-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* mktime: DEBUG_MKTIME cleanupPaul Eggert2018-11-151-160/+2
* mktime: fix non-EOVERFLOW errno handlingPaul Eggert2018-11-151-98/+99
* mktime: fix bug with Y2038 DST transitionPaul Eggert2018-11-151-1/+3
* mktime: make more room for overflowPaul Eggert2018-11-151-9/+11
* mktime: simplify offset guessPaul Eggert2018-11-151-3/+3
* mktime: fix EOVERFLOW bugPaul Eggert2018-11-151-7/+19
* mktime fix for Gnulib + coreutilsPaul Eggert2018-10-081-1/+1
* Merge mktime, timegm from upstream GnulibPaul Eggert2018-09-191-298/+247
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Fix build failures with -DDEBUG.Martin Sebor2016-01-151-6/+6
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Sync up mktime with gnulibPaul Eggert2014-06-281-2/+2
* Remove inline keyword from leapyear functionSiddhesh Poyarekar2014-06-271-1/+1
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Remove lots of inline keywords.Roland McGrath2013-02-071-1/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* mktime: avoid signed integer overflowPaul Eggert2012-05-231-4/+4
* mktime: simplify computation of averagePaul Eggert2012-05-231-3/+1
* mktime: do not assume signed right shift propagates sign bitPaul Eggert2012-05-231-6/+12
* mktime: merge another wrapv change from gnulibPaul Eggert2012-05-231-1/+1
* mktime: remove incorrect attempt at unusual arithmeticsPaul Eggert2012-05-231-9/+6
* mktime: check signed shifts on long_int and time_t, tooPaul Eggert2012-05-231-3/+5
* mktime: do not assume 'long' is wide enoughPaul Eggert2012-05-231-12/+18
* mktime: merge wrapv change from gnulibPaul Eggert2012-05-231-25/+90
* Update copyright years for time/mktime.cH.J. Lu2012-05-221-1/+1
* mktime: merge comment-quoting-style change from gnulibPaul Eggert2012-05-221-3/+3
* time/mktime.c (compile-command): Add "-I."Paul Eggert2012-05-221-1/+1
* mktime: merge mktime-internal.h change from gnulibPaul Eggert2012-05-221-0/+1
* mktime: merge time_r change from gnulibPaul Eggert2012-05-221-2/+1
* mktime: merge DEBUG change from gnulibPaul Eggert2012-05-221-0/+1
* mktime: merge <sys/types.h> change from gnulibPaul Eggert2012-05-221-1/+0
* mktime: merge HAVE_CONFIG_H change from gnulibPaul Eggert2012-05-221-1/+1
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* (__mktime_internal): Normalize tp->tm_isdst value.Ulrich Drepper2008-07-061-2/+4
* * time/bug-getdate1.c (do_test): Don't use century values whichUlrich Drepper2007-12-121-2/+2