summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/fstream.tcc
AgeCommit message (Expand)Author
2025-01-02Update copyright years.Jakub Jelinek
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill
2024-09-19libstdc++: add #pragma diagnosticJason Merrill
2024-01-03Update copyright years.Jakub Jelinek
2023-01-16Update copyright years.Jakub Jelinek
2022-11-11libstdc++: Avoid redundant checks in std::use_facet [PR103755]Jonathan Wakely
2022-11-08libstdc++: basic_filebuf: don't flush more often than necessary [PR63746]Charles-François Natali
2022-01-03Update copyright years.Jakub Jelinek
2021-01-04Update copyright years.Jakub Jelinek
2020-10-28libstdc++: Override BUFSIZ for Windows targets [PR 94268]Jonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-08-14PR libstdc++/85343 overload __throw_ios_failure to take errnoJonathan Wakely
2018-05-21Add support for opening file streams from wide character stringsJonathan Wakely
2018-05-14PR libstdc++/81256 fix exception handling in basic_filebuf::closeJonathan Wakely
2018-01-03Update copyright years.Jakub Jelinek
2017-07-19Fix indentation in std::basic_filebuf member functionsJonathan Wakely
2017-07-19PR libstdc++/81395 fix crash when write follows large readJonathan Wakely
2017-01-01Update copyright years.Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek
2015-01-05Update copyright years.Jakub Jelinek
2014-09-22Make streams movable and swappable.Jonathan Wakely
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-12-09re PR libstdc++/59427 (Opening with ios::in | ios::app does not allow appending)Paolo Carlini
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford
2011-03-04Makefile.am (inst_sources): Make source instantion files conditional.Benjamin Kosnik
2011-02-28re PR libstdc++/47921 (pbump will overflow when input n is larger than 2G-1)Paolo Carlini
2011-01-30PR libstdc++/36104 part fourBenjamin Kosnik
2011-01-15re PR libstdc++/36104 (gnu-versioned-namespace is broken)Benjamin Kosnik
2010-12-19*: Use headername alias to associate private includes to public includes.Benjamin Kosnik
2010-10-06re PR libstdc++/45841 (r164529 cris-elf libstdc++ 27_io/basic_filebuf/seekoff...David Krauss
2010-09-22re PR libstdc++/45628 (std::fstream::tellg invalidates I/O buffer)David Krauss
2010-06-03c++config (std::size_t, [...]): Provide typedefs.Paolo Carlini
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek
2009-02-03re PR libstdc++/25191 (exception_defines.h #defines try/catch)Paolo Carlini
2008-05-14sstream: Adjust braces.Benjamin Kosnik
2007-10-01valarray-inst.cc, [...]: Fix comment typos.Jonathan Wakely
2007-05-11pod_char_traits.h (char_traits<>::move): Use __builtin_memmove.Paolo Carlini
2007-05-08cxxabi-internal.h: Remove, to be replaced by...Jason Merrill
2007-05-07re PR other/28145 (C++ (throw() and catch(...) {/* fall through */ } ) and p...Jason Merrill
2007-03-27fstream.tcc (basic_filebuf<>::underflow): Don't call codecvt::in at all if _M...Paolo Carlini
2006-03-22re PR libstdc++/26777 (sync_with_stdio(false) triggers bug with sgetc and pub...Paolo Carlini
2005-12-19c++config: Add in revised namespace associations.Benjamin Kosnik
2005-08-17All files: Update FSF address.Kelley Cook
2005-06-08re PR libstdc++/21955 (std::stringbuf vs. in_avail)Benjamin Kosnik
2005-04-30re PR libstdc++/21286 (filebuf::xsgetn vs pipes)Paolo Carlini
2005-04-08re PR libstdc++/20806 (basic_filebuf::xsgetn() fails with text mode and DOS ...Danny Smith
2005-01-06fstream.tcc: Remove unnecessary qualifications for uglified data members of b...Benjamin Kosnik
2004-11-24doxygroups.cc: Add std::tr1 namespace.Benjamin Kosnik
2004-09-17fstream.tcc (xsgetn): Slightly tweak conditional, as per Nathan's original su...Paolo Carlini