aboutsummaryrefslogtreecommitdiff
path: root/time
AgeCommit message (Expand)AuthorFilesLines
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov5-5/+5
2023-06-01tests: replace write by xwriteFrédéric Bérat1-1/+3
2023-05-29time: strftime_l: Avoid an unbounded alloca.Joe Simmons-Talbott1-14/+25
2023-05-05time: Remove alloca() from getdateJoe Simmons-Talbott1-18/+5
2023-03-31time: Fix strftime(3) API regarding nullabilityAlejandro Colomar1-1/+2
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2-2/+6
2023-02-07Use 64-bit time_t interfaces in strftime and strptime (bug 30053)Andreas Schwab5-2/+62
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers67-67/+67
2023-01-05time: Set daylight to 1 for matching DST/offset change (bug 29951)Florian Weimer1-19/+22
2022-12-09time: Use 64 bit time on tzfileAdhemerval Zanella Netto1-1/+1
2022-11-01configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella1-0/+1
2022-09-22Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto1-3/+3
2022-09-08mktime: improve heuristic for ca-1986 Indiana DSTPaul Eggert1-8/+20
2022-09-08Assume HAVE_TZSET in time/mktime.cPaul Eggert1-1/+1
2022-06-06Declare timegm for ISO C2XJoseph Myers1-5/+14
2022-05-23locale: Remove private union from struct __locale_dataFlorian Weimer3-54/+45
2022-05-23locale: Remove cleanup function pointer from struct __localedataFlorian Weimer3-4/+0
2022-05-05clock_settime/clock_gettime: Use __nonnull to avoid null pointerXiaoming Ni1-4/+7
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert67-67/+67
2021-12-30timezone: handle truncated timezones from tzcode-2021d and later (BZ #28707)Hans-Peter Nilsson1-2/+2
2021-10-07Fix subscript error with odd TZif file [BZ #28338]Paul Eggert1-2/+1
2021-10-04time: Ignore interval nanoseconds on tst-itimerAdhemerval Zanella1-9/+10
2021-09-16time: Fix compile error in itimer test affecting hurdStafford Horne1-2/+3
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar6-6/+0
2021-08-15time: Fix overflow itimer tests on 32-bit systemsStafford Horne1-2/+2
2021-06-28Linux: Cleanups after librt moveFlorian Weimer1-6/+0
2021-06-22linux: Only use 64-bit syscall if required for clock_nanosleepAdhemerval Zanella2-15/+34
2021-06-22Use 64 bit time_t stat internallyAdhemerval Zanella1-3/+3
2021-06-15y2038: Add test coverageAdhemerval Zanella19-0/+60
2021-06-15y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella2-3/+206
2021-06-15time: Add 64-bit time support for getdateAdhemerval Zanella2-22/+14
2021-06-15y2038: Add __USE_TIME_BITS64 support for struct timespecAdhemerval Zanella1-1/+6
2021-06-15y2038: Add __USE_TIME_BITS64 support for struct timevalAdhemerval Zanella1-0/+5
2021-06-15y2038: Add __USE_TIME_BITS64 support for time_tAdhemerval Zanella1-0/+4
2021-05-18Do not declare asctime_r and ctime_r for C2XJoseph Myers1-2/+2
2021-05-17Add C2X timespec_getresJoseph Myers6-2/+96
2021-04-15time: Add 64 bit tests for getdate / getdate_rAdhemerval Zanella1-61/+92
2021-04-15time: Add basic timespec_get testsAdhemerval Zanella2-1/+42
2021-04-15time: Add timegm/timelocal basic testsAdhemerval Zanella2-1/+96
2021-04-15time: Add gmtime/gmtime_r testsAdhemerval Zanella2-1/+125
2021-04-15time: Add getitimer and setitimer basic testsAdhemerval Zanella2-1/+176
2021-03-25Support for multiple versions in versioned_symbol, compat_symbolFlorian Weimer5-10/+5
2021-03-08tst: Add test for settimeofdayLukasz Majewski2-1/+57
2021-03-08tst: Add test for clock_settimeLukasz Majewski2-1/+46
2021-02-16tst: time: Provide Y2038 tests for mktime (tst-mktime4.c)Lukasz Majewski2-1/+110
2021-02-16tst: Provide test for difftimeLukasz Majewski2-1/+57
2021-02-16tst: Provide test for ctimeLukasz Majewski2-1/+57
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert56-56/+56
2020-11-09linux: Allow adjtime with NULL argument [BZ #26833]Adhemerval Zanella2-1/+46
2020-10-27Hurd: Fix ftime buildAdhemerval Zanella1-25/+4