Disable warnings due to deprecated libselinux symbols used by nss and nscd
[platform/upstream/glibc.git] / time /
2020-07-10 Lucas A. M. MagalhaesFix time/tst-cpuclock1 intermitent failures
2020-05-15 Paul EggertUpdate timezone code from tzcode 2020a
2020-05-05 Lukasz Majewskiy2038: Export __clock_gettime64 to be usable in other...
2020-02-13 Adhemerval Zanellaalpha: Fix static gettimeofday symbol
2020-02-12 Adhemerval Zanellaalpha: Use generic gettimeofday implementation
2020-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-11-11 Joseph MyersDeclare asctime_r, ctime_r, gmtime_r, localtime_r for...
2019-11-06 Adhemerval ZanellaRefactor nanosleep in terms of clock_nanosleep
2019-11-06 Adhemerval Zanellanptl: Move nanosleep implementation to libc
2019-10-31 Paul EggertSync time/mktime.c with gnulib
2019-10-30 Zack WeinbergMake second argument of gettimeofday as 'void *'
2019-10-30 Adhemerval ZanellaUse clock_gettime to implement gettimeofday.
2019-10-30 Zack WeinbergUse clock_gettime to implement timespec_get.
2019-10-30 Zack WeinbergConsolidate and deprecate ftime
2019-10-30 Adhemerval ZanellaChange most internal uses of time to __clock_gettime.
2019-10-30 Adhemerval ZanellaUse clock_gettime to implement time.
2019-10-30 Zack WeinbergUse clock_settime to implement settimeofday.
2019-10-30 Zack WeinbergUse clock_settime to implement stime; withdraw stime.
2019-10-27 Lukasz Majewskitime: Introduce function to check correctness of nanose...
2019-10-08 Gabriel F. T. GomesMake tst-strftime2 and tst-strftime3 depend on locale...
2019-10-01 Alistair Francistime: Add padding for the timespec if required
2019-09-25 Adhemerval ZanellaSet the expects flags to clock_nanosleep
2019-09-07 Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-09-04 Zack WeinbergFinish move of clock_* functions to libc. [BZ #24959]
2019-08-21 Zack WeinbergDon't use the argument to time.
2019-04-30 Paul EggertMake mktime etc. compatible with __time64_t
2019-04-03 DJ Delorietime/tst-strftime3.c: Disable snprintf warning.
2019-04-02 DJ DelorieAdd Reiwa era tests to time/tst-strftime3.c
2019-04-02 TAMUKI Shoichija_JP locale: Add entry for the new Japanese era [BZ...
2019-04-02 TAMUKI Shoichitime: Add tests for Minguo calendar [BZ #24293]
2019-04-02 TAMUKI Shoichitime/tst-strftime2.c: Make the file easier to maintain
2019-04-01 DJ DelorieFix strptime era handling, add more strftime tests...
2019-03-17 Paul Eggert* time/mktime.c: Update obsolete URL in comment.
2019-02-27 Joseph MyersAdd some spaces before '('.
2019-02-25 Joseph MyersBreak more lines before not after operators.
2019-02-22 Joseph MyersBreak some lines before not after operators.
2019-02-11 TAMUKI ShoichiFix a few whitespace arrangement inconsistencies in...
2019-02-08 TAMUKI Shoichitst-strftime2: Use array_length macros instead of magic...
2019-02-04 Florian Weimertime: Avoid alignment gaps in __tzfile_read
2019-02-03 Florian Weimertime: Use struct alloc_buffer in __tzfile_read
2019-02-03 Florian Weimertime: Use int, not long int, for internal GMT offsets
2019-01-24 TAMUKI Shoichistrftime: Pass the additional flags from "%EY" to ...
2019-01-24 TAMUKI Shoichistrftime: Set the default width of "%Ey" to 2 [BZ ...
2019-01-12 Dmitry V. LevinFix a few typos in comments
2019-01-11 TAMUKI Shoichistrftime: Consequently use the "L_" macro with characte...
2019-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-12-20 Albert ARIBAUD ... Y2038: make __difftime compatible with 64-bit time
2018-12-18 Albert ARIBAUD ... Y2038: add function __ctime64_r
2018-12-18 Albert ARIBAUD ... Y2038: add function __ctime64
2018-12-18 Albert ARIBAUD ... Y2038: add function __gmtime64_r
2018-12-18 Albert ARIBAUD ... Y2038: add function __gmtime64
2018-12-18 Albert ARIBAUD ... Y2038: add function __localtime64_r
2018-12-17 Albert ARIBAUD ... Y2038: add function __localtime64
2018-12-05 Albert ARIBAUD ... Y2038: make __tz_convert compatible with 64-bit-time
2018-11-15 Paul Eggertmktime: DEBUG_MKTIME cleanup
2018-11-15 Paul Eggertmktime: fix non-EOVERFLOW errno handling
2018-11-15 Paul Eggertmktime: fix bug with Y2038 DST transition
2018-11-15 Paul Eggertmktime: make more room for overflow
2018-11-15 Paul Eggertmktime: simplify offset guess
2018-11-15 Paul Eggertmktime: new test for mktime failure
2018-11-15 Paul Eggertmktime: fix EOVERFLOW bug
2018-10-24 Albert ARIBAUD ... Y2038: Add 64-bit time for all architectures
2018-10-23 Florian Weimertime/tst-mktime2: Improve test error reporting
2018-10-17 Andreas SchwabDon't reduce test timeout to less than default
2018-10-08 Paul Eggertmktime fix for Gnulib + coreutils
2018-09-20 Paul EggertFix mktime localtime offset confusion
2018-09-20 Paul EggertMerge mktime, timegm from upstream Gnulib
2018-09-18 Paul EggertSimplify tzfile fstat failure code
2018-09-18 Paul EggertFix tzfile low-memory assertion failure
2018-06-28 Florian WeimerUse _STRUCT_TIMESPEC as guard in <bits/types/struct_tim...
2018-05-18 Joseph MyersFix year 2039 bug for localtime with 64-bit time_t...
2018-05-11 Florian Weimertime: Use 64-bit time values for time zone parsing
2018-02-21 Joseph MyersFix -Os getc_unlocked linknamespace, localplt issues...
2018-02-19 Joseph MyersFix -Os ferror_unlocked linknamespace, localplt issues...
2018-02-15 Joseph MyersFix -Os feof_unlocked linknamespace, localplt issues...
2018-02-02 Sean McKeantime: Reference CLOCKS_PER_SEC in clock comment [BZ...
2018-01-29 Rafal Luzynskiru_RU, ru_UA: Add alternative month names (bug 10871).
2018-01-22 Rafal Luzynskipl_PL: Add alternative month names (bug 10871).
2018-01-22 Rafal LuzynskiAbbreviated alternative month names (%Ob) also added...
2018-01-22 Rafal LuzynskiImplement alternative month names (bug 10871).
2018-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-12-11 H.J. LuReplace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c
2017-08-31 Florian Weimertime: Remove the internal_function attribute
2017-08-31 Florian Weimericonv, intl, locale, wcsmbs: Remove internal_function
2017-06-27 Joseph MyersFix strftime build with GCC 8.
2017-06-21 Zack WeinbergUse locale_t, not __locale_t, throughout glibc
2017-06-21 Zack WeinbergRename xlocale.h to bits/types/__locale_t.h.
2017-06-16 Joseph MyersUpdate timezone code from tzcode 2017b.
2017-03-16 Joseph MyersRemove C++ namespace handling from glibc headers.
2017-03-07 Florian Weimertzset: Clean up preprocessor macros min, max, sign
2017-03-07 Florian Weimertimezone: Remove TZNAME_MAX limit from sysconf [BZ...
2017-03-03 Florian Weimertzset: Remove unused NOID macro
2017-03-03 Florian Weimertzset: Remove __attribute_noinline__ from compute_offset
2017-02-25 Zack WeinbergSplit DIAG_* macros to new header libc-diag.h.
2017-02-16 Zack WeinbergAdd missing header files throughout the testsuite.
2017-01-11 Joseph MyersFix testsuite build for GCC 7 -Wformat-truncation.
2017-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-12-09 Florian Weimersupport: Introduce new subdirectory for test infrastructure
2016-11-02 Steve EllceyFix -Wformat-length warning in time/tst-strptime2.c
2016-09-23 Zack WeinbergInstalled-header hygiene (BZ#20366): time.h types.
next