summaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++/eh_alloc.cc
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-161-1/+1
* libstdc++: Define _GNU_SOURCE for secure_getenv on Cygwin [PR107511]Jonathan Wakely2022-11-041-0/+5
* libstdc++: Disable all emergency EH pool code if obj-count == 0Jonathan Wakely2022-10-141-1/+19
* libstdc++: Fix bootstrap for --disable-threads build [PR107221]Jonathan Wakely2022-10-111-2/+2
* libstdc++: Allow emergency EH alloc pool size to be tuned [PR68606]Jonathan Wakely2022-10-111-65/+160
* Fix bug in emergency cxa pool freeKeef Aragon2022-08-171-2/+2
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Fix after P0600.Ulrich Drepper2019-01-211-1/+1
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* re PR libstdc++/80721 (Sorting/Merging of free EH-emergency buffer may wrong ...Richard Biener2017-06-021-5/+17
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* libstdc++/69945 Add __gnu_cxx::__freeres hookJonathan Wakely2016-03-241-0/+19
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* re PR libstdc++/64798 (g++.old-deja/g++.eh/badalloc1.C FAILs)Richard Biener2015-01-281-8/+9
* re PR libstdc++/64535 (Emergency buffer for exception allocation too small)Richard Biener2015-01-221-84/+179
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Core DR 475 PR c++/41174 PR c++/59224Jason Merrill2014-01-271-12/+0
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-021-1/+1
* Update copyright in libstdc++-v3.Richard Sandiford2013-02-031-2/+1
* os_defines.h (_GLIBCXX_LLP64): Define if llp64 abi is used.Kai Tietz2012-12-211-1/+5
* re PR libstdc++/49818 (libsupc++ does not export __cxa_get_globals or related...Benjamin Kosnik2011-10-101-5/+5
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-091-14/+9
* re PR libstdc++/38732 (Openoffice.org segfaults with runtime libs built from ...Jakub Jelinek2009-01-071-5/+5
* [multiple changes]Paolo Carlini2008-08-231-1/+67
* 2008-08-22 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini2008-08-221-67/+1
* Re-instate last patch...Paolo Carlini2008-08-141-1/+67
* 2008-08-13 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini2008-08-131-67/+1
* Add exception propagation support as per N2179.Sebastian Redl2008-08-131-1/+67
* eh_alloc.cc (__cxa_free_exception): Don't refer to the emergency_buffer using...Ben Elliston2007-02-011-3/+4
* atomicity.h: Move to...Benjamin Kosnik2006-09-141-33/+8
* pool_allocator.h: Add missing std:: qualifications.Marc Glisse2006-05-101-1/+1
* [multiple changes]Paolo Carlini2006-01-181-2/+3
* c++config: Add in revised namespace associations.Benjamin Kosnik2005-12-191-2/+2
* del_op.cc: Include c++config.h first.Benjamin Kosnik2005-11-221-2/+2
* All files: Update FSF address.Kelley Cook2005-08-171-2/+2
* re PR libstdc++/10606 (uncaught_exception() returns false too early)Richard Henderson2005-02-181-0/+6
* cxxabi.h: Make all declarations have default visibility.Mark Mitchell2004-08-031-2/+2
* Makefile.am (hosted_source): Add libmath and testsuite.Mark Mitchell2004-08-021-4/+17
* Fixups for EDG front end.Benjamin Kosnik2004-04-071-3/+3
* Makefile.am, [...]: Replace "GNU CC" with "GCC".Nathanael Nerode2003-05-241-4/+4
* std_cwchar.h: Guard.Benjamin Kosnik2002-06-191-1/+1
* locale.cc (locale::locale(const char*)): Make sure global locales are initial...Benjamin Kosnik2001-07-021-1/+1
* eh_alloc.cc: Ensure that required macros are defined before including gthr.h.Loren J. Rittle2001-06-081-1/+2
* eh_alloc.cc (__cxa_allocate_exception): Qualify malloc with std:: .Phil Edwards2001-05-251-2/+2
* std_cstring.h: #define away all global functions we will redeclare in namespa...Mark Mitchell2001-05-251-1/+1
* eh_alloc.cc (__cxa_allocate_exception): Don't terminate holding the mutex.Nathan Sidwell2001-04-121-1/+6
* IA-64 ABI Exception Handling.Richard Henderson2001-03-281-0/+157