summaryrefslogtreecommitdiff
path: root/lib/libc/time/localtime.c
AgeCommit message (Expand)Author
2023-01-15Apply 9cfe9507fcc22cd4a0c4da486ea1c7f0de6b075f for C23 attribute compliance.christos
2022-12-11Merge in 2022g:christos
2022-10-29Update to tzcode2022fchristos
2022-08-16Welcome to 2022b:christos
2022-03-25localtime.c: fix theoretical syntax errorrillig
2022-03-25localtime.c: reduce unnecessary diff to upstreamrillig
2022-03-25localtime.c: take indentation style from upstreamrillig
2022-03-25localtime.c: add back storage class 'register'rillig
2022-03-24put back the 2022a changes and fix the misplaced brace.christos
2022-03-23revert changes from 2022a for now until I figure out what's wrong.christos
2022-03-22welcome to tzcode-2022achristos
2021-12-05PR/56538: coypu: For compat ctime and friends (when time_t was 32 bits)christos
2021-10-27fix problem with uninitialized variable on malformed 32 bit time.christos
2021-10-22Change to code and documentation from 2021a -> 2021echristos
2020-05-25Bring in 2020achristos
2019-07-03Sync with 2019b:christos
2019-04-17Pick up the latest matching (most recent) entry instead of the first one.christos
2019-04-08The typecnt refers the to ttis array and the timecnt refers to the type array.christos
2019-04-07only need to initialize the first type.christos
2019-04-07Initialize the default timezone a bit more so that tzgetname(3) works.christos
2019-04-04Make strftime_{l,z} re-entrant and always require a non-NULL timezone to bechristos
2019-01-27fix duplicated chunk from mergedholland
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2019-01-01Release 2018i - 2018-12-30 11:05:43 -0800christos
2018-10-19Update to 2018f:christos
2018-05-04Merge 2018echristos
2018-01-25Merge tzcode2018c [ changelog with changes to tzdata sections removed ]christos
2017-10-27Replace a line that somehow got lost in the import from tzcode2017ckre
2017-10-24Welcome to 2017c:christos
2017-05-10Turns out that the previous fix is incorrect, we were not doing ++hitkre
2017-05-09++bool to bool=true to appease GCC 8. NFCmaya
2017-03-11merge 2017achristos
2016-11-04tzcode2016ichristos
2016-10-07merge tzcode2016gchristos
2016-03-18Use the correct upper bounds for the types array. The correct upperginsbach
2016-03-15Sync with 2016bchristos
2016-02-20PR/50133: Martin Husemann: Can't cache $TZ.christos
2015-10-29another lint warning for compat.christos
2015-10-29Add tzgetgmtoff, delint compatchristos
2015-10-09Release 2015g - 2015-10-01 00:39:51 -0700christos
2015-08-18Remove second 'const' declaration, to hopefully fix clang builds.riz
2015-08-13merge 2015fchristos
2015-06-21merge tzcode2015e:christos
2015-03-24merge 2015bchristos
2015-01-31merge tzcode2015a:christos
2014-11-11localtime did not set tm->tm_zone properly making pkgsrc emacs core-dump.christos
2014-10-23merge 2014ichristos
2014-10-16- don't leak errno in mktime()christos
2014-10-15PR/49284: Andreas Gustafsson: sysinst segfaults when configuring networkchristos
2014-10-14improve error checking (setting errno)christos