]> git.ipfire.org Git - thirdparty/glibc.git/history - time
stdlib: resolve a double lock init issue after fork [BZ #32994]
[thirdparty/glibc.git] / time /
2025-05-16  Florian WeimerRemove <libc-tsd.h>
2025-01-01  Paul EggertUpdate copyright dates with scripts/update-copyrights
2024-12-15  H.J. LuUse empty initializer to silence GCC 4.9 or older
2024-12-15  H.J. LuRevert "Add braces in initializers for GCC 4.9 or older"
2024-12-15  H.J. Lutst-difftime.c: Use "main (void)"
2024-12-14  H.J. LuReturn EXIT_UNSUPPORTED if __builtin_add_overflow unava...
2024-12-14  H.J. LuAdd braces in initializers for GCC 4.9 or older
2024-10-31  Joseph MyersLink tst-clock_gettime with $(librt)
2024-10-30  Joseph MyersAdd tests of time, gettimeofday, clock_gettime
2024-07-12  Samuel Dobrontime/Makefile: Split and sort tests
2024-06-27  Florian Weimertime: Avoid memcmp overread in tzset (bug 31931)
2024-06-15  Paul EggertModernize and fix doc’s “Date and Time” (BZ 31876)
2024-06-04  Paul Eggertdifftime can throw exceptions
2024-05-27  Paul Eggertdifftime is pure, not const
2024-05-01  Carlos O'Donelltime: Allow later version licensing.
2024-04-02  Adhemerval ZanellaAlways define __USE_TIME_BITS64 when 64 bit time_t...
2024-02-01  Joseph MyersRefer to C23 in place of C2X in glibc
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...
next