summaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++/eh_throw.cc
AgeCommit message (Expand)Author
2025-01-02Update copyright years.Jakub Jelinek
2024-10-25non-gcc: Remove trailing whitespaceJakub Jelinek
2024-01-03Update copyright years.Jakub Jelinek
2023-01-16Update copyright years.Jakub Jelinek
2022-01-03Update copyright years.Jakub Jelinek
2021-11-04libstdc++: Deprecate std::unexpected and handler functionsJonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-12-05Correct noexcept mismatch in declarations.Jason Merrill
2017-01-04Support exception propagation without lock-free atomic intPauli Nieminen
2017-01-01Update copyright years.Jakub Jelinek
2016-08-22libstdc++/68297 avoid throw/catch in make_exception_ptrGleb Natapov
2016-01-04Update copyright years.Jakub Jelinek
2015-05-13sjlj.m4: New file.Eric Botcazou
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-04-05re PR libstdc++/56841 (ld: Unsatisfied symbol "__atomic_exchange_8" in file /...Jonathan Wakely
2013-03-15unwind-cxx.h: Include sys/sdt.h if detected.Tom Tromey
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford
2012-02-10PR libstdc++/51798 continued.Benjamin Kosnik
2011-12-16re PR target/51135 (SIGSEGV during exception cleanup on win32)Kai Tietz
2011-12-12revert: re PR target/51135 (SIGSEGV during exception cleanup on win32)Paolo Carlini
2011-12-12PR libstdc++/511135Kai Tietz
2011-12-01acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): Remove size-specific macros.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
2005-11-22del_op.cc: Include c++config.h first.Benjamin Kosnik
2005-11-16unwind-arm.h: Reorder interface function declarations.Nathan Sidwell
2005-08-17All files: Update FSF address.Kelley Cook
2005-06-28Makefile.in: Set and use UNWIND_H.Paul Brook
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
2003-07-05Move from CPP to CXX.Benjamin Kosnik
2003-05-27os_defines.h: Define _LIBUNWIND_STD_ABI if we are on IA64 HP-UX.Steve Ellcey
2003-05-24Makefile.am, [...]: Replace "GNU CC" with "GCC".Nathanael Nerode
2003-05-07except.c: Revert 04-01 and 04-02 forced-unwind changes.Richard Henderson
2002-08-15unwind-cxx.h (__cxa_exception): Change catchTemp type from void* to _Unwind_Ptr.Steve Ellcey
2001-11-23ChangeLog, [...]: Fix spelling errors.Joseph Myers
2001-03-28IA-64 ABI Exception Handling.Richard Henderson