]> gcc.gnu.org Git - gcc.git/commit
std_fstream.h (basic_filebuf): _M_pback_destroy to _M_destroy_pback.
authorBenjamin Kosnik <bkoz@redhat.com>
Mon, 28 Apr 2003 04:54:54 +0000 (04:54 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Mon, 28 Apr 2003 04:54:54 +0000 (04:54 +0000)
commitaa438e8f2be0b073dc5f59376befa9b4215f6604
tree0bd96b1f6d755299f85f59adda5dd5444ad90324
parentafc6aaab24721ee00e75ca5511fcc7d9e8c632af
std_fstream.h (basic_filebuf): _M_pback_destroy to _M_destroy_pback.

2003-04-27  Benjamin Kosnik  <bkoz@redhat.com>

* include/std/std_fstream.h (basic_filebuf): _M_pback_destroy to
_M_destroy_pback. _M_pback_create to
_M_create_pback. _M_underflow_common to
_M_underflow. _M_really_overflow to _M_overflow.
* include/bits/fstream.tcc: Same.
* src/fstream.cc: Same.
* include/std/std_streambuf.h (basic_streambuf): _M_in_cur_move to
_M_move_in_cur.  _M_out_cur_move to _M_move_out_cur.
* include/bits/streambuf.tcc: Same.
* include/bits/fstream.tcc: Same.
* include/bits/sstream.tcc: Same.

From-SVN: r66149
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/fstream.tcc
libstdc++-v3/include/bits/sstream.tcc
libstdc++-v3/include/bits/streambuf.tcc
libstdc++-v3/include/std/std_fstream.h
libstdc++-v3/include/std/std_streambuf.h
libstdc++-v3/src/fstream.cc
This page took 0.069592 seconds and 5 git commands to generate.