about summary refs log tree commit diff
path: root/time
Commit message (Expand)AuthorAgeFilesLines
* 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
* Break more lines before not after operators.Joseph Myers2019-02-251-3/+3
* Break some lines before not after operators.Joseph Myers2019-02-225-16/+16
* Fix a few whitespace arrangement inconsistencies in time/strftime_l.cTAMUKI Shoichi2019-02-111-3/+3
* tst-strftime2: Use array_length macros instead of magic numbersTAMUKI Shoichi2019-02-081-1/+2
* time: Avoid alignment gaps in __tzfile_readFlorian Weimer2019-02-041-30/+27
* time: Use struct alloc_buffer in __tzfile_readFlorian Weimer2019-02-031-49/+50
* time: Use int, not long int, for internal GMT offsetsFlorian Weimer2019-02-032-7/+7
* strftime: Pass the additional flags from "%EY" to "%Ey" [BZ #24096]TAMUKI Shoichi2019-01-243-9/+146
* strftime: Set the default width of "%Ey" to 2 [BZ #23758]TAMUKI Shoichi2019-01-241-1/+1
* Fix a few typos in commentsDmitry V. Levin2019-01-121-1/+1
* strftime: Consequently use the "L_" macro with character literalsTAMUKI Shoichi2019-01-111-3/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0143-43/+43
* Y2038: make __difftime compatible with 64-bit timeAlbert ARIBAUD (3ADEV)2018-12-201-9/+24
* Y2038: add function __ctime64_rAlbert ARIBAUD (3ADEV)2018-12-181-2/+17
* Y2038: add function __ctime64Albert ARIBAUD (3ADEV)2018-12-181-2/+17
* Y2038: add function __gmtime64_rAlbert ARIBAUD (3ADEV)2018-12-181-1/+17
* Y2038: add function __gmtime64Albert ARIBAUD (3ADEV)2018-12-181-2/+16
* Y2038: add function __localtime64_rAlbert ARIBAUD (3ADEV)2018-12-181-1/+16
* Y2038: add function __localtime64Albert ARIBAUD (3ADEV)2018-12-171-1/+15
* Y2038: make __tz_convert compatible with 64-bit-timeAlbert ARIBAUD (3ADEV)2018-12-055-37/+24
* mktime: DEBUG_MKTIME cleanupPaul Eggert2018-11-151-160/+2