Age | Commit message (Expand) | Author | Files | Lines |
2019-11-11 | Declare asctime_r, ctime_r, gmtime_r, localtime_r for C2X. | Joseph Myers | 1 | -4/+4 |
2019-11-06 | Refactor nanosleep in terms of clock_nanosleep | Adhemerval Zanella | 1 | -1/+1 |
2019-11-06 | nptl: Move nanosleep implementation to libc | Adhemerval Zanella | 1 | -0/+1 |
2019-10-31 | Sync time/mktime.c with gnulib | Paul Eggert | 1 | -1/+1 |
2019-10-30 | Make second argument of gettimeofday as 'void *' | Zack Weinberg | 2 | -13/+14 |
2019-10-30 | Use clock_gettime to implement gettimeofday. | Adhemerval Zanella | 1 | -10/+22 |
2019-10-30 | Use clock_gettime to implement timespec_get. | Zack Weinberg | 1 | -10/+4 |
2019-10-30 | Consolidate and deprecate ftime | Zack Weinberg | 3 | -18/+18 |
2019-10-30 | Change most internal uses of time to __clock_gettime. | Adhemerval Zanella | 2 | -2/+1 |
2019-10-30 | Use clock_gettime to implement time. | Adhemerval Zanella | 1 | -7/+6 |
2019-10-30 | Use clock_settime to implement settimeofday. | Zack Weinberg | 3 | -8/+52 |
2019-10-30 | Use clock_settime to implement stime; withdraw stime. | Zack Weinberg | 2 | -18/+13 |
2019-10-27 | time: Introduce function to check correctness of nanoseconds value | Lukasz Majewski | 1 | -2/+1 |
2019-10-08 | Make tst-strftime2 and tst-strftime3 depend on locale generation | Gabriel F. T. Gomes | 1 | -0/+2 |
2019-10-01 | time: Add padding for the timespec if required | Alistair Francis | 1 | -0/+13 |
2019-09-25 | Set the expects flags to clock_nanosleep | Adhemerval Zanella | 1 | -0/+1 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 52 | -52/+52 |
2019-09-04 | Finish move of clock_* functions to libc. [BZ #24959] | Zack Weinberg | 11 | -2/+772 |
2019-08-21 | Don't use the argument to time. | Zack Weinberg | 2 | -2/+2 |
2019-04-30 | Make mktime etc. compatible with __time64_t | Paul Eggert | 3 | -32/+150 |
2019-04-03 | time/tst-strftime3.c: Disable snprintf warning. | DJ Delorie | 1 | -0/+10 |
2019-04-02 | Add Reiwa era tests to time/tst-strftime3.c | DJ Delorie | 1 | -1/+57 |
2019-04-02 | ja_JP locale: Add entry for the new Japanese era [BZ #22964] | TAMUKI Shoichi | 1 | -5/+8 |
2019-04-02 | time: Add tests for Minguo calendar [BZ #24293] | TAMUKI Shoichi | 2 | -8/+37 |
2019-04-02 | time/tst-strftime2.c: Make the file easier to maintain | TAMUKI Shoichi | 1 | -40/+73 |
2019-04-01 | Fix strptime era handling, add more strftime tests [BZ #24394] | DJ Delorie | 3 | -3/+466 |
2019-03-17 | * time/mktime.c: Update obsolete URL in comment. | Paul Eggert | 1 | -1/+1 |
2019-02-27 | Add some spaces before '('. | Joseph Myers | 1 | -1/+1 |
2019-02-25 | Break more lines before not after operators. | Joseph Myers | 1 | -3/+3 |
2019-02-22 | Break some lines before not after operators. | Joseph Myers | 5 | -16/+16 |
2019-02-11 | Fix a few whitespace arrangement inconsistencies in time/strftime_l.c | TAMUKI Shoichi | 1 | -3/+3 |
2019-02-08 | tst-strftime2: Use array_length macros instead of magic numbers | TAMUKI Shoichi | 1 | -1/+2 |
2019-02-04 | time: Avoid alignment gaps in __tzfile_read | Florian Weimer | 1 | -30/+27 |
2019-02-03 | time: Use struct alloc_buffer in __tzfile_read | Florian Weimer | 1 | -49/+50 |
2019-02-03 | time: Use int, not long int, for internal GMT offsets | Florian Weimer | 2 | -7/+7 |
2019-01-24 | strftime: Pass the additional flags from "%EY" to "%Ey" [BZ #24096] | TAMUKI Shoichi | 3 | -9/+146 |
2019-01-24 | strftime: Set the default width of "%Ey" to 2 [BZ #23758] | TAMUKI Shoichi | 1 | -1/+1 |
2019-01-12 | Fix a few typos in comments | Dmitry V. Levin | 1 | -1/+1 |
2019-01-11 | strftime: Consequently use the "L_" macro with character literals | TAMUKI Shoichi | 1 | -3/+3 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 43 | -43/+43 |
2018-12-20 | Y2038: make __difftime compatible with 64-bit time | Albert ARIBAUD (3ADEV) | 1 | -9/+24 |
2018-12-18 | Y2038: add function __ctime64_r | Albert ARIBAUD (3ADEV) | 1 | -2/+17 |
2018-12-18 | Y2038: add function __ctime64 | Albert ARIBAUD (3ADEV) | 1 | -2/+17 |
2018-12-18 | Y2038: add function __gmtime64_r | Albert ARIBAUD (3ADEV) | 1 | -1/+17 |
2018-12-18 | Y2038: add function __gmtime64 | Albert ARIBAUD (3ADEV) | 1 | -2/+16 |
2018-12-18 | Y2038: add function __localtime64_r | Albert ARIBAUD (3ADEV) | 1 | -1/+16 |
2018-12-17 | Y2038: add function __localtime64 | Albert ARIBAUD (3ADEV) | 1 | -1/+15 |
2018-12-05 | Y2038: make __tz_convert compatible with 64-bit-time | Albert ARIBAUD (3ADEV) | 5 | -37/+24 |
2018-11-15 | mktime: DEBUG_MKTIME cleanup | Paul Eggert | 1 | -160/+2 |
2018-11-15 | mktime: fix non-EOVERFLOW errno handling | Paul Eggert | 1 | -98/+99 |