gcc/libstdc++-v3/include/bits
Nathan C. Myers c1b74c211a fstream.tcc (setbuf): Allow (__s...
2003-06-18  Nathan C. Myers  <ncm-nospam@cantrip.org>
	    Paolo Carlini  <pcarlini@unitus.it>

	* include/bits/fstream.tcc (setbuf): Allow (__s, 1) too,
	simply equivalent to the unbuffered case (0, 0) as far as
	_M_buf_size is concerned.

Co-Authored-By: Paolo Carlini <pcarlini@unitus.it>

From-SVN: r68160
2003-06-18 17:17:52 +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 std_fstream.h (basic_filebuf::_M_codecvt): Add cached member. 2003-05-13 20:13:15 +00:00
basic_string.h Avoid multi-processor bus contention on increment/decrement-and- test of the reference count in the empty-string object... 2003-06-13 20:59:42 +00:00
basic_string.tcc Avoid multi-processor bus contention on increment/decrement-and- test of the reference count in the empty-string object... 2003-06-13 20:59:42 +00:00
boost_concept_check.h
c++config Daily bump. 2003-06-18 00:16:08 +00:00
char_traits.h
codecvt.h
concept_check.h std_bitset.h (_M_do_find_next): Fix -Wall nit. 2003-04-15 06:11:10 +00:00
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 demangle.h: Prepend accessors of class qualifier with 'get_' in order to fix warnings when... 2003-03-11 13:48:16 +00:00
deque.tcc BUGS: Update from 2.90.8 snapshot. 2003-06-10 21:52:25 +00:00
fpos.h
fstream.tcc fstream.tcc (setbuf): Allow (__s... 2003-06-18 17:17:52 +00:00
functexcept.h
gslice_array.h
gslice.h
indirect_array.h
ios_base.h [multiple changes] 2003-05-11 04:20:57 +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 std_fstream.h (basic_filebuf::_M_codecvt): Add cached member. 2003-05-13 20:13:15 +00:00
locale_facets.h stl_algo.h: Enums as _S_. 2003-05-07 05:01:59 +00:00
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 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 sstream.tcc (pbackfail): Minor clean up and reformatting, consistent with basic_filebuf::pbackfail. 2003-06-02 18:24:30 +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 re PR libstdc++/9811 (incorrect documentation for std::map::lower_bound, etc.) 2003-02-25 06:27:10 +00:00
stl_multimap.h re PR libstdc++/9811 (incorrect documentation for std::map::lower_bound, etc.) 2003-02-25 06:27:10 +00:00
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_iterator.h (_M_put): Set _M_failed if sputn fails. 2003-03-07 14:14:11 +00:00
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