summaryrefslogtreecommitdiff
path: root/lib/mktime.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Factor int-properties macros into a single file, except forPaul Eggert2005-03-091-8/+23
* autoupdateKarl Berry2005-03-081-2/+3
* (__mktime_internal): If SEC_REQUESTED != SEC,Paul Eggert2004-12-031-1/+2
* (SHR): New macro, which is a portablePaul Eggert2004-11-111-15/+31
* (not_equal_tm): Remove redundant check.Paul Eggert2004-10-271-1/+0
* (leapyear): Arg is long int, not int.Paul Eggert2004-10-221-1/+1
* (__mktime_internal) [!_LIBC]: Define to mktime_internalJim Meyering2004-01-211-2/+4
* Remove K&R cruft.Paul Eggert2003-09-091-9/+3
* Add time_r module. Change timegm, mktime, and strftime to use localtime_rPaul Eggert2003-09-061-20/+10
* Fix some boundary cases and remove need for floating point.Paul Eggert2003-07-071-133/+255
* Assume freestanding C89 or better.Paul Eggert2003-06-051-41/+9
* Fix Debian bug 177940Paul Eggert2003-06-051-3/+6
* Ensure we use gnulib mktime rather than glibc's mktime, on hostsPaul Eggert2003-06-041-15/+1
* mktime update from libcKarl Berry2003-05-301-12/+25
* (__mktime_internal): Do not reject negative timestamps arbitrarily.Paul Eggert2003-05-281-15/+1
* Really sync with libc, not with my locally-modified copy.Jim Meyering2002-11-251-3/+0
* Sync from libc, now that it has the latest fix.Jim Meyering2002-11-251-2/+8
* Merge in changes from libc.Jim Meyering2002-11-241-6/+34
* Avoid a link-time failure on some Linux systems.Jim Meyering2002-11-241-11/+14
* back out Copyright date changes for files with no changes yearJim Meyering2000-08-071-1/+1
* update copyright dateJim Meyering2000-07-091-1/+1
* tweak commentJim Meyering1999-02-171-1/+1
* new version from UliJim Meyering1999-02-161-41/+31
* (__mktime_internal): Adopt the traditional (andJim Meyering1999-01-191-21/+25
* ansideclifyJim Meyering1998-12-071-16/+9
* Don't invoke localtime_r or gmtime_r unless it's the GNU CJim Meyering1998-10-181-30/+7
* Declare localtime_r if necessary.FILEUTILS-4_0-b4Jim Meyering1998-10-181-6/+5
* Some systems require <unistd.h> to be included before <time.h> forJim Meyering1998-10-171-9/+10