summaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++/eh_alloc.cc
AgeCommit message (Expand)Author
2025-01-02Update copyright years.Jakub Jelinek
2024-01-03Update copyright years.Jakub Jelinek
2023-01-16Update copyright years.Jakub Jelinek
2022-11-04libstdc++: Define _GNU_SOURCE for secure_getenv on Cygwin [PR107511]Jonathan Wakely
2022-10-14libstdc++: Disable all emergency EH pool code if obj-count == 0Jonathan Wakely
2022-10-11libstdc++: Fix bootstrap for --disable-threads build [PR107221]Jonathan Wakely
2022-10-11libstdc++: Allow emergency EH alloc pool size to be tuned [PR68606]Jonathan Wakely
2022-08-17Fix bug in emergency cxa pool freeKeef Aragon
2022-01-03Update copyright years.Jakub Jelinek
2021-01-04Update copyright years.Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-01-21Fix after P0600.Ulrich Drepper
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-06-02re PR libstdc++/80721 (Sorting/Merging of free EH-emergency buffer may wrong ...Richard Biener
2017-01-01Update copyright years.Jakub Jelinek
2016-03-24libstdc++/69945 Add __gnu_cxx::__freeres hookJonathan Wakely
2016-01-04Update copyright years.Jakub Jelinek
2015-01-28re PR libstdc++/64798 (g++.old-deja/g++.eh/badalloc1.C FAILs)Richard Biener
2015-01-22re PR libstdc++/64535 (Emergency buffer for exception allocation too small)Richard Biener
2015-01-05Update copyright years.Jakub Jelinek
2014-01-27Core DR 475 PR c++/41174 PR c++/59224Jason Merrill
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford
2012-12-21os_defines.h (_GLIBCXX_LLP64): Define if llp64 abi is used.Kai Tietz
2011-10-10re PR libstdc++/49818 (libsupc++ does not export __cxa_get_globals or related...Benjamin Kosnik
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek
2009-01-07re PR libstdc++/38732 (Openoffice.org segfaults with runtime libs built from ...Jakub Jelinek
2008-08-23[multiple changes]Paolo Carlini
2008-08-222008-08-22 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini
2008-08-14Re-instate last patch...Paolo Carlini
2008-08-132008-08-13 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini
2008-08-13Add exception propagation support as per N2179.Sebastian Redl
2007-02-01eh_alloc.cc (__cxa_free_exception): Don't refer to the emergency_buffer using...Ben Elliston
2006-09-14atomicity.h: Move to...Benjamin Kosnik
2006-05-10pool_allocator.h: Add missing std:: qualifications.Marc Glisse
2006-01-18[multiple changes]Paolo Carlini
2005-12-19c++config: Add in revised namespace associations.Benjamin Kosnik
2005-11-22del_op.cc: Include c++config.h first.Benjamin Kosnik
2005-08-17All files: Update FSF address.Kelley Cook
2005-02-18re PR libstdc++/10606 (uncaught_exception() returns false too early)Richard Henderson
2004-08-03cxxabi.h: Make all declarations have default visibility.Mark Mitchell
2004-08-02Makefile.am (hosted_source): Add libmath and testsuite.Mark Mitchell
2004-04-07Fixups for EDG front end.Benjamin Kosnik
2003-05-24Makefile.am, [...]: Replace "GNU CC" with "GCC".Nathanael Nerode
2002-06-19std_cwchar.h: Guard.Benjamin Kosnik
2001-07-02locale.cc (locale::locale(const char*)): Make sure global locales are initial...Benjamin Kosnik
2001-06-08eh_alloc.cc: Ensure that required macros are defined before including gthr.h.Loren J. Rittle
2001-05-25eh_alloc.cc (__cxa_allocate_exception): Qualify malloc with std:: .Phil Edwards
2001-05-25std_cstring.h: #define away all global functions we will redeclare in namespa...Mark Mitchell