about summary refs log tree commit diff
path: root/time
Commit message (Expand)AuthorAgeFilesLines
* 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
* mktime: fix non-EOVERFLOW errno handlingPaul Eggert2018-11-151-98/+99
* mktime: fix bug with Y2038 DST transitionPaul Eggert2018-11-151-1/+3
* mktime: make more room for overflowPaul Eggert2018-11-151-9/+11
* mktime: simplify offset guessPaul Eggert2018-11-151-3/+3
* mktime: new test for mktime failurePaul Eggert2018-11-152-1/+93
* mktime: fix EOVERFLOW bugPaul Eggert2018-11-151-7/+19
* Y2038: Add 64-bit time for all architecturesAlbert ARIBAUD (3ADEV)2018-10-241-9/+9
* time/tst-mktime2: Improve test error reportingFlorian Weimer2018-10-231-30/+41
* Don't reduce test timeout to less than defaultAndreas Schwab2018-10-171-1/+0
* mktime fix for Gnulib + coreutilsPaul Eggert2018-10-081-1/+1
* Fix mktime localtime offset confusionPaul Eggert2018-09-191-1/+1
* Merge mktime, timegm from upstream GnulibPaul Eggert2018-09-193-316/+254
* Simplify tzfile fstat failure codePaul Eggert2018-09-181-4/+1
* Fix tzfile low-memory assertion failurePaul Eggert2018-09-181-1/+2
* Use _STRUCT_TIMESPEC as guard in <bits/types/struct_timespec.h> [BZ #23349]Florian Weimer2018-06-281-2/+3
* Fix year 2039 bug for localtime with 64-bit time_t (bug 22639).Joseph Myers2018-05-183-2/+48
* time: Use 64-bit time values for time zone parsingFlorian Weimer2018-05-111-80/+38
* Fix -Os getc_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers2018-02-211-6/+6
* Fix -Os ferror_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers2018-02-191-1/+1
* Fix -Os feof_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers2018-02-151-1/+1