aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/27_io/basic_stringbuf
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek99-99/+99
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from 27_io testsJonathan Wakely6-12/+6
2023-02-02libstdc++: Define std::basic_stringbuf::view() for old std::string ABIJonathan Wakely2-2/+0
2023-01-16Update copyright years.Jakub Jelinek99-99/+99
2022-08-31libstdc++: Add [[nodiscard]] attribute to <string> and <string_view>Jonathan Wakely4-20/+20
2022-01-03Update copyright years.Jakub Jelinek99-99/+99
2021-11-24libstdc++: Replace hyphens in effective target keywordsJonathan Wakely6-6/+6
2021-01-04Update copyright years.Jakub Jelinek99-99/+99
2020-11-10libstdc++: Add remaining C++20 additions to <sstream> [P0408R7]Jonathan Wakely2-0/+188
2020-11-05libstdc++: Fix new <sstream> constructorsJonathan Wakely4-18/+318
2020-10-28libstdc++: Implement C++20 features for <sstream>Thomas Rodgers4-0/+296
2020-01-01Update copyright years.Jakub Jelinek93-93/+93
2019-01-01Update copyright years.Jakub Jelinek93-93/+93
2018-10-16PR libstdc++/87618 fix typos in linker scriptJonathan Wakely2-2/+20
2018-07-06P0935R0 Eradicating unnecessarily explicit default constructorsJonathan Wakely2-0/+70
2018-01-03Update copyright years.Jakub Jelinek91-91/+91
2017-07-10PR libstdc++/81381 support stateful allocators in basic_stringbufJonathan Wakely1-0/+42
2017-01-01Update copyright years.Jakub Jelinek90-90/+90
2016-10-1712790-1.cc: Remove 'test' variables.Paolo Carlini81-106/+4
2016-01-04Update copyright years.Jakub Jelinek90-90/+90
2015-11-13Improve portability of named locale testsJohn Marino2-8/+8
2015-09-29PR libstdc++/67583 Fix invalid sputn calls in testsJonathan Wakely2-2/+6
2015-01-05Update copyright years.Jakub Jelinek90-90/+90
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford90-90/+90
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford90-145/+90
2013-01-14vector.cc: Shrink memory usage under simulator.Steve Ellcey2-4/+16
2010-09-15[multiple changes]Paolo Carlini2-2/+4
2010-06-08order_statistics_imp.hpp: Avoid -Wall warnings.Paolo Carlini16-124/+110
2010-06-03c++config (std::size_t, [...]): Provide typedefs.Paolo Carlini4-8/+8
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek90-542/+370
2007-12-10[multiple changes]Paolo Carlini6-17/+22
2007-05-1111.cc: Include <cstring>.Paolo Carlini3-3/+8
2007-02-20[multiple changes]Benjamin Kosnik5-18/+4
2007-02-071.cc: Use only 10000 iterations for simulator targets.Hans-Peter Nilsson1-1/+7
2006-10-06re PR libstdc++/29354 (Error when seeking on an ostringstream)Paolo Carlini2-0/+88
2006-10-03testsuite_allocator.h (allocation_tracker): To tracker_allocator_counter.Benjamin Kosnik1-1/+1
2006-02-17re PR libstdc++/26250 (stringbuf::overflow() fails to set egptr() same as epp...Paolo Carlini2-0/+116
2006-02-0421955.cc: Avoid warning on string constant.Paolo Carlini1-2/+2
2005-10-05re PR libstdc++/24198 (Remove from the testsuite gnu_char_type (or fix it))Paolo Carlini1-88/+3
2005-08-17All files: Update FSF address.Kelley Cook86-86/+86
2005-06-08re PR libstdc++/21955 (std::stringbuf vs. in_avail)Benjamin Kosnik5-10/+64
2005-05-18testsuite_hooks.cc: Remove try_named_locale.Paolo Carlini2-6/+10
2005-04-07test.html: Update.Benjamin Kosnik2-2/+4
2005-02-075.cc: Make buf static.Loren J. Rittle1-2/+2
2004-10-06[multiple changes]Paolo Carlini2-0/+116
2004-10-01sstream.tcc (pbackfail): Implement correctly 27.7.1.3/2, bullet 2...Paolo Carlini4-0/+280
2004-09-30PR libstdc++/10975 (DR 453)Paolo Carlini2-0/+114
2004-09-29std_sstream.h (basic_stringbuf(ios_base::openmode)): Don't use _M_stringbuf_i...Paolo Carlini2-0/+80
2004-08-12re PR libstdc++/16956 ([3.4 only] std::stringbuf::seekoff return wrong positi...Paolo Carlini6-49/+131
2004-08-111.cc: Fix typo.Paolo Carlini1-1/+1