regex: simplify the {,} repetition parsing logic
[oweals/musl.git] / src / time / __tz.c
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