| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 41 | -41/+41 |
* | Convert miscellaneous function definitions to prototype style. | Joseph Myers | 2015-10-20 | 2 | -54/+17 |
* | Convert 113 more function definitions to prototype style (files with assertio... | Joseph Myers | 2015-10-20 | 1 | -3/+1 |
* | Convert 69 more function definitions to prototype style (line wrap cases). | Joseph Myers | 2015-10-19 | 2 | -9/+4 |
* | Convert 703 function definitions to prototype style. | Joseph Myers | 2015-10-16 | 15 | -57/+20 |
* | Add dependencies on needed locales in each subdir tests (bug 18969) | Andreas Schwab | 2015-10-12 | 1 | -0/+8 |
* | Fix BZ #18985 -- out of range data to strftime() causes a segfault | Paul Pluzhnikov | 2015-09-26 | 2 | -8/+64 |
* | time: in strptime(), make %z accept [+-]HH:MM tz [BZ #17887] | Vincent Bernat | 2015-09-18 | 2 | -8/+27 |
* | time: in strptime(), make %z accept Z as a time zone [BZ #17886] | Vincent Bernat | 2015-09-18 | 2 | -3/+17 |
* | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers | 2015-09-08 | 3 | -3/+3 |
* | time/tst-strptime2.c: test full input range +/- 0-9999 | James Perkins | 2015-08-28 | 1 | -53/+178 |
* | strptime %z: fix rounding, extend range to +/-9959 [BZ #16141] | James Perkins | 2015-08-28 | 2 | -11/+22 |
* | Modify several tests to use test-skeleton.c | Arjun Shankar | 2015-08-06 | 1 | -2/+5 |
* | Check tzspec_len == 0 in __tzfile_read | H.J. Lu | 2015-04-27 | 1 | -1/+2 |
* | test-skeleton: Support temporary files without memory leaks [BZ#18333] | Florian Weimer | 2015-04-27 | 1 | -1/+6 |
* | Make time zone file parser more robust [BZ #17715] | Florian Weimer | 2015-04-24 | 2 | -207/+209 |
* | time: ensure failing strptime() tests are reported correctly | Vincent Bernat | 2015-03-06 | 2 | -8/+2 |
* | Reduce lock contention in __tz_convert() [BZ #16145] (partial fix) | Kevin Easton | 2015-02-24 | 1 | -2/+2 |
* | Fix time/getdate.c build. | Samuel Thibault | 2015-02-08 | 1 | -0/+1 |
* | Define CLOCKS_PER_SEC type to the type clock_t | H.J. Lu | 2015-01-06 | 1 | -2/+2 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 41 | -41/+41 |
* | Replace %ld with %jd and cast to intmax_t | H.J. Lu | 2014-12-30 | 2 | -3/+4 |
* | Fix strftime wcschr namespace (bug 17634). | Joseph Myers | 2014-12-10 | 2 | -3/+3 |
* | Fix tzfile.c namespace (bug 17583). | Joseph Myers | 2014-11-12 | 1 | -18/+21 |
* | Modify several tests to use test-skeleton.c | Arjun Shankar | 2014-11-05 | 7 | -14/+35 |
* | New test for ftime | Arjun Shankar | 2014-09-18 | 2 | -1/+60 |
* | Fix -Wundef warning for HAVE_LOCALTIME_R | Siddhesh Poyarekar | 2014-07-10 | 1 | -0/+1 |
* | Fix Wundef warning for HAVE_STRFTIME | Siddhesh Poyarekar | 2014-07-10 | 1 | -0/+1 |
* | Sync up mktime with gnulib | Paul Eggert | 2014-06-28 | 1 | -2/+2 |