about summary refs log tree commit diff
path: root/time
Commit message (Expand)AuthorAgeFilesLines
* 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
* time: Reference CLOCKS_PER_SEC in clock comment [BZ #22735]Sean McKean2018-02-021-1/+1
* ru_RU, ru_UA: Add alternative month names (bug 10871).Rafal Luzynski2018-01-291-5/+7
* pl_PL: Add alternative month names (bug 10871).Rafal Luzynski2018-01-221-2/+1
* Abbreviated alternative month names (%Ob) also added (bug 10871).Rafal Luzynski2018-01-224-3/+40
* Implement alternative month names (bug 10871).Rafal Luzynski2018-01-224-7/+51
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0142-42/+42
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-111-5/+5
* time: Remove the internal_function attributeFlorian Weimer2017-08-312-5/+1
* iconv, intl, locale, wcsmbs: Remove internal_functionFlorian Weimer2017-08-313-7/+2
* Fix strftime build with GCC 8.Joseph Myers2017-06-271-6/+16
* Use locale_t, not __locale_t, throughout glibcZack Weinberg2017-06-203-4/+4
* Rename xlocale.h to bits/types/__locale_t.h.Zack Weinberg2017-06-201-1/+1
* Update timezone code from tzcode 2017b.Joseph Myers2017-06-161-0/+2
* Remove C++ namespace handling from glibc headers.Joseph Myers2017-03-164-22/+0
* tzset: Clean up preprocessor macros min, max, signFlorian Weimer2017-03-071-7/+7
* timezone: Remove TZNAME_MAX limit from sysconf [BZ #15576]Florian Weimer2017-03-072-61/+4
* tzset: Remove unused NOID macroFlorian Weimer2017-03-032-3/+0
* tzset: Remove __attribute_noinline__ from compute_offsetFlorian Weimer2017-03-031-1/+0
* Split DIAG_* macros to new header libc-diag.h.Zack Weinberg2017-02-251-1/+1