packaing: switch off build_html
[platform/upstream/glibc.git] / time /
2024-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2023-06-30 Martin CoufalAdd checks for wday, yday and new date formats
2023-06-22 Paul EggertCall "CST" a time zone abbreviation, not a name
2023-06-12 Joe Simmons-Talbotttst-getdate: Improve testcase flexibility and add test.
2023-06-09 Martin CoufalRemove unused DATEMSK file for tst-getdate
2023-06-06 Arjun Shankartime: Fix use-after-free in getdate
2023-06-05 Adhemerval Zanellatime: Also check for EPERM while trying to clock_settime
2023-06-02 Paul PluzhnikovFix all the remaining misspellings -- BZ 25337
2023-06-01 Frédéric Bérattests: replace write by xwrite
2023-05-29 Joe Simmons-Talbotttime: strftime_l: Avoid an unbounded alloca.
2023-05-05 Joe Simmons-Talbotttime: Remove alloca() from getdate
2023-03-31 Alejandro Colomartime: Fix strftime(3) API regarding nullability
2023-03-27 Adhemerval Zanella... Move libc_freeres_ptrs and libc_subfreeres to hidden...
2023-02-07 Andreas SchwabUse 64-bit time_t interfaces in strftime and strptime...
2023-01-06 Joseph MyersUpdate copyright dates with scripts/update-copyrights
2023-01-05 Florian Weimertime: Set daylight to 1 for matching DST/offset change...
2022-12-09 Adhemerval Zanella... time: Use 64 bit time on tzfile
2022-11-01 Adhemerval Zanellaconfigure: Use -Wno-ignored-attributes if compiler...
2022-09-22 Adhemerval Zanella... Use '%z' instead of '%Z' on printf functions
2022-09-09 Paul Eggertmktime: improve heuristic for ca-1986 Indiana DST
2022-09-09 Paul EggertAssume HAVE_TZSET in time/mktime.c
2022-06-06 Joseph MyersDeclare timegm for ISO C2X
2022-05-23 Florian Weimerlocale: Remove private union from struct __locale_data
2022-05-23 Florian Weimerlocale: Remove cleanup function pointer from struct...
2022-05-05 Xiaoming Niclock_settime/clock_gettime: Use __nonnull to avoid...
2022-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-12-30 Hans-Peter Nilssontimezone: handle truncated timezones from tzcode-2021d...
2021-10-07 Paul EggertFix subscript error with odd TZif file [BZ #28338]
2021-10-04 Adhemerval Zanellatime: Ignore interval nanoseconds on tst-itimer
2021-09-15 Stafford Hornetime: Fix compile error in itimer test affecting hurd
2021-09-03 Siddhesh PoyarekarRemove "Contributed by" lines
2021-08-14 Stafford Hornetime: Fix overflow itimer tests on 32-bit systems
2021-06-28 Florian WeimerLinux: Cleanups after librt move
2021-06-22 Adhemerval Zanellalinux: Only use 64-bit syscall if required for clock_na...
2021-06-22 Adhemerval ZanellaUse 64 bit time_t stat internally
2021-06-15 Adhemerval Zanellay2038: Add test coverage
2021-06-15 Adhemerval Zanellay2038: Add support for 64-bit time on legacy ABIs
2021-06-15 Adhemerval Zanellatime: Add 64-bit time support for getdate
2021-06-15 Adhemerval Zanellay2038: Add __USE_TIME_BITS64 support for struct timespec
2021-06-15 Adhemerval Zanellay2038: Add __USE_TIME_BITS64 support for struct timeval
2021-06-15 Adhemerval Zanellay2038: Add __USE_TIME_BITS64 support for time_t
2021-05-18 Joseph MyersDo not declare asctime_r and ctime_r for C2X
2021-05-17 Joseph MyersAdd C2X timespec_getres
2021-04-15 Adhemerval Zanellatime: Add 64 bit tests for getdate / getdate_r
2021-04-15 Adhemerval Zanellatime: Add basic timespec_get tests
2021-04-15 Adhemerval Zanellatime: Add timegm/timelocal basic tests
2021-04-15 Adhemerval Zanellatime: Add gmtime/gmtime_r tests
2021-04-15 Adhemerval Zanellatime: Add getitimer and setitimer basic tests
2021-03-25 Florian WeimerSupport for multiple versions in versioned_symbol,...
2021-03-08 Lukasz Majewskitst: Add test for settimeofday
2021-03-08 Lukasz Majewskitst: Add test for clock_settime
2021-02-16 Lukasz Majewskitst: time: Provide Y2038 tests for mktime (tst-mktime4.c)
2021-02-16 Lukasz Majewskitst: Provide test for difftime
2021-02-16 Lukasz Majewskitst: Provide test for ctime
2021-01-02 Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-11-09 Adhemerval Zanellalinux: Allow adjtime with NULL argument [BZ #26833]
2020-10-27 Adhemerval ZanellaHurd: Fix ftime build
2020-10-27 Adhemerval Zanellatime: Add 64-bit time_t support for ftime
2020-10-27 Adhemerval ZanellaReinstate ftime and add deprecate message on ftime...
2020-10-26 Stefan LieblerRemove timing related checks of time/tst-cpuclock1
2020-10-16 Adhemerval ZanellaMove ftime to a compatibility symbol
2020-09-11 Adhemerval ZanellaRemove internal usage of extensible stat functions
2020-08-05 Paul EggertSync mktime.c from Gnulib
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...
next