Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
musl
/
6104dae9088da7ffd9346671be867a43a4b03295
/
src
/
time
04335d9
always block signals for starting new threads, refactor start args
by Rich Felker
· 6 years ago
5b74eed
for SIGEV_THREAD timer threads, replace signal handler with sigwaitinfo
by Rich Felker
· 6 years ago
ce32db4
fix call to __pthread_tsd_run_dtors with too many arguments
by Rich Felker
· 6 years ago
1b52863
don't omit setting errno in internal __map_file function
by Rich Felker
· 6 years ago
dbcfb16
always reset DST rules during tzset
by Benjamin Peterson
· 6 years ago
5f12ffe
split internal lock API out of libc.h, creating lock.h
by Rich Felker
· 6 years ago
5ce3737
reduce spurious inclusion of libc.h
by Rich Felker
· 6 years ago
c52ae69
move declaration and apply hidden visibility to __utc string
by Rich Felker
· 6 years ago
3fe595d
remove or make static various unused __-prefixed symbols
by Rich Felker
· 6 years ago
444a1b2
apply hidden visibility to internal time[zone] implementation functions
by Rich Felker
· 6 years ago
13d1afa
overhaul internally-public declarations using wrapper headers
by Rich Felker
· 6 years ago
91c6a18
move declarations of tls setup/access functions to pthread_impl.h
by Rich Felker
· 6 years ago
01294da
move __strftime_fmt_1 declaration to time_impl.h
by Rich Felker
· 6 years ago
72bc6cb
move __tm_to_tzname declaration to time_impl.h with related functions
by Rich Felker
· 6 years ago
405102d
fix type-mismatched declarations of __nl_langinfo_l in source files
by Rich Felker
· 6 years ago
b5dbf4d
use idiomatic weak alias approach for defining asctime_r
by Rich Felker
· 6 years ago
cb229f6
move and deduplicate declarations of __vdsosym to make it checkable
by Rich Felker
· 6 years ago
92c5264
time: fix incorrect DST offset when using POSIX timezones without DST
by A. Wilcox
· 6 years ago
1ad8138
fix sign of strftime %z output with offsets <1 hour west of UTC
by Rich Felker
· 6 years ago
da5851e
strftime: fix underlying format string in %z format
by Daniel Sabogal
· 6 years ago
ea81529
implement wcsftime padding specifier extensions
by Samuel Holland
· 7 years ago
c7f0da4
adjust strftime + modifier to match apparent intent of POSIX
by Rich Felker
· 7 years ago
596207a
fix strftime field widths with %F format and zero year
by Rich Felker
· 7 years ago
32482f6
revise the definition of multiple basic locks in the code
by Jens Gustedt
· 7 years ago
eb7f93c
use the name UTC instead of GMT for UTC timezone
by Natanael Copa
· 7 years ago
8a6bd73
implement strftime padding specifier extensions
by Timo Teräs
· 8 years ago
67b2994
fix mismatched type of __pthread_tsd_run_dtors weak definition
by Rich Felker
· 7 years ago
64f8558
handle errors from localtime_r in ctime_r
by Rich Felker
· 7 years ago
5c10c33
handle localtime errors in ctime
by Rich Felker
· 7 years ago
1080008
getdate: correctly specify error number
by A. Wilcox
· 7 years ago
b6e1fe0
fix strptime output for %C without %y
by Julien Ramseier
· 8 years ago
834ef7a
fix processing of strptime %p format
by Julien Ramseier
· 8 years ago
85dfab7
fix off-by-one in strptime %j
by Julien Ramseier
· 8 years ago
dbff2bb
fix POSIX-format TZ dst transition times for southern hemisphere
by Rich Felker
· 8 years ago
61fb81e
fix strftime %y for negative years
by Rich Felker
· 8 years ago
bc1e773
fix integer overflow of tm_year in __secs_to_tm
by Daniel Sabogal
· 8 years ago
8ca27ac
fix parsing of quoted time zone names
by Hannu Nyman
· 8 years ago
f33b175
fix gratuitous undefined behavior in strptime
by Rich Felker
· 8 years ago
3ca2d2d
fix clock_nanosleep error case
by Daniel Sabogal
· 8 years ago
583ea83
fix strftime %y for negative tm_year
by Szabolcs Nagy
· 8 years ago
6399fa9
fix asctime day/month names not to vary by locale
by Rich Felker
· 8 years ago
a5ba2d7
improve clock_gettime and adapt it to support slightly-broken vdso
by Rich Felker
· 9 years ago
8d93cb5
fix strftime handling of out-of-range struct tm fields
by Rich Felker
· 9 years ago
c82d3ba
fix integer overflows in time_t/struct tm conversion code
by Rich Felker
· 9 years ago
bd27537
avoid reading uninitialized memory in __map_file
by Szabolcs Nagy
· 9 years ago
c13f2af
match historical behavior for tm_gmtoff member of struct tm
by Natanael Copa
· 9 years ago
2a780aa
treat empty TZ environment variable as GMT rather than default
by Rich Felker
· 9 years ago
56fbaa3
make all objects used with atomic operations volatile
by Rich Felker
· 10 years ago
08b996d
fix handling of negative offsets in timezone spec strings
by Rich Felker
· 10 years ago
6eb1950
add C11 timespec_get function, with associated time.h changes for C11
by Rich Felker
· 10 years ago
4c48501
properly pass current locale to *_l functions when used internally
by Rich Felker
· 10 years ago
f616294
use default timezone from /etc/localtime if $TZ is unset/blank
by Rich Felker
· 10 years ago
348fc55
implement %y and %C specifiers in strptime
by Timo Teräs
· 10 years ago
dd5f50d
support linux kernel apis (new archs) with old syscalls removed
by Rich Felker
· 10 years ago
594c827
support kernels with no SYS_open syscall, only SYS_openat
by Rich Felker
· 10 years ago
dec6675
fix unhandled cases in strptime
by Rich Felker
· 10 years ago
ac0acd5
fix strftime %s not to zero pad with default width=2
by Szabolcs Nagy
· 11 years ago
c3d9d17
perform minimal sanity checks on zoneinfo files loaded via TZ variable
by Rich Felker
· 11 years ago
0f2315b
do not try to interpret implementation specific strings as tz definition
by Timo Teräs
· 11 years ago
5c4f11d
allow zoneinfo-path-relative filenames with no slashes in TZ variable
by Rich Felker
· 11 years ago
58e75db
add working vdso clock_gettime support, including static linking
by Rich Felker
· 11 years ago
8056984
fix fallback code for old kernels in clock_gettime
by Rich Felker
· 11 years ago
eca335f
eliminate explicit (long) casts when making syscalls
by Rich Felker
· 11 years ago
f89e298
fix hangs in localtime for near-overflowing time_t values on 64-bit archs
by Rich Felker
· 11 years ago
5717444
include cleanups: remove unused headers and add feature test macros
by Szabolcs Nagy
· 11 years ago
f63b8c8
fix off-by-one length failure in strftime/wcsftime and improve error behavior
by Rich Felker
· 11 years ago
41a9ba2
remove O_NOFOLLOW from __map_file used for time zone file loading
by Rich Felker
· 11 years ago
1d0d2df
fix handling of overly-long TZ environment variable values
by Rich Felker
· 11 years ago
8db1652
timezone parser: fix iteration over search dir paths
by rofl0r
· 11 years ago
75be448
timezone parser: fix offset to transition table in 64bit code path
by rofl0r
· 11 years ago
e2ed37b
fix timezone parser code crashing on 64bit sys
by rofl0r
· 11 years ago
4b15d9f
add legacy ftime function and sys/timeb.h
by Rich Felker
· 11 years ago
242a4bb
add the %s (seconds since the epoch) format to strftime
by Rich Felker
· 11 years ago
2828a13
fix strftime regression in %e format
by Rich Felker
· 11 years ago
190bbb9
properly fill in tzname[] for old (pre-64-bit-format) zoneinfo files
by Rich Felker
· 11 years ago
32985d4
minor fix to tz name checking
by Rich Felker
· 11 years ago
d78be39
fix strftime handling of time zone data
by Rich Felker
· 11 years ago
bd5ed22
fix mishandling of empty or blank TZ environment variable
by Rich Felker
· 11 years ago
8b491f1
fix missing string.h in strftime.c (needed by new strftime code)
by Rich Felker
· 11 years ago
fc48cee
add strftime and wcsftime field widths
by Rich Felker
· 11 years ago
33413cd
simplify strftime and fix integer overflows
by Rich Felker
· 11 years ago
87e133b
strftime cleanup: avoid recomputing strlen when it's known
by Rich Felker
· 11 years ago
45849d3
more strftime refactoring
by Rich Felker
· 11 years ago
f5e4efc
begin refactoring strftime to make adding field widths easier
by Rich Felker
· 11 years ago
a7f18a5
have new timer threads unblock their own SIGTIMER
by Rich Felker
· 11 years ago
7c6c290
add system for resetting TLS to initial values
by Rich Felker
· 11 years ago
7356c25
fix multiple bugs in SIGEV_THREAD timers
by Rich Felker
· 11 years ago
0c7294e
add wcsftime_t alias
by Rich Felker
· 11 years ago
1ae4bc4
fix semantically incorrect use of LC_GLOBAL_LOCALE
by Rich Felker
· 11 years ago
d53b1f8
reorder strftime to eliminate the incorrect indention level
by Rich Felker
· 11 years ago
87be54a
rework langinfo code for ABI compat and for use by time code
by Rich Felker
· 11 years ago
cccf64e
add __wcsftime_l symbol
by Rich Felker
· 11 years ago
0a37d99
move strftime_l into strftime.c and add __-prefixed version
by Rich Felker
· 11 years ago
ea81c06
fix error code on time conversion overflows
by Rich Felker
· 11 years ago
ac1bf93
fix fd leak in file mapping code used in new zoneinfo support
by Rich Felker
· 11 years ago
1cc81f5
the big time handling overhaul
by Rich Felker
· 11 years ago
aea7919
implement week-based-year year numbers in strftime
by Rich Felker
· 11 years ago
062446a
fix breakage in last commit to strftime due to missing INT_MAX
by Rich Felker
· 11 years ago
c5faf1b
implement week numbers and half of the week-based-year logic for strftime
by Rich Felker
· 11 years ago
ea200e3
support cputime clocks for processes/threads other than self
by Rich Felker
· 11 years ago
Next »