| Commit message (Expand) | Author | Age | Files | Lines |
* | strftime: Pass the additional flags from "%EY" to "%Ey" [BZ #24096] | ![](//www.gravatar.com/avatar/5610f3797a3b38b24655a15f7b7e2b18?s=13&d=retro) TAMUKI Shoichi | 2019-01-24 | 3 | -9/+146 |
* | strftime: Set the default width of "%Ey" to 2 [BZ #23758] | ![](//www.gravatar.com/avatar/5610f3797a3b38b24655a15f7b7e2b18?s=13&d=retro) TAMUKI Shoichi | 2019-01-24 | 1 | -1/+1 |
* | Fix a few typos in comments | ![](//www.gravatar.com/avatar/5bd7bf2ed876c156fd7d6bb61b4aee8e?s=13&d=retro) Dmitry V. Levin | 2019-01-12 | 1 | -1/+1 |
* | strftime: Consequently use the "L_" macro with character literals | ![](//www.gravatar.com/avatar/5610f3797a3b38b24655a15f7b7e2b18?s=13&d=retro) TAMUKI Shoichi | 2019-01-11 | 1 | -3/+3 |
* | Update copyright dates with scripts/update-copyrights. | ![](//www.gravatar.com/avatar/e27843f66a77a0d70a2bd0acd79ae153?s=13&d=retro) Joseph Myers | 2019-01-01 | 43 | -43/+43 |
* | Y2038: make __difftime compatible with 64-bit time | ![](//www.gravatar.com/avatar/da7fe0da92925a3fd8c106aef5f9846d?s=13&d=retro) Albert ARIBAUD (3ADEV) | 2018-12-20 | 1 | -9/+24 |
* | Y2038: add function __ctime64_r | ![](//www.gravatar.com/avatar/da7fe0da92925a3fd8c106aef5f9846d?s=13&d=retro) Albert ARIBAUD (3ADEV) | 2018-12-18 | 1 | -2/+17 |
* | Y2038: add function __ctime64 | ![](//www.gravatar.com/avatar/da7fe0da92925a3fd8c106aef5f9846d?s=13&d=retro) Albert ARIBAUD (3ADEV) | 2018-12-18 | 1 | -2/+17 |
* | Y2038: add function __gmtime64_r | ![](//www.gravatar.com/avatar/da7fe0da92925a3fd8c106aef5f9846d?s=13&d=retro) Albert ARIBAUD (3ADEV) | 2018-12-18 | 1 | -1/+17 |
* | Y2038: add function __gmtime64 | ![](//www.gravatar.com/avatar/da7fe0da92925a3fd8c106aef5f9846d?s=13&d=retro) Albert ARIBAUD (3ADEV) | 2018-12-18 | 1 | -2/+16 |
* | Y2038: add function __localtime64_r | ![](//www.gravatar.com/avatar/da7fe0da92925a3fd8c106aef5f9846d?s=13&d=retro) Albert ARIBAUD (3ADEV) | 2018-12-18 | 1 | -1/+16 |
* | Y2038: add function __localtime64 | ![](//www.gravatar.com/avatar/da7fe0da92925a3fd8c106aef5f9846d?s=13&d=retro) Albert ARIBAUD (3ADEV) | 2018-12-17 | 1 | -1/+15 |
* | Y2038: make __tz_convert compatible with 64-bit-time | ![](//www.gravatar.com/avatar/da7fe0da92925a3fd8c106aef5f9846d?s=13&d=retro) Albert ARIBAUD (3ADEV) | 2018-12-05 | 5 | -37/+24 |
* | mktime: DEBUG_MKTIME cleanup | ![](//www.gravatar.com/avatar/32cce1ce127616e6a97aef49aa34702f?s=13&d=retro) Paul Eggert | 2018-11-15 | 1 | -160/+2 |
* | mktime: fix non-EOVERFLOW errno handling | ![](//www.gravatar.com/avatar/32cce1ce127616e6a97aef49aa34702f?s=13&d=retro) Paul Eggert | 2018-11-15 | 1 | -98/+99 |
* | mktime: fix bug with Y2038 DST transition | ![](//www.gravatar.com/avatar/32cce1ce127616e6a97aef49aa34702f?s=13&d=retro) Paul Eggert | 2018-11-15 | 1 | -1/+3 |
* | mktime: make more room for overflow | ![](//www.gravatar.com/avatar/32cce1ce127616e6a97aef49aa34702f?s=13&d=retro) Paul Eggert | 2018-11-15 | 1 | -9/+11 |
* | mktime: simplify offset guess | ![](//www.gravatar.com/avatar/32cce1ce127616e6a97aef49aa34702f?s=13&d=retro) Paul Eggert | 2018-11-15 | 1 | -3/+3 |
* | mktime: new test for mktime failure | ![](//www.gravatar.com/avatar/32cce1ce127616e6a97aef49aa34702f?s=13&d=retro) Paul Eggert | 2018-11-15 | 2 | -1/+93 |
* | mktime: fix EOVERFLOW bug | ![](//www.gravatar.com/avatar/32cce1ce127616e6a97aef49aa34702f?s=13&d=retro) Paul Eggert | 2018-11-15 | 1 | -7/+19 |
* | Y2038: Add 64-bit time for all architectures | ![](//www.gravatar.com/avatar/da7fe0da92925a3fd8c106aef5f9846d?s=13&d=retro) Albert ARIBAUD (3ADEV) | 2018-10-24 | 1 | -9/+9 |
* | time/tst-mktime2: Improve test error reporting | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2018-10-23 | 1 | -30/+41 |
* | Don't reduce test timeout to less than default | ![](//www.gravatar.com/avatar/833649deea07c68de42500ad14c257f6?s=13&d=retro) Andreas Schwab | 2018-10-17 | 1 | -1/+0 |
* | mktime fix for Gnulib + coreutils | ![](//www.gravatar.com/avatar/32cce1ce127616e6a97aef49aa34702f?s=13&d=retro) Paul Eggert | 2018-10-08 | 1 | -1/+1 |
* | Fix mktime localtime offset confusion | ![](//www.gravatar.com/avatar/32cce1ce127616e6a97aef49aa34702f?s=13&d=retro) Paul Eggert | 2018-09-19 | 1 | -1/+1 |
* | Merge mktime, timegm from upstream Gnulib | ![](//www.gravatar.com/avatar/32cce1ce127616e6a97aef49aa34702f?s=13&d=retro) Paul Eggert | 2018-09-19 | 3 | -316/+254 |
* | Simplify tzfile fstat failure code | ![](//www.gravatar.com/avatar/32cce1ce127616e6a97aef49aa34702f?s=13&d=retro) Paul Eggert | 2018-09-18 | 1 | -4/+1 |
* | Fix tzfile low-memory assertion failure | ![](//www.gravatar.com/avatar/32cce1ce127616e6a97aef49aa34702f?s=13&d=retro) Paul Eggert | 2018-09-18 | 1 | -1/+2 |
* | Use _STRUCT_TIMESPEC as guard in <bits/types/struct_timespec.h> [BZ #23349] | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2018-06-28 | 1 | -2/+3 |
* | Fix year 2039 bug for localtime with 64-bit time_t (bug 22639). | ![](//www.gravatar.com/avatar/e27843f66a77a0d70a2bd0acd79ae153?s=13&d=retro) Joseph Myers | 2018-05-18 | 3 | -2/+48 |
* | time: Use 64-bit time values for time zone parsing | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2018-05-11 | 1 | -80/+38 |
* | Fix -Os getc_unlocked linknamespace, localplt issues (bug 15105, bug 19463). | ![](//www.gravatar.com/avatar/e27843f66a77a0d70a2bd0acd79ae153?s=13&d=retro) Joseph Myers | 2018-02-21 | 1 | -6/+6 |
* | Fix -Os ferror_unlocked linknamespace, localplt issues (bug 15105, bug 19463). | ![](//www.gravatar.com/avatar/e27843f66a77a0d70a2bd0acd79ae153?s=13&d=retro) Joseph Myers | 2018-02-19 | 1 | -1/+1 |
* | Fix -Os feof_unlocked linknamespace, localplt issues (bug 15105, bug 19463). | ![](//www.gravatar.com/avatar/e27843f66a77a0d70a2bd0acd79ae153?s=13&d=retro) Joseph Myers | 2018-02-15 | 1 | -1/+1 |
* | time: Reference CLOCKS_PER_SEC in clock comment [BZ #22735] | ![](//www.gravatar.com/avatar/21aea83b63d845ebe58d55ca7b8a8e02?s=13&d=retro) Sean McKean | 2018-02-02 | 1 | -1/+1 |
* | ru_RU, ru_UA: Add alternative month names (bug 10871). | ![](//www.gravatar.com/avatar/f37c5acdf6824cfe44cab759bab7506b?s=13&d=retro) Rafal Luzynski | 2018-01-29 | 1 | -5/+7 |
* | pl_PL: Add alternative month names (bug 10871). | ![](//www.gravatar.com/avatar/f37c5acdf6824cfe44cab759bab7506b?s=13&d=retro) Rafal Luzynski | 2018-01-22 | 1 | -2/+1 |
* | Abbreviated alternative month names (%Ob) also added (bug 10871). | ![](//www.gravatar.com/avatar/f37c5acdf6824cfe44cab759bab7506b?s=13&d=retro) Rafal Luzynski | 2018-01-22 | 4 | -3/+40 |
* | Implement alternative month names (bug 10871). | ![](//www.gravatar.com/avatar/f37c5acdf6824cfe44cab759bab7506b?s=13&d=retro) Rafal Luzynski | 2018-01-22 | 4 | -7/+51 |
* | Update copyright dates with scripts/update-copyrights. | ![](//www.gravatar.com/avatar/e27843f66a77a0d70a2bd0acd79ae153?s=13&d=retro) Joseph Myers | 2018-01-01 | 42 | -42/+42 |
* | Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c | ![](//www.gravatar.com/avatar/70d73713ba93360b74cb20a8de63d2e9?s=13&d=retro) H.J. Lu | 2017-12-11 | 1 | -5/+5 |
* | time: Remove the internal_function attribute | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2017-08-31 | 2 | -5/+1 |
* | iconv, intl, locale, wcsmbs: Remove internal_function | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2017-08-31 | 3 | -7/+2 |
* | Fix strftime build with GCC 8. | ![](//www.gravatar.com/avatar/e27843f66a77a0d70a2bd0acd79ae153?s=13&d=retro) Joseph Myers | 2017-06-27 | 1 | -6/+16 |
* | Use locale_t, not __locale_t, throughout glibc | ![](//www.gravatar.com/avatar/dd7cc06b1b1c347e172c6ba532937173?s=13&d=retro) Zack Weinberg | 2017-06-20 | 3 | -4/+4 |
* | Rename xlocale.h to bits/types/__locale_t.h. | ![](//www.gravatar.com/avatar/dd7cc06b1b1c347e172c6ba532937173?s=13&d=retro) Zack Weinberg | 2017-06-20 | 1 | -1/+1 |
* | Update timezone code from tzcode 2017b. | ![](//www.gravatar.com/avatar/e27843f66a77a0d70a2bd0acd79ae153?s=13&d=retro) Joseph Myers | 2017-06-16 | 1 | -0/+2 |
* | Remove C++ namespace handling from glibc headers. | ![](//www.gravatar.com/avatar/e27843f66a77a0d70a2bd0acd79ae153?s=13&d=retro) Joseph Myers | 2017-03-16 | 4 | -22/+0 |
* | tzset: Clean up preprocessor macros min, max, sign | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2017-03-07 | 1 | -7/+7 |
* | timezone: Remove TZNAME_MAX limit from sysconf [BZ #15576] | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2017-03-07 | 2 | -61/+4 |