aboutsummaryrefslogtreecommitdiff
path: root/time
AgeCommit message (Expand)Author
2024-02-01Refer to C23 in place of C2X in glibcJoseph Myers
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-06-30Add checks for wday, yday and new date formatsMartin Coufal
2023-06-22Call "CST" a time zone abbreviation, not a namePaul Eggert
2023-06-12tst-getdate: Improve testcase flexibility and add test.Joe Simmons-Talbott
2023-06-09Remove unused DATEMSK file for tst-getdateMartin Coufal
2023-06-06time: Fix use-after-free in getdateArjun Shankar
2023-06-05time: Also check for EPERM while trying to clock_settimeAdhemerval Zanella
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov
2023-06-01tests: replace write by xwriteFrédéric Bérat
2023-05-29time: strftime_l: Avoid an unbounded alloca.Joe Simmons-Talbott
2023-05-05time: Remove alloca() from getdateJoe Simmons-Talbott
2023-03-31time: Fix strftime(3) API regarding nullabilityAlejandro Colomar
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto
2023-02-07Use 64-bit time_t interfaces in strftime and strptime (bug 30053)Andreas Schwab
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2023-01-05time: Set daylight to 1 for matching DST/offset change (bug 29951)Florian Weimer
2022-12-09time: Use 64 bit time on tzfileAdhemerval Zanella Netto
2022-11-01configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella
2022-09-22Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto
2022-09-08mktime: improve heuristic for ca-1986 Indiana DSTPaul Eggert
2022-09-08Assume HAVE_TZSET in time/mktime.cPaul Eggert
2022-06-06Declare timegm for ISO C2XJoseph Myers
2022-05-23locale: Remove private union from struct __locale_dataFlorian Weimer
2022-05-23locale: Remove cleanup function pointer from struct __localedataFlorian Weimer
2022-05-05clock_settime/clock_gettime: Use __nonnull to avoid null pointerXiaoming Ni
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-30timezone: handle truncated timezones from tzcode-2021d and later (BZ #28707)Hans-Peter Nilsson
2021-10-07Fix subscript error with odd TZif file [BZ #28338]Paul Eggert
2021-10-04time: Ignore interval nanoseconds on tst-itimerAdhemerval Zanella
2021-09-16time: Fix compile error in itimer test affecting hurdStafford Horne
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-08-15time: Fix overflow itimer tests on 32-bit systemsStafford Horne
2021-06-28Linux: Cleanups after librt moveFlorian Weimer
2021-06-22linux: Only use 64-bit syscall if required for clock_nanosleepAdhemerval Zanella
2021-06-22Use 64 bit time_t stat internallyAdhemerval Zanella
2021-06-15y2038: Add test coverageAdhemerval Zanella
2021-06-15y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella
2021-06-15time: Add 64-bit time support for getdateAdhemerval Zanella
2021-06-15y2038: Add __USE_TIME_BITS64 support for struct timespecAdhemerval Zanella
2021-06-15y2038: Add __USE_TIME_BITS64 support for struct timevalAdhemerval Zanella
2021-06-15y2038: Add __USE_TIME_BITS64 support for time_tAdhemerval Zanella
2021-05-18Do not declare asctime_r and ctime_r for C2XJoseph Myers
2021-05-17Add C2X timespec_getresJoseph Myers
2021-04-15time: Add 64 bit tests for getdate / getdate_rAdhemerval Zanella
2021-04-15time: Add basic timespec_get testsAdhemerval Zanella
2021-04-15time: Add timegm/timelocal basic testsAdhemerval Zanella
2021-04-15time: Add gmtime/gmtime_r testsAdhemerval Zanella
2021-04-15time: Add getitimer and setitimer basic testsAdhemerval Zanella
2021-03-25Support for multiple versions in versioned_symbol, compat_symbolFlorian Weimer