Age | Commit message (Expand) | Author | Files | Lines |
2022-02-09 | fix out-of-bound read processing time zone data with distant-past dates | Rich Felker | 1 | -14/+12 |
2021-06-23 | fix TZ parsing logic for identifying POSIX-form strings | Rich Felker | 1 | -1/+13 |
2020-11-22 | parse v3 or future-unknown zoneinfo file versions as v2+ | Rich Felker | 1 | -1/+1 |
2020-11-22 | explicitly prefer 64-bit/v2 zoneinfo tables | Rich Felker | 1 | -1/+1 |
2020-11-11 | lift child restrictions after multi-threaded fork | Rich Felker | 1 | -0/+2 |
2020-11-11 | convert malloc use under libc-internal locks to use internal allocator | Rich Felker | 1 | -0/+5 |
2020-03-21 | fix parsing offsets after long timezone names | Samuel Holland | 1 | -5/+5 |
2020-03-21 | avoid out-of-bounds read for invalid quoted timezone | Samuel Holland | 1 | -2/+2 |
2018-09-15 | always reset DST rules during tzset | Benjamin Peterson | 1 | -1/+2 |
2018-09-12 | split internal lock API out of libc.h, creating lock.h | Rich Felker | 1 | -0/+1 |
2018-09-12 | remove or make static various unused __-prefixed symbols | Rich Felker | 1 | -1/+1 |
2018-09-12 | overhaul internally-public declarations using wrapper headers | Rich Felker | 1 | -2/+1 |
2018-08-27 | time: fix incorrect DST offset when using POSIX timezones without DST | A. Wilcox | 1 | -1/+1 |
2018-01-09 | revise the definition of multiple basic locks in the code | Jens Gustedt | 1 | -1/+1 |
2017-12-14 | use the name UTC instead of GMT for UTC timezone | Natanael Copa | 1 | -8/+8 |
2017-03-15 | fix POSIX-format TZ dst transition times for southern hemisphere | Rich Felker | 1 | -8/+4 |
2016-11-07 | fix parsing of quoted time zone names | Hannu Nyman | 1 | -1/+1 |
2015-08-14 | match historical behavior for tm_gmtoff member of struct tm | Natanael Copa | 1 | -6/+6 |
2015-07-06 | treat empty TZ environment variable as GMT rather than default | Rich Felker | 1 | -1/+2 |
2015-03-03 | make all objects used with atomic operations volatile | Rich Felker | 1 | -1/+1 |
2014-10-09 | fix handling of negative offsets in timezone spec strings | Rich Felker | 1 | -10/+7 |
2014-06-06 | use default timezone from /etc/localtime if $TZ is unset/blank | Rich Felker | 1 | -2/+3 |
2014-04-22 | perform minimal sanity checks on zoneinfo files loaded via TZ variable | Rich Felker | 1 | -0/+5 |
2014-04-22 | do not try to interpret implementation specific strings as tz definition | Timo Teräs | 1 | -0/+1 |
2014-04-21 | allow zoneinfo-path-relative filenames with no slashes in TZ variable | Rich Felker | 1 | -12/+8 |
2013-11-08 | fix handling of overly-long TZ environment variable values | Rich Felker | 1 | -1/+1 |
2013-11-04 | timezone parser: fix iteration over search dir paths | rofl0r | 1 | -1/+1 |
2013-11-04 | timezone parser: fix offset to transition table in 64bit code path | rofl0r | 1 | -1/+1 |
2013-11-04 | fix timezone parser code crashing on 64bit sys | rofl0r | 1 | -1/+1 |
2013-08-24 | properly fill in tzname[] for old (pre-64-bit-format) zoneinfo files | Rich Felker | 1 | -1/+22 |
2013-08-24 | minor fix to tz name checking | Rich Felker | 1 | -2/+2 |
2013-08-24 | fix strftime handling of time zone data | Rich Felker | 1 | -3/+17 |
2013-08-23 | fix mishandling of empty or blank TZ environment variable | Rich Felker | 1 | -1/+1 |
2013-07-17 | the big time handling overhaul | Rich Felker | 1 | -0/+389 |