aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/fstream.tcc
AgeCommit message (Expand)AuthorFilesLines
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-10-28libstdc++: Override BUFSIZ for Windows targets [PR 94268]Jonathan Wakely1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-08-14PR libstdc++/85343 overload __throw_ios_failure to take errnoJonathan Wakely1-2/+3
2018-05-21Add support for opening file streams from wide character stringsJonathan Wakely1-0/+36
2018-05-14PR libstdc++/81256 fix exception handling in basic_filebuf::closeJonathan Wakely1-3/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-07-19Fix indentation in std::basic_filebuf member functionsJonathan Wakely1-56/+54
2017-07-19PR libstdc++/81395 fix crash when write follows large readJonathan Wakely1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-09-22Make streams movable and swappable.Jonathan Wakely1-0/+85
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-12-09re PR libstdc++/59427 (Opening with ios::in | ios::app does not allow appending)Paolo Carlini1-2/+4
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford1-3/+1
2011-03-04Makefile.am (inst_sources): Make source instantion files conditional.Benjamin Kosnik1-2/+1
2011-02-28re PR libstdc++/47921 (pbump will overflow when input n is larger than 2G-1)Paolo Carlini1-7/+5
2011-01-30PR libstdc++/36104 part fourBenjamin Kosnik1-2/+5
2011-01-15re PR libstdc++/36104 (gnu-versioned-namespace is broken)Benjamin Kosnik1-2/+2
2010-12-19*: Use headername alias to associate private includes to public includes.Benjamin Kosnik1-2/+2
2010-10-06re PR libstdc++/45841 (r164529 cris-elf libstdc++ 27_io/basic_filebuf/seekoff...David Krauss1-111/+117
2010-09-22re PR libstdc++/45628 (std::fstream::tellg invalidates I/O buffer)David Krauss1-24/+76
2010-06-03c++config (std::size_t, [...]): Provide typedefs.Paolo Carlini1-8/+8
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-14/+9
2009-02-03re PR libstdc++/25191 (exception_defines.h #defines try/catch)Paolo Carlini1-4/+4
2008-05-14sstream: Adjust braces.Benjamin Kosnik1-15/+17
2007-10-01valarray-inst.cc, [...]: Fix comment typos.Jonathan Wakely1-1/+1
2007-05-11pod_char_traits.h (char_traits<>::move): Use __builtin_memmove.Paolo Carlini1-3/+3
2007-05-08cxxabi-internal.h: Remove, to be replaced by...Jason Merrill1-2/+3
2007-05-07re PR other/28145 (C++ (throw() and catch(...) {/* fall through */ } ) and p...Jason Merrill1-28/+45
2007-03-27fstream.tcc (basic_filebuf<>::underflow): Don't call codecvt::in at all if _M...Paolo Carlini1-5/+8
2006-03-22re PR libstdc++/26777 (sync_with_stdio(false) triggers bug with sgetc and pub...Paolo Carlini1-7/+10
2005-12-19c++config: Add in revised namespace associations.Benjamin Kosnik1-3/+4
2005-08-17All files: Update FSF address.Kelley Cook1-1/+1
2005-06-08re PR libstdc++/21955 (std::stringbuf vs. in_avail)Benjamin Kosnik1-2/+1
2005-04-30re PR libstdc++/21286 (filebuf::xsgetn vs pipes)Paolo Carlini1-14/+22
2005-04-08re PR libstdc++/20806 (basic_filebuf::xsgetn() fails with text mode and DOS ...Danny Smith1-2/+17
2005-01-06fstream.tcc: Remove unnecessary qualifications for uglified data members of b...Benjamin Kosnik1-26/+26
2004-11-24doxygroups.cc: Add std::tr1 namespace.Benjamin Kosnik1-0/+5
2004-09-17fstream.tcc (xsgetn): Slightly tweak conditional, as per Nathan's original su...Paolo Carlini1-1/+1
2004-09-17basic_file_stdio.cc (__basic_file<>::close)): Don't call unnecessarily sync, ...Paolo Carlini1-3/+1
2004-09-14fstream.tcc (xsgetn): Slightly tweak the recent fix for 11722...Nathan Myers1-8/+11
2004-09-13re PR libstdc++/11722 ([3.4 only] Unbuffered filebuf::sgetn is slow)Paolo Carlini1-2/+67
2004-05-22re PR libstdc++/12854 (libstdc++ vs. -Weffc++)Benjamin Kosnik1-2/+2
2004-04-16re PR libstdc++/14975 ([3.4 only] Segfault on low-level write error during im...Paolo Carlini1-0/+2
2004-02-14re PR libstdc++/13858 (Bad error handling in basic_filebuf::imbue)Paolo Carlini1-19/+17
2004-02-08Remove trailing whitespace (see ChangeLog for longwinded description).Bernardo Innocenti1-52/+52