about summary refs log tree commit diff
path: root/src/time/__tz.c
Commit message (Expand)AuthorAgeFilesLines
* fix out-of-bound read processing time zone data with distant-past datesRich Felker2022-02-091-14/+12
* fix TZ parsing logic for identifying POSIX-form stringsRich Felker2021-06-231-1/+13
* parse v3 or future-unknown zoneinfo file versions as v2+Rich Felker2020-11-221-1/+1
* explicitly prefer 64-bit/v2 zoneinfo tablesRich Felker2020-11-221-1/+1
* lift child restrictions after multi-threaded forkRich Felker2020-11-111-0/+2
* convert malloc use under libc-internal locks to use internal allocatorRich Felker2020-11-111-0/+5
* fix parsing offsets after long timezone namesSamuel Holland2020-03-211-5/+5
* avoid out-of-bounds read for invalid quoted timezoneSamuel Holland2020-03-211-2/+2
* always reset DST rules during tzsetBenjamin Peterson2018-09-151-1/+2
* split internal lock API out of libc.h, creating lock.hRich Felker2018-09-121-0/+1
* remove or make static various unused __-prefixed symbolsRich Felker2018-09-121-1/+1
* overhaul internally-public declarations using wrapper headersRich Felker2018-09-121-2/+1
* time: fix incorrect DST offset when using POSIX timezones without DSTA. Wilcox2018-08-271-1/+1
* revise the definition of multiple basic locks in the codeJens Gustedt2018-01-091-1/+1
* use the name UTC instead of GMT for UTC timezoneNatanael Copa2017-12-141-8/+8
* fix POSIX-format TZ dst transition times for southern hemisphereRich Felker2017-03-151-8/+4
* fix parsing of quoted time zone namesHannu Nyman2016-11-071-1/+1
* match historical behavior for tm_gmtoff member of struct tmNatanael Copa2015-08-141-6/+6
* treat empty TZ environment variable as GMT rather than defaultRich Felker2015-07-061-1/+2
* make all objects used with atomic operations volatileRich Felker2015-03-031-1/+1
* fix handling of negative offsets in timezone spec stringsRich Felker2014-10-091-10/+7
* use default timezone from /etc/localtime if $TZ is unset/blankRich Felker2014-06-061-2/+3
* perform minimal sanity checks on zoneinfo files loaded via TZ variableRich Felker2014-04-221-0/+5
* do not try to interpret implementation specific strings as tz definitionTimo Teräs2014-04-221-0/+1
* allow zoneinfo-path-relative filenames with no slashes in TZ variableRich Felker2014-04-211-12/+8
* fix handling of overly-long TZ environment variable valuesRich Felker2013-11-081-1/+1
* timezone parser: fix iteration over search dir pathsrofl0r2013-11-041-1/+1
* timezone parser: fix offset to transition table in 64bit code pathrofl0r2013-11-041-1/+1
* fix timezone parser code crashing on 64bit sysrofl0r2013-11-041-1/+1
* properly fill in tzname[] for old (pre-64-bit-format) zoneinfo filesRich Felker2013-08-241-1/+22
* minor fix to tz name checkingRich Felker2013-08-241-2/+2
* fix strftime handling of time zone dataRich Felker2013-08-241-3/+17
* fix mishandling of empty or blank TZ environment variableRich Felker2013-08-231-1/+1
* the big time handling overhaulRich Felker2013-07-171-0/+389