summaryrefslogtreecommitdiff
path: root/time
Commit message (Expand)AuthorAgeFilesLines
* Y2038: add function __setitimer64Albert ARIBAUD (3ADEV)2018-06-133-1/+66
* Y2038: add function __getitimer64Albert ARIBAUD (3ADEV)2018-06-133-0/+48
* Y2038: add struct __itimerval64Albert ARIBAUD (3ADEV)2018-06-131-0/+10
* Y2038: add function __adjtime64, __adjtimex64 and __ntp_adjtime64Albert ARIBAUD (3ADEV)2018-06-132-0/+12
* Y2038: add function __utimes64Albert ARIBAUD (3ADEV)2018-06-131-0/+1
* Y2038: add function __stime64Albert ARIBAUD (3ADEV)2018-06-133-1/+19
* Y2038: add function __time64Albert ARIBAUD (3ADEV)2018-06-133-0/+15
* Y2038: add function __settimeofday64Albert ARIBAUD (3ADEV)2018-06-133-1/+10
* Y2038: add function __gettimeofday64Albert ARIBAUD (3ADEV)2018-06-133-1/+12
* Y2038: add struct __itimerspec64Albert ARIBAUD (3ADEV)2018-06-133-1/+18
* Y2038: add function __lutimes64Albert ARIBAUD (3ADEV)2018-06-131-0/+1
* Y2038: add function __futimes64Albert ARIBAUD (3ADEV)2018-06-131-0/+1
* Y2038: add struct __timeval64Albert ARIBAUD (3ADEV)2018-06-133-1/+16
* Y2038: add function __sigtimedwait_time64Albert ARIBAUD (3ADEV)2018-06-131-0/+1
* Y2038: add function __futimens64Albert ARIBAUD (3ADEV)2018-06-131-0/+1
* Y2038: add function __utimensat_time64Albert ARIBAUD (3ADEV)2018-06-131-0/+1
* Y2038: add function __timespec_get64Albert ARIBAUD (3ADEV)2018-06-131-0/+1
* Y2038: add function __clock_nanosleep64Albert ARIBAUD (3ADEV)2018-06-131-0/+1
* Y2038: add function __clock_getres_time64Albert ARIBAUD (3ADEV)2018-06-131-0/+1
* Y2038: add function __clock_settime64Albert ARIBAUD (3ADEV)2018-06-131-0/+1
* Y2038: add function __clock_gettime64Albert ARIBAUD (3ADEV)2018-06-131-0/+1
* Y2038: add struct __timespec64Albert ARIBAUD (3ADEV)2018-06-134-1/+32
* Y2038: implement 64-bit-time __timegm64()Albert ARIBAUD (3ADEV)2018-06-132-7/+13
* Y2038: add function __difftime64Albert ARIBAUD (3ADEV)2018-06-132-58/+55
* Y2038: make __mktime_internal() 64-bit-time compatibleAlbert ARIBAUD (3ADEV)2018-06-133-21/+33
* Y2038: make __tz_convert compatible with 64-bit-timeAlbert ARIBAUD (3ADEV)2018-06-138-49/+128
* 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