fix TZ parsing logic for identifying POSIX-form strings
[musl] / src / time / __tz.c
2021-06-23 Rich Felkerfix TZ parsing logic for identifying POSIX-form strings
2020-11-22 Rich Felkerparse v3 or future-unknown zoneinfo file versions as v2+
2020-11-22 Rich Felkerexplicitly prefer 64-bit/v2 zoneinfo tables
2020-11-11 Rich Felkerlift child restrictions after multi-threaded fork
2020-11-11 Rich Felkerconvert malloc use under libc-internal locks to use...
2020-03-21 Samuel Hollandfix parsing offsets after long timezone names
2020-03-21 Samuel Hollandavoid out-of-bounds read for invalid quoted timezone
2018-09-15 Benjamin Petersonalways reset DST rules during tzset
2018-09-12 Rich Felkersplit internal lock API out of libc.h, creating lock.h
2018-09-12 Rich Felkerremove or make static various unused __-prefixed symbols
2018-09-12 Rich Felkeroverhaul internally-public declarations using wrapper...
2018-08-27 A. Wilcoxtime: fix incorrect DST offset when using POSIX timezon...
2018-01-09 Jens Gustedtrevise the definition of multiple basic locks in the...
2017-12-15 Natanael Copause the name UTC instead of GMT for UTC timezone
2017-03-16 Rich Felkerfix POSIX-format TZ dst transition times for southern...
2016-11-07 Hannu Nymanfix parsing of quoted time zone names
2015-08-14 Natanael Copamatch historical behavior for tm_gmtoff member of struct tm
2015-07-06 Rich Felkertreat empty TZ environment variable as GMT rather than...
2015-03-04 Rich Felkermake all objects used with atomic operations volatile
2014-10-10 Rich Felkerfix handling of negative offsets in timezone spec strings
2014-06-07 Rich Felkeruse default timezone from /etc/localtime if $TZ is...
2014-04-23 Rich Felkerperform minimal sanity checks on zoneinfo files loaded...
2014-04-22 Timo Teräsdo not try to interpret implementation specific strings...
2014-04-21 Rich Felkerallow zoneinfo-path-relative filenames with no slashes...
2013-11-09 Rich Felkerfix handling of overly-long TZ environment variable...
2013-11-04 rofl0rtimezone parser: fix iteration over search dir paths
2013-11-04 rofl0rtimezone parser: fix offset to transition table in...
2013-11-04 rofl0rfix timezone parser code crashing on 64bit sys
2013-08-24 Rich Felkerproperly fill in tzname[] for old (pre-64-bit-format...
2013-08-24 Rich Felkerminor fix to tz name checking
2013-08-24 Rich Felkerfix strftime handling of time zone data
2013-08-24 Rich Felkerfix mishandling of empty or blank TZ environment variable
2013-07-17 Rich Felkerthe big time handling overhaul