about summary refs log tree commit diff
path: root/time/mktime.c
Commit message (Expand)AuthorAgeFilesLines
* Y2038: make __mktime_internal compatible with 64-bit-time aaribaud/y2038-submitted-v1Albert ARIBAUD (3ADEV)2018-06-131-21/+37
* 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
* [BZ #2821] cvs/fedora-glibc-20060910T1832Ulrich Drepper2006-09-091-5/+6
* [BZ #1033, BZ #1061]Roland McGrath2005-09-081-20/+40
* * time/mktime.c: Always include <string.h> for prototype ofUlrich Drepper2005-06-181-1/+2
* * posix/regexec.c (check_node_accept_bytes): Correct cast to avoidUlrich Drepper2005-03-061-2/+3
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-48/+25
* 2.5-18.1Jakub Jelinek2007-07-121-25/+48
* * time/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,Roland McGrath2004-12-021-1/+2
* [BZ #541]Roland McGrath2004-11-111-15/+31
* [BZ #473, BZ #487]Roland McGrath2004-11-011-126/+212
* [BZ #471] Fix imported from gnulib.Roland McGrath2004-10-221-3/+4
* [BZ #468] Import a fix from gnulib.Roland McGrath2004-10-221-1/+1
* [BZ #470] Import fix from gnulib.Roland McGrath2004-10-221-0/+1
* [BZ #469] Imported from gnulib.Roland McGrath2004-10-221-7/+12
* [BZ #472]Roland McGrath2004-10-221-1/+1
* Update.Ulrich Drepper2004-04-021-2/+2
* 2003-12-30 Paul Eggert <eggert@twinsun.com>Roland McGrath2004-01-021-1/+14
* * time/mktime.c: (my_mktime_localtime_r):Roland McGrath2003-12-311-21/+11
* 2003-12-30 Paul Eggert <eggert@twinsun.com>Roland McGrath2003-12-311-59/+27
* (__mon_yday, __mktime_internal) [!_LIBC]: Declare as `static'.Ulrich Drepper2002-11-241-1/+7
* * include/libc-symbols.h (hidden_weak): Define it for [__ASSEMBLER__].Roland McGrath2002-08-031-0/+5