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
Commit message (
Expand
)
Author
Age
Files
Lines
*
strftime: fix underlying format string in %z format
Daniel Sabogal
2018-06-26
1
-1
/
+1
*
implement wcsftime padding specifier extensions
Samuel Holland
2018-04-07
1
-3
/
+5
*
adjust strftime + modifier to match apparent intent of POSIX
Rich Felker
2018-02-06
1
-6
/
+12
*
fix strftime field widths with %F format and zero year
Rich Felker
2018-02-05
1
-1
/
+2
*
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
3
-12
/
+12
*
implement strftime padding specifier extensions
Timo Teräs
2017-12-11
1
-8
/
+14
*
fix mismatched type of __pthread_tsd_run_dtors weak definition
Rich Felker
2017-11-09
1
-2
/
+2
*
handle errors from localtime_r in ctime_r
Rich Felker
2017-06-20
1
-3
/
+2
*
handle localtime errors in ctime
Rich Felker
2017-06-15
1
-1
/
+3
*
getdate: correctly specify error number
A. Wilcox
2017-06-14
1
-1
/
+2
*
fix strptime output for %C without %y
Julien Ramseier
2017-03-21
1
-2
/
+3
*
fix processing of strptime %p format
Julien Ramseier
2017-03-21
1
-0
/
+2
*
fix off-by-one in strptime %j
Julien Ramseier
2017-03-21
1
-0
/
+1
*
fix POSIX-format TZ dst transition times for southern hemisphere
Rich Felker
2017-03-15
1
-8
/
+4
*
fix strftime %y for negative years
Rich Felker
2017-01-02
1
-2
/
+2
*
fix integer overflow of tm_year in __secs_to_tm
Daniel Sabogal
2016-11-07
1
-4
/
+5
*
fix parsing of quoted time zone names
Hannu Nyman
2016-11-07
1
-1
/
+1
*
fix gratuitous undefined behavior in strptime
Rich Felker
2016-10-20
1
-2
/
+7
*
fix clock_nanosleep error case
Daniel Sabogal
2016-10-20
1
-1
/
+3
*
fix strftime %y for negative tm_year
Szabolcs Nagy
2016-10-06
1
-0
/
+1
*
fix asctime day/month names not to vary by locale
Rich Felker
2016-07-07
1
-5
/
+4
*
improve clock_gettime and adapt it to support slightly-broken vdso
Rich Felker
2016-01-27
1
-22
/
+39
*
fix strftime handling of out-of-range struct tm fields
Rich Felker
2015-10-14
1
-8
/
+12
*
fix integer overflows in time_t/struct tm conversion code
Rich Felker
2015-10-08
1
-3
/
+3
*
avoid reading uninitialized memory in __map_file
Szabolcs Nagy
2015-09-24
1
-2
/
+3
*
match historical behavior for tm_gmtoff member of struct tm
Natanael Copa
2015-08-14
4
-12
/
+12
*
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
2
-2
/
+2
*
fix handling of negative offsets in timezone spec strings
Rich Felker
2014-10-09
1
-10
/
+7
*
add C11 timespec_get function, with associated time.h changes for C11
Rich Felker
2014-09-06
1
-0
/
+12
*
properly pass current locale to *_l functions when used internally
Rich Felker
2014-07-02
2
-2
/
+4
*
use default timezone from /etc/localtime if $TZ is unset/blank
Rich Felker
2014-06-06
1
-2
/
+3
*
implement %y and %C specifiers in strptime
Timo Teräs
2014-06-06
1
-4
/
+10
*
support linux kernel apis (new archs) with old syscalls removed
Rich Felker
2014-05-29
1
-9
/
+6
*
support kernels with no SYS_open syscall, only SYS_openat
Rich Felker
2014-05-24
1
-2
/
+1
*
fix unhandled cases in strptime
Rich Felker
2014-05-19
1
-5
/
+16
*
fix strftime %s not to zero pad with default width=2
Szabolcs Nagy
2014-05-08
1
-0
/
+1
*
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
*
add working vdso clock_gettime support, including static linking
Rich Felker
2014-04-16
1
-5
/
+13
*
fix fallback code for old kernels in clock_gettime
Rich Felker
2014-04-14
1
-1
/
+1
*
eliminate explicit (long) casts when making syscalls
Rich Felker
2014-01-06
4
-4
/
+4
*
fix hangs in localtime for near-overflowing time_t values on 64-bit archs
Rich Felker
2013-12-19
1
-0
/
+6
*
include cleanups: remove unused headers and add feature test macros
Szabolcs Nagy
2013-12-12
5
-6
/
+0
*
fix off-by-one length failure in strftime/wcsftime and improve error behavior
Rich Felker
2013-11-26
2
-12
/
+16
*
remove O_NOFOLLOW from __map_file used for time zone file loading
Rich Felker
2013-11-08
1
-1
/
+1
*
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
[next]