summaryrefslogtreecommitdiff
path: root/lib/libc/time/localtime.c
AgeCommit message (Expand)Author
2013-12-26update from tzcode 2013e to tzcode2013ichristos
2013-12-13time_t_{min,max} are only used in localtime.cchristos
2013-12-13add a cast for sparc64 where int_fast32_t is long (should it be?), andchristos
2013-09-20Welcome to tzcode 2013e:christos
2013-07-30Don't depend on implicit rounding from non-integral float constant.joerg
2013-07-22 Both increment_overflow() and normalize_overflow() have two differentmsaitoh
2013-07-17remove "register" in new codechristos
2013-07-17welcome to 2013dchristos
2013-03-02update to tzcode2013achristos
2012-10-28add a cast to appease the compat build.christos
2012-10-28welcome to tzcode2012h via patch.christos
2012-10-26stronger lint foochristos
2012-10-26- whitespacechristos
2012-10-24apply 2012g via patchchristos
2012-03-20Remove use of __Pmatt
2012-03-13PR/45989: Martin Husemann: lint invocation does include -w only on i386christos
2012-01-07Do not force errno to EOVERFLOW when returning -1 from mktime or friends.martin
2011-11-08Change the way that we compute the time when we fall in the dst gap: insteadchristos
2011-11-07no need to adjust the off, hi is already at the right time.christos
2011-10-28Only advance the time if we are skipping the gap.christos
2011-10-28prevent underflow from giving us a false positive test in the first iteration.christos
2011-10-27Change mktime*(3) so that it does not always return EOVERFLOW when it cannotchristos
2011-10-16Add code (not enabled) that allows mktime() to return a value for timeschristos
2011-09-04bring in the 2011i changes.christos
2011-06-16don't modify tzname unless we are the non-reentrant version.christos
2011-02-21remove duplicate weak aliaseschristos
2011-02-13Don't forget to set errno. Pointed out by yamt.christos
2011-01-15Fix reversed oveflow check.christos
2011-01-15Backout previous, it breaks the build big time and causes e.g. date(1)martin
2011-01-14don't depend on integer oveflow wrapping to detect it. From Paul Eggert inchristos
2011-01-06Since localsub and gmtsub are called recursively to search for the localchristos
2010-12-17PR/44248: Antti Kantee: Fix multi-threaded localtime hang.christos
2010-12-16Provide a re-entrant and thread-safe set of timezone API's thatchristos
2010-03-23remove some stray __weak_aliases, where the target functions weredrochner
2010-02-17Fix a bug reported by Gene, and debugged by Robert Elz. fsck_ffs can coredumpchristos
2010-02-02According to TOG:christos
2009-12-31Import tzcode2009k.mlelstv
2009-10-24With 64bit time_t years can be negative and lapyear computationmlelstv
2009-01-18Make mktime(3) work with 64-bit time_t.drochner
2009-01-11merge christos-time_tchristos
2008-08-27malloc(3) and getenv(3) affect errno; make sure we save and restore itchristos
2008-05-25Fix handling of legacy global variable timezone outputs. PR misc/22221.dholland
2006-03-22Remove a variable that became set-and-not-used after the dead code removal.christos
2006-03-22Coverity CID 578: remove dead codechristos
2005-07-16Fix linted comments and use __UNCONST.christos
2004-11-16PR/28324: Takayoshi Kochi: localtime_r(3) returns GMTchristos
2003-12-20Merge tzcode2003e.kleink
2003-10-29Merge tzcode2003d.kleink
2003-01-18s/_REENT/_REENTRANT/christos
2002-11-17use strlcpy where it is more appropriate.itojun