gcc/libstdc++-v3/include/bits
Paolo Carlini 681a691966 PR libstdc++/28080 (partial)
2007-02-26  Paolo Carlini  <pcarlini@suse.de>

	PR libstdc++/28080 (partial)
	* include/std/bitset: Do not include <istream> and <ostream>,
	<ios> is enough.
	* include/std/iomanip: Do not include the whole <istream>,
	<ios> is enough; do not include <functional>; reformat.
	* include/std/functional: Do not include <cstddef>.
	* include/std/list: Do not include <bits/stl_uninitialized.h>.
	* include/std/numeric: Do not include the whole <iterator> and
	<bits/stl_function.h>.
	* include/std/valarray: Do not include <numeric>.
	* include/bits/stl_numeric.h: Include <bits/concept_check.h>.
	* src/iostream-inst.cc: Include <istream>.
	* include/ext/functional: Include <cstddef>.
	* testsuite/util/testsuite_hooks.h: Do not include <locale>,
	<ctime> is enough; qualify tm.
	* testsuite/util/testsuite_hooks.cc: Qualify tm.

2007-02-26  Paolo Carlini  <pcarlini@suse.de>

	* include/bits/locale_facets.h (class ctype_byname<char>,
	class ctype_byname<wchar_t>): Declare.
	* src/ctype.cc (ctype_byname<wchar_t>::ctype_byname(const char*,
	size_t), ctype_byname<wchar_t>::~ctype_byname): Define.
	* config/locale/generic/ctype_members.cc (ctype_byname<char>::
	ctype_byname(const char*, size_t), ctype_byname<char>::~ctype_byname):
	Likewise.
	* config/locale/gnu/ctype_members.cc (ctype_byname<char>::
	ctype_byname(const char*, size_t), ctype_byname<char>::~ctype_byname):
	Likewise.
	* config/locale/darwin/ctype_members.cc (ctype_byname<char>::
	ctype_byname(const char*, size_t), ctype_byname<char>::~ctype_byname):
	Likewise.
	* testsuite/22_locale/headers/locale/synopsis.cc: Remove xfail.

From-SVN: r122329
2007-02-26 09:36:39 +00:00
..
allocator.h allocator.h: Include <bits/cpp_type_traits.h>. 2006-01-18 14:30:16 +00:00
basic_ios.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
basic_ios.tcc c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
basic_string.h basic_string.h (basic_string<>::_S_compare): Add. 2007-01-18 12:03:35 +00:00
basic_string.tcc basic_string.h (basic_string<>::_S_compare): Add. 2007-01-18 12:03:35 +00:00
boost_concept_check.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
c++config c++config: Consistent macro guards for config includes. 2007-02-02 14:49:52 +00:00
char_traits.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
codecvt.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
concept_check.h All files: Update FSF address. 2005-08-17 02:28:44 +00:00
cpp_type_traits.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
deque.tcc deque.tcc (deque<>::erase(iterator, iterator)): Fix condition. 2007-01-24 23:52:37 +00:00
fstream.tcc re PR libstdc++/26777 (sync_with_stdio(false) triggers bug with sgetc and pubseekoff) 2006-03-22 15:13:46 +00:00
functexcept.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
gslice.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
gslice_array.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
indirect_array.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
ios_base.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
istream.tcc locale_facets.tcc (num_get<>::do_get(iter_type, iter_type, ios_base&, ios_base::iostate&, bool&), [...]): -Wconversion and -Woverflow fixes. 2007-01-28 18:40:42 +00:00
list.tcc re PR libstdc++/17012 ([DR 526] std::list's function, remove, looks like it is reading memory that has been freed.) 2007-02-09 01:00:25 +00:00
locale_classes.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
locale_facets.h PR libstdc++/28080 (partial) 2007-02-26 09:36:39 +00:00
locale_facets.tcc locale_facets.tcc (num_get<>::do_get): Avoid warning about ambiguous else. 2007-02-13 10:13:04 +00:00
localefwd.h enc_filebuf.h: Resurrect, update. 2007-01-29 18:22:37 +00:00
mask_array.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
ostream.tcc ostream.tcc (operator<<(basic_ostream<>&, const char*)): Further fix for throwing widen. 2006-10-14 10:25:35 +00:00
postypes.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
slice_array.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
sstream.tcc re PR libstdc++/29354 (Error when seeking on an ostringstream) 2006-10-06 09:57:43 +00:00
stl_algo.h type_traits.h: New. 2006-09-18 13:30:56 +00:00
stl_algobase.h PR libstdc++/28080 (partial) 2007-02-18 11:32:44 +00:00
stl_bvector.h PR libstdc++/28080 (partial) 2007-02-18 11:32:44 +00:00
stl_construct.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
stl_deque.h stl_deque.h (operator<): Qualify call. 2007-02-05 12:58:12 +00:00
stl_function.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
stl_heap.h re PR libstdc++/21172 (potential integer overflow error in STL heap functions) 2007-02-13 00:25:30 +00:00
stl_iterator.h type_traits.h: New. 2006-09-18 13:30:56 +00:00
stl_iterator_base_funcs.h re PR libstdc++/26020 (std::advance() isn't stable for floating point numbers) 2006-10-17 15:17:32 +00:00
stl_iterator_base_types.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
stl_list.h re PR libstdc++/29134 (Has there been a serious attempt to define the max_size() member functions?) 2006-09-21 00:11:52 +00:00
stl_map.h [multiple changes] 2006-11-25 10:35:52 +00:00
stl_multimap.h [multiple changes] 2006-11-25 10:35:52 +00:00
stl_multiset.h [multiple changes] 2006-11-25 10:35:52 +00:00
stl_numeric.h PR libstdc++/28080 (partial) 2007-02-26 09:36:39 +00:00
stl_pair.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
stl_queue.h hash_map: Remove forward declaration of equality operator... 2006-09-21 17:54:50 +00:00
stl_raw_storage_iter.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
stl_relops.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
stl_set.h [multiple changes] 2006-11-25 10:35:52 +00:00
stl_stack.h hash_map: Remove forward declaration of equality operator... 2006-09-21 17:54:50 +00:00
stl_tempbuf.h stl_algo.h (stable_sort): Uglify the buf variable. 2006-07-30 13:02:58 +00:00
stl_tree.h re PR c++/19564 (-Wparentheses does not work with the C++ front-end) 2006-12-14 05:49:06 +00:00
stl_uninitialized.h stl_uninitialized.h (uninitialized_copy(const char*, const char*, char*), [...]): Remove, just forward to std::copy. 2007-01-29 18:34:46 +00:00
stl_vector.h re PR libstdc++/29134 (Has there been a serious attempt to define the max_size() member functions?) 2006-09-21 00:11:52 +00:00
stream_iterator.h mt_allocator.h (__mt_alloc::__mt_alloc): Remove name of unused parameter. 2005-12-26 10:53:42 +00:00
streambuf.tcc re PR libstdc++/26181 (istream::operator>>(streambuf*) fails to set eofbit) 2006-02-10 18:29:04 +00:00
streambuf_iterator.h streambuf_iterator.h (istreambuf_iterator<>::equal): Simplify. 2007-01-25 13:08:51 +00:00
stringfwd.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
valarray_after.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
valarray_array.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
valarray_array.tcc c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
valarray_before.h localefwd.h: Consistent @file placement... 2006-12-05 23:24:07 +00:00
vector.tcc c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00