about summary refs log tree commit diff
path: root/time
Commit message (Expand)AuthorAgeFilesLines
* Y2038: add _TIME_BITS support aaribaud/y2038Albert ARIBAUD (3ADEV)2018-10-246-1/+259
* Y2038: add struct __timex64Albert ARIBAUD (3ADEV)2018-10-241-0/+2
* Y2038: add function __setitimer64Albert ARIBAUD (3ADEV)2018-10-243-1/+66
* Y2038: add function __getitimer64Albert ARIBAUD (3ADEV)2018-10-243-0/+48
* Y2038: add struct __itimerval64Albert ARIBAUD (3ADEV)2018-10-241-0/+10
* Y2038: add function __adjtime64, __adjtimex64 and __ntp_adjtime64Albert ARIBAUD (3ADEV)2018-10-242-0/+12
* Y2038: add function __utimes64Albert ARIBAUD (3ADEV)2018-10-241-0/+1
* Y2038: add function __stime64Albert ARIBAUD (3ADEV)2018-10-243-1/+19
* Y2038: add function __time64Albert ARIBAUD (3ADEV)2018-10-243-0/+15
* Y2038: add function __settimeofday64Albert ARIBAUD (3ADEV)2018-10-243-1/+10
* Y2038: add function __gettimeofday64Albert ARIBAUD (3ADEV)2018-10-243-1/+12
* Y2038: add struct __itimerspec64Albert ARIBAUD (3ADEV)2018-10-242-0/+16
* Y2038: add function __lutimes64Albert ARIBAUD (3ADEV)2018-10-241-0/+1
* Y2038: add function __futimes64Albert ARIBAUD (3ADEV)2018-10-241-0/+1
* Y2038: add struct __timeval64Albert ARIBAUD (3ADEV)2018-10-243-1/+15
* Y2038: add function __sigtimedwait_time64Albert ARIBAUD (3ADEV)2018-10-241-0/+1
* Y2038: add function __futimens64Albert ARIBAUD (3ADEV)2018-10-241-0/+1
* Y2038: add function __utimensat_time64Albert ARIBAUD (3ADEV)2018-10-241-0/+1
* Y2038: add function __timespec_get64Albert ARIBAUD (3ADEV)2018-10-241-0/+1
* Y2038: add function __clock_nanosleep64Albert ARIBAUD (3ADEV)2018-10-241-0/+10
* Y2038: make __mktime_internal compatible with __time64_tPaul Eggert2018-10-242-28/+69
* Y2038: make __difftime compatible with 64-bit timeAlbert ARIBAUD (3ADEV)2018-10-241-9/+22
* Y2038: make __tz_convert compatible with 64-bit-timeAlbert ARIBAUD (3ADEV)2018-10-247-45/+116
* 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