projects
/
oweals
/
musl.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
fix memory leak in regexec when input contains illegal sequence
[oweals/musl.git]
/
src
/
time
/
2014-07-03
Rich Felker
properly pass current locale to *_l functions when...
tree
|
commitdiff
2014-06-07
Rich Felker
use default timezone from /etc/localtime if $TZ is...
tree
|
commitdiff
2014-06-06
Timo Teräs
implement %y and %C specifiers in strptime
tree
|
commitdiff
2014-05-30
Rich Felker
support linux kernel apis (new archs) with old syscalls...
tree
|
commitdiff
2014-05-25
Rich Felker
support kernels with no SYS_open syscall, only SYS_openat
tree
|
commitdiff
2014-05-20
Rich Felker
fix unhandled cases in strptime
tree
|
commitdiff
2014-05-08
Szabolcs Nagy
fix strftime %s not to zero pad with default width=2
tree
|
commitdiff
2014-04-23
Rich Felker
perform minimal sanity checks on zoneinfo files loaded...
tree
|
commitdiff
2014-04-22
Timo Teräs
do not try to interpret implementation specific strings...
tree
|
commitdiff
2014-04-21
Rich Felker
allow zoneinfo-path-relative filenames with no slashes...
tree
|
commitdiff
2014-04-16
Rich Felker
add working vdso clock_gettime support, including stati...
tree
|
commitdiff
2014-04-15
Rich Felker
fix fallback code for old kernels in clock_gettime
tree
|
commitdiff
2014-01-07
Rich Felker
eliminate explicit (long) casts when making syscalls
tree
|
commitdiff
2013-12-19
Rich Felker
fix hangs in localtime for near-overflowing time_t...
tree
|
commitdiff
2013-12-12
Szabolcs Nagy
include cleanups: remove unused headers and add feature...
tree
|
commitdiff
2013-11-27
Rich Felker
fix off-by-one length failure in strftime/wcsftime...
tree
|
commitdiff
2013-11-09
Rich Felker
remove O_NOFOLLOW from __map_file used for time zone...
tree
|
commitdiff
2013-11-09
Rich Felker
fix handling of overly-long TZ environment variable...
tree
|
commitdiff
2013-11-04
rofl0r
timezone parser: fix iteration over search dir paths
tree
|
commitdiff
2013-11-04
rofl0r
timezone parser: fix offset to transition table in...
tree
|
commitdiff
2013-11-04
rofl0r
fix timezone parser code crashing on 64bit sys
tree
|
commitdiff
2013-10-25
Rich Felker
add legacy ftime function and sys/timeb.h
tree
|
commitdiff
2013-08-25
Rich Felker
add the %s (seconds since the epoch) format to strftime
tree
|
commitdiff
2013-08-24
Rich Felker
fix strftime regression in %e format
tree
|
commitdiff
2013-08-24
Rich Felker
properly fill in tzname[] for old (pre-64-bit-format...
tree
|
commitdiff
2013-08-24
Rich Felker
minor fix to tz name checking
tree
|
commitdiff
2013-08-24
Rich Felker
fix strftime handling of time zone data
tree
|
commitdiff
2013-08-24
Rich Felker
fix mishandling of empty or blank TZ environment variable
tree
|
commitdiff
2013-08-23
Rich Felker
fix missing string.h in strftime.c (needed by new strft...
tree
|
commitdiff
2013-08-23
Rich Felker
add strftime and wcsftime field widths
tree
|
commitdiff
2013-08-22
Rich Felker
simplify strftime and fix integer overflows
tree
|
commitdiff
2013-08-22
Rich Felker
strftime cleanup: avoid recomputing strlen when it...
tree
|
commitdiff
2013-08-22
Rich Felker
more strftime refactoring
tree
|
commitdiff
2013-08-22
Rich Felker
begin refactoring strftime to make adding field widths...
tree
|
commitdiff
2013-08-03
Rich Felker
have new timer threads unblock their own SIGTIMER
tree
|
commitdiff
2013-08-03
Rich Felker
add system for resetting TLS to initial values
tree
|
commitdiff
2013-08-03
Rich Felker
fix multiple bugs in SIGEV_THREAD timers
tree
|
commitdiff
2013-08-02
Rich Felker
add wcsftime_t alias
tree
|
commitdiff
2013-07-28
Rich Felker
fix semantically incorrect use of LC_GLOBAL_LOCALE
tree
|
commitdiff
2013-07-27
Rich Felker
reorder strftime to eliminate the incorrect indention...
tree
|
commitdiff
2013-07-24
Rich Felker
rework langinfo code for ABI compat and for use by...
tree
|
commitdiff
2013-07-24
Rich Felker
add __wcsftime_l symbol
tree
|
commitdiff
2013-07-24
Rich Felker
move strftime_l into strftime.c and add __-prefixed...
tree
|
commitdiff
2013-07-17
Rich Felker
fix error code on time conversion overflows
tree
|
commitdiff
2013-07-17
Rich Felker
fix fd leak in file mapping code used in new zoneinfo...
tree
|
commitdiff
2013-07-17
Rich Felker
the big time handling overhaul
tree
|
commitdiff
2013-06-28
Rich Felker
implement week-based-year year numbers in strftime
tree
|
commitdiff
2013-06-28
Rich Felker
fix breakage in last commit to strftime due to missing...
tree
|
commitdiff
2013-06-28
Rich Felker
implement week numbers and half of the week-based-year...
tree
|
commitdiff
2013-06-08
Rich Felker
support cputime clocks for processes/threads other...
tree
|
commitdiff
2013-05-26
Rich Felker
Merge remote-tracking branch 'nsz/review'
tree
|
commitdiff
2013-05-23
Rich Felker
fix overflow behavior of clock() function
tree
|
commitdiff
2013-05-05
Rich Felker
fix incorrect clock tick scaling in fallback case of...
tree
|
commitdiff
2013-05-05
Rich Felker
do not interpret errors in return value of times()...
tree
|
commitdiff
2013-04-06
Rich Felker
silence nonsensical warnings in timer_create
tree
|
commitdiff
2013-04-02
rofl0r
__time_to_tm: initialize tm_zone and tm_gmtoff
tree
|
commitdiff
2013-03-27
Rich Felker
remove __SYSCALL_SSLEN arch macro in favor of using...
tree
|
commitdiff
2013-02-02
rofl0r
make some arrays const
tree
|
commitdiff
2013-01-26
Rich Felker
fix tm_to_time logic for number of days in november
tree
|
commitdiff
2012-11-14
Rich Felker
Merge remote-tracking branch 'ppc-port/ppc-squashed'
tree
|
commitdiff
2012-11-08
Rich Felker
clean up sloppy nested inclusion from pthread_impl.h
tree
|
commitdiff
2012-09-29
Rich Felker
more close-on-exec fixes, mostly using new "e" flag...
tree
|
commitdiff
2012-09-07
Rich Felker
use restrict everywhere it's required by c99 and/or...
tree
|
commitdiff
2012-08-14
Rich Felker
Merge remote-tracking branch 'nsz/exp'
tree
|
commitdiff
2012-08-10
Rich Felker
fix (hopefully) all hard-coded 8's for kernel sigset_t...
tree
|
commitdiff
2012-06-13
Rich Felker
add timegm function (inverse of gmtime), nonstandard
tree
|
commitdiff
2012-05-24
Rich Felker
linux deprecated SYS_utime on some archs, so use SYS_ut...
tree
|
commitdiff
2012-04-24
Rich Felker
ditch the priority inheritance locks; use malloc's...
tree
|
commitdiff
2012-03-02
Rich Felker
remove debug cruft that was left in getdate
tree
|
commitdiff
2012-03-02
Rich Felker
first try at implementing getdate function
tree
|
commitdiff
2012-03-02
Rich Felker
fix bugs in strptime handling of string day/month names...
tree
|
commitdiff
2012-02-28
Rich Felker
implement wcsftime function
tree
|
commitdiff
2011-09-26
Rich Felker
cleanup various minor issues reported by nsz
tree
|
commitdiff
2011-09-16
Rich Felker
fix assumptions that char is signed
tree
|
commitdiff
2011-09-14
Rich Felker
remove incorrectly-made-visible internal dst offset...
tree
|
commitdiff
2011-09-05
Rich Felker
strptime: fix use of uninitialized dest field in conver...
tree
|
commitdiff
2011-08-16
Rich Felker
partially working strptime
tree
|
commitdiff
2011-08-13
Rich Felker
fix missing include in last commit
tree
|
commitdiff
2011-08-13
Rich Felker
fix clock() function
tree
|
commitdiff
2011-08-12
Rich Felker
more efficient signal blocking for timer threads
tree
|
commitdiff
2011-08-12
Rich Felker
normal exit from timer thread should run dtors, restore...
tree
|
commitdiff
2011-08-11
Rich Felker
block signals in timer threads
tree
|
commitdiff
2011-08-07
Rich Felker
use weak aliase rather than weak reference for vdso...
tree
|
commitdiff
2011-07-24
Rich Felker
workaround for gcc's optimizer breaking dynamic symbol...
tree
|
commitdiff
2011-07-24
Rich Felker
const correctness on function pointer
tree
|
commitdiff
2011-07-24
Rich Felker
some preliminaries for vdso clock support
tree
|
commitdiff
2011-06-14
Rich Felker
remove old useless timezone.s file (unused)
tree
|
commitdiff
2011-06-06
Rich Felker
use volatile pointers for intentional-crash code.
tree
|
commitdiff
2011-05-08
Rich Felker
optimize compound-literal sigset_t's not to contain...
tree
|
commitdiff
2011-05-08
Rich Felker
overhaul implementation-internal signal protections
tree
|
commitdiff
2011-04-17
Rich Felker
overhaul pthread cancellation
tree
|
commitdiff
2011-04-14
Rich Felker
use a separate signal from SIGCANCEL for SIGEV_THREAD...
tree
|
commitdiff
2011-04-09
Rich Felker
run pthread tsd destructors when a timer thread pretend...
tree
|
commitdiff
2011-04-09
Rich Felker
greatly improve SIGEV_THREAD timers
tree
|
commitdiff
2011-04-07
Rich Felker
consistency: change all remaining syscalls to use SYS_...
tree
|
commitdiff
2011-04-06
Rich Felker
fix signal-based timers with null sigevent argument
tree
|
commitdiff
2011-04-03
Rich Felker
timer threads should sleep and stay asleep... a long...
tree
|
commitdiff
2011-04-03
Rich Felker
revert to deleting kernel-level timer from cancellation...
tree
|
commitdiff
2011-04-03
Rich Felker
simplify calling of timer signal handler
tree
|
commitdiff
2011-03-30
Rich Felker
avoid all malloc/free in timer creation/destruction
tree
|
commitdiff
next