about summary refs log tree commit diff
path: root/time
Commit message (Expand)AuthorAgeFilesLines
...
* time: Add getitimer and setitimer basic testsAdhemerval Zanella2021-04-152-1/+176
* Support for multiple versions in versioned_symbol, compat_symbolFlorian Weimer2021-03-255-10/+5
* tst: Add test for settimeofdayLukasz Majewski2021-03-082-1/+57
* tst: Add test for clock_settimeLukasz Majewski2021-03-082-1/+46
* tst: time: Provide Y2038 tests for mktime (tst-mktime4.c)Lukasz Majewski2021-02-162-1/+110
* tst: Provide test for difftimeLukasz Majewski2021-02-162-1/+57
* tst: Provide test for ctimeLukasz Majewski2021-02-162-1/+57
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0256-56/+56
* linux: Allow adjtime with NULL argument [BZ #26833]Adhemerval Zanella2020-11-092-1/+46
* Hurd: Fix ftime buildAdhemerval Zanella2020-10-271-25/+4
* time: Add 64-bit time_t support for ftimeAdhemerval Zanella2020-10-274-16/+41
* Reinstate ftime and add deprecate message on ftime usageAdhemerval Zanella2020-10-274-45/+63
* Remove timing related checks of time/tst-cpuclock1Stefan Liebler2020-10-261-59/+6
* Move ftime to a compatibility symbolAdhemerval Zanella2020-10-164-77/+50
* Remove internal usage of extensible stat functionsAdhemerval Zanella2020-09-112-3/+3
* Sync mktime.c from GnulibPaul Eggert2020-08-041-3/+3
* Fix time/tst-cpuclock1 intermitent failuresLucas A. M. Magalhaes2020-07-101-30/+22
* Update timezone code from tzcode 2020aPaul Eggert2020-05-151-1/+1
* y2038: Export __clock_gettime64 to be usable in other librariesLukasz Majewski2020-05-051-0/+1
* alpha: Fix static gettimeofday symbolAdhemerval Zanella2020-02-131-1/+3
* alpha: Use generic gettimeofday implementationAdhemerval Zanella2020-02-121-6/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0155-55/+55
* Declare asctime_r, ctime_r, gmtime_r, localtime_r for C2X.Joseph Myers2019-11-111-4/+4
* Refactor nanosleep in terms of clock_nanosleepAdhemerval Zanella2019-11-061-1/+1
* nptl: Move nanosleep implementation to libcAdhemerval Zanella2019-11-061-0/+1
* Sync time/mktime.c with gnulibPaul Eggert2019-10-311-1/+1
* Make second argument of gettimeofday as 'void *'Zack Weinberg2019-10-302-13/+14
* Use clock_gettime to implement gettimeofday.Adhemerval Zanella2019-10-301-10/+22
* Use clock_gettime to implement timespec_get.Zack Weinberg2019-10-301-10/+4
* Consolidate and deprecate ftimeZack Weinberg2019-10-303-18/+18
* Change most internal uses of time to __clock_gettime.Adhemerval Zanella2019-10-302-2/+1
* Use clock_gettime to implement time.Adhemerval Zanella2019-10-301-7/+6
* Use clock_settime to implement settimeofday.Zack Weinberg2019-10-303-8/+52
* Use clock_settime to implement stime; withdraw stime.Zack Weinberg2019-10-302-18/+13
* time: Introduce function to check correctness of nanoseconds valueLukasz Majewski2019-10-271-2/+1
* Make tst-strftime2 and tst-strftime3 depend on locale generationGabriel F. T. Gomes2019-10-081-0/+2
* time: Add padding for the timespec if requiredAlistair Francis2019-10-011-0/+13
* Set the expects flags to clock_nanosleepAdhemerval Zanella2019-09-251-0/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0752-52/+52
* Finish move of clock_* functions to libc. [BZ #24959]Zack Weinberg2019-09-0411-2/+772
* Don't use the argument to time.Zack Weinberg2019-08-212-2/+2
* Make mktime etc. compatible with __time64_tPaul Eggert2019-04-303-32/+150
* time/tst-strftime3.c: Disable snprintf warning.DJ Delorie2019-04-031-0/+10
* Add Reiwa era tests to time/tst-strftime3.cDJ Delorie2019-04-021-1/+57
* ja_JP locale: Add entry for the new Japanese era [BZ #22964]TAMUKI Shoichi2019-04-021-5/+8
* time: Add tests for Minguo calendar [BZ #24293]TAMUKI Shoichi2019-04-022-8/+37
* time/tst-strftime2.c: Make the file easier to maintainTAMUKI Shoichi2019-04-021-40/+73
* Fix strptime era handling, add more strftime tests [BZ #24394]DJ Delorie2019-04-013-3/+466
* * time/mktime.c: Update obsolete URL in comment.Paul Eggert2019-03-171-1/+1
* Add some spaces before '('.Joseph Myers2019-02-271-1/+1