summaryrefslogtreecommitdiff
path: root/libstdc++-v3/src/c++11/ios.cc
AgeCommit message (Expand)Author
2025-01-02Update copyright years.Jakub Jelinek
2024-01-03Update copyright years.Jakub Jelinek
2023-01-16Update copyright years.Jakub Jelinek
2022-01-03Update copyright years.Jakub Jelinek
2021-01-04Update copyright years.Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-05-02PR libstdc++/68197 fail on negative iword/pword indicesJonathan Wakely
2018-04-12Remove #define made redundant by r259281Jonathan Wakely
2018-04-10PR libstdc++/85222 allow catching iostream errors as gcc4-compatible ios::fai...Jonathan Wakely
2018-01-03Update copyright years.Jakub Jelinek
2017-02-03PR libstdc++/60936 reduce coupling between objects in libstdc++.aJonathan Wakely
2017-01-01Update copyright years.Jakub Jelinek
2016-04-29Remove trailing whitespace from libstdc++-v3 filesChris Gregory
2016-01-04Update copyright years.Jakub Jelinek
2015-12-18Fix a regression introduced by the fix of libstdc++/68276.Ville Voutilainen
2015-12-18re PR libstdc++/68276 (ios_base::_M_grow_words should use new (std::nothrow))Ville Voutilainen
2015-01-05Update copyright years.Jakub Jelinek
2014-09-24re PR libstdc++/63353 (libstdc++-v3/src/c++11/ios.cc:232: possible typo ?)Jonathan Wakely
2014-09-22Make streams movable and swappable.Jonathan Wakely