PR libstdc++/pr66689 - comp_ellint_3 and ellint_3 return garbage values
[gcc.git] / libstdc++-v3 / libsupc++ /
2017-11-17 Igor TsimbalistEnable building libstdc++-v3 with Intel CET
2017-09-20 Jonathan WakelyPR libstdc++/81469 deprecate std::uncaught_exception...
2017-09-20 Jonathan WakelyRemove non-standard std::copy_exception function
2017-09-13 Jonathan WakelyPR libstdc++/81835 fix broken URLs in libstdc++ docs
2017-07-19 Volker Reicheltnew (bad_array_new_length): Remove redundant semicolon...
2017-06-02 Jonathan WakelyRemove libsupc++ makefile targets setting -std=gnu...
2017-06-02 Richard Bienerre PR libstdc++/80721 (Sorting/Merging of free EH-emerg...
2017-04-19 Jonathan Wakely* libsupc++/new: Update comment on #endif directive.
2017-04-19 Jonathan WakelyPR libstdc++/80446 cope with libc defining __has_builtin
2017-03-02 Jonathan WakelyPR libstdc++/79789 fix non-reserved names in headers
2017-01-26 Jonathan WakelyPR libstdc++/79190 add fallback aligned_alloc implement...
2017-01-26 Jakub Jelinekupdate-copyright.py: Add libhsail-rt to self.default_di...
2017-01-17 Jonathan WakelyPR79114 use decayed type in std::throw_with_nested...
2017-01-17 Jakub Jelinekre PR other/79046 (g++ -print-file-name=plugin uses...
2017-01-06 Rainer OrthBuild libgo with -Wa,-nH if possible (PR go/78978)...
2017-01-04 Jonathan WakelyPR78968 add configure check for __cxa_thread_atexit...
2017-01-04 Pauli NieminenSupport exception propagation without lock-free atomic int
2017-01-01 Jakub JelinekUpdate copyright years.
2016-11-15 Jonathan WakelyPR 59406 note that FNV hash functions are incorrect
2016-11-07 Jason MerrillImplement P0012R1, Make exception specifications part...
2016-10-28 Jonathan WakelyImplement std::launder for C++17
2016-10-26 Bernd Edlingerre PR libstdc++/78110 (freestanding libstdc++ fails...
2016-10-21 Jonathan WakelyUse global operator new in std::make_exception_ptr
2016-10-12 Jonathan WakelyRemove 'return' from noreturn function
2016-10-11 Jonathan WakelySimplify std::rethrow_if_nested definition
2016-10-10 Jonathan WakelyUse noexcept instead of _GLIBCXX_USE_NOEXCEPT
2016-09-28 Alan ModraDisable .gnu.attributes tags in compatibility-ldbl.o
2016-09-26 Marek PolacekImplement -Wimplicit-fallthrough.
2016-09-16 Jonathan WakelyReplace modulus with mask operation in over-aligned new
2016-09-16 Jonathan WakelyAdjust arguments to aligned_alloc or posix_memalign
2016-09-11 Jonathan WakelyFix bootstrap failure when ATOMIC_INT_LOCK_FREE < 2
2016-09-09 Jason MerrillImplement P0035R4, C++17 new of over-aligned types.
2016-08-22 Gleb Natapovlibstdc++/68297 avoid throw/catch in make_exception_ptr
2016-07-20 Jonathan WakelyUse static pointer to member when catching nullptr
2016-07-15 Jonathan Wakelyc++/58796 Make nullptr match exception handlers of...
2016-07-12 Jonathan WakelyRemove unused operator delete overloads (LWG 2458)
2016-03-24 Jonathan Wakelylibstdc++/69945 Add __gnu_cxx::__freeres hook
2016-03-18 Uros Bizjak* libsupc++/guard.cc: Revert my last commit.
2016-03-18 Uros BizjakRevert:
2016-01-15 Torvald Riegellibstdc++: Make certain exceptions transaction_safe.
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-11 Ville Voutilainenre PR libstdc++/68139 (rethrow_if_nested should tolerat...
2015-11-11 Jonathan Wakely* libsupc++/new_handler.cc: Fix for explicit constructo...
2015-11-11 Ville VoutilainenLWG 2510, make the default constructors of library...
2015-11-11 Jonathan Wakelyre PR libstdc++/64651 (std::rethrow_exception not found...
2015-11-03 Jason Merrill* libsupc++/new: Declare sized deletes.
2015-10-04 Jason MerrillImplement N4514, C++ Extensions for Transactional Memory.
2015-07-24 Michael Haubenwallnerlibstdc++-v3/fragment.am (AM_CPPFLAGS): Add CPPFLAGS
2015-07-02 Uros Bizjakguard.cc (__test_and_acquire): Use __p after __atomic_l...
2015-06-12 Ramana RadhakrishnanUse atomics in guard.cc.
2015-05-21 Jason Merrilldel_opv.cc: Suppress -Wsized-deallocation.
2015-05-13 Eric Botcazousjlj.m4: New file.
2015-05-13 Michael Haubenwallnerlibstdc++: Bump to automake 1.11.6
2015-04-28 Jonathan Wakelyexception (uncaught_exceptions): Add comment.
2015-04-27 Federico Lenarduzzieh_catch.cc (uncaught_exception, [...]): Return false...
2015-04-27 Ville VoutilainenAdd support for std::uncaught_exceptions.
2015-04-27 Dmitry Prokoptsevre PR libstdc++/62258 (uncaught_exception() equals...
2015-03-17 Jonathan Wakelynested_exception.h: Do not try to derive from final...
2015-01-29 Caroline TiceCommitting generated configure & Makefile.in pieces...
2015-01-29 Caroline TiceCommitting VTV Cygwin patch for Patrick Wollgast
2015-01-28 Jonathan Wakelyre PR libstdc++/64828 (libstdc++-v3/libsupc++/del_opvs...
2015-01-28 Richard Bienerre PR libstdc++/64798 (g++.old-deja/g++.eh/badalloc1...
2015-01-22 Richard Bienerre PR libstdc++/64535 (Emergency buffer for exception...
2015-01-09 Andreas Toblerunwind-arm-common.h: Revert previous commit.
2015-01-09 Andreas Toblerconfigure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
2015-01-07 Jonathan WakelyMakefile.am: Compile del_ops.cc as C++14.
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-19 Jonathan WakelyNew std::string implementation.
2014-12-15 Jason MerrillN3778: Sized Deallocation
2014-12-12 Jonathan Wakelyre PR libstdc++/64276 (would be better to use __cpp_exc...
2014-12-12 Jonathan Wakelyre PR libstdc++/64241 (make_exception_ptr returns garba...
2014-12-12 Jason MerrillRemove N3639 "array of runtime length" from -std=c...
2014-09-18 Jason Merrilldyncast.cc (__dynamic_cast): Handle mid-destruction...
2014-09-10 Tony Wangre PR libgcc/56846 (_Unwind_Backtrace on ARM and noexcept)
2014-08-19 Yaakov Selkowitzos_defines.h (_GLIBCXX_THREAD_ATEXIT_WIN32): Define.
2014-08-15 Jonathan Wakelyre PR libstdc++/62154 (std::throw_with_nested should...
2014-08-01 Zifei Tongatexit_thread.cc (HAVE___CXA_THREAD_ATEXIT_IMPL): Add...
2014-07-09 Jason Merrillre PR libstdc++/61728 (lost symbol FUNC:_ZNK10__cxxabiv...
2014-06-30 Jason Merrillre PR ipa/61659 (Extra undefined symbol because of...
2014-05-20 Alexey Merzlyakovre PR target/61223 (libstdc++ build fail due to pop...
2014-05-17 Marc Glissenew_op.cc: Factor the calls to malloc, use __builtin_ex...
2014-05-16 Alexey Merzlyakovre PR libstdc++/60758 (Infinite backtrace in __cxa_end...
2014-03-31 Jonathan Wakely* libsupc++/eh_ptr.cc: Improve static_assert messages.
2014-03-27 Jonathan Wakelyre PR libstdc++/60612 (Throwing exception, catching...
2014-03-12 Roland McGrathPR libstdc++/59392: Fix ARM EABI uncaught throw from...
2014-01-27 Jason MerrillCore DR 475 PR c++/41174 PR c++/59224
2014-01-02 Richard SandifordUpdate copyright years in libstdc++-v3/
2013-11-15 Ondřej Bílkabuild_hacking.xml: Fix documentation typos.
2013-10-03 Marc Glissedel_op.cc (operator delete): Don't test for 0 before...
2013-08-07 Caroline TiceCommit the vtable verification feature.
2013-07-22 Jason Merrillre PR libstdc++/57914 (Memory leak in __cxa_thread_atex...
2013-05-13 Benjamin KosnikMakefile.am (sources): Add bad_array_length.cc, bad_arr...
2013-05-09 Jason MerrillN3639 C++1y VLA support
2013-05-09 Jason MerrillCore 624/N2932: Throw bad_array_new_length on overflow
2013-04-24 Jonathan Wakelyre PR libstdc++/56905 ([C++11][DR 1130] std::copy_excep...
2013-04-24 Jason Merrill* libsupc++/initializer_list: Fix typos.
2013-04-05 Jonathan Wakelyre PR libstdc++/56841 (ld: Unsatisfied symbol "__atomic...
2013-04-03 Jonathan Wakelyexception (get_terminate(), [...]): Declare.
2013-03-16 Jonathan Wakelyre PR libstdc++/56468 (Clang exposes bug with unexpecte...
2013-03-15 Tom Tromeyunwind-cxx.h: Include sys/sdt.h if detected.
next