aboutsummaryrefslogtreecommitdiff
path: root/time/Makefile
AgeCommit message (Expand)AuthorFilesLines
14 daystime: Avoid memcmp overread in tzset (bug 31931)Florian Weimer1-1/+4
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-06-09Remove unused DATEMSK file for tst-getdateMartin Coufal1-1/+0
2023-02-07Use 64-bit time_t interfaces in strftime and strptime (bug 30053)Andreas Schwab1-1/+2
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-11-01configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella1-0/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-06-28Linux: Cleanups after librt moveFlorian Weimer1-6/+0
2021-06-22linux: Only use 64-bit syscall if required for clock_nanosleepAdhemerval Zanella1-0/+9
2021-06-15y2038: Add test coverageAdhemerval Zanella1-0/+18
2021-05-17Add C2X timespec_getresJoseph Myers1-2/+2
2021-04-15time: Add basic timespec_get testsAdhemerval Zanella1-1/+2
2021-04-15time: Add timegm/timelocal basic testsAdhemerval Zanella1-1/+1
2021-04-15time: Add gmtime/gmtime_r testsAdhemerval Zanella1-1/+1
2021-04-15time: Add getitimer and setitimer basic testsAdhemerval Zanella1-1/+1
2021-03-08tst: Add test for settimeofdayLukasz Majewski1-1/+2
2021-03-08tst: Add test for clock_settimeLukasz Majewski1-1/+1
2021-02-16tst: time: Provide Y2038 tests for mktime (tst-mktime4.c)Lukasz Majewski1-1/+1
2021-02-16tst: Provide test for difftimeLukasz Majewski1-1/+1
2021-02-16tst: Provide test for ctimeLukasz Majewski1-1/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-11-09linux: Allow adjtime with NULL argument [BZ #26833]Adhemerval Zanella1-1/+2
2020-10-27time: Add 64-bit time_t support for ftimeAdhemerval Zanella1-1/+1
2020-10-27Reinstate ftime and add deprecate message on ftime usageAdhemerval Zanella1-3/+2
2020-10-16Move ftime to a compatibility symbolAdhemerval Zanella1-2/+3
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-11-06nptl: Move nanosleep implementation to libcAdhemerval Zanella1-0/+1
2019-10-30Use clock_settime to implement settimeofday.Zack Weinberg1-4/+4
2019-10-08Make tst-strftime2 and tst-strftime3 depend on locale generationGabriel F. T. Gomes1-0/+2
2019-09-25Set the expects flags to clock_nanosleepAdhemerval Zanella1-0/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-09-04Finish move of clock_* functions to libc. [BZ #24959]Zack Weinberg1-2/+6
2019-04-02time: Add tests for Minguo calendar [BZ #24293]TAMUKI Shoichi1-1/+3
2019-04-01Fix strptime era handling, add more strftime tests [BZ #24394]DJ Delorie1-1/+1
2019-01-24strftime: Pass the additional flags from "%EY" to "%Ey" [BZ #24096]TAMUKI Shoichi1-2/+3
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-11-15mktime: new test for mktime failurePaul Eggert1-1/+1
2018-05-18Fix year 2039 bug for localtime with 64-bit time_t (bug 22639).Joseph Myers1-1/+1
2018-01-22Abbreviated alternative month names (%Ob) also added (bug 10871).Rafal Luzynski1-1/+1
2018-01-22Implement alternative month names (bug 10871).Rafal Luzynski1-1/+2
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu1-5/+5
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-09-23Installed-header hygiene (BZ#20366): time.h types.Zack Weinberg1-1/+6
2016-01-11Force rereading TZDEFRULES after it was used to set DST rules only (bug #19253)Andreas Schwab1-1/+5
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-10-12Add dependencies on needed locales in each subdir tests (bug 18969)Andreas Schwab1-0/+8
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-09-18New test for ftimeArjun Shankar1-1/+1
2014-06-04Include LOCPATH in default test environment.Joseph Myers1-3/+0