gcc/libstdc++-v3/include/bits
Paolo Carlini 2ad0022889 stdio_filebuf.h (stdio_filebuf::stdio_filebuf(...), ...): _M_buf_size_opt == 0 means only...
2003-04-12  Paolo Carlini  <pcarlini at unitus dot it>

	* include/ext/stdio_filebuf.h
	(stdio_filebuf::stdio_filebuf(int, openmode, bool, size_t),
	stdio_filebuf::stdio_filebuf(__c_file*, openmode, size_t):
	_M_buf_size_opt == 0 means only "not to use an allocated buffer"
	since a stack-based buffer is used for small values of the size_t
	parameter.
	* include/bits/fstream.tcc (basic_filebuf::_M_really_overflow).
	If _M_buf_size != 0 flush out the buffer (any kind, stack-based too).
	* testsuite/ext/stdio_filebuf_2.cc: New testfile.

From-SVN: r65513
2003-04-12 16:07:51 +00:00
..
basic_ios.h std_sstream.h (basic_istringstream): Adjust initialization. 2003-03-28 19:45:44 +00:00
basic_ios.tcc [multiple changes] 2003-02-18 05:45:07 +00:00
basic_string.h basic_string.h (compare(const basic_string&)): Fully qualify min() with std::. 2002-12-02 22:15:54 +00:00
basic_string.tcc strstream.cc, [...]: Remove incorrect whitespace added in my previous change. 2003-03-05 22:24:56 +00:00
boost_concept_check.h stl_map.h, [...]: Reformat and complete doxygenation. 2002-06-22 03:03:56 +00:00
c++config Daily bump. 2003-04-12 00:17:08 +00:00
char_traits.h acinclude.m4: Minor comment tweaks. 2002-09-01 00:33:53 +00:00
codecvt.h [multiple changes] 2003-02-06 06:24:21 +00:00
concept_check.h
cpp_type_traits.h
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 cp-tree.h (lang_type_class): Remove is_partial_instantiation. 2003-01-16 20:30:50 +00:00
fpos.h TODO: Note change in clause 27 docs. 2002-11-21 07:06:41 +00:00
fstream.tcc stdio_filebuf.h (stdio_filebuf::stdio_filebuf(...), ...): _M_buf_size_opt == 0 means only... 2003-04-12 16:07:51 +00:00
functexcept.h
gslice_array.h slice_array.h (_DEFINE_VALARRAY_OPERATOR): Instantiate with new function objects. 2002-08-05 02:09:27 +00:00
gslice.h
indirect_array.h slice_array.h (_DEFINE_VALARRAY_OPERATOR): Instantiate with new function objects. 2002-08-05 02:09:27 +00:00
ios_base.h ios_base.h (ios_base::Init::_S_initialized()): Added _S_initialized() in order to allow debugging libraries to detect when... 2003-03-05 18:53:18 +00:00
istream.tcc Reshuffle 27_io testsuite. 2003-04-10 07:15:40 +00:00
list.tcc cp-tree.h (lang_type_class): Remove is_partial_instantiation. 2003-01-16 20:30:50 +00:00
locale_classes.h Const correctness issue: http://gcc.gnu.org/ml/libstdc++/2003-01/msg00370.html 2003-02-01 16:37:20 +00:00
locale_facets.h [multiple changes] 2003-02-18 05:45:07 +00:00
locale_facets.tcc locale_facets.tcc: Fix typo. 2003-03-08 09:11:04 +00:00
localefwd.h locale_facets.h: Move non-facet classes requiring <string> to... 2003-01-22 16:51:52 +00:00
mask_array.h slice_array.h (_DEFINE_VALARRAY_OPERATOR): Instantiate with new function objects. 2002-08-05 02:09:27 +00:00
ostream.tcc re PR libstdc++/9561 (ostream inserters rethrow exception of wrong type) 2003-03-09 04:19:52 +00:00
pthread_allocimpl.h
slice_array.h * include/bits/slice_array.h (slice_array<>::operator=): Fix typo. 2002-12-10 07:32:04 +00:00
sstream.tcc Reshuffle 27_io testsuite. 2003-04-10 07:15:40 +00:00
stl_algo.h Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
stl_algobase.h Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
stl_alloc.h re PR libstdc++/9582 (ODR violation in std::allocator) 2003-02-20 00:11:43 +00:00
stl_bvector.h cp-tree.h (lang_type_class): Remove is_partial_instantiation. 2003-01-16 20:30:50 +00:00
stl_construct.h
stl_deque.h cp-tree.h (lang_type_class): Remove is_partial_instantiation. 2003-01-16 20:30:50 +00:00
stl_function.h
stl_heap.h
stl_iterator_base_funcs.h deque.tcc, [...]: Re-indent contents of namespace std, re-wrap comment lines as necessary. 2002-08-09 16:51:15 +00:00
stl_iterator_base_types.h TODO: Note change in clause 27 docs. 2002-11-21 07:06:41 +00:00
stl_iterator.h abi.txt: New file. 2002-07-20 06:26:27 +00:00
stl_list.h cp-tree.h (lang_type_class): Remove is_partial_instantiation. 2003-01-16 20:30:50 +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 * config/locale/gnu/ctype_members.cc 2002-12-27 23:03:03 +00:00
stl_numeric.h
stl_pair.h stl_pair.h: Tweak comment markup. 2002-05-21 21:09:11 +00:00
stl_pthread_alloc.h
stl_queue.h stl_deque.h: Fix typo. 2002-12-23 17:36:24 +00:00
stl_raw_storage_iter.h
stl_relops.h
stl_set.h * config/locale/gnu/ctype_members.cc 2002-12-27 23:03:03 +00:00
stl_stack.h stl_deque.h: Fix typo. 2002-12-23 17:36:24 +00:00
stl_tempbuf.h Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
stl_threads.h stl_threads.h (_GLIBCPP_mutex, [...]): Declare in namespace __gnu_cxx. 2002-10-13 06:35:15 +00:00
stl_tree.h cp-tree.h (lang_type_class): Remove is_partial_instantiation. 2003-01-16 20:30:50 +00:00
stl_uninitialized.h re PR libstdc++/6513 (sigfaults on trivial code) 2002-05-01 02:17:35 +00:00
stl_vector.h cp-tree.h (lang_type_class): Remove is_partial_instantiation. 2003-01-16 20:30:50 +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 std_streambuf.h (_M_out_buf_size()): Remove. 2003-03-31 18:24:13 +00:00
stringfwd.h re PR libstdc++/8318 (Not all wide character based prototypes are included within #ifdef _GLIBCPP_USE_WCHAR_T) 2002-11-01 17:30:36 +00:00
type_traits.h [multiple changes] 2002-04-16 02:29:22 +00:00
valarray_after.h valarray_meta.h: Remove, split into ... 2003-01-24 16:32:11 +00:00
valarray_array.h valarray_array.h (_DEFINE_ARRAY_FUNCTION): Use our object function surrogates. 2002-08-02 23:08:40 +00:00
valarray_array.tcc
valarray_before.h re PR libstdc++/9234 (unary minus for valarrays broken) 2003-02-03 10:38:36 +00:00
vector.tcc cp-tree.h (lang_type_class): Remove is_partial_instantiation. 2003-01-16 20:30:50 +00:00