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
*
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
*
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
*
add legacy ftime function and sys/timeb.h
Rich Felker
2013-10-25
1
-0
/
+12
*
add the %s (seconds since the epoch) format to strftime
Rich Felker
2013-08-25
1
-0
/
+4
*
fix strftime regression in %e format
Rich Felker
2013-08-24
1
-2
/
+2
*
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
4
-8
/
+36
*
fix mishandling of empty or blank TZ environment variable
Rich Felker
2013-08-23
1
-1
/
+1
*
fix missing string.h in strftime.c (needed by new strftime code)
Rich Felker
2013-08-23
1
-0
/
+1
*
add strftime and wcsftime field widths
Rich Felker
2013-08-22
2
-24
/
+81
*
simplify strftime and fix integer overflows
Rich Felker
2013-08-22
1
-28
/
+12
*
strftime cleanup: avoid recomputing strlen when it's known
Rich Felker
2013-08-22
1
-10
/
+16
*
more strftime refactoring
Rich Felker
2013-08-22
1
-23
/
+25
*
begin refactoring strftime to make adding field widths easier
Rich Felker
2013-08-22
1
-151
/
+161
*
have new timer threads unblock their own SIGTIMER
Rich Felker
2013-08-03
1
-2
/
+2
*
add system for resetting TLS to initial values
Rich Felker
2013-08-03
1
-0
/
+3
*
fix multiple bugs in SIGEV_THREAD timers
Rich Felker
2013-08-03
5
-21
/
+35
*
add wcsftime_t alias
Rich Felker
2013-08-02
1
-0
/
+3
*
fix semantically incorrect use of LC_GLOBAL_LOCALE
Rich Felker
2013-07-28
2
-2
/
+2
*
reorder strftime to eliminate the incorrect indention level
Rich Felker
2013-07-27
1
-5
/
+5
*
rework langinfo code for ABI compat and for use by time code
Rich Felker
2013-07-24
2
-8
/
+9
*
add __wcsftime_l symbol
Rich Felker
2013-07-24
1
-3
/
+9
*
move strftime_l into strftime.c and add __-prefixed version
Rich Felker
2013-07-24
1
-1
/
+10
*
fix error code on time conversion overflows
Rich Felker
2013-07-17
4
-4
/
+4
*
fix fd leak in file mapping code used in new zoneinfo support
Rich Felker
2013-07-17
1
-1
/
+1
*
the big time handling overhaul
Rich Felker
2013-07-17
18
-348
/
+649
*
implement week-based-year year numbers in strftime
Rich Felker
2013-06-28
1
-27
/
+34
*
fix breakage in last commit to strftime due to missing INT_MAX
Rich Felker
2013-06-28
1
-0
/
+1
*
implement week numbers and half of the week-based-year logic for strftime
Rich Felker
2013-06-28
1
-3
/
+38
*
support cputime clocks for processes/threads other than self
Rich Felker
2013-06-08
1
-2
/
+5
*
fix overflow behavior of clock() function
Rich Felker
2013-05-23
1
-7
/
+10
*
fix incorrect clock tick scaling in fallback case of clock()
Rich Felker
2013-05-05
1
-1
/
+1
*
do not interpret errors in return value of times() syscall
Rich Felker
2013-05-05
1
-1
/
+1
*
silence nonsensical warnings in timer_create
Rich Felker
2013-04-06
1
-2
/
+2
*
__time_to_tm: initialize tm_zone and tm_gmtoff
rofl0r
2013-04-02
1
-0
/
+2
*
remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG
Rich Felker
2013-03-26
1
-1
/
+1
*
make some arrays const
rofl0r
2013-02-02
1
-1
/
+1
[next]