aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++/eh_globals.cc
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-11-04libstdc++: Simplify lifetime of eh_globals variable [PR107500]Jonathan Wakely1-15/+5
2022-11-02libstdc++: Remove more redundant union membersJonathan Wakely1-1/+0
2022-06-21libstdc++: eh_globals: gthreads: reset _S_init before deleting keyAlexandre Oliva1-2/+7
2022-06-10libstdc++: Fix lifetime bugs for non-TLS eh_globals [PR105880]Jonathan Wakely1-14/+37
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford1-2/+1
2011-10-10re PR libstdc++/49818 (libsupc++ does not export __cxa_get_globals or related...Benjamin Kosnik1-8/+8
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-15/+10
2006-11-13eh_globals.cc (__cxxabiv1::__cxa_get_globals): Initialize propagatingExceptio...Joseph Myers1-0/+3
2006-09-12eh_globals.cc: Remove __gnu_internal.Benjamin Kosnik1-9/+6
2006-07-10* libsupc++/eh_globals.cc (~__eh_globals_init): Unset _M_init.Mike Stump1-0/+1
2006-01-18[multiple changes]Paolo Carlini1-3/+14
2005-11-22re PR libstdc++/23591 (exceptions in plugins in threads cause segmentation vi...Benjamin Kosnik1-62/+88
2005-08-17All files: Update FSF address.Kelley Cook1-2/+2
2004-11-01re PR libstdc++/18185 ([3.4 only] Unhandled exceptions leak)Momchil Velikov1-1/+11
2004-08-03cxxabi.h: Make all declarations have default visibility.Mark Mitchell1-2/+2
2004-04-07Fixups for EDG front end.Benjamin Kosnik1-3/+3
2003-05-24Makefile.am, [...]: Replace "GNU CC" with "GCC".Nathanael Nerode1-4/+4
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-1/+0
2001-06-08eh_alloc.cc: Ensure that required macros are defined before including gthr.h.Loren J. Rittle1-16/+14
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-0/+120