[vms] Add missing vmsdbgout_early_finish
[gcc.git] / libstdc++-v3 /
2017-11-18 Edward Smith-Rowlandspecfun.h: Expose airy_ai and airy_bi.
2017-11-17 Igor TsimbalistEnable building libstdc++-v3 with Intel CET
2017-11-17 Jonathan WakelyPR libstdc++/83025 fix constraints for path overloads...
2017-11-16 Marc GlisseTweak vector::_M_realloc_insert for code size
2017-11-16 Jason MerrillRemove wrong ChangeLog entry
2017-11-16 Jonathan WakelyAdd noexcept to std::shared_future copy operations...
2017-11-16 Jason Merrill* include/std/numeric (gcd): Fix typo.
2017-11-15 Ville VoutilainenFix gcd breakage.
2017-11-15 Jonathan WakelyMinor improvements to Filesystem tests
2017-11-15 Jonathan WakelyAdd noexcept to generic std::size, std::empty and std...
2017-11-14 Ville VoutilainenImplement LWG 2733 and LWG 2759
2017-11-14 Jonathan WakelyFix typo in std::wbuffer_convert
2017-11-11 Jonathan WakelyMinor tweak to libstdc++ testsuite helper type
2017-11-10 Jonathan WakelyPR libstdc++/82917 add missing returns in <fstream>
2017-11-07 Jonathan WakelyCheck for S_ISSOCK before use
2017-11-06 François Dumonttr1.cc: Compile with -O0.
2017-11-06 Martin LiskaFix -Wreturn-type fallout.
2017-11-06 Paolo Carlinideduction.cc: Avoid -Wreturn-type warnings.
2017-11-05 Gerald Pfeifer* doc/xml/manual/abi.xml: Move docs.oracle.com referenc...
2017-11-03 Jonathan WakelyDefine std::endian for C++2a (P0463R1)
2017-11-03 Jonathan WakelyRemove _Node_insert_return::get() member functions...
2017-11-01 François Dumontprinters.py (StdExpAnyPrinter.__init__): Strip typename...
2017-11-01 Jonathan WakelyPR libstdc++/82777 fix path normalization for dot-dot
2017-10-30 Jonathan WakelyDon't create broken symlink in libstdc++-v3/include...
2017-10-30 Jonathan WakelyRemove ios_mode::trunc from basic_ofstream openmode...
2017-10-30 Jonathan WakelyMinor tweak to libstdc++ FAQ
2017-10-30 Jonathan WakelyMinor header reorganization for unordered containers
2017-10-30 Ville VoutilainenImplement LWG 2485
2017-10-27 Jonathan WakelySimplify _Node_insert_return to avoid including <tuple>
2017-10-27 Jonathan WakelyList headers in Makefile in alphabetical order
2017-10-27 Jonathan WakelyRemove noexcept from filesystem iterators and operation...
2017-10-27 Jonathan WakelyMake filesystem::file_status default constructor non...
2017-10-27 Jonathan WakelyProvide filesystem::path overloads for file streams...
2017-10-27 Jonathan WakelyDefine std::filesystem::path::format enum (P0430R2)
2017-10-26 Jonathan WakelyProtect more algorithms from overloaded comma operators
2017-10-26 Ville VoutilainenDeduction guides for associative containers, debug...
2017-10-25 Jonathan WakelyUpdate C++17 library status documentation
2017-10-25 Jonathan WakelyPR libstdc++/82716 avoid stupid -Wmismatched-tags warnings
2017-10-25 Jonathan WakelyPR libstdc++/79283 fix filesystem::read_symlink for...
2017-10-25 Jonathan WakelyFix filesystem::path::lexically_normal algorithm
2017-10-25 Jonathan WakelyPR libstdc++/82706 fix test for case where operations...
2017-10-24 François Dumontlibstdc++.exp (check_v3_target_normal_mode): Add c...
2017-10-24 Jonathan WakelyAvoid -Wattribute-alias warnings for long double compat...
2017-10-24 Jonathan WakelyRefactor std::basic_string_view members and add noexcept
2017-10-24 Jonathan WakelyPR libstdc++/82685 add 'noexcept' to string_view literals
2017-10-23 Jonathan WakelyImplement C++17 Filesystem library
2017-10-23 Jonathan WakelyPR libstdc++/82644 document IS 29124 support
2017-10-21 Jonathan WakelyFix invalid path::iterator test
2017-10-20 Jonathan WakelyUpdate value of __cpp_lib_chrono feature-test macro
2017-10-20 Jonathan WakelyDefine __cpp_lib_byte feature-test macro
2017-10-19 Jonathan WakelyImprove tests for error reporting in Filesystem TS
2017-10-19 Jonathan WakelyFix path::iterator post-increment and post-decrement
2017-10-19 Jonathan WakelyUpdate references to C++17 in libstdc++ manual
2017-10-19 Jonathan WakelyUse __LONG_LONG_MAX__ instead of LONG_LONG_MAX in test
2017-10-16 François Dumontre PR libstdc++/82558 (V8 JavaScript engine segfaults...
2017-10-13 Jonathan WakelyPR libstdc++/82522 overload map insert functions for...
2017-10-13 Jonathan WakelyPR libstdc++/82481 Suppress clang-tidy warnings
2017-10-10 Jonathan WakelyUpdate comment referring to status of LWG issue 111
2017-10-10 Jonathan WakelyPR libstdc++/82417 do not include C99 <complex.h> in...
2017-10-05 Jonathan WakelyFix new testsuite failure on newlib targets
2017-10-04 Petr Ovtchenkov2017-10-04 Petr Ovtchenkov <ptr@void-ptr.info>
2017-10-02 Jakub Jelinekcharconv (__unsigned_least_t): Fix number of closing...
2017-10-02 Jonathan WakelyC++17 P0067R5 std::to_chars and std::from_chars (partial)
2017-09-27 François Dumont22131.cc: Make test less istreambuf_iterator implementa...
2017-09-25 Uros Bizjakre PR c/81854 (weak alias of an incompatible symbol...
2017-09-21 Jonathan WakelyFix tests for std::clamp
2017-09-20 Jonathan WakelyPR libstdc++/79162 Fix std::string regression due to...
2017-09-20 Jonathan WakelyPR libstdc++/79162 Fix std::string regression due to...
2017-09-20 Jonathan WakelyFix failing C++17 test
2017-09-20 Jonathan WakelyPR libstdc++/81469 deprecate std::uncaught_exception...
2017-09-20 Jonathan WakelyDeprecate nested types in std::hash
2017-09-20 Jonathan WakelyRemove non-standard std::copy_exception function
2017-09-20 Jonathan WakelyPR libstdc++/82262 fix std::hash<std::optional<const T>>
2017-09-19 Jonathan WakelyPR libstdc++/71500 restore C++11 compatibility in ...
2017-09-19 Jonathan WakelyPR libstdc++/82254 fix std::is_nothrow_invocable_r...
2017-09-18 Jonathan WakelyPR libstdc++/81468 fix test for duration conversions
2017-09-18 Jonathan WakelyUse built-in for std::make_integer_sequnce
2017-09-18 Jonathan WakelyPR libstdc++/71187 reimplement declval without add_rval...
2017-09-15 Jakub Jelinekinvoke.texi: Document -std=c++17 and -std=gnu++17 and...
2017-09-13 Jonathan WakelyPR libstdc++/81468 constrain std::chrono::time_point...
2017-09-13 Jonathan WakelyFix broken URLs in libstdc++ API docs
2017-09-13 Jonathan WakelyPR libstdc++/81835 fix broken URLs in libstdc++ docs
2017-09-13 Jonathan WakelyDefine std::__to_address helper
2017-09-12 Jonathan WakelyPR libstdc++/79433 no #error for including TS headers...
2017-09-12 Jonathan WakelyPR libstdc++/79433 no #error for including headers...
2017-09-12 Jonathan WakelyPR libstdc++/70483 make std::experimental::string_view...
2017-09-11 Jonathan WakelyPR libstdc++/70483 make std::string_view fully constexpr
2017-09-11 Tim Shenre PR libstdc++/71500 (regex::icase only works on first...
2017-09-11 Jonathan WakelyAdjust test to pass with old std::string
2017-09-09 Gerald Pfeiferallocator.xml: Adjust link for Hoard.
2017-09-04 Daniel KrueglerPR libstdc++/79162 implement LWG 2946 and LWG 2758
2017-08-31 Jonathan WakelyPR c++/82039 suppress -Wzero-as-null-pointer-constant...
2017-08-24 François Dumontstl_list.h [!_GLIBCXX_INLINE_VERSION](_List_base<>...
2017-08-21 Jonathan WakelyPR libstdc++/81912 make std::__iterator_category constexpr
2017-08-21 Richard Bienerre PR go/78628 (GO fails to build a translation unit...
2017-08-20 Martin Seborre PR c/81854 (weak alias of an incompatible symbol...
2017-08-20 John David AnglinFix typo.
2017-08-20 John David Anglinre PR testsuite/81056 (FAIL: 17_intro/names.cc (test...
2017-08-18 Jonathan WakelySimplify allocator usage in unordered containers
2017-08-18 Jonathan WakelyPR libstdc++/81891 fix double-free in hashtable constructor
next