index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
time
/
__tz.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
always reset DST rules during tzset
Benjamin Peterson
2018-09-15
1
-1
/
+2
*
split internal lock API out of libc.h, creating lock.h
Rich Felker
2018-09-12
1
-0
/
+1
*
remove or make static various unused __-prefixed symbols
Rich Felker
2018-09-12
1
-1
/
+1
*
overhaul internally-public declarations using wrapper headers
Rich Felker
2018-09-12
1
-2
/
+1
*
time: fix incorrect DST offset when using POSIX timezones without DST
A. Wilcox
2018-08-27
1
-1
/
+1
*
revise the definition of multiple basic locks in the code
Jens Gustedt
2018-01-09
1
-1
/
+1
*
use the name UTC instead of GMT for UTC timezone
Natanael Copa
2017-12-14
1
-8
/
+8
*
fix POSIX-format TZ dst transition times for southern hemisphere
Rich Felker
2017-03-15
1
-8
/
+4
*
fix parsing of quoted time zone names
Hannu Nyman
2016-11-07
1
-1
/
+1
*
match historical behavior for tm_gmtoff member of struct tm
Natanael Copa
2015-08-14
1
-6
/
+6
*
treat empty TZ environment variable as GMT rather than default
Rich Felker
2015-07-06
1
-1
/
+2
*
make all objects used with atomic operations volatile
Rich Felker
2015-03-03
1
-1
/
+1
*
fix handling of negative offsets in timezone spec strings
Rich Felker
2014-10-09
1
-10
/
+7
*
use default timezone from /etc/localtime if $TZ is unset/blank
Rich Felker
2014-06-06
1
-2
/
+3
*
perform minimal sanity checks on zoneinfo files loaded via TZ variable
Rich Felker
2014-04-22
1
-0
/
+5
*
do not try to interpret implementation specific strings as tz definition
Timo Teräs
2014-04-22
1
-0
/
+1
*
allow zoneinfo-path-relative filenames with no slashes in TZ variable
Rich Felker
2014-04-21
1
-12
/
+8
*
fix handling of overly-long TZ environment variable values
Rich Felker
2013-11-08
1
-1
/
+1
*
timezone parser: fix iteration over search dir paths
rofl0r
2013-11-04
1
-1
/
+1
*
timezone parser: fix offset to transition table in 64bit code path
rofl0r
2013-11-04
1
-1
/
+1
*
fix timezone parser code crashing on 64bit sys
rofl0r
2013-11-04
1
-1
/
+1
*
properly fill in tzname[] for old (pre-64-bit-format) zoneinfo files
Rich Felker
2013-08-24
1
-1
/
+22
*
minor fix to tz name checking
Rich Felker
2013-08-24
1
-2
/
+2
*
fix strftime handling of time zone data
Rich Felker
2013-08-24
1
-3
/
+17
*
fix mishandling of empty or blank TZ environment variable
Rich Felker
2013-08-23
1
-1
/
+1
*
the big time handling overhaul
Rich Felker
2013-07-17
1
-0
/
+389