summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/streambuf.tcc
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-161-1/+1
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* libstdc++: Remove redundant explicit instantiationsJonathan Wakely2021-06-281-8/+2
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-021-1/+1
* Update copyright in libstdc++-v3.Richard Sandiford2013-02-031-2/+1
* Makefile.am (inst_sources): Make source instantion files conditional.Benjamin Kosnik2011-03-041-2/+1
* re PR libstdc++/47921 (pbump will overflow when input n is larger than 2G-1)Paolo Carlini2011-02-281-3/+3
* PR libstdc++/36104 part fourBenjamin Kosnik2011-01-301-2/+5
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-031-1/+1
* *: Use headername alias to associate private includes to public includes.Benjamin Kosnik2010-12-191-2/+2
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-091-16/+11
* re PR libstdc++/26181 (istream::operator>>(streambuf*) fails to set eofbit)Paolo Carlini2006-02-101-6/+30
* c++config: Add in revised namespace associations.Benjamin Kosnik2005-12-191-3/+4
* All files: Update FSF address.Kelley Cook2005-08-171-1/+1
* streambuf.tcc (xsgetn, xsputn): Use streamsize instead of size_t.Paolo Carlini2005-07-201-7/+7
* doxygroups.cc: Add std::tr1 namespace.Benjamin Kosnik2004-11-241-0/+5
* streambuf.tcc (__copy_streambufs): Provide a generic version of the function...Paolo Carlini2004-11-151-21/+7
* Remove trailing whitespace (see ChangeLog for longwinded description).Bernardo Innocenti2004-02-081-9/+9
* re PR libstdc++/13189 (<ext/enc_filebuf.h> fails to compile)Benjamin Kosnik2003-12-051-4/+2
* std_streambuf.h (__copy_streambufs): Remove the first, unused, basic_ios<> pa...Paolo Carlini2003-11-271-27/+21
* re PR libstdc++/9371 (Bad exception handling in i/ostream::operator>>/<<(stre...Benjamin Kosnik2003-11-271-8/+3
* Move from CPP to CXX.Benjamin Kosnik2003-07-051-4/+4
* streambuf.tcc (sbumpc, [...]): Move inline, from here...Nathan C. Myers2003-06-251-66/+0
* Nathan C.Paolo Carlini2003-06-241-22/+22
* fstream.tcc (close): Clean up a bit.Paolo Carlini2003-06-101-2/+1
* fstream.tcc (_M_underflow): Do not special case the unbuffered case...Paolo Carlini2003-06-101-5/+1
* re PR libstdc++/9024 (Input fails after call to basic_filebuf<>::pubsetbuf(0,...Benjamin Kosnik2003-06-061-1/+5
* re PR libstdc++/9339 (filebuf::pubsetbuf(0, 0) doesn't turn off buffering)Benjamin Kosnik2003-05-261-3/+3
* streambuf.tcc (__copy_streambufs): Rewrote.Nathan Myers2003-05-021-46/+18
* streambuf.tcc (__copy_streambufs): Adjust the type of __avail to ptrdiff_t to...Paolo Carlini2003-05-011-2/+2
* streambuf.tcc (basic_streambuf::xsgetn): Const-ify some variables.Paolo Carlini2003-05-011-13/+12
* streambuf.tcc (__copy_streambufs): Don't use _M_buf_size (synced input is now...Paolo Carlini2003-04-281-10/+7
* std_fstream.h (basic_filebuf): _M_pback_destroy to _M_destroy_pback.Benjamin Kosnik2003-04-281-7/+7
* streambuf.tcc (__copy_streambufs): Don't use in_avail(), simplify.Paolo Carlini2003-04-261-12/+10
* std_streambuf.h (_S_pback_size, [...]): Move to basic_filebuf.Paolo Carlini2003-04-221-4/+0
* Consistently use _M_in_beg instead of eback(), _M_in_cur instead of gptr(), a...Paolo Carlini2003-04-211-6/+6
* According to 5.9 para 2 (second bullet) for pointers p...Paolo Carlini2003-04-181-4/+4
* Remove _M_buf_size_opt, use directly _M_buf_size instead.Paolo Carlini2003-04-121-10/+10
* std_streambuf.h (_M_out_buf_size()): Remove.Paolo Carlini2003-03-311-4/+6
* re PR libstdc++/9424 (i/ostream::operator>>/<<(streambuf*) drops characters)Paolo Carlini2003-03-081-6/+30
* PR libstdc++/9404, PR libstdc++/9701 (partial)Paolo Carlini2003-02-241-10/+0
* c++config (_GLIBCPP_EXTERN_TEMPLATE): Define.Benjamin Kosnik2003-02-131-1/+3
* re PR libstdc++/9318 (i/ostream::operator>>/<<(streambuf*) broken)Paolo Carlini2003-02-111-2/+1