gcc/libstdc++-v3/include/bits
Paolo Carlini cd16e04b18 std_streambuf.h (_M_mode): Move from here to filebuf and stringbuf.
2003-06-30  Paolo Carlini  <pcarlini@unitus.it>

	* include/std/std_streambuf.h (_M_mode): Move from here to
	filebuf and stringbuf.
	(~basic_streambuf()): Don't set _M_mode.
	(basic_streambuf()): Don't set _M_mode.
	* include/std/std_fstream.h (_M_mode): Move here, from streambuf.
	(~basic_filebuf()): Clean up.
	* include/bits/fstream.tcc (basic_filebuf()): Set _M_mode.
	* include/std/std_sstream.h (_M_mode): Move here, from streambuf.
	* testsuite/27_io/basic_streambuf/cons/char/1.cc: Don't set _M_mode.
	* testsuite/27_io/basic_streambuf/overflow/char/1.cc: Likewise.
	* testsuite/27_io/basic_streambuf/sgetc/char/1.cc: Likewise.
	* testsuite/27_io/basic_streambuf/sgetn/char/1.cc: Likewise.
	* testsuite/27_io/basic_streambuf/sputn/char/1.cc: Likewise.

2003-06-30  Paolo Carlini  <pcarlini@unitus.it>

	* include/std/std_fstream.h (_M_underflow): Remove.
	(uflow): Remove, inherited from streambuf.
	(underflow): Only declare.
	* include/bits/fstream.tcc (_M_underflow): Rename to
	underflow, to which is equivalent for __bump == false,
	simplify.
	* include/std/std_sstream.h (_M_underflow): Remove.
	(uflow): Remove, inherited from streambuf.
	(underflow): Only declare.
	* include/bits/sstream.tcc (_M_underflow): Rename to
	underflow, to which is equivalent for __bump == false,
	simplify.

From-SVN: r68695
2003-06-30 11:17:23 +00:00
..
allocator_traits.h [multiple changes] 2003-06-11 15:52:11 +00:00
allocator.h [multiple changes] 2003-06-11 15:52:11 +00:00
basic_ios.h std_fstream.h (basic_filebuf::_M_codecvt): Add cached member. 2003-05-13 20:13:15 +00:00
basic_ios.tcc ios_base.h (ios_base::_M_getloc): Return reference to the imbued locale. 2003-06-27 07:25:38 +00:00
basic_string.h fix basic_string::replace for integral types 2003-06-20 22:12:18 +00:00
basic_string.tcc fix basic_string::replace for integral types 2003-06-20 22:12:18 +00:00
boost_concept_check.h Types _D -> _Diff, _R -> _Ref 2003-06-23 16:18:53 +00:00
c++config Daily bump. 2003-06-30 00:16:06 +00:00
char_traits.h
codecvt.h
concept_check.h
cpp_type_traits.h re PR libstdc++/3181 (Unable to use sqrt,cos,sin,... with int argument.) 2003-05-11 09:07:17 +00:00
demangle.h
deque.tcc BUGS: Update from 2.90.8 snapshot. 2003-06-10 21:52:25 +00:00
fpos.h
fstream.tcc std_streambuf.h (_M_mode): Move from here to filebuf and stringbuf. 2003-06-30 11:17:23 +00:00
functexcept.h
gslice_array.h
gslice.h
indirect_array.h
ios_base.h ios_base.h (ios_base::_M_getloc): Return reference to the imbued locale. 2003-06-27 07:25:38 +00:00
istream.tcc re PR libstdc++/11095 (C++ iostream manipulator causes segfault when called iwth negative argument) 2003-06-05 23:25:05 +00:00
list.tcc BUGS: Update from 2.90.8 snapshot. 2003-06-10 21:52:25 +00:00
locale_classes.h ios_base.h (ios_base::_M_getloc): Return reference to the imbued locale. 2003-06-27 07:25:38 +00:00
locale_facets.h ios_base.h (ios_base::_M_getloc): Return reference to the imbued locale. 2003-06-27 07:25:38 +00:00
locale_facets.tcc ios_base.h (ios_base::_M_getloc): Return reference to the imbued locale. 2003-06-27 07:25:38 +00:00
localefwd.h std_fstream.h (basic_filebuf::_M_codecvt): Add cached member. 2003-05-13 20:13:15 +00:00
mask_array.h
ostream.tcc re PR libstdc++/11095 (C++ iostream manipulator causes segfault when called iwth negative argument) 2003-06-05 23:25:05 +00:00
slice_array.h
sstream.tcc std_streambuf.h (_M_mode): Move from here to filebuf and stringbuf. 2003-06-30 11:17:23 +00:00
stl_algo.h stl_algo.h (LOTS): Fully qualify standard functions with std::, thus avoiding Koenig lookup. 2003-06-30 01:46:42 +00:00
stl_algobase.h BUGS: Update from 2.90.8 snapshot. 2003-06-10 21:52:25 +00:00
stl_bvector.h BUGS: Update from 2.90.8 snapshot. 2003-06-10 21:52:25 +00:00
stl_construct.h
stl_deque.h [multiple changes] 2003-06-11 15:52:11 +00:00
stl_function.h
stl_heap.h
stl_iterator_base_funcs.h BUGS: Update from 2.90.8 snapshot. 2003-06-10 21:52:25 +00:00
stl_iterator_base_types.h
stl_iterator.h 2003-06-06 Nathan Myers <ncm-nospam@cantrip.org> 2003-06-06 17:19:56 +00:00
stl_list.h BUGS: Update from 2.90.8 snapshot. 2003-06-10 21:52:25 +00:00
stl_map.h
stl_multimap.h
stl_multiset.h BUGS: Update from 2.90.8 snapshot. 2003-06-10 21:52:25 +00:00
stl_numeric.h BUGS: Update from 2.90.8 snapshot. 2003-06-10 21:52:25 +00:00
stl_pair.h
stl_queue.h
stl_raw_storage_iter.h
stl_relops.h BUGS: Update from 2.90.8 snapshot. 2003-06-10 21:52:25 +00:00
stl_set.h BUGS: Update from 2.90.8 snapshot. 2003-06-10 21:52:25 +00:00
stl_stack.h
stl_tempbuf.h
stl_threads.h acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Simplify. 2003-06-12 03:24:16 +00:00
stl_tree.h [multiple changes] 2003-06-11 15:52:11 +00:00
stl_uninitialized.h BUGS: Update from 2.90.8 snapshot. 2003-06-10 21:52:25 +00:00
stl_vector.h BUGS: Update from 2.90.8 snapshot. 2003-06-10 21:52:25 +00:00
stream_iterator.h
streambuf_iterator.h
streambuf.tcc streambuf.tcc (sbumpc, [...]): Move inline, from here... 2003-06-25 18:27:53 +00:00
stringfwd.h
type_traits.h
valarray_after.h
valarray_array.h
valarray_array.tcc
valarray_before.h
vector.tcc BUGS: Update from 2.90.8 snapshot. 2003-06-10 21:52:25 +00:00