aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/fstream.tcc
AgeCommit message (Expand)AuthorFilesLines
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
2004-01-27c_locale.cc: Fix throw messages to use the __N marker.Paolo Carlini1-8/+8
2004-01-23re PR libstdc++/13831 (Unused variable in basic_filebuf::underflow)Paolo Carlini1-1/+0
2004-01-11re PR libstdc++/13582 (basic_filebuf::imbue drops characters)Paolo Carlini1-17/+52
2003-12-10re PR libstdc++/13217 (basic_filebuf::underflow doesn't deal gracefully with ...Paolo Carlini1-1/+6
2003-12-05re PR libstdc++/13189 (<ext/enc_filebuf.h> fails to compile)Benjamin Kosnik1-28/+9
2003-12-01C++STYLE: Add exception bits.Benjamin Kosnik1-3/+6
2003-11-29fstream.tcc (underflow): Minor tweaks in preparation for libstdc++/13217.Paolo Carlini1-2/+2
2003-11-27re PR libstdc++/11544 (wifstream conversion errors result in wrong rdstate())Paolo Carlini1-3/+9
2003-11-27re PR libstdc++/9371 (Bad exception handling in i/ostream::operator>>/<<(stre...Benjamin Kosnik1-3/+1
2003-11-26re PR libstdc++/13171 (Bugs in basic_filebuf::imbue)Paolo Carlini1-19/+14
2003-11-18re PR libstdc++/12868 (basic_filebuf::imbue fails too easily)Paolo Carlini1-18/+13
2003-11-13re PR libstdc++/13007 (basic_streambuf::pubimbue, imbue wrong)Paolo Carlini1-2/+1
2003-11-12re PR libstdc++/12875 (Weird behaviour in basic_filebuf::setbuf())Paolo Carlini1-28/+21