summary refs log tree commit diff
path: root/time
Commit message (Expand)AuthorAgeFilesLines
* Declare timegm for ISO C2XJoseph Myers2022-06-061-5/+14
* locale: Remove private union from struct __locale_dataFlorian Weimer2022-05-233-54/+45
* locale: Remove cleanup function pointer from struct __localedataFlorian Weimer2022-05-233-4/+0
* clock_settime/clock_gettime: Use __nonnull to avoid null pointerXiaoming Ni2022-05-051-4/+7
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0167-67/+67
* timezone: handle truncated timezones from tzcode-2021d and later (BZ #28707)Hans-Peter Nilsson2021-12-301-2/+2
* Fix subscript error with odd TZif file [BZ #28338]Paul Eggert2021-10-071-2/+1
* time: Ignore interval nanoseconds on tst-itimerAdhemerval Zanella2021-10-041-9/+10
* time: Fix compile error in itimer test affecting hurdStafford Horne2021-09-161-2/+3
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-036-6/+0
* time: Fix overflow itimer tests on 32-bit systemsStafford Horne2021-08-151-2/+2
* Linux: Cleanups after librt moveFlorian Weimer2021-06-281-6/+0
* linux: Only use 64-bit syscall if required for clock_nanosleepAdhemerval Zanella2021-06-222-15/+34
* Use 64 bit time_t stat internallyAdhemerval Zanella2021-06-221-3/+3
* y2038: Add test coverageAdhemerval Zanella2021-06-1519-0/+60
* y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella2021-06-152-3/+206
* time: Add 64-bit time support for getdateAdhemerval Zanella2021-06-152-22/+14
* y2038: Add __USE_TIME_BITS64 support for struct timespecAdhemerval Zanella2021-06-151-1/+6
* y2038: Add __USE_TIME_BITS64 support for struct timevalAdhemerval Zanella2021-06-151-0/+5
* y2038: Add __USE_TIME_BITS64 support for time_tAdhemerval Zanella2021-06-151-0/+4
* Do not declare asctime_r and ctime_r for C2XJoseph Myers2021-05-181-2/+2
* Add C2X timespec_getresJoseph Myers2021-05-176-2/+96
* time: Add 64 bit tests for getdate / getdate_rAdhemerval Zanella2021-04-151-61/+92
* time: Add basic timespec_get testsAdhemerval Zanella2021-04-152-1/+42
* time: Add timegm/timelocal basic testsAdhemerval Zanella2021-04-152-1/+96
* time: Add gmtime/gmtime_r testsAdhemerval Zanella2021-04-152-1/+125
* time: Add getitimer and setitimer basic testsAdhemerval Zanella2021-04-152-1/+176
* Support for multiple versions in versioned_symbol, compat_symbolFlorian Weimer2021-03-255-10/+5
* tst: Add test for settimeofdayLukasz Majewski2021-03-082-1/+57
* tst: Add test for clock_settimeLukasz Majewski2021-03-082-1/+46
* tst: time: Provide Y2038 tests for mktime (tst-mktime4.c)Lukasz Majewski2021-02-162-1/+110
* tst: Provide test for difftimeLukasz Majewski2021-02-162-1/+57
* tst: Provide test for ctimeLukasz Majewski2021-02-162-1/+57
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0256-56/+56
* linux: Allow adjtime with NULL argument [BZ #26833]Adhemerval Zanella2020-11-092-1/+46
* Hurd: Fix ftime buildAdhemerval Zanella2020-10-271-25/+4
* time: Add 64-bit time_t support for ftimeAdhemerval Zanella2020-10-274-16/+41
* Reinstate ftime and add deprecate message on ftime usageAdhemerval Zanella2020-10-274-45/+63
* Remove timing related checks of time/tst-cpuclock1Stefan Liebler2020-10-261-59/+6
* Move ftime to a compatibility symbolAdhemerval Zanella2020-10-164-77/+50
* Remove internal usage of extensible stat functionsAdhemerval Zanella2020-09-112-3/+3
* Sync mktime.c from GnulibPaul Eggert2020-08-041-3/+3
* Fix time/tst-cpuclock1 intermitent failuresLucas A. M. Magalhaes2020-07-101-30/+22
* Update timezone code from tzcode 2020aPaul Eggert2020-05-151-1/+1
* y2038: Export __clock_gettime64 to be usable in other librariesLukasz Majewski2020-05-051-0/+1
* alpha: Fix static gettimeofday symbolAdhemerval Zanella2020-02-131-1/+3
* alpha: Use generic gettimeofday implementationAdhemerval Zanella2020-02-121-6/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0155-55/+55
* Declare asctime_r, ctime_r, gmtime_r, localtime_r for C2X.Joseph Myers2019-11-111-4/+4
* Refactor nanosleep in terms of clock_nanosleepAdhemerval Zanella2019-11-061-1/+1