summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/istream
AgeCommit message (Expand)Author
2025-11-21libstdc++: Implement P3223R2 Making std::istream::ignore less surprisingYuao Ma
2025-01-02Update copyright years.Jakub Jelinek
2024-09-27libstdc++: Fix more pedwarns in headers for C++98Jonathan Wakely
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill
2024-08-28libstdc++: avoid -Wsign-compareJason Merrill
2024-07-24libstdc++: Fix <ostream> and <istream> for -std=gnu++14 -fconcepts [PR116070]Jonathan Wakely
2024-01-03Update copyright years.Jakub Jelinek
2023-11-16libstdc++: Adjust feature test in <istream> and <ostream>Jonathan Wakely
2023-01-16Update copyright years.Jakub Jelinek
2022-11-01libstdc++-v3: Some std::*float*_t charconv and i/ostream overloadsJakub Jelinek
2022-10-03libstdc++: Mark headers that must be hosted as such [PR103626]Arsen Arsenović
2022-07-12libstdc++: Check for EOF if extraction avoids buffer overflow [PR106248]Jonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-05-07libstdc++: Fix constraints for rvalue stream insertion/extractionJonathan Wakely
2021-04-30libstdc++: Implement LWG 1203 for rvalue iostreamsJonathan Wakely
2021-04-06libstdc++: Fix doxygen markup for group close commandsJonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-08-06libstdc++: Adjust overflow prevention to operator>>Jonathan Wakely
2020-08-05libstdc++: Replace operator>>(istream&, char*) [LWG 2499]Jonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-07-25PR libstdc++/53984 handle exceptions in basic_istream::sentryJonathan Wakely
2017-06-21PR libstdc++/80675, PR libstdc++/80940Ville Voutilainen
2017-01-01Update copyright years.Jakub Jelinek
2016-12-01The convertible_to traits need to use a variadic catch-all for the false-cases.Ville Voutilainen
2016-11-30Fix testsuite failures caused by the patch implementing LWG 2534.Ville Voutilainen
2016-11-30Implement LWG 2534, Constrain rvalue stream operators.Ville Voutilainen
2016-07-20LWG 2328 Rvalue stream extraction should use perfect forwardingJonathan Wakely
2016-06-16Remove trailing whitespace from libstdc++ headersJonathan Wakely
2016-01-04Update copyright years.Jakub Jelinek
2015-03-25re PR libstdc++/65543 (rvalue stream insertion and extraction operators incor...Paolo Carlini
2015-01-05Update copyright years.Jakub Jelinek
2014-09-23gnu.ver: Adjust basic_ostream exports.Jonathan Wakely
2014-09-22Make streams movable and swappable.Jonathan Wakely
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-02-20faq.html: Fix spelling.Jonathan Wakely
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill
2012-05-02re PR libstdc++/44015 (template parameters not documented)Benjamin Kosnik
2011-12-10user.cfg.in: Add macros, directories.Benjamin Kosnik
2011-08-07user.cfg.in (PDF_HYPERLINKS): To NO.Benjamin Kosnik
2011-04-15istream: Fix comments in the light of DR60 + N3168.Paolo Carlini
2011-01-30PR libstdc++/36104 part fourBenjamin Kosnik
2011-01-21c++config (_GLIBCXX_EXPORT_TEMPLATE): Remove.Benjamin Kosnik
2010-12-19*: Use headername alias to associate private includes to public includes.Benjamin Kosnik
2010-02-09[multiple changes]Benjamin Kosnik
2010-02-04re PR libstdc++/42460 (man page errors for generated libstdc++ man pages)Benjamin Kosnik
2009-08-03istream (operator>>(basic_istream<>&&, _Tp&)): Minor cosmetic changes, inline.Paolo Carlini
2009-07-31call.c (convert_class_to_reference): Binding an lvalue to an rvalue reference...Jason Merrill