]> git.ipfire.org Git - thirdparty/glibc.git/history - stdlib/cxa_thread_atexit_impl.c
tests: fix warn unused results
[thirdparty/glibc.git] / stdlib / cxa_thread_atexit_impl.c
2023-01-06  Joseph MyersUpdate copyright dates with scripts/update-copyrights
2022-10-18  Florian WeimerUse PTR_MANGLE and PTR_DEMANGLE unconditionally in...
2022-10-18  Florian WeimerIntroduce <pointer_guard.h>, extracted from <sysdep.h>
2022-01-01  Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-07-28  Siddhesh Poyarekar__cxa_thread_atexit_impl: Abort on allocation failure...
2021-01-02  Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-09-07  Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-01-04  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-10-06  Florian WeimerHarden tls_dtor_list with pointer mangling [BZ #19018]
2015-07-24  Siddhesh PoyarekarMention dl_load_lock by name in the comments
2015-07-23  Siddhesh PoyarekarAlso use l_tls_dtor_count to decide on object unload...
2015-07-16  Siddhesh PoyarekarWhitespace fixup in cxa_thread_atexit_impl.c
2015-01-02  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-02-10  Ondřej BílkaUse glibc_likely instead __builtin_expect.
2014-01-01  Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-03-28  Roland McGrathAvoid unconditional __call_tls_dtors calls in static...
2013-02-19  Siddhesh PoyarekarFix copyright year in new files
2013-02-18  Siddhesh PoyarekarC++11 thread_local destructors support