about summary refs log tree commit diff
path: root/stdlib/cxa_thread_atexit_impl.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer2022-10-181-4/+0
* Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer2022-10-181-0/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* __cxa_thread_atexit_impl: Abort on allocation failure [BZ #18524]Siddhesh Poyarekar2021-07-281-0/+4
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Harden tls_dtor_list with pointer mangling [BZ #19018]Florian Weimer2015-10-061-1/+9
* Mention dl_load_lock by name in the commentsSiddhesh Poyarekar2015-07-241-9/+10
* Also use l_tls_dtor_count to decide on object unload (BZ #18657)Siddhesh Poyarekar2015-07-231-18/+72
* Whitespace fixup in cxa_thread_atexit_impl.cSiddhesh Poyarekar2015-07-161-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-1/+1
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Avoid unconditional __call_tls_dtors calls in static linking.Roland McGrath2013-03-281-1/+1
* Fix copyright year in new filesSiddhesh Poyarekar2013-02-191-1/+1
* C++11 thread_local destructors supportSiddhesh Poyarekar2013-02-181-0/+102