summaryrefslogtreecommitdiff
path: root/src/time/__tz.c
AgeCommit message (Expand)AuthorLines
2015-03-30fix handling of negative offsets in timezone spec stringsRich Felker-10/+7
2014-05-20perform minimal sanity checks on zoneinfo files loaded via TZ variableRich Felker-0/+5
2013-11-08fix handling of overly-long TZ environment variable valuesRich Felker-1/+1
2013-11-04timezone parser: fix iteration over search dir pathsrofl0r-1/+1
2013-11-04timezone parser: fix offset to transition table in 64bit code pathrofl0r-1/+1
2013-11-04fix timezone parser code crashing on 64bit sysrofl0r-1/+1
2013-08-24properly fill in tzname[] for old (pre-64-bit-format) zoneinfo filesRich Felker-1/+22
2013-08-24minor fix to tz name checkingRich Felker-2/+2
2013-08-24fix strftime handling of time zone dataRich Felker-3/+17
2013-08-23fix mishandling of empty or blank TZ environment variableRich Felker-1/+1
2013-07-17the big time handling overhaulRich Felker-0/+389