summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/27_io/basic_istream
AgeCommit message (Expand)Author
2022-01-30libstdc++ testsuite: Don't run lwg3464.cc tests on simulatorsHans-Peter Nilsson
2022-01-03Update copyright years.Jakub Jelinek
2021-11-26libstdc++: Fix dg-do directive for tests supposed to be runJonathan Wakely
2021-06-28libstdc++: Implement LWG 415 for std::wsJonathan Wakely
2021-05-07libstdc++: Fix constraints for rvalue stream insertion/extractionJonathan Wakely
2021-04-30libstdc++: Implement LWG 1203 for rvalue iostreamsJonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-12-02libstdc++: Use longer timeout for istream::gcount() overflow testsJonathan Wakely
2020-12-01libstdc++: Use longer timeout for slow running testsJonathan Wakely
2020-08-06libstdc++: Do not set eofbit eagerly in operator>>(istream&, char(&)[N])Jonathan Wakely
2020-08-06libstdc++: Adjust overflow prevention to operator>>Jonathan Wakely
2020-08-05libstdc++: Replace operator>>(istream&, char*) [LWG 2499]Jonathan Wakely
2020-07-31libstdc++: Fix tests that fail for C++98Jonathan Wakely
2020-07-20libstdc++: Avoid overflow in istream::get(streambuf&) [LWG 3464]Jonathan Wakely
2020-07-13libstdc++: Fix istream::ignore exit conditions (PR 94749, PR 96161)Jonathan Wakely
2020-06-11libstdc++: Fix istream::ignore discarding too many chars (PR 94749)Jonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-08-3110.cc: Add dg-require-fileio.Sandra Loosemore
2018-04-10PR libstdc++/85222 allow catching iostream errors as gcc4-compatible ios::fai...Jonathan Wakely
2018-01-03Update copyright years.Jakub Jelinek
2017-07-25PR libstdc++/53984 handle exceptions in basic_istream::sentryJonathan Wakely
2017-06-16Fix missing returns in libstdc++ header and testsJonathan Wakely
2017-06-14Fix libstdc++ testsuite failures with -D_GLIBCXX_USE_CXX11_ABI=0Jonathan Wakely
2017-02-03PR libstdc++/66145 ensure new ABI for ios::failure testsJonathan Wakely
2017-01-16PR66145 use new ABI for std::ios::failure exceptionsJonathan Wakely
2017-01-01Update copyright years.Jakub Jelinek
2016-11-30Implement LWG 2534, Constrain rvalue stream operators.Ville Voutilainen
2016-10-1712790-1.cc: Remove 'test' variables.Paolo Carlini
2016-01-04Update copyright years.Jakub Jelinek
2015-01-05Update copyright years.Jakub Jelinek
2014-12-19New std::string implementation.Jonathan Wakely
2014-04-22Remove obsolete Solaris 9 supportRainer Orth
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford
2013-01-14vector.cc: Shrink memory usage under simulator.Steve Ellcey
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-03-14Remove obsolete Solaris 8 supportRainer Orth
2012-01-251.cc: Add dg-require-time.Richard Sandiford
2010-11-18PR libstdc++/26211 + N3168Paolo Carlini
2010-07-2614220.cc: XFAIL on Solaris 9/x86, 32-bit Solaris 10/x86 and 64-bit Solaris 10...Rainer Orth
2010-06-08order_statistics_imp.hpp: Avoid -Wall warnings.Paolo Carlini
2010-06-03c++config (std::size_t, [...]): Provide typedefs.Paolo Carlini
2009-09-18libstdc++.exp (check_v3_target_binary_io): New.Joseph Myers
2009-07-16istream.tcc (basic_istream<>::operator>>(short&), [...]): Implement resolutio...Paolo Carlini
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek
2009-01-032009-01-03 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini
2009-01-01re PR libstdc++/38678 ([DR XXX] istream::read() calls streambuf::sgetn())Paolo Carlini
2008-09-23PR libstdc++/32422, DR 23 [Ready in R60]Paolo Carlini
2008-01-313983-2.cc: Avoid -Wall warnings.Paolo Carlini