summaryrefslogtreecommitdiff
path: root/time
AgeCommit message (Expand)Author
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-12-09Handle clang -Wignored-attributes on weak aliasesAdhemerval Zanella
2025-12-03time: Add TIME_MONOTONIC, TIME_ACTIVE, and TIME_THREAD_ACTIVEAdhemerval Zanella
2025-11-27Define C23 header version macrosJoseph Myers
2025-10-30Cleanup some recently added whitespace.Collin Funk
2025-10-29Annotate swtich fall-throughAdhemerval Zanella
2025-05-16Remove <libc-tsd.h>Florian Weimer
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-12-16Use empty initializer to silence GCC 4.9 or olderH.J. Lu
2024-12-15Revert "Add braces in initializers for GCC 4.9 or older"H.J. Lu
2024-12-15tst-difftime.c: Use "main (void)"H.J. Lu
2024-12-15Return EXIT_UNSUPPORTED if __builtin_add_overflow unavailableH.J. Lu
2024-12-14Add braces in initializers for GCC 4.9 or olderH.J. Lu
2024-10-31Link tst-clock_gettime with $(librt)Joseph Myers
2024-10-30Add tests of time, gettimeofday, clock_gettimeJoseph Myers
2024-07-12time/Makefile: Split and sort testsSamuel Dobron
2024-06-27time: Avoid memcmp overread in tzset (bug 31931)Florian Weimer
2024-06-15Modernize and fix doc’s “Date and Time” (BZ 31876)Paul Eggert
2024-06-04difftime can throw exceptionsPaul Eggert
2024-05-27difftime is pure, not constPaul Eggert
2024-05-01time: Allow later version licensing.Carlos O'Donell
2024-04-02Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella
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