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
*
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
*
fix tm_to_time logic for number of days in november
Rich Felker
2013-01-26
1
-1
/
+1
*
clean up sloppy nested inclusion from pthread_impl.h
Rich Felker
2012-11-08
1
-0
/
+1
*
more close-on-exec fixes, mostly using new "e" flag to fopen
Rich Felker
2012-09-29
1
-1
/
+1
*
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
2012-09-06
10
-11
/
+11
*
fix (hopefully) all hard-coded 8's for kernel sigset_t size
Rich Felker
2012-08-09
1
-1
/
+2
*
add timegm function (inverse of gmtime), nonstandard
Rich Felker
2012-06-13
1
-0
/
+9
*
linux deprecated SYS_utime on some archs, so use SYS_utimes instead
Rich Felker
2012-05-24
1
-1
/
+8
*
ditch the priority inheritance locks; use malloc's version of lock
Rich Felker
2012-04-24
1
-3
/
+3
*
remove debug cruft that was left in getdate
Rich Felker
2012-03-02
1
-2
/
+0
*
first try at implementing getdate function
Rich Felker
2012-03-02
1
-0
/
+47
*
fix bugs in strptime handling of string day/month names, literals
Rich Felker
2012-03-02
1
-0
/
+2
*
implement wcsftime function
Rich Felker
2012-02-28
1
-0
/
+32
*
cleanup various minor issues reported by nsz
Rich Felker
2011-09-26
1
-1
/
+2
*
fix assumptions that char is signed
Rich Felker
2011-09-16
1
-2
/
+2
*
remove incorrectly-made-visible internal dst offset variable
Rich Felker
2011-09-14
1
-1
/
+0
*
strptime: fix use of uninitialized dest field in converting integer
Rich Felker
2011-09-05
1
-1
/
+1
*
partially working strptime
Rich Felker
2011-08-16
1
-148
/
+149
*
fix missing include in last commit
Rich Felker
2011-08-13
1
-0
/
+1
*
fix clock() function
Rich Felker
2011-08-13
1
-2
/
+7
*
more efficient signal blocking for timer threads
Rich Felker
2011-08-12
1
-4
/
+4
*
normal exit from timer thread should run dtors, restore cancel state
Rich Felker
2011-08-11
1
-1
/
+1
*
block signals in timer threads
Rich Felker
2011-08-11
1
-0
/
+4
*
use weak aliase rather than weak reference for vdso clock_gettime
Rich Felker
2011-08-07
1
-8
/
+12
*
workaround for gcc's optimizer breaking dynamic symbol resolution
Rich Felker
2011-07-24
1
-1
/
+2
*
const correctness on function pointer
Rich Felker
2011-07-24
1
-1
/
+1
*
some preliminaries for vdso clock support
Rich Felker
2011-07-23
3
-7
/
+35
*
remove old useless timezone.s file (unused)
Rich Felker
2011-06-13
1
-27
/
+0
*
use volatile pointers for intentional-crash code.
Rich Felker
2011-06-06
1
-1
/
+1
*
optimize compound-literal sigset_t's not to contain useless hurd bits
Rich Felker
2011-05-07
1
-1
/
+1
*
overhaul implementation-internal signal protections
Rich Felker
2011-05-07
1
-2
/
+1
*
overhaul pthread cancellation
Rich Felker
2011-04-17
2
-11
/
+2
*
use a separate signal from SIGCANCEL for SIGEV_THREAD timers
Rich Felker
2011-04-14
1
-7
/
+25
*
run pthread tsd destructors when a timer thread pretends to exit
Rich Felker
2011-04-09
1
-0
/
+6
*
greatly improve SIGEV_THREAD timers
Rich Felker
2011-04-09
2
-15
/
+20
*
consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix
Rich Felker
2011-04-06
3
-3
/
+3
*
fix signal-based timers with null sigevent argument
Rich Felker
2011-04-06
5
-28
/
+19
*
timer threads should sleep and stay asleep... a long time
Rich Felker
2011-04-03
1
-1
/
+1
*
revert to deleting kernel-level timer from cancellation handler
Rich Felker
2011-04-03
2
-7
/
+11
*
simplify calling of timer signal handler
Rich Felker
2011-04-03
1
-3
/
+1
[next]