summaryrefslogtreecommitdiff
path: root/lib/mktime.c
Commit message (Expand)AuthorAgeFilesLines
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* tzset: Expand comment about TZ problem on native Windows.Bruno Haible2017-05-091-3/+22
* mktime: Work around TZ problem on native Windows.Bruno Haible2017-04-301-3/+44
* maint: time stamp -> timestampPaul Eggert2017-01-091-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* mktime: call tzset as per POSIXPaul Eggert2016-07-031-0/+2
* mktime: spelling fix in commentPaul Eggert2016-05-011-1/+1
* mktime: port to stricter signed overflow checkingPaul Eggert2016-05-011-200/+136
* mktime: speed up DEBUG_MKTIME benchmarksPaul Eggert2016-05-011-12/+15
* mktime: resurrect DEBUG_MKTIME testingPaul Eggert2016-05-011-1/+2
* mktime: simplify DEBUG_MKTIMEPaul Eggert2016-05-011-5/+7
* Port mktime_internal offset to unsigned time_tPaul Eggert2016-05-011-7/+5
* mktime: improve integer overflow checkingPaul Eggert2016-04-131-78/+34
* intprops, mktime, strtol: assume two's complementPaul Eggert2016-04-131-20/+11
* mktime: rename macro to avoid glibc clashMartin Sebor2016-01-121-6/+6
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* mktime: merge #if/#ifdef usage from glibcPaul Eggert2014-06-271-2/+2
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* mktime: avoid 'static inline'Paul Eggert2012-08-191-2/+2
* * lib/mktime.c: Revert autoupdate, which fetched the wrong version.Paul Eggert2012-05-251-80/+155
* autoupdateKarl Berry2012-05-251-155/+80
* mktime: sync from glibcPaul Eggert2012-05-231-194/+197
* maint: replace FSF snail-mail addresses with URLsPaul Eggert2012-02-091-2/+1
* mktime: Avoid compilation error on Solaris 11.Bruno Haible2012-01-081-18/+20
* In commentary, do not use ` to quote.Paul Eggert2012-01-051-3/+3
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* mktime: clarify long_int width checkingPaul Eggert2011-01-301-6/+5
* TYPE_MAXIMUM: avoid theoretically undefined behaviorPaul Eggert2011-01-301-1/+1
* mktime: #undef mktime before #defining itPaul Eggert2011-01-291-0/+1
* mktime: systematically normalize tm_isdst comparisonsPaul Eggert2011-01-291-6/+12
* mktime: fix some integer overflow issues and sidestep the restPaul Eggert2011-01-291-50/+109
* mktime: avoid problems on NetBSD 5 / i386Paul Eggert2011-01-281-11/+14
* mktime: fix misspelling in commentPaul Eggert2011-01-281-1/+1
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-186/+186
* mktime, timegm: share common declarationEric Blake2009-11-021-3/+1
* build: avoid compiler warningsEric Blake2009-10-301-0/+3
* Disable assertion that fails on NetBSD 5 / i386.Bruno Haible2009-09-171-1/+4
* mktime.c: normalize tp->tm_isdst value to -1/0/1.Ulrich Drepper2008-07-231-1/+3
* New module 'time', so that apps can include <time.h> as perPaul Eggert2007-02-121-5/+3
* autoupdateKarl Berry2006-09-111-2/+2
* * config/srclist.txt: Temporarily comment out mktime.c until glibc bugPaul Eggert2006-09-081-4/+5
* srclist.updateKarl Berry2005-09-181-2/+1
* * mktime.c: Include <string.h> even if !DEBUG. (From glibc.)Paul Eggert2005-06-231-13/+10
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* Propagate intprops.h comment fixes to mktime.c and strftime.c.Paul Eggert2005-03-261-3/+3
* * mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,Paul Eggert2005-03-151-10/+20