aboutsummaryrefslogtreecommitdiff
path: root/time
AgeCommit message (Expand)AuthorFilesLines
2024-06-15Modernize and fix doc’s “Date and Time” (BZ 31876)Paul Eggert1-1/+4
2024-06-04difftime can throw exceptionsPaul Eggert1-3/+2
2024-05-27difftime is pure, not constPaul Eggert1-2/+2
2024-05-01time: Allow later version licensing.Carlos O'Donell2-2/+2
2024-04-02Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella5-21/+21
2024-02-01Refer to C23 in place of C2X in glibcJoseph Myers1-4/+4
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert69-69/+69
2023-06-30Add checks for wday, yday and new date formatsMartin Coufal1-14/+27
2023-06-22Call "CST" a time zone abbreviation, not a namePaul Eggert4-7/+7
2023-06-12tst-getdate: Improve testcase flexibility and add test.Joe Simmons-Talbott1-20/+39
2023-06-09Remove unused DATEMSK file for tst-getdateMartin Coufal3-4/+1
2023-06-06time: Fix use-after-free in getdateArjun Shankar1-2/+3
2023-06-05time: Also check for EPERM while trying to clock_settimeAdhemerval Zanella1-29/+30
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