aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++/eh_catch.cc
AgeCommit message (Expand)AuthorFilesLines
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-04-27eh_catch.cc (uncaught_exception, [...]): Return false or zero if the library ...Federico Lenarduzzi1-0/+8
2015-04-27Add support for std::uncaught_exceptions.Ville Voutilainen1-0/+7
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-03-15unwind-cxx.h: Include sys/sdt.h if detected.Tom Tromey1-0/+3
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford1-1/+1
2011-10-10re PR libstdc++/49818 (libsupc++ does not export __cxa_get_globals or related...Benjamin Kosnik1-3/+3
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-15/+10
2005-11-22del_op.cc: Include c++config.h first.Benjamin Kosnik1-1/+0
2005-08-17All files: Update FSF address.Kelley Cook1-2/+2
2005-06-28Makefile.in: Set and use UNWIND_H.Paul Brook1-5/+9
2005-02-22re PR libstdc++/20091 (18_support/14026.cc execution test fails)Richard Henderson1-5/+4
2005-02-18re PR libstdc++/10606 (uncaught_exception() returns false too early)Richard Henderson1-4/+10
2004-08-03cxxabi.h: Make all declarations have default visibility.Mark Mitchell1-2/+2
2004-04-07Fixups for EDG front end.Benjamin Kosnik1-1/+1
2004-02-08re PR libstdc++/14026 (std::uncaught_exception is true although there are no ...Richard Henderson1-3/+5
2003-05-24Makefile.am, [...]: Replace "GNU CC" with "GCC".Nathanael Nerode1-4/+4
2003-05-07except.c: Revert 04-01 and 04-02 forced-unwind changes.Richard Henderson1-9/+36
2001-11-17eh_personality.cc (__cxa_call_unexpected): Take void*.Jason Merrill1-1/+4
2001-06-09acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Check for fgetwc, fgetws.Benjamin Kosnik1-1/+1
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-0/+103