aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/streambuf.tcc
AgeCommit message (Expand)AuthorFilesLines
2005-08-17All files: Update FSF address.Kelley Cook1-1/+1
2005-07-20streambuf.tcc (xsgetn, xsputn): Use streamsize instead of size_t.Paolo Carlini1-7/+7
2004-11-24doxygroups.cc: Add std::tr1 namespace.Benjamin Kosnik1-0/+5
2004-11-15streambuf.tcc (__copy_streambufs): Provide a generic version of the function...Paolo Carlini1-21/+7
2004-02-08Remove trailing whitespace (see ChangeLog for longwinded description).Bernardo Innocenti1-9/+9
2003-12-05re PR libstdc++/13189 (<ext/enc_filebuf.h> fails to compile)Benjamin Kosnik1-4/+2
2003-11-27std_streambuf.h (__copy_streambufs): Remove the first, unused, basic_ios<> pa...Paolo Carlini1-27/+21
2003-11-27re PR libstdc++/9371 (Bad exception handling in i/ostream::operator>>/<<(stre...Benjamin Kosnik1-8/+3
2003-07-05Move from CPP to CXX.Benjamin Kosnik1-4/+4
2003-06-25streambuf.tcc (sbumpc, [...]): Move inline, from here...Nathan C. Myers1-66/+0
2003-06-24Nathan C.Paolo Carlini1-22/+22
2003-06-10fstream.tcc (close): Clean up a bit.Paolo Carlini1-2/+1
2003-06-10fstream.tcc (_M_underflow): Do not special case the unbuffered case...Paolo Carlini1-5/+1
2003-06-06re PR libstdc++/9024 (Input fails after call to basic_filebuf<>::pubsetbuf(0,...Benjamin Kosnik1-1/+5
2003-05-26re PR libstdc++/9339 (filebuf::pubsetbuf(0, 0) doesn't turn off buffering)Benjamin Kosnik1-3/+3
2003-05-02streambuf.tcc (__copy_streambufs): Rewrote.Nathan Myers1-46/+18
2003-05-01streambuf.tcc (__copy_streambufs): Adjust the type of __avail to ptrdiff_t to...Paolo Carlini1-2/+2
2003-05-01streambuf.tcc (basic_streambuf::xsgetn): Const-ify some variables.Paolo Carlini1-13/+12
2003-04-28streambuf.tcc (__copy_streambufs): Don't use _M_buf_size (synced input is now...Paolo Carlini1-10/+7
2003-04-28std_fstream.h (basic_filebuf): _M_pback_destroy to _M_destroy_pback.Benjamin Kosnik1-7/+7
2003-04-26streambuf.tcc (__copy_streambufs): Don't use in_avail(), simplify.Paolo Carlini1-12/+10
2003-04-22std_streambuf.h (_S_pback_size, [...]): Move to basic_filebuf.Paolo Carlini1-4/+0
2003-04-21Consistently use _M_in_beg instead of eback(), _M_in_cur instead of gptr(), a...Paolo Carlini1-6/+6
2003-04-18According to 5.9 para 2 (second bullet) for pointers p...Paolo Carlini1-4/+4
2003-04-12Remove _M_buf_size_opt, use directly _M_buf_size instead.Paolo Carlini1-10/+10
2003-03-31std_streambuf.h (_M_out_buf_size()): Remove.Paolo Carlini1-4/+6
2003-03-08re PR libstdc++/9424 (i/ostream::operator>>/<<(streambuf*) drops characters)Paolo Carlini1-6/+30
2003-02-24PR libstdc++/9404, PR libstdc++/9701 (partial)Paolo Carlini1-10/+0
2003-02-13c++config (_GLIBCPP_EXTERN_TEMPLATE): Define.Benjamin Kosnik1-1/+3
2003-02-11re PR libstdc++/9318 (i/ostream::operator>>/<<(streambuf*) broken)Paolo Carlini1-2/+1
2003-02-04[multiple changes]Paolo Carlini1-2/+1
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-2/+2
2002-11-21streambuf.tcc (basic_streambuf::sputbackc): Prefix "this->" to call to pbackf...Phil Edwards1-1/+1
2002-11-20streambuf.tcc (__copy_streambufs): Revert previous fix for the interactive ha...Benjamin Kosnik1-9/+2
2002-11-18streambuf.tcc (__copy_streambufs): verify __sbin->gptr() + __bufsize < __sbin...Jonathan Lennox1-1/+2
2002-11-18PR libstdc++/6745 (continued)Paolo Carlini1-2/+12
2002-11-01re PR libstdc++/8318 (Not all wide character based prototypes are included wi...Benjamin Kosnik1-0/+2
2002-10-09PR libstdc++/8071, libstdc++/8127, c++/6745Jonathan Lennox1-10/+19
2002-07-04std_streambuf.h (basic_streambuf::_M_buf): Change to size_t, from int_type.Benjamin Kosnik1-4/+4
2002-04-21re PR libstdc++/6360 (Wrong workaround in char_traits.h - ignore stops on \0xff)Benjamin Kosnik1-1/+1
2002-04-16re PR libstdc++/4164 (33 Memory Leak when using iostream)Benjamin Kosnik1-0/+4
2002-02-16locale_facets.tcc: Add pragma GCC system_header.Benjamin Kosnik1-0/+2
2002-02-16Tune for size.Benjamin Kosnik1-0/+15
2002-02-01codecvt_specializations_ieee_1003.1-200x.h: Initialize all data members in co...Benjamin Kosnik1-4/+5
2001-10-26[multiple changes]Benjamin Kosnik1-21/+23
2001-07-20backport: basic_string.h: Qualify symbols with 'template'.Phil Edwards1-4/+4
2001-06-27streambuf.tcc (__copy_streambufs): Don't set eofbit.Benjamin Kosnik1-6/+2
2001-03-27basic_file.h (get_fileno): Remove.Benjamin Kosnik1-8/+13
2001-03-04algo.h: Use std not __STD.Phil Edwards1-4/+0
2001-02-16Add support for -fno-exceptions.Benjamin Kosnik1-1/+1