summaryrefslogtreecommitdiff
path: root/time
Commit message (Expand)AuthorAgeFilesLines
* time: Remove alloca() from getdateJoe Simmons-Talbott2023-05-051-18/+5
* time: Fix strftime(3) API regarding nullabilityAlejandro Colomar2023-03-311-1/+2
* Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2023-03-272-2/+6
* Use 64-bit time_t interfaces in strftime and strptime (bug 30053)Andreas Schwab2023-02-075-2/+62
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-0667-67/+67
* time: Set daylight to 1 for matching DST/offset change (bug 29951)Florian Weimer2023-01-051-19/+22
* time: Use 64 bit time on tzfileAdhemerval Zanella Netto2022-12-091-1/+1
* configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella2022-11-011-0/+1
* Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto2022-09-221-3/+3
* mktime: improve heuristic for ca-1986 Indiana DSTPaul Eggert2022-09-081-8/+20
* Assume HAVE_TZSET in time/mktime.cPaul Eggert2022-09-081-1/+1
* 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