gcc/libstdc++-v3/include/bits
Paolo Carlini 1b170b5562 Nathan C.
2003-06-22  Paolo Carlini  <pcarlini@unitus.it>
	    Nathan C. Myers  <ncm-nospam@cantrip.org>

	* include/std/std_streambuf.h (_M_move_out_cur): _M_out_lim
	is now used only for filebuf, when _M_buf_unified is true.
	epgtr() plays the role of _M_out_lim but it's only updated
	upon overflow, underflow, uflow, seekoff/pos.
	* include/bits/sstream.tcc (_M_underflow): New, implements
	stringbuf::underflow and uflow.
	(seekoff, seekpos): Tweak, use  _M_update_egptr.
	* include/std/std_sstream.h (str): Rewrote, deal correctly
	with the new logic, in particular, when pptr() > egptr().
	(_M_sync): When __testout && !__testin set all the get area
	pointers to the current string end.
	(_M_update_egptr): New, internal function updating egptr()
	to the actual string end.
	(_M_underflow): New, declare.
	(underflow): Dispatch to _M_underflow(false).
	(uflow): Dispatch to _M_underflow(true).

	* include/bits/sstream.tcc (pbackfail, overflow, seekoff,
	seekpos): Use only the documented derivation interface to
	basic_streambuf (gptr(), setg(), etc.) to work right with
	user specializations.
	* include/std/std_sstream.h (str, _M_sync): Likewise.

From-SVN: r68347
2003-06-22 18:37:10 +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
basic_ios.tcc
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
c++config Daily bump. 2003-06-22 00:16:06 +00:00
char_traits.h
codecvt.h
concept_check.h
cpp_type_traits.h
demangle.h
deque.tcc BUGS: Update from 2.90.8 snapshot. 2003-06-10 21:52:25 +00:00
fpos.h
fstream.tcc std_sstream.h (setbuf): Check __n >= 0. 2003-06-18 19:13:18 +00:00
functexcept.h
gslice_array.h
gslice.h
indirect_array.h
ios_base.h
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
locale_facets.h
locale_facets.tcc locale_facets.tcc (do_get): Honor $22.2.6.3.3/8 and make sure the number of digits required after the... 2003-05-27 17:14:49 -04:00
localefwd.h
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 Nathan C. 2003-06-22 18:37:10 +00:00
stl_algo.h BUGS: Update from 2.90.8 snapshot. 2003-06-10 21:52:25 +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 fstream.tcc (close): Clean up a bit. 2003-06-10 22:00:43 +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