gcc/libstdc++-v3/include/bits
Benjamin Kosnik b82f782bfb PR libstdc++/19664 round 3
2006-07-27  Benjamin Kosnik  <bkoz@wells.artheist.org>

	PR libstdc++/19664 round 3	
	* include/Makefile.am (tr1_headers): Add hashtable_policy.h.
	* include/Makefile.in: Regenerate.
	* include/tr1/hashtable: Move policy classes into...
	* include/tr1/hashtable_policy.h: ... this. New.
	
	* src/globals_locale.cc: Move contents....
	* src/locale_init.cc: ... to here, put in anonymous namespace.
	* src/Makefile.am: Remove globals_locale.cc.
	* src/Makefile.in: Regenerate.

	* src/locale.cc: Convert __gnu_internal to anonymous namespace.
	* src/debug.cc: Same.
	* src/ext-inst.cc: Same.
	* src/mt_allocator.cc: Same.
	* src/pool_allocator.cc: Same.
	
	* include/tr1/random: Convert std::tr1::_Private to anonymous
	namespace.
	* include/tr1/random.tcc: Same.

	* include/tr1/hashtable: Move ::Internal to std::tr1::detail and
	enclose bits that can actually be internal in in anonymous
	namespace.
	* include/tr1/unordered_set: Adjust explicit qualifications for
	namespace changes.
	* include/tr1/unordered_map: Same.

	* include/tr1/cmath: Convert __gnu_internal to nested detail namespace.

	* include/bits/cpp_type_traits.h: Move __type_type into anonymous
	namespace.
	
	* include/ext/rope: Change _Rope_constants to anonymous namespace.
	* include/ext/ropeimpl.h: Same.
	* src/ext-inst.cc: Same.

From-SVN: r115790
2006-07-28 04:57:34 +00:00
..
allocator.h
atomicity.h acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): New. 2006-07-14 22:41:43 +00:00
basic_ios.h
basic_ios.tcc
basic_string.h re PR libstdc++/24704 (__gnu_cxx::__exchange_and_add is called even for single threaded applications) 2006-05-24 16:37:42 +00:00
basic_string.tcc
boost_concept_check.h
c++config PR libstdc++/19664 round 1 2006-07-20 23:37:27 +00:00
char_traits.h re PR libstdc++/27199 (ptrdiff_t and size_t outside of namespace std) 2006-04-23 14:54:26 +00:00
codecvt.h
concept_check.h
concurrence.h
cpp_type_traits.h PR libstdc++/19664 round 3 2006-07-28 04:57:34 +00:00
deque.tcc
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
gslice_array.h
gslice.h
indirect_array.h
ios_base.h re PR libstdc++/24704 (__gnu_cxx::__exchange_and_add is called even for single threaded applications) 2006-05-24 16:37:42 +00:00
istream.tcc Revert recent commit for libstdc++/26211, now suspended waiting for DR 342 (reopened) to reach a new resolution. 2006-02-20 14:20:51 +00:00
list.tcc Implement list::splice (and merge) bits of N1599 2006-01-20 02:38:54 +00:00
locale_classes.h re PR libstdc++/24704 (__gnu_cxx::__exchange_and_add is called even for single threaded applications) 2006-05-24 16:37:42 +00:00
locale_facets.h locale_facets.tcc (num_get<>::_M_extract_float): Special case main parsing loop for !_M_allocated (i.e., "C" locale). 2006-04-29 18:16:47 +00:00
locale_facets.tcc locale_facets.tcc (collate<>::do_transform( const _CharT*, const _CharT*)): Simplify previous fix for libstdc++/28277, always allocate memory dynamically. 2006-07-12 00:05:50 +00:00
localefwd.h configure.ac (_GLIBCXX_LONG_DOUBLE_COMPAT): New check. 2006-02-07 22:23:58 +00:00
mask_array.h
ostream.tcc PR libstdc++/28277 (partial: ostream bits 1) 2006-07-15 20:30:50 +00:00
postypes.h postypes.h (operator==(const fpos<>&, const fpos<>&), [...]): Add. 2006-06-21 22:21:45 +00:00
slice_array.h
sstream.tcc std_sstream.h (basic_stringbuf<>::setbuf): Simply clear the internal _M_string, adjust _M_sync call. 2006-02-19 18:27:06 +00:00
stl_algo.h re PR libstdc++/27162 (search_n uses == when it should use binary_pred) 2006-04-14 17:35:06 +00:00
stl_algobase.h re PR libstdc++/25482 (Specialize (overload) std::copy/find for streambuf iterators) 2006-03-21 12:25:11 +00:00
stl_bvector.h
stl_construct.h
stl_deque.h
stl_function.h
stl_heap.h
stl_iterator_base_funcs.h
stl_iterator_base_types.h
stl_iterator.h
stl_list.h Implement list::splice (and merge) bits of N1599 2006-01-20 02:38:54 +00:00
stl_map.h c++config: Simplify debug namespaces. 2006-02-22 00:57:24 +00:00
stl_multimap.h
stl_multiset.h
stl_numeric.h
stl_pair.h
stl_queue.h
stl_raw_storage_iter.h
stl_relops.h
stl_set.h
stl_stack.h
stl_tempbuf.h
stl_tree.h
stl_uninitialized.h
stl_vector.h
stream_iterator.h
streambuf_iterator.h re PR libstdc++/25482 (Specialize (overload) std::copy/find for streambuf iterators) 2006-03-21 12:25:11 +00:00
streambuf.tcc re PR libstdc++/26181 (istream::operator>>(streambuf*) fails to set eofbit) 2006-02-10 18:29:04 +00:00
stringfwd.h
valarray_after.h
valarray_array.h valarray_array.h (__valarray_default_construct): Replace use __is_fundamental with __is_pod. 2006-01-30 23:25:16 +00:00
valarray_array.tcc
valarray_before.h re PR libstdc++/27867 (compile error in repeated application of valarray<>::operator==) 2006-06-04 09:32:56 +00:00
vector.tcc