aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
AgeCommit message (Expand)Author
2018-10-26Update ChangeLog and version files for releasereleases/gcc-6.5.0GCC Administrator
2018-10-25PR libstdc++/87749 fix (and optimize) string move constructionJonathan Wakely
2018-10-25PR libstdc++/87704 fix unique_ptr(nullptr_t) constructorsJonathan Wakely
2018-10-18PR libstdc++/87641 correctly initialize accumulator in valarray::sum()Jonathan Wakely
2018-10-15Adjust test to pass with latest glibcJonathan Wakely
2018-10-15PR libstdc++/86751 default assignment operators for std::pairJonathan Wakely
2018-10-12Fix __gnu_cxx::_Pointer_adapter for long long arithmeticJonathan Wakely
2018-10-12Fix experimental::pmr typedefs and add testsJonathan Wakely
2018-10-12PR libstdc++/70966 make pmr::new_delete_resource() immortalJonathan Wakely
2018-10-12PR libstdc++/77854 document size_type for containersJonathan Wakely
2018-10-12PR libstdc++/85098 add missing definitions for static constantsJonathan Wakely
2018-10-09Use -fno-show-column in libstdc++ installed testing.Joseph Myers
2018-08-08PR libstdc++/83982 fix exception-safety guarantee of std::vector::resizeJonathan Wakely
2018-08-08Add noexcept to std::integral_constant membersJonathan Wakely
2018-08-08LWG 3050 Fix cv-qualification of convertibility constraintsJonathan Wakely
2018-08-08Add noexcept to std::shared_future copy operations (LWG DR 2799)Jonathan Wakely
2018-08-08PR libstdc++/80893 Fix null dereference in vector<bool>Jonathan Wakely
2018-08-08PR libstdc++/68519 use native duration to avoid rounding errorsJonathan Wakely
2018-08-08PR libstdc++/86292 fix exception safety of std::vector<InputIterator> constru...Jonathan Wakely
2018-08-08Improve libstdc++ docs w.r.t newer C++ standardsJonathan Wakely
2018-08-08PR libstdc++/60555 std::system_category() should recognise POSIX errno valuesJonathan Wakely
2018-08-08PR libstdc++/86734 use addressof in reverse_iterator::operator->Jonathan Wakely
2018-08-08Fix std::codecvt_utf8<wchar_t> for MingwJonathan Wakely
2018-08-08PR libstdc++/66145 allow catching iostream errors as cxx11 ios::failureJonathan Wakely
2018-07-05backport: re PR libstdc++/86272 (__gnu_debug::string uses undefined __glibcxx...François Dumont
2018-05-14PR libstdc++/67554 Do not pass null pointers to memcpyJonathan Wakely
2018-05-10Document Dual ABI for std::ios_base::failureJonathan Wakely
2018-05-03PR libstdc++/85632 fix wraparound in filesystem::spaceJonathan Wakely
2018-03-02PR libstdc++/84671 handle digit separators in duration literalsJonathan Wakely
2018-02-19PR libstdc++/81797 Add .NOTPARALLEL to include/Makefile for darwinJonathan Wakely
2018-01-29PR libstdc++/83833 fix chi_squared_distribution::param(const param&)Jonathan Wakely
2018-01-19PR libstdc++/83834 replace wildcard pattern in linker scriptJonathan Wakely
2018-01-15Fix type printers for Library Fundamentals typesJonathan Wakely
2018-01-15PR libstdc++/83626 Don't throw for remove("") and remove_all("")Jonathan Wakely
2018-01-05Fix typo in std::wbuffer_convertJonathan Wakely
2018-01-05Improve tests for error reporting in Filesystem TSJonathan Wakely
2018-01-05PR libstdc++/83600 fix end iterator for unready std::match_resultsJonathan Wakely
2018-01-05PR libstdc++/83598 don't modify flags passed to std::basic_regex constructorsJonathan Wakely
2018-01-05PR libstdc++/83279 handle sendfile not copying entire fileJonathan Wakely
2018-01-05Avoid redundant calls to filesystem::status_knownJonathan Wakely
2018-01-05PR libstdc++/79283 fix filesystem::read_symlink for /procJonathan Wakely
2017-12-14PR libstdc++/59568 don't use putback or update value when extraction failsJonathan Wakely
2017-11-11backport: re PR testsuite/81056 (FAIL: 17_intro/names.cc (test for excess err...John David Anglin
2017-10-25Corrections to C++ library status docsJonathan Wakely
2017-10-23PR libstdc++/81395 fix crash when write follows large readJonathan Wakely
2017-10-23Fix path::iterator post-increment and post-decrementJonathan Wakely
2017-09-20PR libstdc++/60936 fix length calculationJonathan Wakely
2017-09-18PR libstdc++/60936 reduce coupling between objects in libstdc++.aJonathan Wakely
2017-09-13PR libstdc++/81468 constrain std::chrono::time_point constructorJonathan Wakely
2017-09-13Fix broken URLs in libstdc++ API docsJonathan Wakely