Historique des commits

Auteur SHA1 Message Date
  Rich Felker c17cda6d61 parse v3 or future-unknown zoneinfo file versions as v2+ il y a 4 ans
  Rich Felker 585a0a78f9 explicitly prefer 64-bit/v2 zoneinfo tables il y a 4 ans
  Rich Felker 167390f055 lift child restrictions after multi-threaded fork il y a 4 ans
  Rich Felker 34952fe5de convert malloc use under libc-internal locks to use internal allocator il y a 4 ans
  Samuel Holland 33338ebc85 fix parsing offsets after long timezone names il y a 5 ans
  Samuel Holland 8e452abae6 avoid out-of-bounds read for invalid quoted timezone il y a 5 ans
  Benjamin Peterson dbcfb16e43 always reset DST rules during tzset il y a 6 ans
  Rich Felker 5f12ffe123 split internal lock API out of libc.h, creating lock.h il y a 6 ans
  Rich Felker 3fe595de83 remove or make static various unused __-prefixed symbols il y a 6 ans
  Rich Felker 13d1afa46f overhaul internally-public declarations using wrapper headers il y a 6 ans
  A. Wilcox 92c52644e0 time: fix incorrect DST offset when using POSIX timezones without DST il y a 6 ans
  Jens Gustedt 32482f61da revise the definition of multiple basic locks in the code il y a 7 ans
  Natanael Copa eb7f93c4f6 use the name UTC instead of GMT for UTC timezone il y a 7 ans
  Rich Felker dbff2bb889 fix POSIX-format TZ dst transition times for southern hemisphere il y a 8 ans
  Hannu Nyman 8ca27ac4bf fix parsing of quoted time zone names il y a 8 ans
  Natanael Copa c13f2af1fe match historical behavior for tm_gmtoff member of struct tm il y a 9 ans
  Rich Felker 2a780aa305 treat empty TZ environment variable as GMT rather than default il y a 9 ans
  Rich Felker 56fbaa3bbe make all objects used with atomic operations volatile il y a 10 ans
  Rich Felker 08b996d180 fix handling of negative offsets in timezone spec strings il y a 10 ans
  Rich Felker f616294914 use default timezone from /etc/localtime if $TZ is unset/blank il y a 10 ans
  Rich Felker c3d9d172b1 perform minimal sanity checks on zoneinfo files loaded via TZ variable il y a 11 ans
  Timo Teräs 0f2315b4af do not try to interpret implementation specific strings as tz definition il y a 11 ans
  Rich Felker 5c4f11d995 allow zoneinfo-path-relative filenames with no slashes in TZ variable il y a 11 ans
  Rich Felker 1d0d2df609 fix handling of overly-long TZ environment variable values il y a 11 ans
  rofl0r 8db1652581 timezone parser: fix iteration over search dir paths il y a 11 ans
  rofl0r 75be448958 timezone parser: fix offset to transition table in 64bit code path il y a 11 ans
  rofl0r e2ed37bc15 fix timezone parser code crashing on 64bit sys il y a 11 ans
  Rich Felker 190bbb9923 properly fill in tzname[] for old (pre-64-bit-format) zoneinfo files il y a 11 ans
  Rich Felker 32985d4f63 minor fix to tz name checking il y a 11 ans
  Rich Felker d78be392e1 fix strftime handling of time zone data il y a 11 ans