about summary refs log tree commit diff
path: root/time
Commit message (Expand)AuthorAgeFilesLines
* Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella2024-04-025-21/+21
* Refer to C23 in place of C2X in glibcJoseph Myers2024-02-011-4/+4
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-0169-69/+69
* Add checks for wday, yday and new date formatsMartin Coufal2023-06-301-14/+27
* Call "CST" a time zone abbreviation, not a namePaul Eggert2023-06-224-7/+7
* tst-getdate: Improve testcase flexibility and add test.Joe Simmons-Talbott2023-06-121-20/+39
* Remove unused DATEMSK file for tst-getdateMartin Coufal2023-06-093-4/+1
* time: Fix use-after-free in getdateArjun Shankar2023-06-061-2/+3
* time: Also check for EPERM while trying to clock_settimeAdhemerval Zanella2023-06-051-29/+30
* Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov2023-06-025-5/+5
* tests: replace write by xwriteFrédéric Bérat2023-06-011-1/+3
* time: strftime_l: Avoid an unbounded alloca.Joe Simmons-Talbott2023-05-291-14/+25
* 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