2021-01-02 |
Paul Eggert | Update copyright dates with scripts/update-copyrights |
tree | commitdiff |
2020-11-09 |
Adhemerval Zanella | linux: Allow adjtime with NULL argument [BZ #26833] |
tree | commitdiff |
2020-10-27 |
Adhemerval Zanella | Hurd: Fix ftime build |
tree | commitdiff |
2020-10-27 |
Adhemerval Zanella | time: Add 64-bit time_t support for ftime |
tree | commitdiff |
2020-10-27 |
Adhemerval Zanella | Reinstate ftime and add deprecate message on ftime... |
tree | commitdiff |
2020-10-26 |
Stefan Liebler | Remove timing related checks of time/tst-cpuclock1 |
tree | commitdiff |
2020-10-16 |
Adhemerval Zanella | Move ftime to a compatibility symbol |
tree | commitdiff |
2020-09-11 |
Adhemerval Zanella | Remove internal usage of extensible stat functions |
tree | commitdiff |
2020-08-05 |
Paul Eggert | Sync mktime.c from Gnulib |
tree | commitdiff |
2020-07-10 |
Lucas A. M. Magalhaes | Fix time/tst-cpuclock1 intermitent failures |
tree | commitdiff |
2020-05-15 |
Paul Eggert | Update timezone code from tzcode 2020a |
tree | commitdiff |
2020-05-05 |
Lukasz Majewski | y2038: Export __clock_gettime64 to be usable in other... |
tree | commitdiff |
2020-02-13 |
Adhemerval Zanella | alpha: Fix static gettimeofday symbol |
tree | commitdiff |
2020-02-12 |
Adhemerval Zanella | alpha: Use generic gettimeofday implementation |
tree | commitdiff |
2020-01-01 |
Joseph Myers | Update copyright dates with scripts/update-copyrights. |
tree | commitdiff |
2019-11-11 |
Joseph Myers | Declare asctime_r, ctime_r, gmtime_r, localtime_r for... |
tree | commitdiff |
2019-11-06 |
Adhemerval Zanella | Refactor nanosleep in terms of clock_nanosleep |
tree | commitdiff |
2019-11-06 |
Adhemerval Zanella | nptl: Move nanosleep implementation to libc |
tree | commitdiff |
2019-10-31 |
Paul Eggert | Sync time/mktime.c with gnulib |
tree | commitdiff |
2019-10-30 |
Zack Weinberg | Make second argument of gettimeofday as 'void *' |
tree | commitdiff |
2019-10-30 |
Adhemerval Zanella | Use clock_gettime to implement gettimeofday. |
tree | commitdiff |
2019-10-30 |
Zack Weinberg | Use clock_gettime to implement timespec_get. |
tree | commitdiff |
2019-10-30 |
Zack Weinberg | Consolidate and deprecate ftime |
tree | commitdiff |
2019-10-30 |
Adhemerval Zanella | Change most internal uses of time to __clock_gettime. |
tree | commitdiff |
2019-10-30 |
Adhemerval Zanella | Use clock_gettime to implement time. |
tree | commitdiff |
2019-10-30 |
Zack Weinberg | Use clock_settime to implement settimeofday. |
tree | commitdiff |
2019-10-30 |
Zack Weinberg | Use clock_settime to implement stime; withdraw stime. |
tree | commitdiff |
2019-10-27 |
Lukasz Majewski | time: Introduce function to check correctness of nanose... |
tree | commitdiff |
2019-10-08 |
Gabriel F. T. Gomes | Make tst-strftime2 and tst-strftime3 depend on locale... |
tree | commitdiff |
2019-10-01 |
Alistair Francis | time: Add padding for the timespec if required |
tree | commitdiff |
2019-09-25 |
Adhemerval Zanella | Set the expects flags to clock_nanosleep |
tree | commitdiff |
2019-09-07 |
Paul Eggert | Prefer https to http for gnu.org and fsf.org URLs |
tree | commitdiff |
2019-09-04 |
Zack Weinberg | Finish move of clock_* functions to libc. [BZ #24959] |
tree | commitdiff |
2019-08-21 |
Zack Weinberg | Don't use the argument to time. |
tree | commitdiff |
2019-04-30 |
Paul Eggert | Make mktime etc. compatible with __time64_t |
tree | commitdiff |
2019-04-03 |
DJ Delorie | time/tst-strftime3.c: Disable snprintf warning. |
tree | commitdiff |
2019-04-02 |
DJ Delorie | Add Reiwa era tests to time/tst-strftime3.c |
tree | commitdiff |
2019-04-02 |
TAMUKI Shoichi | ja_JP locale: Add entry for the new Japanese era [BZ... |
tree | commitdiff |
2019-04-02 |
TAMUKI Shoichi | time: Add tests for Minguo calendar [BZ #24293] |
tree | commitdiff |
2019-04-02 |
TAMUKI Shoichi | time/tst-strftime2.c: Make the file easier to maintain |
tree | commitdiff |
2019-04-01 |
DJ Delorie | Fix strptime era handling, add more strftime tests... |
tree | commitdiff |
2019-03-17 |
Paul Eggert | * time/mktime.c: Update obsolete URL in comment. |
tree | commitdiff |
2019-02-27 |
Joseph Myers | Add some spaces before '('. |
tree | commitdiff |
2019-02-25 |
Joseph Myers | Break more lines before not after operators. |
tree | commitdiff |
2019-02-22 |
Joseph Myers | Break some lines before not after operators. |
tree | commitdiff |
2019-02-11 |
TAMUKI Shoichi | Fix a few whitespace arrangement inconsistencies in... |
tree | commitdiff |
2019-02-08 |
TAMUKI Shoichi | tst-strftime2: Use array_length macros instead of magic... |
tree | commitdiff |
2019-02-04 |
Florian Weimer | time: Avoid alignment gaps in __tzfile_read |
tree | commitdiff |
2019-02-03 |
Florian Weimer | time: Use struct alloc_buffer in __tzfile_read |
tree | commitdiff |
2019-02-03 |
Florian Weimer | time: Use int, not long int, for internal GMT offsets |
tree | commitdiff |
2019-01-24 |
TAMUKI Shoichi | strftime: Pass the additional flags from "%EY" to ... |
tree | commitdiff |
2019-01-24 |
TAMUKI Shoichi | strftime: Set the default width of "%Ey" to 2 [BZ ... |
tree | commitdiff |
2019-01-12 |
Dmitry V. Levin | Fix a few typos in comments |
tree | commitdiff |
2019-01-11 |
TAMUKI Shoichi | strftime: Consequently use the "L_" macro with characte... |
tree | commitdiff |
2019-01-01 |
Joseph Myers | Update copyright dates with scripts/update-copyrights. |
tree | commitdiff |
2018-12-20 |
Albert ARIBAUD ... | Y2038: make __difftime compatible with 64-bit time |
tree | commitdiff |
2018-12-18 |
Albert ARIBAUD ... | Y2038: add function __ctime64_r |
tree | commitdiff |
2018-12-18 |
Albert ARIBAUD ... | Y2038: add function __ctime64 |
tree | commitdiff |
2018-12-18 |
Albert ARIBAUD ... | Y2038: add function __gmtime64_r |
tree | commitdiff |
2018-12-18 |
Albert ARIBAUD ... | Y2038: add function __gmtime64 |
tree | commitdiff |
2018-12-18 |
Albert ARIBAUD ... | Y2038: add function __localtime64_r |
tree | commitdiff |
2018-12-17 |
Albert ARIBAUD ... | Y2038: add function __localtime64 |
tree | commitdiff |
2018-12-05 |
Albert ARIBAUD ... | Y2038: make __tz_convert compatible with 64-bit-time |
tree | commitdiff |
2018-11-15 |
Paul Eggert | mktime: DEBUG_MKTIME cleanup |
tree | commitdiff |
2018-11-15 |
Paul Eggert | mktime: fix non-EOVERFLOW errno handling |
tree | commitdiff |
2018-11-15 |
Paul Eggert | mktime: fix bug with Y2038 DST transition |
tree | commitdiff |
2018-11-15 |
Paul Eggert | mktime: make more room for overflow |
tree | commitdiff |
2018-11-15 |
Paul Eggert | mktime: simplify offset guess |
tree | commitdiff |
2018-11-15 |
Paul Eggert | mktime: new test for mktime failure |
tree | commitdiff |
2018-11-15 |
Paul Eggert | mktime: fix EOVERFLOW bug |
tree | commitdiff |
2018-10-24 |
Albert ARIBAUD ... | Y2038: Add 64-bit time for all architectures |
tree | commitdiff |
2018-10-23 |
Florian Weimer | time/tst-mktime2: Improve test error reporting |
tree | commitdiff |
2018-10-17 |
Andreas Schwab | Don't reduce test timeout to less than default |
tree | commitdiff |
2018-10-08 |
Paul Eggert | mktime fix for Gnulib + coreutils |
tree | commitdiff |
2018-09-20 |
Paul Eggert | Fix mktime localtime offset confusion |
tree | commitdiff |
2018-09-20 |
Paul Eggert | Merge mktime, timegm from upstream Gnulib |
tree | commitdiff |
2018-09-18 |
Paul Eggert | Simplify tzfile fstat failure code |
tree | commitdiff |
2018-09-18 |
Paul Eggert | Fix tzfile low-memory assertion failure |
tree | commitdiff |
2018-06-28 |
Florian Weimer | Use _STRUCT_TIMESPEC as guard in <bits/types/struct_tim... |
tree | commitdiff |
2018-05-18 |
Joseph Myers | Fix year 2039 bug for localtime with 64-bit time_t... |
tree | commitdiff |
2018-05-11 |
Florian Weimer | time: Use 64-bit time values for time zone parsing |
tree | commitdiff |
2018-02-21 |
Joseph Myers | Fix -Os getc_unlocked linknamespace, localplt issues... |
tree | commitdiff |
2018-02-19 |
Joseph Myers | Fix -Os ferror_unlocked linknamespace, localplt issues... |
tree | commitdiff |
2018-02-15 |
Joseph Myers | Fix -Os feof_unlocked linknamespace, localplt issues... |
tree | commitdiff |
2018-02-02 |
Sean McKean | time: Reference CLOCKS_PER_SEC in clock comment [BZ... |
tree | commitdiff |
2018-01-29 |
Rafal Luzynski | ru_RU, ru_UA: Add alternative month names (bug 10871). |
tree | commitdiff |
2018-01-22 |
Rafal Luzynski | pl_PL: Add alternative month names (bug 10871). |
tree | commitdiff |
2018-01-22 |
Rafal Luzynski | Abbreviated alternative month names (%Ob) also added... |
tree | commitdiff |
2018-01-22 |
Rafal Luzynski | Implement alternative month names (bug 10871). |
tree | commitdiff |
2018-01-01 |
Joseph Myers | Update copyright dates with scripts/update-copyrights. |
tree | commitdiff |
2017-12-11 |
H.J. Lu | Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c |
tree | commitdiff |
2017-08-31 |
Florian Weimer | time: Remove the internal_function attribute |
tree | commitdiff |
2017-08-31 |
Florian Weimer | iconv, intl, locale, wcsmbs: Remove internal_function |
tree | commitdiff |
2017-06-27 |
Joseph Myers | Fix strftime build with GCC 8. |
tree | commitdiff |
2017-06-21 |
Zack Weinberg | Use locale_t, not __locale_t, throughout glibc |
tree | commitdiff |
2017-06-21 |
Zack Weinberg | Rename xlocale.h to bits/types/__locale_t.h. |
tree | commitdiff |
2017-06-16 |
Joseph Myers | Update timezone code from tzcode 2017b. |
tree | commitdiff |
2017-03-16 |
Joseph Myers | Remove C++ namespace handling from glibc headers. |
tree | commitdiff |
2017-03-07 |
Florian Weimer | tzset: Clean up preprocessor macros min, max, sign |
tree | commitdiff |
2017-03-07 |
Florian Weimer | timezone: Remove TZNAME_MAX limit from sysconf [BZ... |
tree | commitdiff |
next |