about summary refs log tree commit diff
path: root/include/time.h
Commit message (Expand)AuthorAgeFilesLines
* y2038: linux: Provide __timer_settime64 implementationLukasz Majewski2019-12-051-0/+9
* y2038: linux: Provide __timer_gettime64 implementationLukasz Majewski2019-12-051-0/+7
* time: Introduce glibc's internal struct __itimerspec64Lukasz Majewski2019-12-051-0/+11
* sysdeps/clock_gettime: Use clock_gettime64 if avaliableAlistair Francis2019-12-041-0/+3
* sysdeps/clock_nanosleep: Use clock_nanosleep_time64 if avaliableAlistair Francis2019-11-081-0/+8
* Refactor nanosleep in terms of clock_nanosleepAdhemerval Zanella2019-11-061-0/+3
* y2038: linux: Provide __futimens64 implementationLukasz Majewski2019-11-021-0/+7
* y2038: linux: Provide __utimensat64 implementationLukasz Majewski2019-11-021-0/+12
* Refactor adjtimex based on clock_adjtimeAdhemerval Zanella2019-10-311-0/+5
* Change most internal uses of time to __clock_gettime.Adhemerval Zanella2019-10-301-1/+11
* y2038: linux: Provide __clock_getres64 implementationLukasz Majewski2019-10-271-0/+8
* time: Introduce function to check correctness of nanoseconds valueLukasz Majewski2019-10-271-0/+8
* y2038: linux: Provide __clock_settime64 implementationLukasz Majewski2019-10-101-0/+8
* Y2038: Include proper header to provide support for struct timeval on HURDLukasz Majewski2019-10-021-0/+1
* y2038: Provide conversion helpers for struct __timespec64Lukasz Majewski2019-10-011-0/+49
* y2038: Introduce struct __timespec64 - new internal glibc typeLukasz Majewski2019-09-261-0/+24
* Finish move of clock_* functions to libc. [BZ #24959]Zack Weinberg2019-09-041-3/+1
* Make mktime etc. compatible with __time64_tPaul Eggert2019-04-301-19/+20
* time: Use int, not long int, for internal GMT offsetsFlorian Weimer2019-02-031-1/+1
* Y2038: make __difftime compatible with 64-bit timeAlbert ARIBAUD (3ADEV)2018-12-201-0/+7
* Y2038: add function __ctime64_rAlbert ARIBAUD (3ADEV)2018-12-181-0/+8
* Y2038: add function __ctime64Albert ARIBAUD (3ADEV)2018-12-181-0/+7
* Y2038: add function __gmtime64_rAlbert ARIBAUD (3ADEV)2018-12-181-0/+8
* Y2038: add function __gmtime64Albert ARIBAUD (3ADEV)2018-12-181-0/+7
* Y2038: add function __localtime64_rAlbert ARIBAUD (3ADEV)2018-12-181-0/+8
* Y2038: add function __localtime64Albert ARIBAUD (3ADEV)2018-12-171-0/+8
* Y2038: make __tz_convert compatible with 64-bit-timeAlbert ARIBAUD (3ADEV)2018-12-051-4/+4
* Y2038: Add 64-bit time for all architecturesAlbert ARIBAUD (3ADEV)2018-10-241-5/+1
* Fix mktime localtime offset confusionPaul Eggert2018-09-191-2/+2
* time: Use 64-bit time values for time zone parsingFlorian Weimer2018-05-111-1/+5
* Mark internal time functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-011-11/+15
* Mark internal functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-011-2/+2
* Mark 3 *_internal functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-011-1/+1
* time: Remove the internal_function attributeFlorian Weimer2017-08-311-3/+2
* Consolidate remaning non cancellable definitionsAdhemerval Zanella2017-08-231-3/+0
* Clean pthread functions namespaces for C11 threadsAdhemerval Zanella2017-06-231-1/+1
* Use locale_t, not __locale_t, throughout glibcZack Weinberg2017-06-201-1/+1
* Rename xlocale.h to bits/types/__locale_t.h.Zack Weinberg2017-06-201-1/+1
* Suppress internal declarations for most of the testsuite.Zack Weinberg2017-05-111-4/+0
* timezone: Remove TZNAME_MAX limit from sysconf [BZ #15576]Florian Weimer2017-03-071-8/+0
* Installed-header hygiene (BZ#20366): time.h types.Zack Weinberg2016-09-231-4/+3
* Fix symbol definitions for __clock_* functionsSiddhesh Poyarekar2013-06-111-0/+1
* BZ#14743: Move clock_* symbols from librt to libc.Roland McGrath2012-10-241-1/+5
* First steps to get conformtest fully workingUlrich Drepper2012-02-251-4/+2
* Remove pre-ISO C supportUlrich Drepper2012-01-071-7/+7
* * include/time.h: Declare __tzset_parse_tz and __tzset_compute.Ulrich Drepper2007-10-141-0/+3
* * include/time.h (enum ptime_locale_status): Remove.Ulrich Drepper2007-07-281-9/+2
* 2006-07-30 Roland McGrath <roland@redhat.com>Roland McGrath2006-07-311-2/+3
* * sysdeps/unix/sysv/linux/kernel-features.h: Define cvs/fedora-glibc-20060729T2255Ulrich Drepper2006-07-291-0/+2
* * include/time.h: Use normal comments.Andreas Jaeger2006-01-101-1/+1