Age | Commit message (Expand) | Author | Files | Lines |
2019-12-05 | y2038: linux: Provide __timer_settime64 implementation | Lukasz Majewski | 1 | -0/+9 |
2019-12-05 | y2038: linux: Provide __timer_gettime64 implementation | Lukasz Majewski | 1 | -0/+7 |
2019-12-05 | time: Introduce glibc's internal struct __itimerspec64 | Lukasz Majewski | 1 | -0/+11 |
2019-12-04 | sysdeps/clock_gettime: Use clock_gettime64 if avaliable | Alistair Francis | 1 | -0/+3 |
2019-11-08 | sysdeps/clock_nanosleep: Use clock_nanosleep_time64 if avaliable | Alistair Francis | 1 | -0/+8 |
2019-11-06 | Refactor nanosleep in terms of clock_nanosleep | Adhemerval Zanella | 1 | -0/+3 |
2019-11-02 | y2038: linux: Provide __futimens64 implementation | Lukasz Majewski | 1 | -0/+7 |
2019-11-02 | y2038: linux: Provide __utimensat64 implementation | Lukasz Majewski | 1 | -0/+12 |
2019-10-31 | Refactor adjtimex based on clock_adjtime | Adhemerval Zanella | 1 | -0/+5 |
2019-10-30 | Change most internal uses of time to __clock_gettime. | Adhemerval Zanella | 1 | -1/+11 |
2019-10-27 | y2038: linux: Provide __clock_getres64 implementation | Lukasz Majewski | 1 | -0/+8 |
2019-10-27 | time: Introduce function to check correctness of nanoseconds value | Lukasz Majewski | 1 | -0/+8 |
2019-10-10 | y2038: linux: Provide __clock_settime64 implementation | Lukasz Majewski | 1 | -0/+8 |
2019-10-02 | Y2038: Include proper header to provide support for struct timeval on HURD | Lukasz Majewski | 1 | -0/+1 |
2019-10-01 | y2038: Provide conversion helpers for struct __timespec64 | Lukasz Majewski | 1 | -0/+49 |
2019-09-26 | y2038: Introduce struct __timespec64 - new internal glibc type | Lukasz Majewski | 1 | -0/+24 |
2019-09-04 | Finish move of clock_* functions to libc. [BZ #24959] | Zack Weinberg | 1 | -3/+1 |
2019-04-30 | Make mktime etc. compatible with __time64_t | Paul Eggert | 1 | -19/+20 |
2019-02-03 | time: Use int, not long int, for internal GMT offsets | Florian Weimer | 1 | -1/+1 |
2018-12-20 | Y2038: make __difftime compatible with 64-bit time | Albert ARIBAUD (3ADEV) | 1 | -0/+7 |
2018-12-18 | Y2038: add function __ctime64_r | Albert ARIBAUD (3ADEV) | 1 | -0/+8 |
2018-12-18 | Y2038: add function __ctime64 | Albert ARIBAUD (3ADEV) | 1 | -0/+7 |
2018-12-18 | Y2038: add function __gmtime64_r | Albert ARIBAUD (3ADEV) | 1 | -0/+8 |
2018-12-18 | Y2038: add function __gmtime64 | Albert ARIBAUD (3ADEV) | 1 | -0/+7 |
2018-12-18 | Y2038: add function __localtime64_r | Albert ARIBAUD (3ADEV) | 1 | -0/+8 |
2018-12-17 | Y2038: add function __localtime64 | Albert ARIBAUD (3ADEV) | 1 | -0/+8 |
2018-12-05 | Y2038: make __tz_convert compatible with 64-bit-time | Albert ARIBAUD (3ADEV) | 1 | -4/+4 |
2018-10-24 | Y2038: Add 64-bit time for all architectures | Albert ARIBAUD (3ADEV) | 1 | -5/+1 |
2018-09-19 | Fix mktime localtime offset confusion | Paul Eggert | 1 | -2/+2 |
2018-05-11 | time: Use 64-bit time values for time zone parsing | Florian Weimer | 1 | -1/+5 |
2017-10-01 | Mark internal time functions with attribute_hidden [BZ #18822] | H.J. Lu | 1 | -11/+15 |
2017-10-01 | Mark internal functions with attribute_hidden [BZ #18822] | H.J. Lu | 1 | -2/+2 |
2017-10-01 | Mark 3 *_internal functions with attribute_hidden [BZ #18822] | H.J. Lu | 1 | -1/+1 |
2017-08-31 | time: Remove the internal_function attribute | Florian Weimer | 1 | -3/+2 |
2017-08-23 | Consolidate remaning non cancellable definitions | Adhemerval Zanella | 1 | -3/+0 |
2017-06-23 | Clean pthread functions namespaces for C11 threads | Adhemerval Zanella | 1 | -1/+1 |
2017-06-20 | Use locale_t, not __locale_t, throughout glibc | Zack Weinberg | 1 | -1/+1 |
2017-06-20 | Rename xlocale.h to bits/types/__locale_t.h. | Zack Weinberg | 1 | -1/+1 |
2017-05-11 | Suppress internal declarations for most of the testsuite. | Zack Weinberg | 1 | -4/+0 |
2017-03-07 | timezone: Remove TZNAME_MAX limit from sysconf [BZ #15576] | Florian Weimer | 1 | -8/+0 |
2016-09-23 | Installed-header hygiene (BZ#20366): time.h types. | Zack Weinberg | 1 | -4/+3 |
2013-06-11 | Fix symbol definitions for __clock_* functions | Siddhesh Poyarekar | 1 | -0/+1 |
2012-10-24 | BZ#14743: Move clock_* symbols from librt to libc. | Roland McGrath | 1 | -1/+5 |
2012-02-25 | First steps to get conformtest fully working | Ulrich Drepper | 1 | -4/+2 |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper | 1 | -7/+7 |
2007-10-14 | * include/time.h: Declare __tzset_parse_tz and __tzset_compute. | Ulrich Drepper | 1 | -0/+3 |
2007-07-28 | * include/time.h (enum ptime_locale_status): Remove. | Ulrich Drepper | 1 | -9/+2 |
2006-07-31 | 2006-07-30 Roland McGrath <roland@redhat.com> | Roland McGrath | 1 | -2/+3 |
2006-07-29 | * sysdeps/unix/sysv/linux/kernel-features.h: Definecvs/fedora-glibc-20060729T2255 | Ulrich Drepper | 1 | -0/+2 |
2006-01-10 | * include/time.h: Use normal comments. | Andreas Jaeger | 1 | -1/+1 |