/
clang
/
musl
ОбзорДокументацияВойти
/
clang
/
musl
Код
Вики
Пакеты
0
Релизы
0
Аналитика
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
musl/
src/time/
..
__map_file.c

use __fstat instead of __fstatat with AT_EMPTY_PATH in __map_file

4 года назад
__month_to_secs.c

the big time handling overhaul

13 лет назад
__secs_to_tm.c

fix integer overflow of tm_year in __secs_to_tm

10 лет назад
__tm_to_secs.c

the big time handling overhaul

13 лет назад
__tz.c

fix incorrect access to tzname[] by strptime %Z conversion specifier

4 месяца назад
__utc.c

move __utc string object to its own translation unit

2 года назад
__year_to_secs.c

__year_to_secs: fix dangling pointer

3 года назад
asctime.c

overhaul internally-public declarations using wrapper headers

8 лет назад
asctime_r.c

reduce spurious inclusion of libc.h

8 лет назад
clock.c

overhaul internally-public declarations using wrapper headers

8 лет назад
clock_getcpuclockid.c

fix ESRCH error handling for clock_getcpuclockid

4 года назад
clock_getres.c

in clock_getres, check for null pointer before storing result

7 лет назад
clock_gettime.c

re-enable vdso clock_gettime on arm (32-bit) with workaround

4 года назад
clock_nanosleep.c

clock_nanosleep: add time64 syscall support, decouple 32-bit time_t

7 лет назад
clock_settime.c

remove spurious null check in clock_settime

7 лет назад
ctime.c

handle localtime errors in ctime

9 лет назад
ctime_r.c

handle errors from localtime_r in ctime_r

9 лет назад
difftime.c

initial check-in, version 0.5.0

16 лет назад
ftime.c

add legacy ftime function and sys/timeb.h

13 лет назад
getdate.c

getdate: correctly specify error number

9 лет назад
gettimeofday.c

use restrict everywhere it's required by c99 and/or posix 2008

14 лет назад
gmtime.c

overhaul internally-public declarations using wrapper headers

8 лет назад
gmtime_r.c

reduce spurious inclusion of libc.h

8 лет назад
localtime.c

overhaul internally-public declarations using wrapper headers

8 лет назад
localtime_r.c

reduce spurious inclusion of libc.h

8 лет назад
mktime.c

match historical behavior for tm_gmtoff member of struct tm

11 лет назад
nanosleep.c

refactor thrd_sleep and nanosleep in terms of clock_nanosleep

7 лет назад
strftime.c

strftime: fix breakage in last change (uninitialized pointer access)

2 года назад
strptime.c

fix incorrect access to tzname[] by strptime %Z conversion specifier

4 месяца назад
time.c

overhaul internally-public declarations using wrapper headers

8 лет назад
time_impl.h

fix incorrect access to tzname[] by strptime %Z conversion specifier

4 месяца назад
timegm.c

move declaration and apply hidden visibility to __utc string

8 лет назад
timer_create.c

SIGEV_THREAD timers: re-block signals when reusing kernel thread

2 года назад
timer_delete.c

for SIGEV_THREAD timer threads, replace signal handler with sigwaitinfo

7 лет назад
timer_getoverrun.c

eliminate explicit (long) casts when making syscalls

13 лет назад
timer_gettime.c

timer_gettime: add time64 syscall support, decouple 32-bit time_t

7 лет назад
timer_settime.c

timer_settime: add support for time64 syscall, decouple 32-bit time_t

7 лет назад
times.c

do not interpret errors in return value of times() syscall

13 лет назад
timespec_get.c

overhaul internally-public declarations using wrapper headers

8 лет назад
utime.c

support linux kernel apis (new archs) with old syscalls removed

12 лет назад
wcsftime.c

reduce spurious inclusion of libc.h

8 лет назад