Age | Commit message (Expand) | Author | Files | Lines |
2003-12-10 | re PR libstdc++/13217 (basic_filebuf::underflow doesn't deal gracefully with ... | Paolo Carlini | 1 | -1/+6 |
2003-12-05 | re PR libstdc++/13189 (<ext/enc_filebuf.h> fails to compile) | Benjamin Kosnik | 1 | -28/+9 |
2003-12-01 | C++STYLE: Add exception bits. | Benjamin Kosnik | 1 | -3/+6 |
2003-11-29 | fstream.tcc (underflow): Minor tweaks in preparation for libstdc++/13217. | Paolo Carlini | 1 | -2/+2 |
2003-11-27 | re PR libstdc++/11544 (wifstream conversion errors result in wrong rdstate()) | Paolo Carlini | 1 | -3/+9 |
2003-11-27 | re PR libstdc++/9371 (Bad exception handling in i/ostream::operator>>/<<(stre... | Benjamin Kosnik | 1 | -3/+1 |
2003-11-26 | re PR libstdc++/13171 (Bugs in basic_filebuf::imbue) | Paolo Carlini | 1 | -19/+14 |
2003-11-18 | re PR libstdc++/12868 (basic_filebuf::imbue fails too easily) | Paolo Carlini | 1 | -18/+13 |
2003-11-13 | re PR libstdc++/13007 (basic_streambuf::pubimbue, imbue wrong) | Paolo Carlini | 1 | -2/+1 |
2003-11-12 | re PR libstdc++/12875 (Weird behaviour in basic_filebuf::setbuf()) | Paolo Carlini | 1 | -28/+21 |
2003-11-04 | re PR libstdc++/12790 (basic_filebuf doesn't handle stateful encodings) | Petur Runolfsson | 1 | -52/+127 |
2003-11-04 | locale_facets.h (time_get::_M_extract_name): Add ctype argument. | Benjamin Kosnik | 1 | -1/+0 |
2003-10-16 | [multiple changes] | Benjamin Kosnik | 1 | -20/+32 |
2003-10-09 | re PR libstdc++/9874 (filebuf::seekpos fails if codecvt::encoding() <= 0) | Petur Runolfsson | 1 | -29/+40 |
2003-10-04 | re PR libstdc++/12206 (Segmentation fault in basic_filebuf::seekoff) | Paolo Carlini | 1 | -0/+2 |
2003-10-02 | re PR libstdc++/12232 (Incorrect handling of openmode argument in filebuf::se... | Paolo Carlini | 1 | -6/+9 |
2003-09-10 | fstream.tcc (basic_filebuf::seekoff): Use codecvt::length to handle variable-... | Petur Runolfsson | 1 | -3/+16 |
2003-09-05 | re PR libstdc++/9028 (codecvt<wchar_t, char, mbstate_t> doesn't work on Red H... | Petur Runolfsson | 1 | -29/+83 |
2003-07-14 | Nathan C. | Paolo Carlini | 1 | -0/+48 |
2003-07-05 | Move from CPP to CXX. | Benjamin Kosnik | 1 | -5/+5 |
2003-07-04 | Makefile.am (target_headers): Add fpos.h | Benjamin Kosnik | 1 | -8/+6 |
2003-07-01 | re PR libstdc++/11389 (Unbuffered wfilebuf fails to read single-byte UTF-8 ch... | Paolo Carlini | 1 | -1/+2 |
2003-06-30 | std_streambuf.h (_M_mode): Move from here to filebuf and stringbuf. | Paolo Carlini | 1 | -14/+7 |
2003-06-28 | re PR libstdc++/9875 (filebuf doesn't handle codecvt::encoding() > 1) | Paolo Carlini | 1 | -4/+13 |
2003-06-27 | Nathan C. | Paolo Carlini | 1 | -9/+11 |
2003-06-26 | Nathan C. | Paolo Carlini | 1 | -2/+10 |
2003-06-24 | Nathan C. | Paolo Carlini | 1 | -81/+79 |
2003-06-18 | std_sstream.h (setbuf): Check __n >= 0. | Paolo Carlini | 1 | -1/+1 |
2003-06-18 | fstream.tcc (setbuf): Allow (__s... | Nathan C. Myers | 1 | -7/+8 |
2003-06-10 | fstream.tcc (close): Clean up a bit. | Paolo Carlini | 1 | -3/+2 |
2003-06-10 | fstream.tcc (overflow): According to 27.5.2.4.5, overflow() returns not_eof(e... | Paolo Carlini | 1 | -7/+7 |
2003-06-10 | fstream.tcc (_M_underflow): Do not special case the unbuffered case... | Paolo Carlini | 1 | -91/+53 |
2003-06-06 | re PR libstdc++/9024 (Input fails after call to basic_filebuf<>::pubsetbuf(0,... | Benjamin Kosnik | 1 | -31/+69 |
2003-06-03 | fstream.tcc (pbackfail): Make a rarely taken 'if' branch less obscure. | Benjamin Kosnik | 1 | -3/+7 |
2003-06-02 | re PR libstdc++/9761 (filebuf::pbackfail discards previously put back charact... | Paolo Carlini | 1 | -45/+30 |
2003-05-30 | fstream.tcc (_M_convert_to_external): Don't check for __ilen > 0. | Paolo Carlini | 1 | -1/+1 |
2003-05-26 | re PR libstdc++/9339 (filebuf::pubsetbuf(0, 0) doesn't turn off buffering) | Benjamin Kosnik | 1 | -52/+34 |
2003-05-22 | std_fstream.h (_S_pback_size): Remove definition. | Paolo Carlini | 1 | -4/+0 |
2003-05-22 | fstream.tcc (_M_underflow): simplify... | Paolo Carlini | 1 | -11/+3 |
2003-05-15 | fstream.tcc (_M_overflow): Rewrote to call _M_convert_to_external only once (... | Paolo Carlini | 1 | -49/+44 |
2003-05-13 | std_fstream.h (basic_filebuf::_M_codecvt): Add cached member. | Benjamin Kosnik | 1 | -42/+46 |
2003-05-12 | From-SVN: r66726 | Benjamin Kosnik | 1 | -65/+56 |
2003-05-11 | [multiple changes] | Benjamin Kosnik | 1 | -14/+94 |
2003-05-07 | std_fstream.h (_M_is_indeterminate): Remove. | Paolo Carlini | 1 | -1/+1 |
2003-04-29 | fstream.tcc (open): Change to single return. | Paolo Carlini | 1 | -7/+4 |
2003-04-28 | std_streambuf.h (_M_buf): is currently used only for basic_filebuf, therefore... | Paolo Carlini | 1 | -2/+3 |
2003-04-28 | std_streambuf.h (_M_buf_size): is currently used only for basic_filebuf, ther... | Paolo Carlini | 1 | -1/+1 |
2003-04-28 | std_fstream.h (basic_filebuf): _M_pback_destroy to _M_destroy_pback. | Benjamin Kosnik | 1 | -11/+10 |
2003-04-26 | fstream.tcc (pbackfail): Shorten a bit (10 lines) the innermost 'if' by facto... | Paolo Carlini | 1 | -16/+6 |
2003-04-26 | re PR libstdc++/10132 (filebuf destructor throws exceptions) | Benjamin Kosnik | 1 | -57/+58 |