aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++
AgeCommit message (Expand)AuthorFilesLines
2007-10-10guard.cc (struct mutex_wrapper): Move into anonymous namespace.Jason Merrill1-16/+14
2007-10-09re PR libstdc++/33682 (libstdc++ broken for !__GTHREAD_HAS_COND hosts)Zhou Drangon1-0/+2
2007-10-06re PR libstdc++/33678 (__do_catch, __do_upcast ABI change)Benjamin Kosnik1-7/+7
2007-10-05gthr-posix.h (__gthread_cond_broadcast, [...]): Add to extend interface for P...Doug Kwan1-37/+155
2007-09-11Add parallel mode.Johannes Singler1-0/+3
2007-09-09functional_hash.h: Add ext/numeric_traits.h.Benjamin Kosnik1-0/+1
2007-06-26throw_allocator.h: Fixes for -fno-exceptions.Benjamin Kosnik3-23/+37
2007-06-13eh_arm.cc (__cxa_type_match): Handle foreign exceptions.Richard Earnshaw2-7/+15
2007-05-24ltmain.sh: Update from ToT Libtool.Steve Ellcey1-4/+15
2007-05-09cxxabi.h (_GLIBCXX_NOTHROW): New macro.Mark Mitchell1-5/+7
2007-05-08cxxabi-internal.h: Remove, to be replaced by...Jason Merrill5-560/+545
2007-05-08testsuite_abi.cc: Add CXXABI_1.3.2.Benjamin Kosnik1-1/+1
2007-05-07re PR other/28145 (C++ (throw() and catch(...) {/* fall through */ } ) and p...Jason Merrill4-489/+578
2007-05-05cxxabi.h (__cxa_atexit): Conditionalize exception specification on #ifdef __c...Mark Mitchell1-1/+5
2007-05-04atexit_arm.cc: New file.Mark Mitchell5-22/+60
2007-04-11cc_hash_max_collision_check_resize_trigger_imp.hpp: Qualify namespace std mem...Benjamin Kosnik1-11/+11
2007-03-18array_type_info.cc: Likewise.Mark Mitchell18-819/+1285
2007-03-04acinclude.m4 (GLIBCXX_ENABLE_CHEADERS): Add c_global.Benjamin Kosnik1-0/+4
2007-02-01re PR libstdc++/14493 (std::bad_alloc::what() does not explain what happened)Paolo Carlini6-7/+48
2007-02-01eh_alloc.cc (__cxa_free_exception): Don't refer to the emergency_buffer using...Ben Elliston1-3/+4
2007-01-29enc_filebuf.h: Resurrect, update.Benjamin Kosnik1-0/+5
2007-01-24eh_personality.cc (PERSONALITY_FUNCTION): Replace _Unwind_Word with _uleb128_...Andrew Pinski1-1/+1
2007-01-24unwind-dw2-fde.c (get_cie_encoding): Replaced _Unwind_Word with _uleb128_t an...Andreas Krebbel1-11/+11
2006-12-14re PR c++/19564 (-Wparentheses does not work with the C++ front-end)Ian Lance Taylor1-3/+3
2006-11-29throw_allocator.h: Consistent @file markup.Benjamin Kosnik4-3/+8
2006-11-13eh_globals.cc (__cxxabiv1::__cxa_get_globals): Initialize propagatingExceptio...Joseph Myers2-2/+16
2006-11-13bpapi.h (TARGET_BPABI_CPP_BUILTINS): Define __GXX_TYPEINFO_EQUALITY_INLINE bu...Joseph Myers3-3/+39
2006-10-16Makefile.am (tr1_headers): Add new tuple_defs.h.Douglas Gregor1-0/+1
2006-10-11re PR libstdc++/29426 (static __recursive_mutex init vs __GTHREAD_RECURSIVE...Benjamin Kosnik1-19/+31
2006-10-09re PR libstdc++/29095 (cxxabi.h __cxa_cdtor_type not declared when included f...Benjamin Kosnik1-3/+3
2006-09-14atomicity.h: Move to...Benjamin Kosnik2-88/+22
2006-09-12eh_globals.cc: Remove __gnu_internal.Benjamin Kosnik1-9/+6
2006-07-21re PR target/26792 (need to use autoconf when using newly-added libgcc functi...Steve Ellcey2-0/+5
2006-07-21eh_personality.cc: Wrap extern C function definitions in namespace __cxxabiv1.Jason Merrill1-0/+5
2006-07-20PR libstdc++/19664 round 1Benjamin Kosnik1-0/+2
2006-07-10* libsupc++/eh_globals.cc (~__eh_globals_init): Unset _M_init.Mike Stump1-0/+1
2006-06-20eh_arm.cc (__cxa_begin_cleanup): Always return 'true'.Vladimir Prus1-1/+1
2006-05-18cxxabi.h (class __vmi_class_type_info): Correct typo in comment.Danny Smith1-1/+1
2006-05-10pool_allocator.h: Add missing std:: qualifications.Marc Glisse1-1/+1
2006-02-27re PR other/26208 (Serious problem with unwinding through signal frames)Jakub Jelinek1-1/+4
2006-02-07configure.ac (_GLIBCXX_LONG_DOUBLE_COMPAT): New check.Jakub Jelinek1-0/+2
2006-01-25configopts.html: Tweak docs.Benjamin Kosnik1-4/+4
2006-01-18eh_personality.cc (PERSONALITY_FUNCTION): Use std::abort.Paul Brook1-2/+2
2006-01-18[multiple changes]Paolo Carlini2-5/+17
2006-01-03libtool-ldflags: New script.Mark Mitchell2-2/+5
2005-12-19c++config: Add in revised namespace associations.Benjamin Kosnik4-10/+18
2005-12-18post: New.Benjamin Kosnik1-3/+5
2005-11-22re PR libstdc++/23591 (exceptions in plugins in threads cause segmentation vi...Benjamin Kosnik2-64/+91
2005-11-22del_op.cc: Include c++config.h first.Benjamin Kosnik18-22/+18
2005-11-16unwind-arm.h: Reorder interface function declarations.Nathan Sidwell3-21/+38