| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Y2038: make __tz_convert compatible with 64-bit-time | Albert ARIBAUD (3ADEV) | 2018-12-05 | 5 | -37/+24 |
* | mktime: DEBUG_MKTIME cleanup | Paul Eggert | 2018-11-15 | 1 | -160/+2 |
* | mktime: fix non-EOVERFLOW errno handling | Paul Eggert | 2018-11-15 | 1 | -98/+99 |
* | mktime: fix bug with Y2038 DST transition | Paul Eggert | 2018-11-15 | 1 | -1/+3 |
* | mktime: make more room for overflow | Paul Eggert | 2018-11-15 | 1 | -9/+11 |
* | mktime: simplify offset guess | Paul Eggert | 2018-11-15 | 1 | -3/+3 |
* | mktime: new test for mktime failure | Paul Eggert | 2018-11-15 | 2 | -1/+93 |
* | mktime: fix EOVERFLOW bug | Paul Eggert | 2018-11-15 | 1 | -7/+19 |
* | Y2038: Add 64-bit time for all architectures | Albert ARIBAUD (3ADEV) | 2018-10-24 | 1 | -9/+9 |
* | time/tst-mktime2: Improve test error reporting | Florian Weimer | 2018-10-23 | 1 | -30/+41 |
* | Don't reduce test timeout to less than default | Andreas Schwab | 2018-10-17 | 1 | -1/+0 |
* | mktime fix for Gnulib + coreutils | Paul Eggert | 2018-10-08 | 1 | -1/+1 |
* | Fix mktime localtime offset confusion | Paul Eggert | 2018-09-19 | 1 | -1/+1 |
* | Merge mktime, timegm from upstream Gnulib | Paul Eggert | 2018-09-19 | 3 | -316/+254 |
* | Simplify tzfile fstat failure code | Paul Eggert | 2018-09-18 | 1 | -4/+1 |
* | Fix tzfile low-memory assertion failure | Paul Eggert | 2018-09-18 | 1 | -1/+2 |
* | Use _STRUCT_TIMESPEC as guard in <bits/types/struct_timespec.h> [BZ #23349] | Florian Weimer | 2018-06-28 | 1 | -2/+3 |
* | Fix year 2039 bug for localtime with 64-bit time_t (bug 22639). | Joseph Myers | 2018-05-18 | 3 | -2/+48 |
* | time: Use 64-bit time values for time zone parsing | Florian Weimer | 2018-05-11 | 1 | -80/+38 |
* | Fix -Os getc_unlocked linknamespace, localplt issues (bug 15105, bug 19463). | Joseph Myers | 2018-02-21 | 1 | -6/+6 |
* | Fix -Os ferror_unlocked linknamespace, localplt issues (bug 15105, bug 19463). | Joseph Myers | 2018-02-19 | 1 | -1/+1 |
* | Fix -Os feof_unlocked linknamespace, localplt issues (bug 15105, bug 19463). | Joseph Myers | 2018-02-15 | 1 | -1/+1 |
* | time: Reference CLOCKS_PER_SEC in clock comment [BZ #22735] | Sean McKean | 2018-02-02 | 1 | -1/+1 |
* | ru_RU, ru_UA: Add alternative month names (bug 10871). | Rafal Luzynski | 2018-01-29 | 1 | -5/+7 |
* | pl_PL: Add alternative month names (bug 10871). | Rafal Luzynski | 2018-01-22 | 1 | -2/+1 |
* | Abbreviated alternative month names (%Ob) also added (bug 10871). | Rafal Luzynski | 2018-01-22 | 4 | -3/+40 |
* | Implement alternative month names (bug 10871). | Rafal Luzynski | 2018-01-22 | 4 | -7/+51 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 42 | -42/+42 |
* | Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c | H.J. Lu | 2017-12-11 | 1 | -5/+5 |
* | time: Remove the internal_function attribute | Florian Weimer | 2017-08-31 | 2 | -5/+1 |
* | iconv, intl, locale, wcsmbs: Remove internal_function | Florian Weimer | 2017-08-31 | 3 | -7/+2 |
* | Fix strftime build with GCC 8. | Joseph Myers | 2017-06-27 | 1 | -6/+16 |
* | Use locale_t, not __locale_t, throughout glibc | Zack Weinberg | 2017-06-20 | 3 | -4/+4 |
* | Rename xlocale.h to bits/types/__locale_t.h. | Zack Weinberg | 2017-06-20 | 1 | -1/+1 |
* | Update timezone code from tzcode 2017b. | Joseph Myers | 2017-06-16 | 1 | -0/+2 |
* | Remove C++ namespace handling from glibc headers. | Joseph Myers | 2017-03-16 | 4 | -22/+0 |
* | tzset: Clean up preprocessor macros min, max, sign | Florian Weimer | 2017-03-07 | 1 | -7/+7 |
* | timezone: Remove TZNAME_MAX limit from sysconf [BZ #15576] | Florian Weimer | 2017-03-07 | 2 | -61/+4 |
* | tzset: Remove unused NOID macro | Florian Weimer | 2017-03-03 | 2 | -3/+0 |
* | tzset: Remove __attribute_noinline__ from compute_offset | Florian Weimer | 2017-03-03 | 1 | -1/+0 |
* | Split DIAG_* macros to new header libc-diag.h. | Zack Weinberg | 2017-02-25 | 1 | -1/+1 |
* | Add missing header files throughout the testsuite. | Zack Weinberg | 2017-02-16 | 2 | -0/+2 |
* | Fix testsuite build for GCC 7 -Wformat-truncation. | Joseph Myers | 2017-01-11 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 42 | -42/+42 |
* | support: Introduce new subdirectory for test infrastructure | Florian Weimer | 2016-12-09 | 1 | -9/+15 |
* | Fix -Wformat-length warning in time/tst-strptime2.c | Steve Ellcey | 2016-11-02 | 1 | -0/+11 |
* | Installed-header hygiene (BZ#20366): time.h types. | Zack Weinberg | 2016-09-23 | 12 | -188/+190 |
* | Fix build failures with -DDEBUG. | Martin Sebor | 2016-01-15 | 1 | -6/+6 |
* | Use TIME_T_MAX and TIME_T_MIN in tst-mktime2.c | H.J. Lu | 2016-01-14 | 1 | -12/+26 |
* | Force rereading TZDEFRULES after it was used to set DST rules only (bug #19253) | Andreas Schwab | 2016-01-11 | 3 | -1/+61 |