1169691Skan2005-12-28  Paolo Carlini  <pcarlini@suse.de>
2169691Skan
3169691Skan	* docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 40.
4169691Skan
5169691Skan2005-12-28  Chris Jefferson  <chris@bubblescope.net>
6169691Skan
7169691Skan	* testsuite/testsuite_allocator.h (check_deallocate_null): Return true.
8169691Skan
9169691Skan2005-12-28  Paolo Carlini  <pcarlini@suse.de>
10169691Skan
11169691Skan	* include/std/std_bitset.h (bitset<>::_M_copy_from_string,
12169691Skan	bitset<>::_M_copy_to_string, bitset<>::operator>>): Reverse loop.
13169691Skan
14169691Skan	* testsuite/25_algorithms/heap/heap.cc (test01): Always enable
15169691Skan	complexity checks.
16169691Skan	* testsuite/18_support/numeric_limits/specialization.cc: Avoid
17169691Skan	unused parameter warning.
18169691Skan	* testsuite/18_support/numeric_limits/traps.cc: Acoid unused variable
19169691Skan	warning.
20169691Skan	* testsuite/ext/malloc_allocator/deallocate_global.cc: Fix format
21169691Skan	string.
22169691Skan	* testsuite/ext/malloc_allocator/deallocate_local.cc: Likewise.
23169691Skan	* testsuite/ext/array_allocator/2.cc: Remove unused variable.
24169691Skan	* testsuite/tr1/3_function_objects/mem_fn.cc: Avoid unused variable
25169691Skan	warnings.
26169691Skan	* testsuite/tr1/6_containers/unordered/instantiate/set.cc: Just
27169691Skan	instantiate.
28169691Skan	* testsuite/tr1/6_containers/unordered/instantiate/map.cc: Likewise.
29169691Skan	* testsuite/tr1/6_containers/unordered/instantiate/hash.cc: Likewise.
30169691Skan	* testsuite/tr1/6_containers/unordered/instantiate/multiset.cc:
31169691Skan	Likewise.
32169691Skan	* testsuite/tr1/6_containers/unordered/instantiate/multimap.cc:
33169691Skan	Likewise.
34169691Skan	* testsuite/tr1/6_containers/array/cons/aggregate_initialization.cc:
35169691Skan	Avoid unused variable warnings.
36169691Skan	* testsuite/tr1/6_containers/array/requirements/zero_sized_arrays.cc:
37169691Skan	Likewise.
38169691Skan	* testsuite/thread/18185.cc: Likewise.
39169691Skan	* testsuite/27_io/ios_base/storage/11584.cc: Likewise; avoid comparison
40169691Skan	between signed and unsigned warning.
41169691Skan	* testsuite/27_io/types/1.cc: Avoid unused variable warnings.
42169691Skan	* testsuite/testsuite_allocator.h (check_new): Likewise.
43169691Skan	(check_deallocate_null): Adjust return type.
44169691Skan	* testsuite/testsuite_hooks.h (bitmask_operators): Avoid unused
45169691Skan	variable warnings.
46169691Skan	* testsuite/21_strings/c_strings/wchar_t/24559.cc: Avoid unused
47169691Skan	variable warning.
48169691Skan
49169691Skan2005-12-28  Chris Jefferson  <chris@bubblescope.net>
50169691Skan
51169691Skan	* include/std/std_bitset.h (bitset<0>::set, bitset<0>::reset,
52169691Skan	bitset<0>::flip, bitset<0>::test): Add inline specializations for
53169691Skan	bitset<0>.
54169691Skan
55169691Skan	* testsuite/tr1/6_containers/unordered/insert/multiset_range.cc
56169691Skan	(test01): Add static cast.
57169691Skan	* testsuite/tr1/6_containers/unordered/insert/set_range.cc
58169691Skan	(test01): Likewise.
59169691Skan	* testsuite/testsuite_hooks.h (operator==(NonDefaultConstructible,
60169691Skan	NonDefaultConstructible), operator<(NonDefaultConstructible,
61169691Skan	NonDefaultConstrictible)): Avoid unused parameter warning.
62169691Skan
63169691Skan2005-12-26  Chris Jefferson  <chris@bubblescope.net>
64169691Skan
65169691Skan	* include/ext/mt_allocator.h (__mt_alloc::__mt_alloc): Remove
66169691Skan	name of unused parameter.
67169691Skan	* include/bits/stream_iterator.h (istream_iterator::istream_iterator):
68169691Skan	Construct _M_value.
69169691Skan	* include/debug/functions.h (__check_valid_range): Add
70169691Skan	__attribute__((unused)).
71169691Skan	* include/tr1/hashtable (hashtable::end): Remove name of unused
72169691Skan	parameter.
73169691Skan	* include/tr1/tuple_iterate.h (tuple::tuple): Likewise.
74169691Skan	(tuple::operator=): Add __attribute__((unused)).
75169691Skan	* include/tr1/functional (Fnv_hash<4>::hash): Add static_cast.
76169691Skan	(Fnv_hash<8>::hash): Likewise.
77169691Skan
78169691Skan	* testsuite/25_algorithms/iter_swap/20577.cc (swap): Remove name of
79169691Skan	unused parameter.
80169691Skan	* testsuite/25_algorithms/unique_copy/check_type.cc (S2::S2,X2::X2):
81169691Skan	Likewise.
82169691Skan	* testsuite/22_locale/ctype/narrow/char/19955.cc (do_narrow): Likewise.
83169691Skan	* testsuite/22_locale/ctype/is/char/9858.cc (Derived::do_is, 
84169691Skan	Derived::do_scan_is, Derived::do_scan_not, Derived2::do_is,
85169691Skan	Derived2::do_scan_is, Derived2::do_scan_not): Likewise.
86169691Skan	* testsuite/22_locale/time_put/put/wchar_t/12439_1.cc (TP::do_put):
87169691Skan	Likewise.
88169691Skan	* testsuite/22_locale/time_put/put/wchar_t/12439_3.cc (TP::do_put):
89169691Skan	Likewise.
90169691Skan	* testsuite/22_locale/time_put/put/char/12439_1.cc (TP::do_put):
91169691Skan	Likewise.
92169691Skan	* testsuite/22_locale/time_put/put/char/12439_3.cc (TP::do_put):
93169691Skan	Likewise.
94169691Skan	* testsuite/testsuite_io.h (fail_num_get::do_get, fail_num_put::do_put):
95169691Skan	Likewise.
96169691Skan	* testsuite/25_algorithms/find/17441.cc (find): Likewise.
97169691Skan	* testsuite/23_containers/vector/cons/clear_allocator.cc
98169691Skan	(clear_alloc::clear_alloc): Likewise.
99169691Skan	* testsuite/23_containers/vector/bool/clear_allocator.cc
100169691Skan	(clear_alloc::clear_alloc): Likewise.
101169691Skan	* testsuite/23_containers/list/cons/clear_allocator.cc
102169691Skan	(clear_alloc::clear_alloc): Likewise.
103169691Skan	* testsuite/23_containers/set/modifiers/16728.cc (test_container):
104169691Skan	Likewise.
105169691Skan	* testsuite/27_io/basic_ios/cons/char/3.cc (char_traits::to_char_type,
106169691Skan	to_int_type): Likewise.
107169691Skan	* testsuite/27_io/basic_filebuf/imbue/12206.cc (codecvt::do_out, do_in,
108169691Skan	do_unshift, do_length): Likewise.
109169691Skan	* testsuite/21_strings/basic_string/capacity/1.cc 
110169691Skan	(operator==(A<T>,A<T>), operator<(A<T>,A<T>),
111169691Skan	char_traits::to_char_type, char_traits::to_int_type): Likewise
112169691Skan	* testsuite/testsuite_character.h (ctype::do_is, ctype::do_scan_is,
113169691Skan	ctype::do_scan_not, do_toupper, do_tolower): Likewise.
114169691Skan	* testsuite/25_algorithms/replace_copy/check_type.cc (Z::operator=):
115169691Skan	Add missing return statement.
116169691Skan	* testsuite/25_algorithms/replace_copy_if/check_type.cc (Z::operator=):
117169691Skan	Likewise.
118169691Skan	* testsuite/testsuite_iterators.h (output_iterator_wrapper::operator=,
119169691Skan	random_access_iterator_wrapper::operator==): Likewise.
120169691Skan	* testsuite/20_util/functional/binders/1.cc (s::f_int_int_const,
121169691Skan	s::f_int_int, s::f_int_void_const, s::f_int_void): Likewise.
122169691Skan	* testsuite/27_io/types/1.cc (test01): Likewise.
123169691Skan	* testsuite/27_io/basic_ostream/write/wchar_t/1.cc (test01): Likewise.
124169691Skan	* testsuite/27_io/basic_ostream/write/char/1.cc (test01): Likewise.
125169691Skan	* testsuite/21_strings/c_strings/wchar_t/24559.cc (main): Likewise.
126169691Skan	* testsuite/27_io/basic_istream/ignore/wchar_t/2.cc (check): Add static
127169691Skan	cast.
128169691Skan	* testsuite/27_io/basic_istream/ignore/char/2.cc (check): Likewise.
129169691Skan	* testsuite/27_io/basic_istream/getline/wchar_t/5.cc (check): Likewise.
130169691Skan	* testsuite/27_io/basic_istream/getline/char/5.cc (check): Likewise.
131169691Skan	* testsuite/testsuite_allocator.h (check_new): Likewise.
132169691Skan	(check_deallocate_null): Add missing return value.
133169691Skan	* testsuite/ext/pool_allocator/allocate_chunk.cc (test01):
134169691Skan	Make variable unsigned.
135169691Skan	* testsuite/23_containers/vector/modifiers/erase/1.cc (N,N1,N2,N3,N4,
136169691Skan	N5,test01): Likewise.
137169691Skan	* testsuite/26_numerics/valarray/valarray_subset_assignment.cc
138169691Skan	(check_array): Likewise.
139169691Skan	(main): Removed unused variable.
140169691Skan	* testsuite/27_io/basic_streambuf/in_avail/wchar_t/1.cc (test05):
141169691Skan	Removed unused variable.
142169691Skan	* testsuite/27_io/basic_ostream/flush/wchar_t/1.cc (test01): Likewise.
143169691Skan	* testsuite/27_io/basic_ostream/flush/char/1.cc (test01): Likewise.
144169691Skan	* testsuite/27_io/basic_ostream/endl/wchar_t/1.cc (test01): Likewise.
145169691Skan	* testsuite/27_io/basic_ostream/endl/char/1.cc (test01): Likewise.
146169691Skan	* testsuite/27_io/basic_ostream/ends/wchar_t/1.cc (test01): Likewise.
147169691Skan	* testsuite/27_io/basic_ostream/ends/char/1.cc (test01): Likewise.
148169691Skan	* testsuite/tr1/2_general_utilities/memory/shared_ptr/
149169691Skan	assign/shared_ptr.cc (test01): Correct return type.	
150169691Skan	* testsuite/27_io/basic_filebuf/close/char/2.cc (test_02):
151169691Skan	Add default value to close_num.
152169691Skan
153169691Skan2005-12-24  Paolo Carlini  <pcarlini@suse.de>
154169691Skan
155169691Skan	* include/bits/stl_algobase.h (fill(const _Deque_iterator&,
156169691Skan	const _Deque_iterator&, const _Tp&)): Deal, correctly, only
157169691Skan	with iterators (leave const_iterators alone).
158169691Skan
159169691Skan2005-12-24  Paolo Carlini  <pcarlini@suse.de>
160169691Skan
161169691Skan	* include/bits/stl_algobase.h (fill(const _Deque_iterator<>&,
162169691Skan	const _Deque_iterator<>&, const _Tp&)): Add.
163169691Skan
164169691Skan	* testsuite/23_containers/deque/cons/assign/1.cc: New.
165169691Skan
166169691Skan2005-12-19  Paolo Carlini  <pcarlini@suse.de>
167169691Skan
168169691Skan	* include/bits/stl_deque.h (deque<>::resize, _M_fill_assign):
169169691Skan	Avoid troubles with ADL, user defined operators and _Deque_iterator.
170169691Skan	(operator-(const _Deque_iterator<>&, const _Deque_iterator<>&):
171169691Skan	Add overload for left and right iterators of the same type.
172169691Skan	* include/bits/deque.tcc (erase(iterator)): Avoid troubles with ADL,
173169691Skan	user defined operators and _Deque_iterator.
174169691Skan	* testsuite/23_containers/deque/types/1.cc: Add.
175169691Skan	
176169691Skan	* include/bits/deque.tcc (_M_insert_aux(iterator, size_type,
177169691Skan	const value_type&)): Qualify with std:: fill call.
178169691Skan
179169691Skan2005-12-18  Benjamin Kosnik  <bkoz@redhat.com>
180169691Skan	
181169691Skan	* include/bits/c++config: Add in revised namespace associations.
182169691Skan	_GLIBCXX_BEGIN_NAMESPACE: New macro.
183169691Skan	_GLIBCXX_END_NAMESPACE: Same.
184169691Skan	_GLIBCXX_BEGIN_NESTED_NAMESPACE: Same.
185169691Skan	_GLIBCXX_END_NESTED_NAMESPACE: Same.
186169691Skan	* acinclude.m4 (GLIBCXX_ENABLE_SYMVERS]): Add gnu-versioned-namespace.
187169691Skan	* configure: Regenerated.
188169691Skan	* config.h.in: Same.
189169691Skan	* config/abi/pre/gnu-versioned-namespace.ver: New.
190169691Skan	* config/abi/pre/gnu.ver (GLIBCXX_3.4.7): Add exports for nested
191169691Skan	debug mode items. 
192169691Skan	* include/Makefile.am (${host_builddir}/c++config.h): Fill in
193169691Skan	values for __GLIBCXX__ and _GLIBCXX_NAMESPACE_ASSOCIATION_VERSION.
194169691Skan	* include/Makefile.in: Regnerate.
195169691Skan	* src/compatibility.cc: Alias new, nested definitions to exported
196169691Skan	symbols from non-nested __gnu_debug.
197169691Skan	* src/Makefile.am:  Add in ENABLE_SYMVERS_GNU_NAMESPACE.
198169691Skan	* src/Makefile.in: Regenerate.
199169691Skan	
200169691Skan	* docs/html/debug_mode.html: Revise for nested design.
201169691Skan	* docs/html/debug.html: Use debug qualifications instead of
202169691Skan	__gnu_debug.
203169691Skan	* docs/html/configopts.html: Revise documentation for
204169691Skan	--enable-symvers.
205169691Skan	
206169691Skan	* include/debug/formatter: Simplify namespace qualifications for
207169691Skan	current, nested-only reality. Add top-level namespace alias,
208169691Skan	namespace debug, for debug-mode containers.
209169691Skan	* include/debug/safe_iterator.h: Same.	
210169691Skan	* include/debug/set.h: Same.
211169691Skan	* include/debug/hash_multimap.h: Same.
212169691Skan	* include/debug/hash_set.h: Same.
213169691Skan	* include/debug/bitset
214169691Skan	* include/debug/safe_sequence.h: Same.
215169691Skan	* include/debug/multiset.h: Same.
216169691Skan	* include/debug/safe_base.h: Same.
217169691Skan	* include/debug/functions.h: Same.
218169691Skan	* include/debug/safe_iterator.tcc
219169691Skan	* include/debug/hash_multiset.h: Same.
220169691Skan	* include/debug/vector
221169691Skan	* include/debug/map.h: Same.
222169691Skan	* include/debug/deque
223169691Skan	* include/debug/hash_map.h: Same.
224169691Skan	* include/debug/string
225169691Skan	* include/debug/macros.h: Same.
226169691Skan	* include/debug/list
227169691Skan	* include/debug/debug.h: Same.
228169691Skan	* include/debug/multimap.h: Same.	
229169691Skan	* src/debug.cc: Same.
230169691Skan	* testsuite/23_containers/vector/invalidation/1.cc: Cleanups.
231169691Skan	* testsuite/23_containers/vector/invalidation/2.cc: Same.
232169691Skan	* testsuite/23_containers/vector/invalidation/3.cc: Same.
233169691Skan	* testsuite/23_containers/vector/invalidation/4.cc: Same.
234169691Skan	* testsuite/23_containers/deque/invalidation/1.cc: Same.
235169691Skan	* testsuite/23_containers/deque/invalidation/2.cc: Same.
236169691Skan	* testsuite/23_containers/deque/invalidation/3.cc: Same.
237169691Skan	* testsuite/23_containers/deque/invalidation/4.cc: Same.
238169691Skan	* testsuite/23_containers/multiset/invalidation/1.cc: Same.
239169691Skan	* testsuite/23_containers/multiset/invalidation/2.cc: Same.
240169691Skan	* testsuite/23_containers/multimap/invalidation/1.cc: Same.
241169691Skan	* testsuite/23_containers/multimap/invalidation/2.cc: Same.
242169691Skan	* testsuite/23_containers/bitset/invalidation/1.cc: Same.
243169691Skan	* testsuite/23_containers/bitset/cons/16020.cc: Same.
244169691Skan	* testsuite/23_containers/bitset/operations/13838.cc: Same.
245169691Skan	* testsuite/23_containers/list/invalidation/1.cc: Same.
246169691Skan	* testsuite/23_containers/list/invalidation/2.cc: Same.
247169691Skan	* testsuite/23_containers/list/invalidation/3.cc: Same.
248169691Skan	* testsuite/23_containers/list/invalidation/4.cc: Same.
249169691Skan	* testsuite/23_containers/set/invalidation/1.cc: Same.
250169691Skan	* testsuite/23_containers/set/invalidation/2.cc: Same.
251169691Skan	* testsuite/23_containers/map/invalidation/1.cc: Same.
252169691Skan	* testsuite/23_containers/map/invalidation/2.cc: Same.
253169691Skan	* testsuite/23_containers/map/insert/16813.cc: Same.
254169691Skan	
255169691Skan	* include/bits/basic_ios.h: Use _GLIBCXX_BEGIN_NAMESPACE(std) and
256169691Skan	friends.	
257169691Skan	* include/bits/stl_list.h: Same.
258169691Skan	* include/bits/stl_map.h: Same.
259169691Skan	* include/bits/stl_algobase.h: Same.
260169691Skan	* include/bits/localefwd.h: Same.
261169691Skan	* include/bits/valarray_array.tcc: Same.
262169691Skan	* include/bits/valarray_after.h: Same.
263169691Skan	* include/bits/gslice_array.h: Same.
264169691Skan	* include/bits/stl_queue.h: Same.
265169691Skan	* include/bits/gslice.h: Same.
266169691Skan	* include/bits/locale_facets.tcc: Same.
267169691Skan	* include/bits/locale_classes.h: Same.
268169691Skan	* include/bits/stl_set.h: Same.
269169691Skan	* include/bits/locale_facets.h: Same.
270169691Skan	* include/bits/stl_stack.h: Same.
271169691Skan	* include/bits/stl_iterator_base_types.h: Same.
272169691Skan	* include/bits/stl_heap.h: Same.
273169691Skan	* include/bits/indirect_array.h: Same.
274169691Skan	* include/bits/atomicity.h: Same.
275169691Skan	* include/bits/stream_iterator.h: Same.
276169691Skan	* include/bits/concurrence.h: Same.
277169691Skan	* include/bits/basic_string.h: Same.
278169691Skan	* include/bits/stl_multimap.h: Same.
279169691Skan	* include/bits/stl_pair.h: Same.
280169691Skan	* include/bits/basic_ios.tcc: Same.
281169691Skan	* include/bits/stl_raw_storage_iter.h: Same.
282169691Skan	* include/bits/stl_vector.h: Same.
283169691Skan	* include/bits/stl_numeric.h: Same.
284169691Skan	* include/bits/ios_base.h: Same.
285169691Skan	* include/bits/stl_deque.h: Same.
286169691Skan	* include/bits/istream.tcc: Same.
287169691Skan	* include/bits/postypes.h: Same.
288169691Skan	* include/bits/stl_multiset.h: Same.
289169691Skan	* include/bits/mask_array.h: Same.
290169691Skan	* include/bits/stl_uninitialized.h: Same.
291169691Skan	* include/bits/ostream.tcc: Same.
292169691Skan	* include/bits/slice_array.h: Same.
293169691Skan	* include/bits/boost_concept_check.h: Same.
294169691Skan	* include/bits/sstream.tcc: Same.
295169691Skan	* include/bits/stl_iterator_base_funcs.h: Same.
296169691Skan	* include/bits/char_traits.h: Same.
297169691Skan	* include/bits/stl_algo.h: Same.
298169691Skan	* include/bits/stringfwd.h: Same.
299169691Skan	* include/bits/c++config
300169691Skan	* include/bits/stl_iterator.h: Same.
301169691Skan	* include/bits/valarray_array.h: Same.
302169691Skan	* include/bits/stl_tempbuf.h: Same.
303169691Skan	* include/bits/vector.tcc: Same.
304169691Skan	* include/bits/deque.tcc: Same.
305169691Skan	* include/bits/stl_bvector.h: Same.
306169691Skan	* include/bits/basic_string.tcc: Same.
307169691Skan	* include/bits/list.tcc: Same.
308169691Skan	* include/bits/streambuf_iterator.h: Same.
309169691Skan	* include/bits/valarray_before.h: Same.
310169691Skan	* include/bits/stl_construct.h: Same.
311169691Skan	* include/bits/stl_function.h: Same.
312169691Skan	* include/bits/cpp_type_traits.h: Same.
313169691Skan	* include/bits/streambuf.tcc: Same.
314169691Skan	* include/bits/allocator.h: Same.
315169691Skan	* include/bits/stl_tree.h: Same.
316169691Skan	* include/bits/fstream.tcc: Same.
317169691Skan	* include/bits/stl_relops.h: Same.
318169691Skan	* include/bits/functexcept.h: Same.
319169691Skan	* include/std/std_valarray.h: Same.
320169691Skan	* include/std/std_iostream.h: Same.
321169691Skan	* include/std/std_streambuf.h: Same.
322169691Skan	* include/std/std_bitset.h: Same.
323169691Skan	* include/std/std_iosfwd.h: Same.
324169691Skan	* include/std/std_iomanip.h: Same.
325169691Skan	* include/std/std_fstream.h: Same.
326169691Skan	* include/std/std_limits.h: Same.
327169691Skan	* include/std/std_stdexcept.h: Same.
328169691Skan	* include/std/std_istream.h: Same.
329169691Skan	* include/std/std_complex.h: Same.
330169691Skan	* include/std/std_memory.h: Same.
331169691Skan	* include/std/std_ostream.h: Same.
332169691Skan	* include/std/std_sstream.h: Same.
333169691Skan	* include/c_std/std_csignal.h: Same.
334169691Skan	* include/c_std/std_cstdlib.h: Same.
335169691Skan	* include/c_std/std_cstdio.h: Same.
336169691Skan	* include/c_std/std_cstdarg.h: Same.
337169691Skan	* include/c_std/std_cctype.h: Same.
338169691Skan	* include/c_std/std_cmath.h: Same.
339169691Skan	* include/c_std/std_ctime.h: Same.
340169691Skan	* include/c_std/std_clocale.h: Same.
341169691Skan	* include/c_std/std_csetjmp.h: Same.
342169691Skan	* include/c_std/std_cwchar.h: Same.
343169691Skan	* include/c_std/std_cstring.h: Same.
344169691Skan	* include/c_std/std_cstddef.h: Same.
345169691Skan	* include/c_std/std_cwctype.h: Same.
346169691Skan	* include/backward/iterator.h: Same.
347169691Skan	* include/backward/set.h: Same.
348169691Skan	* include/backward/hashtable.h: Same.
349169691Skan	* include/backward/fstream.h: Same.
350169691Skan	* include/backward/tempbuf.h: Same.
351169691Skan	* include/backward/istream.h: Same.
352169691Skan	* include/backward/bvector.h: Same.
353169691Skan	* include/backward/stack.h: Same.
354169691Skan	* include/backward/rope.h: Same.
355169691Skan	* include/backward/complex.h: Same.
356169691Skan	* include/backward/ostream.h: Same.
357169691Skan	* include/backward/heap.h: Same.
358169691Skan	* include/backward/iostream.h: Same.
359169691Skan	* include/backward/function.h: Same.
360169691Skan	* include/backward/multimap.h: Same.
361169691Skan	* include/backward/pair.h: Same.
362169691Skan	* include/backward/stream.h: Same.
363169691Skan	* include/backward/iomanip.h: Same.
364169691Skan	* include/backward/strstream
365169691Skan	* include/backward/slist.h: Same.
366169691Skan	* include/backward/tree.h: Same.
367169691Skan	* include/backward/vector.h: Same.
368169691Skan	* include/backward/deque.h: Same.
369169691Skan	* include/backward/multiset.h: Same.
370169691Skan	* include/backward/list.h: Same.
371169691Skan	* include/backward/map.h: Same.
372169691Skan	* include/backward/algobase.h: Same.
373169691Skan	* include/backward/hash_map.h: Same.
374169691Skan	* include/backward/algo.h: Same.
375169691Skan	* include/backward/queue.h: Same.
376169691Skan	* include/backward/streambuf.h: Same.
377169691Skan	* src/allocator-inst.cc: Same.
378169691Skan	* src/complex_io.cc: Same.
379169691Skan	* src/localename.cc: Same.
380169691Skan	* src/limits.cc: Same.
381169691Skan	* src/ios_failure.cc: Same.
382169691Skan	* src/locale-misc-inst.cc: Same.
383169691Skan	* src/streambuf-inst.cc: Same.
384169691Skan	* src/misc-inst.cc: Same.
385169691Skan	* src/concept-inst.cc: Same.
386169691Skan	* src/ios_locale.cc: Same.
387169691Skan	* src/pool_allocator.cc: Same.
388169691Skan	* src/fstream-inst.cc: Same.
389169691Skan	* src/istream-inst.cc: Same.
390169691Skan	* src/string-inst.cc: Same.
391169691Skan	* src/locale_init.cc: Same.
392169691Skan	* src/ctype.cc: Same.
393169691Skan	* src/strstream.cc: Same.
394169691Skan	* src/ostream-inst.cc: Same.
395169691Skan	* src/functexcept.cc: Same.
396169691Skan	* src/streambuf.cc: Same.
397169691Skan	* src/sstream-inst.cc: Same.
398169691Skan	* src/ios.cc: Same.
399169691Skan	* src/valarray-inst.cc: Same.
400169691Skan	* src/locale.cc: Same.
401169691Skan	* src/tree.cc: Same.
402169691Skan	* src/stdexcept.cc: Same.
403169691Skan	* src/istream.cc: Same.
404169691Skan	* src/compatibility.cc: Same.
405169691Skan	* src/locale-inst.cc: Same.
406169691Skan	* src/globals_io.cc: Same.
407169691Skan	* src/list.cc: Same.
408169691Skan	* src/ios_init.cc: Same.
409169691Skan	* src/locale_facets.cc: Same.
410169691Skan	* src/codecvt.cc: Same.
411169691Skan
412169691Skan	* include/tr1/unordered_map: Use _GLIBCXX_BEGIN_NAMESPACE(tr1).
413169691Skan	* include/tr1/boost_shared_ptr.h: Same.
414169691Skan	* include/tr1/tuple
415169691Skan	* include/tr1/hashtable
416169691Skan	* include/tr1/type_traits_fwd.h: Same.
417169691Skan	* include/tr1/unordered_set
418169691Skan	* include/tr1/functional
419169691Skan	* include/tr1/ref_fwd.h: Same.
420169691Skan	* include/tr1/utility
421169691Skan	* include/tr1/type_traits
422169691Skan	* include/tr1/array
423169691Skan
424169691Skan	* include/ext/hashtable.h: Use _GLIBCXX_BEGIN_NAMESPACE(__gnu_cxx).
425169691Skan	* include/ext/typelist.h: Same.
426169691Skan	* include/ext/hash_map: Same.
427169691Skan	* include/ext/rc_string_base.h: Same.
428169691Skan	* include/ext/pool_allocator.h: Same.
429169691Skan	* include/ext/iterator: Same.
430169691Skan	* include/ext/rb_tree: Same.
431169691Skan	* include/ext/numeric: Same.
432169691Skan	* include/ext/vstring.tcc: Same.
433169691Skan	* include/ext/sso_string_base.h: Same.
434169691Skan	* include/ext/stdio_filebuf.h: Same.
435169691Skan	* include/ext/algorithm: Same.
436169691Skan	* include/ext/codecvt_specializations.h: Same.
437169691Skan	* include/ext/new_allocator.h: Same.
438169691Skan	* include/ext/array_allocator.h: Same.
439169691Skan	* include/ext/vstring_util.h: Same.
440169691Skan	* include/ext/vstring_fwd.h: Same.
441169691Skan	* include/ext/mt_allocator.h: Same.
442169691Skan	* include/ext/debug_allocator.h: Same.
443169691Skan	* include/ext/slist: Same.
444169691Skan	* include/ext/stdio_sync_filebuf.h: Same.
445169691Skan	* include/ext/hash_fun.h: Same.
446169691Skan	* include/ext/malloc_allocator.h: Same.
447169691Skan	* include/ext/functional: Same.
448169691Skan	* include/ext/bitmap_allocator.h: Same.
449169691Skan	* include/ext/pod_char_traits.h: Same.
450169691Skan	* include/ext/vstring.h: Same.
451169691Skan	* include/ext/ropeimpl.h: Same.
452169691Skan	* include/ext/hash_set: Same.
453169691Skan	* include/ext/memory: Same.
454169691Skan	* include/ext/rope: Same.
455169691Skan	* include/bits/boost_concept_check.h: Same.
456169691Skan	* include/bits/stl_iterator.h: Same.
457169691Skan	* include/bits/char_traits.h: Same.
458169691Skan	* include/bits/cpp_type_traits.h: Same.
459169691Skan	* include/bits/concurrence.h: Same.
460169691Skan	* include/bits/atomicity.h: Same.
461169691Skan	* config/locale/gnu/numeric_members.cc: Same.
462169691Skan	* config/locale/gnu/collate_members.cc: Same.
463169691Skan	* config/locale/gnu/ctype_members.cc: Same.
464169691Skan	* config/locale/gnu/c_locale.cc: Same.
465169691Skan	* config/locale/gnu/codecvt_members.cc: Same.
466169691Skan	* config/locale/gnu/messages_members.cc: Same.
467169691Skan	* config/locale/gnu/c_locale.h: Same.
468169691Skan	* config/locale/gnu/monetary_members.cc: Same.
469169691Skan	* config/locale/gnu/time_members.cc: Same.
470169691Skan	* config/locale/ieee_1003.1-2001/c_locale.h: Same.
471169691Skan	* config/locale/generic/numeric_members.cc: Same.
472169691Skan	* config/locale/generic/collate_members.cc: Same.
473169691Skan	* config/locale/generic/ctype_members.cc: Same.
474169691Skan	* config/locale/generic/c_locale.cc: Same.
475169691Skan	* config/locale/generic/codecvt_members.cc: Same.
476169691Skan	* config/locale/generic/messages_members.cc: Same.
477169691Skan	* config/locale/generic/c_locale.h: Same.
478169691Skan	* config/locale/generic/monetary_members.cc: Same.
479169691Skan	* config/locale/generic/time_members.cc: Same.
480169691Skan	* config/os/aix/atomicity.h: Same.
481169691Skan	* config/os/irix/atomicity.h: Same.
482169691Skan	* config/cpu/powerpc/atomicity.h: Same.
483169691Skan	* config/cpu/cris/atomicity.h: Same.
484169691Skan	* config/cpu/ia64/atomicity.h: Same.
485169691Skan	* config/cpu/alpha/atomicity.h: Same.
486169691Skan	* config/cpu/m68k/atomicity.h: Same.
487169691Skan	* config/cpu/hppa/atomicity.h: Same.
488169691Skan	* config/cpu/mips/atomicity.h: Same.
489169691Skan	* config/cpu/sparc/atomicity.h: Same.
490169691Skan	* config/cpu/i386/atomicity.h: Same.
491169691Skan	* config/cpu/i486/atomicity.h: Same.
492169691Skan	* config/cpu/sh/atomicity.h: Same.
493169691Skan	* config/cpu/generic/atomicity.h: Same.
494169691Skan	* config/cpu/s390/atomicity.h: Same.
495169691Skan	* config/io/c_io_stdio.h: Same.
496169691Skan	* config/io/basic_file_stdio.cc: Same.
497169691Skan	* config/io/basic_file_stdio.h: Same.	
498169691Skan	* src/misc-inst.cc: Same.
499169691Skan	* src/concept-inst.cc: Same.
500169691Skan	* src/ext-inst.cc: Same.
501169691Skan	* src/string-inst.cc: Same.
502169691Skan	* src/pool_allocator.cc: Same.
503169691Skan	* src/bitmap_allocator.cc: Same.
504169691Skan	* src/mt_allocator.cc: Same.
505169691Skan	* libsupc++/exception: Same.
506169691Skan	* libsupc++/vterminate.cc: Same.
507169691Skan	* testsuite/ext/hash_map/1.cc: Explicitly qualify __gnu_cxx::hash_map.
508169691Skan	* testsuite/ext/hash_map/14648.cc: Same.	
509169691Skan
510169691Skan	* libsupc++/eh_alloc.cc: Correct comment line spacing.
511169691Skan		
512169691Skan2005-12-18  Paolo Carlini  <pcarlini@suse.de>
513169691Skan
514169691Skan	* include/bits/stl_algobase.h (__copy_normal::copy_n): Uglify
515169691Skan	to __copy_n.
516169691Skan	(__copy_backward::copy_b): Likewise to __copy_b.
517169691Skan	(__copy_backward_normal::copy_b_n): Likewise to __copy_b_n.
518169691Skan	(copy, __copy_backward_aux, copy_backward): Adjust.
519169691Skan
520169691Skan2005-12-18  Paolo Carlini  <pcarlini@suse.de>
521169691Skan
522169691Skan	* include/bits/stl_algo.h (partial_sort_copy): Add
523169691Skan	_BinaryPredicateConcept<_Compare, _InputValueType, _OutputValueType>
524169691Skan	(merge, set_union, set_symmetric_difference): Add
525169691Skan	_OutputIteratorConcept<_OutputIterator, _ValueType2>.
526169691Skan	(binary_search): Remove redundant _BinaryPredicateConcept<_Compare,
527169691Skan	_ValueType, _Tp>, taken care by lower_bound.
528169691Skan	* include/bits/stl_algo.h: Cosmetic changes.
529169691Skan
530169691Skan2005-12-18  Paolo Carlini  <pcarlini@suse.de>
531169691Skan	    Howard Hinnant  <hhinnant@apple.com>
532169691Skan
533169691Skan	* include/bits/stl_algo.h (merge, includes, set_union,
534169691Skan	set_intersection, set_difference, set_symmetric_difference):
535169691Skan	Fix concept checks.
536169691Skan
537169691Skan2005-12-18  Paolo Carlini  <pcarlini@suse.de>
538169691Skan
539169691Skan	* include/bits/stl_algo.h (partial_sort_copy, lower_bound,
540169691Skan	upper_bound, equal_range, binary_search): Fix concept checks.
541169691Skan
542169691Skan2005-12-18  Benjamin Kosnik  <bkoz@redhat.com>
543169691Skan
544169691Skan	* config/abi/post: New.
545169691Skan	* config/abi/*-linux-gnu: Move to..
546169691Skan	* config/abi/post/*-linux-gnu: ... here.	
547169691Skan	* config/abi/pre: New.
548169691Skan	* config/linker-map.gnu: Move to ..
549169691Skan	* config/abi/pre/gnu.ver: ... here.	
550169691Skan	* config/linker-map.dummy: Move to..
551169691Skan	* config/abi/pre/none.ver: ... here.
552169691Skan	* src/Makefile.am: Use ENABLE_SYMVERS_GNU,
553169691Skan	ENABLE_SYMVERS_DARWIN, ENABLE_SYMVERS_GNU_NAMESPACE.
554169691Skan	Use libstdc++-symbols.ver instead of libstdc++-symbol.ver.
555169691Skan	* src/Makefile.in: Regnerate.
556169691Skan	* acinclude.m4 (GLIBCXX_CONFIGURE_TESTSUITE): Adjust paths for new
557169691Skan	placement of abi baseline files.
558169691Skan	(GLIBCXX_ENABLE_SYMVERS): Add ENABLE_SYMVERS, ENABLE_SYMVERS_GNU,
559169691Skan	ENABLE_SYMVERS_DARWIN.  SYMVER_MAP to SYMVER_FILE.
560169691Skan	* configure: Regnerate.
561169691Skan	* config.h.in: Regnerate.
562169691Skan	* src/compatibility.cc: Adjust macro usage.
563169691Skan	
564169691Skan2005-12-17  Benjamin Kosnik  <bkoz@redhat.com>
565169691Skan
566169691Skan        * src/io-inst.cc: Separate instantiations into...
567169691Skan        * src/ios-inst.cc: .. this.
568169691Skan        * src/iostream-inst.cc: ... and this.
569169691Skan        * src/Makefile.am (sources): Update.
570169691Skan        * src/Makefile.in: Regenerate.	
571169691Skan
572169691Skan2005-12-17  Benjamin Kosnik  <bkoz@redhat.com>
573169691Skan	
574169691Skan	PR libstdc++/25472
575169691Skan        * include/c_std/std_cstdlib.h: Fix for freestanding.
576169691Skan
577169691Skan2005-12-17  Benjamin Kosnik  <bkoz@redhat.com>
578169691Skan
579169691Skan	* testsuite/libstdc++-dg/normal.exp: Rename to..
580169691Skan	* testsuite/libstdc++-dg/conformance.exp: ... this.
581169691Skan
582169691Skan2005-12-17  Paolo Carlini  <pcarlini@suse.de>
583169691Skan
584169691Skan	* include/bits/stl_vector.h (vector(const vector&)): Use
585169691Skan	_M_get_Tp_allocator.
586169691Skan	* include/bits/stl_deque.h (deque(const deque&)): Likewise.
587169691Skan	(_M_destroy_data): Adjust.
588169691Skan
589169691Skan2005-12-17  Paolo Carlini  <pcarlini@suse.de>
590169691Skan
591169691Skan	* include/bits/stl_deque.h (deque<>::_M_erase_at_end,
592169691Skan	_M_erase_at_begin, _M_destroy_data, _M_destroy_data_dispatch,
593169691Skan	_M_destroy_data_aux): New, optimize erase at begin() / end() and
594169691Skan	consistently use the "segmented iterator" optimization.
595169691Skan	(deque<>::~deque(), resize, clear, _M_assign_aux, _M_fill_assign):
596169691Skan	Use the above.
597169691Skan	* include/bits/deque.tcc (deque<>::operator=, _M_assign_aux): Same.
598169691Skan	(erase(iterator, iterator)): Likewise, clean-up.
599169691Skan	(erase(iterator)): Tweak, don't call copy unnecessarily. 
600169691Skan	(_M_destroy_data_aux): Define.
601169691Skan	* testsuite/23_containers/deque/modifiers/erase/1.cc: New.
602169691Skan	* testsuite/23_containers/deque/modifiers/erase/2.cc: Likewise.
603169691Skan
604169691Skan2005-12-17  Gabriel Dos Reis  <gdr@integrable-solutions.net>
605169691Skan
606169691Skan	* include/bits/valarray_after.h (_Expr<>::operator[](slice)): 
607169691Skan	Don't assume the closure implements general indexing, as a matter
608169691Skan	of fact, most of them don't.
609169691Skan	(_Expr<>::operator[](const gslice&)): Likewise.
610169691Skan	(_Expr<>::operator[](const valarray<bool>&)): Likewise.
611169691Skan	(_Expr<>::operator[](const valarray<size_t>&)): Likewise.
612169691Skan	(_Expr<>::shift): Fix thinko.
613169691Skan	(_Expr<>::cshift): Likewise.
614169691Skan	(_Expr<>::apply): Likewise.
615169691Skan
616169691Skan2005-12-16  Paolo Carlini  <pcarlini@suse.de>
617169691Skan
618169691Skan	* testsuite/tr1/4_metaprogramming/type_properties/is_empty/is_empty.cc:
619169691Skan	Fix class NonEmptyClassTwo.
620169691Skan
621169691Skan2005-12-15  Paolo Carlini  <pcarlini@suse.de>
622169691Skan
623169691Skan	* include/bits/stl_vector.h (vector<>::_M_get_Tp_allocator): Change
624169691Skan	to return by ref and add non const version.
625169691Skan	* include/bits/stl_deque.h (deque<>::_M_get_Tp_allocator): Likewise.
626169691Skan
627169691Skan2005-12-15  Paolo Carlini  <pcarlini@suse.de>
628169691Skan
629169691Skan	PR libstdc++/25421
630169691Skan	* config/locale/gnu/c_locale.cc (_S_destroy_c_locale): Check
631169691Skan	for null argument.
632169691Skan	* testsuite/22_locale/facet/25421.cc: New.
633169691Skan
634169691Skan2005-12-13  Carlos O'Donell <carlos@codesourcery.com>
635169691Skan
636169691Skan	* include/std/std_limits.h (struct numeric_limits):
637169691Skan	Use __DBL_HAS_DENORM__, __FLT_HAS_DENORM__, __LDBL_HAS_DENORM__.
638169691Skan
639169691Skan2005-12-10  Paolo Carlini  <pcarlini@suse.de>
640169691Skan
641169691Skan	* include/ext/sso_string_base.h (__sso_string_base<>::_M_compare):
642169691Skan	Add, specialized for char and wchar_t to immediately return true
643169691Skan	when a string is compared to itself.
644169691Skan	* include/ext/rc_string_base.h (__rc_string_base<>::_M_compare):
645169691Skan	Likewise, for the same _Rep.
646169691Skan	* include/ext/vstring.h (compare(const string&)): Use it.
647169691Skan
648169691Skan	* include/ext/sso_string_base.h (__sso_string_base<>::_M_destroy):
649169691Skan	Deallocate passed size + 1.
650169691Skan	(_M_dispose, _M_reserve): Adjust.
651169691Skan
652169691Skan2005-12-09  Paolo Carlini  <pcarlini@suse.de>
653169691Skan	    Howard Hinnant  <hhinnant@apple.com>
654169691Skan
655169691Skan	PR libstdc++/25288
656169691Skan	* include/bits/stl_list.h (list<>::_M_insert_dispatch, _M_fill_insert):
657169691Skan	Remove.
658169691Skan	(_M_initialize_dispatch, _M_fill_initialize): Add.
659169691Skan	(list(size_type, const value_type&, const allocator_type&),
660169691Skan	list(const list&), list(_InputIterator, _InputIterator,
661169691Skan	const allocator_type&): Use the latter.
662169691Skan	(insert(iterator, size_type, const value_type&), insert(iterator,
663169691Skan	_InputIterator, _InputIterator)): Use construction & splice.
664169691Skan	* testsuite/23_containers/list/modifiers/insert/25288.cc: New.
665169691Skan	* testsuite/testsuite_allocator.h (class throw_allocator): Add.
666169691Skan
667169691Skan	* include/bits/stl_list.h (list<>::insert, erase): Fix wrong comments.
668169691Skan
669169691Skan2005-12-08  Paolo Carlini  <pcarlini@suse.de>
670169691Skan
671169691Skan	* include/bits/stl_vector.h (vector<>::size, resize, capacity,
672169691Skan	operator[]): Avoid troubles with ADL, user defined operators
673169691Skan	and __normal_iterator.
674169691Skan	(_M_erase_at_end): Fix to take a pointer.
675169691Skan	(clear): Adjust call.
676169691Skan	* include/bits/vector.tcc (vector<>::insert(iterator, const
677169691Skan	value_type&), erase(iterator, iterator), operator=(const
678169691Skan	vector<>&), _M_assign_aux(input_iterator_tag), _M_insert_aux,
679169691Skan	_M_fill_insert, _M_range_insert): Likewise.
680169691Skan	(_M_fill_assign, _M_assign_aux(forward_iterator_tag)): Adjust
681169691Skan	_M_erase_at_end call.
682169691Skan	* testsuite/23_containers/vector/types/1.cc: New.
683169691Skan
684169691Skan2005-12-08  Paolo Carlini  <pcarlini@suse.de>
685169691Skan
686169691Skan	PR libstdc++/24617
687169691Skan	* include/bits/stl_vector.h (vector<>::_M_erase_at_end): New.
688169691Skan	(vector<>::clear, resize): Use it.
689169691Skan	* include/bits/vector.tcc (vector<>::erase(iterator, iterator),
690169691Skan	_M_fill_assign, _M_assign_aux): Likewise.
691169691Skan
692169691Skan	* testsuite/23_containers/vector/modifiers/erase/1.cc: New.
693169691Skan
694169691Skan2005-12-07  Paolo Carlini  <pcarlini@suse.de>
695169691Skan
696169691Skan	* docs/html/configopts.html ([--enable-libstdcxx-allocator]):
697169691Skan	Mention the SGI pooled allocator.
698169691Skan
699169691Skan2005-12-06  Paolo Carlini  <pcarlini@suse.de>
700169691Skan
701169691Skan	* include/bits/basic_string.h (insert(iterator, _CharT),
702169691Skan	erase(iterator), erase(iterator, iterator)): Avoid troubles
703169691Skan	with ADL, user defined operators and __normal_iterator.
704169691Skan	* include/bits/stl_iterator.h (operator-(const __normal_iterator
705169691Skan	<_Iterator, _Container>&, const __normal_iterator<_Iterator,
706169691Skan	_Container>&)): Add overload for left and right iterators of
707169691Skan	the same type.
708169691Skan	* include/debug/safe_iterator.h (operator-(const _Safe_iterator
709169691Skan	<_Iterator, _Sequence>&, const _Safe_iterator<_Iterator,
710169691Skan	_Sequence>&)): Likewise.
711169691Skan	* testsuite/21_strings/basic_string/types/1.cc: New.
712169691Skan
713169691Skan2005-12-05  Paolo Carlini  <pcarlini@suse.de>
714169691Skan
715169691Skan	* include/ext/sso_string_base.h (__sso_string_base<>::_M_assign):
716169691Skan	Simplify, avoid pointless reallocations.
717169691Skan
718169691Skan2005-12-04  Paolo Carlini  <pcarlini@suse.de>
719169691Skan
720169691Skan	* include/ext/sso_string_base.h (__sso_string_base<>::_M_reserve):
721169691Skan	Simplify.
722169691Skan
723169691Skan2005-12-04  Paolo Carlini  <pcarlini@suse.de>
724169691Skan
725169691Skan	* include/ext/vstring.h (__versa_string<>::operator+, all
726169691Skan	versions): Move out of line...
727169691Skan	* include/ext/vstring.tcc (__versa_string<>::operator+): ...
728169691Skan	here; consistently use reserve for the benefit of sso_string_base;
729169691Skan	prefer push_back to single-char append when appropriate.
730169691Skan
731169691Skan	* include/ext/vstring.h (__versa_string<>::push_back): Don't
732169691Skan	call _M_reserve, _M_mutate instead.
733169691Skan	(reserve): Just forward to _M_reserve.
734169691Skan	* include/ext/vstring.tcc (__versa_string<>::_M_reserve): Remove.
735169691Skan	* include/ext/rc_string_base.h (__rc_string_base<>::_M_reserve): Also
736169691Skan	do the initial checks (first on length, in case __res == capacity).
737169691Skan	* include/ext/sso_string_base.h (__sso_string_base<>::_M_reserve:
738169691Skan	Likewise; don't call _M_set_length unnecessarily.
739169691Skan
740169691Skan2005-12-04  Paolo Carlini  <pcarlini@suse.de>
741169691Skan
742169691Skan	* include/ext/vstring.h (__versa_string<>::_M_append): New.
743169691Skan	(append(const __versa_string&), append(const __versa_string&,
744169691Skan	size_type, size_type), append(const _CharT*, size_type),
745169691Skan	append(const _CharT*)): Use it.
746169691Skan	(append(size_type, _CharT)): Delegate to _M_replace_aux.
747169691Skan	(assign(const __versa_string&, size_type, size_type),
748169691Skan	assign(const _CharT*), replace(size_type, size_type,
749169691Skan	const _CharT*, size_type)): Forward to _M_replace.
750169691Skan	* include/ext/vstring.tcc (__versa_string<>::_M_append):
751169691Skan	Define, core append functionality.
752169691Skan	(_M_replace): Simplify, move __s == 0 case to _M_replace_aux.
753169691Skan	(_M_replace_aux): Reorganize, don't call _M_replace.
754169691Skan
755169691Skan2005-12-04  Paolo Carlini  <pcarlini@suse.de>
756169691Skan
757169691Skan	* include/ext/vstring.tcc (__versa_string<>::_M_replace):
758169691Skan	Perform _M_check_length at the beginning and remove it from ...
759169691Skan	(replace, _M_replace_dispatch, _M_replace_aux, assign): ... here.
760169691Skan	(assign): Now move inline.
761169691Skan	(resize): Don't call _M_check_length redundantly, append does.
762169691Skan
763169691Skan2005-12-04  Paolo Carlini  <pcarlini@suse.de>
764169691Skan
765169691Skan	* include/ext/sso_string_base.h (__sso_string_base<>::_M_get_allocator):
766169691Skan	Add non const version.
767169691Skan	* include/ext/rc_string_base.h (__rc_string_base<>::_M_get_allocator):
768169691Skan	Likewise.
769169691Skan	
770169691Skan	* include/ext/sso_string_base.h (__sso_string_base<>::_M_erase): Add.
771169691Skan	* include/ext/rc_string_base.h (__rc_string_base<>::_M_erase): Likewise.
772169691Skan	(_M_leak_hard): Use it.
773169691Skan	* include/ext/vstring.h (__versa_string<>::clear, erase, all
774169691Skan	versions): Use it.
775169691Skan	* include/ext/vstring.tcc (__versa_string<>::resize): Likewise.
776169691Skan
777169691Skan	* include/ext/vstring.h (__versa_string<>::_M_replace_safe):
778169691Skan	Remove.
779169691Skan	* include/ext/vstring.h (__versa_string<>::_M_replace): New, does
780169691Skan	the in-place work or delegates to _M_mutate in case of reallocation.
781169691Skan	* include/ext/vstring.tcc (__versa_string<>::_M_replace_safe):
782169691Skan	Remove.
783169691Skan	* include/ext/vstring.tcc (__versa_string<>::_M_replace): Define.
784169691Skan	(assign, replace, _M_replace_dispatch, _M_replace_aux): Use it.
785169691Skan	* include/ext/sso_string_base.h (__sso_string_base<>::_M_mutate):
786169691Skan	Change to manage only reallocations.
787169691Skan	* include/ext/rc_string_base.h (__rc_string_base<>::_M_mutate):
788169691Skan	Likewise.
789169691Skan
790169691Skan	* include/ext/vstring.h (__versa_string<>::insert(size_type,
791169691Skan	const __versa_string&), insert(size_type, const __versa_string&,
792169691Skan	size_type, size_type), insert(size_type, const _CharT*, size_type),
793169691Skan	insert(size_type, const _CharT*)): Delegate to replace.
794169691Skan
795169691Skan	* include/ext/vstring.h (__versa_string<>::reserve): Move out of
796169691Skan	line.
797169691Skan	* include/ext/vstring.tcc (__versa_string<>::reserve): Do the
798169691Skan	checks and call _M_reserve.
799169691Skan	* include/ext/vstring.h (__versa_string<>::append): Call _M_reserve
800169691Skan	instead of reserve.
801169691Skan	* include/ext/vstring.tcc (__versa_string<>::append, all versions):
802169691Skan	Likewise.
803169691Skan	* include/ext/sso_string_base.h (__sso_string_base<>::_M_reserve):
804169691Skan	Adjust.
805169691Skan	* include/ext/rc_string_base.h (__rc_string_base<>::_M_reserve):
806169691Skan	Likewise.
807169691Skan
808169691Skan2005-12-02  David Billinghurst (David.Billinghurst@riotinto.com)
809169691Skan
810169691Skan	PR testsuite/25193
811169691Skan	* testsuite/lib/libstdc++.exp (libstdc++-dg-test): Catch
812169691Skan	error if file cannot be deleted.
813169691Skan
814169691Skan2005-11-23  Paolo Carlini  <pcarlini@suse.de>
815169691Skan
816169691Skan	PR libstdc++/24975 (basic_string)
817169691Skan	* include/bits/basic_string.h (_Rep::_S_empty_rep): Avoid
818169691Skan	strict-aliasing warnings.
819169691Skan
820169691Skan2005-11-22  Paolo Carlini  <pcarlini@suse.de>
821169691Skan
822169691Skan	PR libstdc++/24975
823169691Skan	* include/bits/stl_set.h (insert(iterator, const value_type&),
824169691Skan	erase(iterator), erase(iterator, iterator)): Don't break aliasing
825169691Skan	rules casting to _Rep_iterator&, forward to _Rb_tree facilities.
826169691Skan	* include/bits/stl_multiset.h (insert(iterator, const value_type&),
827169691Skan	erase(iterator), erase(iterator, iterator)): Likewise.
828169691Skan	* include/bits/stl_tree.h (_Rb_tree<>::_M_insert(_Const_Base_ptr,
829169691Skan	_Const_Base_ptr, const value_type&), insert_unique(const_iterator,
830169691Skan	const value_type&), insert_equal(const_iterator, const value_type&),
831169691Skan	erase(const_iterator), erase(const_iterator, const_iterator)): New,
832169691Skan	_Rb_tree<>::const_iterator counterparts of existing facilities.
833169691Skan
834169691Skan2005-11-21  Benjamin Kosnik  <bkoz@redhat.com>
835169691Skan            Ulrich Drepper  <drepper@redhat.com>
836169691Skan
837169691Skan	PR libstdc++/23591
838169691Skan	* scripts/create_testsuite_files: Support for "C" test files.
839169691Skan	* testsuite/lib/libstdc++.exp: Same.
840169691Skan	* testsuite/libstdc++-dg/normal.exp: Same.
841169691Skan	* testsuite/ext/mt_allocator/22309_thread.cc: Update names.
842169691Skan	* testsuite/19_diagnostics/23591_thread-1.c: New.
843169691Skan	* testsuite/testsuite_shared.cc: Add tests, rename existing functions.
844169691Skan	* libsupc++/eh_globals.cc: Make global thread local if possible.
845169691Skan	* configure.ac: Use GCC_CHECK_TLS.
846169691Skan	* acinclude.m4: Include tls.m4.
847169691Skan	* configure: Regenerate.
848169691Skan	* config.h.in: Same.
849169691Skan	
850169691Skan2005-11-21  Benjamin Kosnik  <bkoz@redhat.com>
851169691Skan
852169691Skan	* libsupc++/del_op.cc: Include c++config.h first.
853169691Skan	* libsupc++/eh_alloc.cc: Same.
854169691Skan	* libsupc++/new_opv.cc: Same.
855169691Skan	* libsupc++/eh_throw.cc: Same.
856169691Skan	* libsupc++/new_op.cc: Same.
857169691Skan	* libsupc++/del_opv.cc: Same.
858169691Skan	* libsupc++/eh_catch.cc: Same.
859169691Skan	* libsupc++/guard.cc: Same.
860169691Skan	* libsupc++/del_opnt.cc: Same.
861169691Skan	* libsupc++/eh_exception.cc: Same.
862169691Skan	* libsupc++/new_opvnt.cc: Same.
863169691Skan	* libsupc++/eh_term_handler.cc: Same.
864169691Skan	* libsupc++/eh_personality.cc: Same.
865169691Skan	* libsupc++/eh_call.cc: Same.
866169691Skan	* libsupc++/new_opnt.cc: Same.
867169691Skan	* libsupc++/del_opvnt.cc: Same.
868169691Skan
869169691Skan2005-11-21  Benjamin Kosnik  <bkoz@redhat.com>
870169691Skan
871169691Skan	* src/Makefile.am (LTCXXCOMPILE): CXXFLAGS last.
872169691Skan	* libsupc++/Makefile.am: Same.
873169691Skan	* src/Makefile.in: Regenerate.
874169691Skan	* libsupc++/Makefile.in: Same.
875169691Skan
876169691Skan2005-11-21  Paolo Carlini  <pcarlini@suse.de>
877169691Skan
878169691Skan	* include/ext/sso_string_base.h: Minor formatting and stylistic fixes.
879169691Skan	(__sso_string_base<>::_M_get_allocator): Return by const ref.
880169691Skan	* include/ext/rc_string_base.h: Likewise.
881169691Skan	(__rc_string_base<>::_M_get_allocator): Return by const ref.
882169691Skan	(__rc_string_base<>::_M_dispose): Take void, use _M_get_allocator.
883169691Skan	(__rc_string_base<>::_M_grab): Take one alloc, use _M_get_allocator.
884169691Skan	(__rc_string_base<>::~__rc_string_base,
885169691Skan	__rc_string_base(const __rc_string_base&), _M_assign, _M_reserve,
886169691Skan	_M_mutate): Adjust.
887169691Skan	* include/ext/vstring_util.h: Minor stylistic fixes.
888169691Skan
889169691Skan2005-11-18  Paolo Carlini  <pcarlini@suse.de>
890169691Skan
891169691Skan	* include/ext/rc_string_base.h (__rc_string_base<>::_Rep): Avoid the
892169691Skan	anonymous struct extension, adjust everywhere.
893169691Skan
894169691Skan	* include/ext/rc_string_base.h (__rc_string_base<>::_S_empty_rep()):
895169691Skan	Just use a static member.
896169691Skan	(__rc_string_base<>::__rc_string_base(), _S_construct): Adjust.
897169691Skan
898169691Skan	* include/ext/rc_string_base.h (__rc_string_base<>::_Rep): Use
899169691Skan	anonymous union together with _CharT to fix alignment issues,
900169691Skan	rebind to _Rep and rename _Raw_alloc to _Rep_alloc_type.	
901169691Skan	(__rc_string_base<>::_Rep::_S_create, _M_destroy): Adjust consistently.
902169691Skan
903169691Skan	* include/ext/vstring_util.h (__is_null_p): Move inside struct
904169691Skan	__vstring_utility as static _S_is_null_pointer.
905169691Skan	* include/ext/sso_string.h
906169691Skan	(__sso_string_base<>::_M_construct(std::forward_iterator_tag): Adjust.
907169691Skan	* include/ext/rc_string_base.h
908169691Skan	(__rc_string_base<>::_S_construct(std::forward_iterator_tag): Likewise.
909169691Skan
910169691Skan	Implement Option 3 of DR 431 for ext/vstring - both available bases.
911169691Skan	* include/bits/cpp_type_traits.h (struct __is_empty): Add.
912169691Skan	* include/ext/vstring.h (__versa_string<>::swap): Delegate to
913169691Skan	this->_M_swap.
914169691Skan	* include/ext/vstring.tcc (__versa_string<>::swap): Remove.
915169691Skan	* include/ext/vstring_util.h (struct __vstring_utility<>): Add struct
916169691Skan	_Alloc_hider<>, augmented of allocator swapping facility, specialized
917169691Skan	to nop for empty allocators.
918169691Skan	* include/ext/rc_string_base.h (__rc_string_base<>::_M_swap): Use it.
919169691Skan	(__rc_string_base<>::_M_is_leaked, _M_set_sharable): Change to private.
920169691Skan	* include/ext/sso_string_base.h	(__sso_string_base<>::_M_swap):
921169691Skan	Likewise.
922169691Skan	(__sso_string_base<>::_M_is_leaked, _M_set_sharable): Remove, unused.
923169691Skan	* include/ext/rc_string_base.h (__rc_string_base<>::_M_data(_CharT*):
924169691Skan	Return void.
925169691Skan	* include/ext/sso_string_base.h (__sso_string_base<>::_M_data(_CharT*):
926169691Skan	Likewise.
927169691Skan
928169691Skan2005-11-17  Geoffrey Keating  <geoffk@apple.com>
929169691Skan
930169691Skan	* config/os/bsd/darwin/ppc-extra.ver: New.
931169691Skan	* src/Makefile.am (libstdc++-symbol.ver): Move outside conditionals,
932169691Skan	and make dependent on port symbol files.
933169691Skan	(libstdc++-symbol.explist): Use the generated .ver file, not
934169691Skan	the template.
935169691Skan	* src/compatibility.cc [APPLE] (__eprintf): New.
936169691Skan	* src/Makefile.in: Regenerate.
937169691Skan	* configure.host (powerpc*-*-darwin*): Define
938169691Skan	port_specific_symbol_files.
939169691Skan
940169691Skan2005-11-16  Nathan Sidwell  <nathan@codesourcery.com>
941169691Skan
942169691Skan	* libsupc++/eh_arm.cc (__cxa_begin_cleanup): Remember a
943169691Skan	foreign exception too.
944169691Skan	(__gnu_end_cleanup): Recover a foreign exception too.
945169691Skan	* libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Cope
946169691Skan	with forced unwinding.
947169691Skan	* libsupc++/eh_throw.cc (__cxxabiv1::__cxa_rethrow): Use
948169691Skan	_Unwind_Resume_or_Rethrow for ARM EABI.
949169691Skan
950169691Skan2005-11-14  Geoffrey Keating  <geoffk@apple.com>
951169691Skan
952169691Skan	* acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Don't check for
953169691Skan	shared libgcc for darwin exports.
954169691Skan	* configure: Regenerate.
955169691Skan
956169691Skan2005-11-13  Jonathan Wakely  <redi@gcc.gnu.org>
957169691Skan
958169691Skan	* include/tr1/boost_shared_ptr.h (get_deleter):
959169691Skan	Declare before shared_ptr.
960169691Skan	(shared_ptr<>): Declare get_deleter as friend.
961169691Skan	(shared_ptr<>:_M_get_deleter): Private.
962169691Skan
963169691Skan2005-11-13  Douglas Gregor  <doug.gregor@gmail.com>
964169691Skan
965169691Skan	PR libstdc++/24818
966169691Skan	* include/tr1/ref_wrap_iterate.h
967169691Skan	(reference_wrapper::operator()()): Don't dereferene the result of
968169691Skan	get() before calling it; it's already a reference.
969169691Skan	* testsuite/tr1/3_function_objects/reference_wrapper/invoke.cc:
970169691Skan	Test nullary calls to reference_wrappers.
971169691Skan
972169691Skan2005-11-11  Paolo Carlini  <pcarlini@suse.de>
973169691Skan
974169691Skan	PR libstdc++/24808
975169691Skan	* include/tr1/type_traits (__is_abstract_helper): Rename to __in_array
976169691Skan	(with complemented logic).
977169691Skan	(is_function): Use it, don't use __conv_helper.
978169691Skan	(is_abstract): Adjust.
979169691Skan	(__conv_helper): Rename to __is_convertible_simple.
980169691Skan	(is_convertible): Adjust.
981169691Skan	* testsuite/testsuite_tr1.h (class IncompleteClass): Add.
982169691Skan	* testsuite/tr1/4_metaprogramming/composite_type_traits/is_object/
983169691Skan	24808.cc: New.
984169691Skan	* testsuite/tr1/4_metaprogramming/primary_type_categories/is_enum/
985169691Skan	24808.cc: Likewise.
986169691Skan	* testsuite/tr1/4_metaprogramming/primary_type_categories/is_function/
987169691Skan	24808.cc: Likewise.
988169691Skan
989169691Skan2005-11-11  Paolo Carlini  <pcarlini@suse.de>
990169691Skan
991169691Skan	PR libstdc++/24799
992169691Skan	* include/tr1/functional (hash): Inherit from std::unary_function.
993169691Skan	* testsuite/tr1/6_containers/unordered/hash/24799.cc: New.
994169691Skan
995169691Skan	PR libstdc++/24805
996169691Skan	* include/tr1/boost_shared_ptr.h (swap(shared_ptr<>&, shared_ptr<>&),
997169691Skan	swap(weak_ptr<>&, weak_ptr<>&)): Move inside namespace tr1.
998169691Skan	* testsuite/tr1/2_general_utilities/memory/shared_ptr/modifiers/
999169691Skan	24805.cc: New.
1000169691Skan
1001169691Skan	PR libstdc++/24809
1002169691Skan	* include/tr1/type_traits (__is_polymorhpic_helper): Adjust destructor.
1003169691Skan	* testsuite/tr1/4_metaprogramming/type_properties/is_polymorphic/
1004169691Skan	24809.cc: New.
1005169691Skan
1006169691Skan2005-11-10  Paolo Carlini  <pcarlini@suse.de>
1007169691Skan
1008169691Skan	* testsuite/tr1/2_general_utilities/memory/
1009169691Skan	enable_shared_from_this/not_shared.cc: Adjust, remove xfail.
1010169691Skan	* testsuite/tr1/2_general_utilities/memory/
1011169691Skan	enable_shared_from_this/not_shared2.cc: Likewise.
1012169691Skan	* testsuite/tr1/2_general_utilities/memory/
1013169691Skan	enable_shared_from_this/not_shared3.cc: Likewise.
1014169691Skan
1015169691Skan2005-11-10  Paolo Carlini  <pcarlini@suse.de>
1016169691Skan
1017169691Skan	* include/tr1/boost_shared_ptr.h (_Sp_counted_base::release,
1018169691Skan	weak_release): Protect barriers with __GTHREADS.
1019169691Skan
1020169691Skan2005-11-10  Paolo Carlini  <pcarlini@suse.de>
1021169691Skan	    Peter Dimov  <pdimov@mmltd.net>
1022169691Skan
1023169691Skan	* include/tr1/boost_shared_ptr.h (_Sp_counted_base::release):
1024169691Skan	Optimize by manually inlining weak_release.
1025169691Skan
1026169691Skan	* include/tr1/boost_shared_ptr.h (_Sp_counted_base::release,
1027169691Skan	weak_release): Use explicit memory barriers.
1028169691Skan
1029169691Skan2005-11-09  Benjamin Kosnik  <bkoz@redhat.com>
1030169691Skan	    Paolo Carlini  <pcarlini@suse.de>
1031169691Skan            Gabriel Dos Reis  <gdr@integrable-solutions.net>
1032169691Skan
1033169691Skan	PR libstdc++/22203
1034169691Skan	* numeric_limits.cc: Split into...
1035169691Skan	* numeric_limits/specialization.cc: ..this.
1036169691Skan	* numeric_limits/is_iec559.cc: Same.
1037169691Skan	* numeric_limits/sign.cc: Same.
1038169691Skan	* numeric_limits/quiet_NaN.cc: Same.
1039169691Skan	* numeric_limits/digits10.cc: Same.
1040169691Skan	* numeric_limits/denorm_min.cc: Same.
1041169691Skan	* numeric_limits/min_max.cc: Same.
1042169691Skan	* numeric_limits/epsilon.cc: Same.
1043169691Skan	* numeric_limits/infinity.cc: Same.
1044169691Skan	* numeric_limits/traps.cc: New.
1045169691Skan
1046169691Skan2005-11-09  Paolo Carlini  <pcarlini@suse.de>
1047169691Skan
1048169691Skan	* include/tr1/boost_shared_ptr.h: Trivial formatting fixes.
1049169691Skan
1050169691Skan2005-11-08  Benjamin Kosnik  <bkoz@redhat.com>
1051169691Skan
1052169691Skan	* testsuite/lib/libstdc++.exp (check_v3_target_debug_mode): Use
1053169691Skan	exe as the executable extension.
1054169691Skan
1055169691Skan	* acinclude.m4 (GLIBCXX_ENABLE_ALLOCATOR): Change gnu defaults to
1056169691Skan	new.
1057169691Skan	(GLIBCXX_ENABLE_PCH): Adjust message order.
1058169691Skan	* configure: Regenerate.
1059169691Skan	
1060169691Skan	* scripts/testsuite_flags.in (query): Correct print_usagex typo.
1061169691Skan
1062169691Skan	* include/bits/functexcept.h: Remove argument names.
1063169691Skan
1064169691Skan	* src/mt_allocator.cc: Adjust comment.
1065169691Skan	
1066169691Skan2005-11-06  Paolo Carlini  <pcarlini@suse.de>
1067169691Skan
1068169691Skan	PR libstdc++/18174
1069169691Skan	* include/bits/stl_queue.h (priority_queue): Tweak a bit the
1070169691Skan	comment describing the container.
1071169691Skan
1072169691Skan2005-11-05  Paolo Carlini  <pcarlini@suse.de>
1073169691Skan
1074169691Skan	* configure.host: Add | rs6000 to the cpu_defines_dir switch,
1075169691Skan	consistently with the try_cpu one.
1076169691Skan
1077169691Skan2005-11-05  Paolo Carlini  <pcarlini@suse.de>
1078169691Skan
1079169691Skan	PR libstdc++/22203
1080169691Skan	* include/bits/c++config: Include cpu_defines.h.
1081169691Skan	* include/Makefile.am: Add cpu_defines.h to host_headers.
1082169691Skan	* configure.host: Add cpu_defines_dir.
1083169691Skan	* configure.ac: Use it.
1084169691Skan	* config/cpu/powerpc/cpu_defines.h: New.
1085169691Skan	* config/cpu/generic/cpu_defines.h: Likewise.
1086169691Skan	* configure: Regenerate.
1087169691Skan	* Makefile.in: Likewise.
1088169691Skan	* include/Makefile.in: Likewise.
1089169691Skan	* libmath/Makefile.in: Likewise.
1090169691Skan	* libsupc++/Makefile.in: Likewise.
1091169691Skan	* po/Makefile.in: Likewise.
1092169691Skan	* src/Makefile.in: Likewise.	
1093169691Skan	* testsuite/Makefile.in: Likewise.
1094169691Skan
1095169691Skan2005-11-03  Paolo Carlini  <pcarlini@suse.de>
1096169691Skan
1097169691Skan	* include/ext/sso_string_base.h (__sso_string_base<>::_M_swap):
1098169691Skan	Change the various traits_type::copy call to always copy the
1099169691Skan	entire local buffer; return early and don't do a full swap on
1100169691Skan	the lengths for two common cases; change two _S_copy to plain
1101169691Skan	traits_type::copy.
1102169691Skan
1103169691Skan2005-11-02  Thomas Kho  <tkho@ucla.edu>
1104169691Skan
1105169691Skan	PR libstdc++/23425
1106169691Skan	* include/bits/stl_vector.h (vector<>::clear): Open code
1107169691Skan	in terms of _Destroy.
1108169691Skan
1109169691Skan2005-11-02  Paolo Carlini  <pcarlini@suse.de>
1110169691Skan
1111169691Skan	* include/bits/vector.tcc (vector<>::_M_fill_assign): Qualify fill_n.
1112169691Skan
1113169691Skan2005-11-01  Paolo Carlini  <pcarlini@suse.de>
1114169691Skan
1115169691Skan	PR libstdc++/24595
1116169691Skan	* include/tr1/boost_shared_ptr.h (shared_ptr<>::get_deleter):
1117169691Skan	Move out of shared_ptr.
1118169691Skan	* testsuite/tr1/2_general_utilities/memory/shared_ptr/misc/24595.cc:
1119169691Skan	New.
1120169691Skan
1121169691Skan2005-10-30  Paolo Carlini  <pcarlini@suse.de>
1122169691Skan
1123169691Skan	PR libstdc++/20213
1124169691Skan	* include/c_std/std_csignal.h: Adjust comment as per 17.4.1.2/4.
1125169691Skan	* include/c_std/std_cstdlib.h: Likewise.
1126169691Skan	* include/c_std/std_cstdio.h: Likewise.
1127169691Skan	* include/c_std/std_cstdarg.h: Likewise.
1128169691Skan	* include/c_std/std_cctype.h: Likewise.
1129169691Skan	* include/c_std/std_cerrno.h: Likewise.
1130169691Skan	* include/c_std/std_cmath.h: Likewise.
1131169691Skan	* include/c_std/std_ciso646.h: Likewise.
1132169691Skan	* include/c_std/std_ctime.h: Likewise.
1133169691Skan	* include/c_std/std_clocale.h: Likewise.
1134169691Skan	* include/c_std/std_climits.h: Likewise.
1135169691Skan	* include/c_std/std_cassert.h: Likewise.
1136169691Skan	* include/c_std/std_csetjmp.h: Likewise.
1137169691Skan	* include/c_std/std_cwchar.h: Likewise.
1138169691Skan	* include/c_std/std_cfloat.h: Likewise.
1139169691Skan	* include/c_std/std_cstring.h: Likewise.
1140169691Skan	* include/c_std/std_cstddef.h: Likewise.
1141169691Skan	* include/c_std/std_cwctype.h: Likewise.
1142169691Skan
1143169691Skan2005-10-29  Carey Evans  <carey.evans@gmail.com>
1144169691Skan
1145169691Skan	PR libstdc++/22087
1146169691Skan	* config/os/djgpp/ctype_inline.h: Fix.
1147169691Skan	* config/os/djgpp/ctype_noninline.h: Likewise.
1148169691Skan
1149169691Skan2005-10-28  Paolo Carlini  <pcarlini@suse.de>
1150169691Skan
1151169691Skan	PR libstdc++/24559
1152169691Skan	* include/c_std/std_cwchar.h (wcspbrk): Adjust signature.
1153169691Skan	* testsuite/21_strings/c_strings/wchar_t/24559.cc: New.
1154169691Skan
1155169691Skan2005-10-25  Paolo Carlini  <pcarlini@suse.de>
1156169691Skan
1157169691Skan	* docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 39.
1158169691Skan	* docs/html/ext/howto.html: Adjust.
1159169691Skan
1160169691Skan2005-10-21  Paolo Carlini  <pcarlini@suse.de>
1161169691Skan
1162169691Skan	PR libstdc++/24450
1163169691Skan	* config/locale/generic/time_members.h (__timepunct<>::
1164169691Skan	__timepunct(__c_locale, const char*, size_t)): Avoid leaking
1165169691Skan	memory if new throws inside _M_initialize_timepunct.
1166169691Skan	* config/locale/gnu/time_members.h (__timepunct<>::
1167169691Skan	__timepunct(__c_locale, const char*, size_t)): Likewise.
1168169691Skan	* config/locale/gnu/message_members.h (messages<>::
1169169691Skan	messages(__c_locale, const char*, size_t)): Rearrange to
1170169691Skan	avoid memory leaks.
1171169691Skan
1172169691Skan2005-10-19  Paolo Carlini  <pcarlini@suse.de>
1173169691Skan
1174169691Skan	* include/ext/sso_string_base.h (_M_swap): Rewrite.
1175169691Skan
1176169691Skan2005-10-19  Paolo Carlini  <pcarlini@suse.de>
1177169691Skan
1178169691Skan	* include/ext/rc_string_base.h (_S_terminal): Remove.
1179169691Skan	(_M_set_length): Adjust.
1180169691Skan	(_S_max_size): Change to anonymous enum.
1181169691Skan	(_M_max_size()): Add, returns the latter.
1182169691Skan	* include/ext/sso_string_base.h: Likewise.
1183169691Skan	* include/ext/vstring.h (max_size): Adjust.
1184169691Skan
1185169691Skan2005-10-17  Jonathan Wakely  <redi@gcc.gnu.org>
1186169691Skan
1187169691Skan	PR libstdc++/24244
1188169691Skan	* include/tr1/boost_shared_ptr.h
1189169691Skan	(_Sp_counted_base::_Sp_counted_base()): When __GTHREAD_MUTEX_INIT
1190169691Skan	is defined, initialize the mutex.
1191169691Skan
1192169691Skan2005-10-15  Paolo Carlini  <pcarlini@suse.de>
1193169691Skan
1194169691Skan	* include/tr1/functional: Add missing #pragma GCC system_header.
1195169691Skan
1196169691Skan2005-10-14  Paolo Carlini  <pcarlini@suse.de>
1197169691Skan
1198169691Skan	* include/tr1/hashtable (hashtable::m_erase): Rename to erase_node.
1199169691Skan	(hashtable::erase(iterator), erase(const_iterator)): Adjust.
1200169691Skan
1201169691Skan2005-10-13  Richard Earnshaw  <richard.earnsahw@arm.com>
1202169691Skan
1203169691Skan	PR libstdc++/23926
1204169691Skan	* acinclude.m4 (port_specific_symbol_files): More symbol versioning
1205169691Skan	fixes.
1206169691Skan	* configure: Regenerate.
1207169691Skan
1208169691Skan2005-10-13  Hans-Peter Nilsson  <hp@axis.com>
1209169691Skan
1210169691Skan	* testsuite/lib/libstdc++.exp (libstdc++_init): Require
1211169691Skan	native testing before setting v3-sharedlib to 1.
1212169691Skan
1213169691Skan2005-10-12  Joe Buck  <Joe.Buck@synopsys.com>
1214169691Skan
1215169691Skan	* docs/html/27_io/howto.html: Use reference to ifstream when
1216169691Skan	including iosfwd.
1217169691Skan
1218169691Skan2005-10-11  Andrew Pinski  <pinskia@physics.uc.edu>
1219169691Skan
1220169691Skan	PR libstdc++/23926
1221169691Skan	* acinclude.m4 (GLIBCXX_ENABLE_SYMVERS): Fix typo in check
1222169691Skan	for GNU LD.
1223169691Skan	* configure: Regenerate.
1224169691Skan
1225169691Skan2005-10-10  Benjamin Kosnik  <bkoz@redhat.com>
1226169691Skan
1227169691Skan	* configure.ac (libtool_VERSION): To 6:7:0.
1228169691Skan	* configure: Regenerate.
1229169691Skan	* testsuite/testsuite_abi.cc (check_version): Add GLIBCXX_3.4.7.
1230169691Skan	* config/linker-map.gnu: Export locale::_Impl::_M_install_cache.
1231169691Skan
1232169691Skan2005-10-10  Ian Lance Taylor  <ian@airs.com>
1233169691Skan
1234169691Skan	PR libstdc++/13583
1235169691Skan	* include/bits/locale_classes.h (locale::_Impl::_M_install_cache):
1236169691Skan	Move out of line.
1237169691Skan	* src/locale.cc: Define here, add mutex.
1238169691Skan
1239169691Skan2005-10-09  Paolo Carlini  <pcarlini@suse.de>
1240169691Skan
1241169691Skan	PR libstdc++/24061 (issue 6.19)
1242169691Skan	* include/tr1/hashtable (struct node_const_iterator, struct
1243169691Skan	hashtable_const_iterator): New, add const variants to enable separate
1244169691Skan	overloadings for iterator and const_iterator in unordered_set and
1245169691Skan	unordered_multiset (as required by issue 6.19).
1246169691Skan	(class hashtable): Change the mutable_iterators template parameter
1247169691Skan	to constant_iterators and adjust throughout the logic.
1248169691Skan	(hashtable::insert(iterator, const value_type&), erase(iterator)
1249169691Skan	erase(iterator, iterator)): New, as per issue 6.19.
1250169691Skan	(hashtable::m_erase(node*, node**)): New, called by erase(iterator)
1251169691Skan	and erase(const_iterator).
1252169691Skan	(hashtable::Insert_Conv_Type): New, used by insert(iterator,
1253169691Skan	const value_type&) and insert(const_iterator, const value_type&)
1254169691Skan	to delegate the work to insert(const value_type&).
1255169691Skan	* include/tr1/unordered_map (class unordered_map, unordered_multimap):
1256169691Skan	Adjust typedefs.
1257169691Skan	* include/tr1/unordered_set (class unordered_set, unordered_multiset):
1258169691Skan	Likewise.
1259169691Skan	* testsuite/tr1/6_containers/unordered/erase/24061-map.cc: New.
1260169691Skan	* testsuite/tr1/6_containers/unordered/erase/24061-multimap.cc: New.
1261169691Skan	* testsuite/tr1/6_containers/unordered/erase/24061-multiset.cc: New.
1262169691Skan	* testsuite/tr1/6_containers/unordered/erase/24061-set.cc: New.
1263169691Skan	* testsuite/tr1/6_containers/unordered/insert/24061-map.cc: New.
1264169691Skan	* testsuite/tr1/6_containers/unordered/insert/24061-multimap.cc: New.
1265169691Skan	* testsuite/tr1/6_containers/unordered/insert/24061-multiset.cc: New.
1266169691Skan	* testsuite/tr1/6_containers/unordered/insert/24061-set.cc: New.
1267169691Skan
1268169691Skan2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
1269169691Skan
1270169691Skan	Merge from csl-arm-branch:
1271169691Skan	2004-12-15  Daniel Jacobowitz  <dan@codesourcery.com>
1272169691Skan	* libstdc++-v3/config/linker-map.gnu: Add ARM EABI symbols.
1273169691Skan
1274169691Skan2005-10-07  Paolo Carlini  <pcarlini@suse.de>
1275169691Skan
1276169691Skan	Fix libstdc++/24196 for ext/vstring/rc by returning to the behavior
1277169691Skan	of basic_string pre-2003-06-13; remove fully-dynamic-string stuff.
1278169691Skan	* include/ext/rc_string_base.h (_M_refcopy): Move inside the
1279169691Skan	_Rep class and remove code in macro.
1280169691Skan	(__rc_string_base()): Construct with _S_empty_rep()._M_refcopy().
1281169691Skan	(_M_dispose, _M_leak_hard): Remove code in macro.
1282169691Skan	(_S_construct): Return _S_empty_rep()._M_refcopy() for empty string.
1283169691Skan	(_M_grab): Adjust.
1284169691Skan
1285169691Skan	* include/ext/rc_string_base.h (_Rep::_M_refdata()): Minor tweak,
1286169691Skan	mark throw().
1287169691Skan
1288169691Skan2005-10-07  Benjamin Kosnik  <bkoz@redhat.com>
1289169691Skan
1290169691Skan	* docs/doxygen/user.cfg.in: Update to Doyxygen 1.4.4.
1291169691Skan
1292169691Skan2005-10-05  Paolo Carlini  <pcarlini@suse.de>
1293169691Skan
1294169691Skan	* include/ext/sso_string_base.h (struct __sso_string_local):
1295169691Skan	Remove, actually POD types cannot have user defined constructors
1296169691Skan	(being aggregates) and therefore can always be members of unions.
1297169691Skan	(class __sso_string_base): Adjust consistently.
1298169691Skan
1299169691Skan2005-10-05  Paolo Carlini  <pcarlini@suse.de>
1300169691Skan
1301169691Skan	PR libstdc++/24198
1302169691Skan	* testsuite/27_io/basic_filebuf/3.cc: Use __gnu_test::pod_ushort
1303169691Skan	instead.
1304169691Skan	* testsuite/27_io/basic_filebuf/seekoff/10132-2.cc: Likewise.
1305169691Skan	* testsuite/27_io/basic_filebuf/seekpos/10132-3.cc: Likewise.
1306169691Skan	* testsuite/27_io/basic_fstream/3.cc: Likewise; run the test.
1307169691Skan	* testsuite/27_io/basic_ifstream/3.cc: Likewise; run the test.
1308169691Skan	* testsuite/27_io/basic_ios/3.cc: Likewise.
1309169691Skan	* testsuite/27_io/basic_iostream/3.cc: Likewise; run the test.
1310169691Skan	* testsuite/27_io/basic_istream/3.cc: Likewise; run the test.
1311169691Skan	* testsuite/27_io/basic_istringstream/3.cc: Likewise; run the test.
1312169691Skan	* testsuite/27_io/basic_ofstream/3.cc: Likewise; run the test.
1313169691Skan	* testsuite/27_io/basic_ostream/3.cc: Likewise; run the test.
1314169691Skan	* testsuite/27_io/basic_ostringstream/3.cc: Likewise; run the test.
1315169691Skan	* testsuite/27_io/basic_streambuf/3.cc: Likewise.
1316169691Skan	* testsuite/27_io/basic_stringbuf/3.cc: Likewise.
1317169691Skan	* testsuite/27_io/basic_stringstream/3.cc: Likewise; run the test.
1318169691Skan
1319169691Skan2005-10-05  Paolo Carlini  <pcarlini@suse.de>
1320169691Skan
1321169691Skan	PR libstdc++/11729 (DR 280, [Ready])
1322169691Skan	* include/bits/stl_iterator.h: Add reverse_iterator global
1323169691Skan	functions with two template parameters (operator==, !=, <,
1324169691Skan	>, <=, >=, -).
1325169691Skan	* testsuite/24_iterators/reverse_iterator/11729.cc: New.
1326169691Skan	* docs/html/ext/howto.html: Add an entry for issue 280.
1327169691Skan
1328169691Skan2005-10-03  Paolo Carlini  <pcarlini@suse.de>
1329169691Skan
1330169691Skan	* include/tr1/hashtable
1331169691Skan	(node_iterator::node_iterator(const node_iterator<,true,>&)): Fix to
1332169691Skan	take a "false" (i.e., is_const == false) node_iterator.
1333169691Skan	(hashtable_iterator::hashtable_iterator(const hashtable_iterator<,
1334169691Skan	true,>&)): Likewise for hashtable_iterator.
1335169691Skan	(hashtable::const_local_iterator): Fix typedef (is_const == true).
1336169691Skan	(hashtable::const_iterator): Likewise.
1337169691Skan	* testsuite/tr1/6_containers/unordered/types/map_iterator.cc: New.
1338169691Skan	* testsuite/tr1/6_containers/unordered/types/multimap_iterator.cc: New.
1339169691Skan	* testsuite/tr1/6_containers/unordered/types/set_iterator.cc: New.
1340169691Skan	* testsuite/tr1/6_containers/unordered/types/multiset_iterator.cc: New.
1341169691Skan 
1342169691Skan2005-10-02  Paolo Carlini  <pcarlini@suse.de>
1343169691Skan
1344169691Skan	PR libstdc++/24054
1345169691Skan	* include/tr1/hashtable (erase(const key_type&)): Return the
1346169691Skan	number of elements erased.
1347169691Skan	* testsuite/tr1/6_containers/unordered/hashtable/24054.cc: New.
1348169691Skan
1349169691Skan2005-10-01  Kenny Simpson  <theonetruekenny@yahoo.com>
1350169691Skan
1351169691Skan	* include/tr1/tuple_iterate.h (tuple::operator=(const std::pair<>&)):
1352169691Skan	Add missing return.
1353169691Skan
1354169691Skan2005-09-30  Paolo Carlini  <pcarlini@suse.de>
1355169691Skan
1356169691Skan	PR libstdc++/24064
1357169691Skan	* include/tr1/hashtable (hash_code_base<>::store_code): Add.
1358169691Skan	(hashtable<>::insert(const value_type&)): Use it.
1359169691Skan	* testsuite/tr1/6_containers/unordered/hashtable/24064.cc: New.
1360169691Skan
1361169691Skan2005-09-30  Paolo Carlini  <pcarlini@suse.de>
1362169691Skan
1363169691Skan	PR libstdc++/23953
1364169691Skan	* include/bits/locale_facets.tcc (__numpunct_cache<>::_M_cache,
1365169691Skan	__moneypunct_cache<>::_M_cache): Check that grouping()[0] > 0.
1366169691Skan	(__verify_grouping): Do the last check only if __grouping[__min] > 0.
1367169691Skan	(__add_grouping<>): End recursion if *__gbeg <= 0.
1368169691Skan	* testsuite/22_locale/num_get/get/char/23953.cc: New.
1369169691Skan	* testsuite/22_locale/num_get/get/wchar_t/23953.cc: Likewise.
1370169691Skan	* testsuite/22_locale/num_put/put/char/23953.cc: Likewise.
1371169691Skan	* testsuite/22_locale/num_put/put/wchar_t/23953.cc: Likewise.
1372169691Skan
1373169691Skan2005-09-29  Chris Jefferson <chris@bubblescope.net>
1374169691Skan
1375169691Skan	PR libstdc++/23978
1376169691Skan	* include/tr1/tuple_iterate.h (tuple): Add operator=(std::pair).
1377169691Skan	* testsuite/tr1/6_containers/tuple/creation_functions/23978.cc: New.
1378169691Skan	
1379169691Skan	* include/tr1/functional (ref, cref): Make inline.
1380169691Skan	* include/tr1/tuple_iterate.h (tie): Correct formatting.
1381169691Skan	(make_tuple): Make inline.
1382169691Skan
1383169691Skan2005-09-25  Benjamin Kosnik  <bkoz@redhat.com>
1384169691Skan	    Eric Botcazou  <ebotcazou@libertysurf.fr>
1385169691Skan
1386169691Skan	* include/ext/mt_allocator.h
1387169691Skan	(__per_type_pool<...true>::_S_initialize_once): Always call
1388169691Skan	_M_initialize_once.
1389169691Skan	(__common_pool<...true>::_S_initialize_once): Same.
1390169691Skan
1391169691Skan2005-09-23  Benjamin Kosnik  <bkoz@redhat.com>
1392169691Skan
1393169691Skan	* testsuite/ext/mt_allocator/tune-1.cc: Clarify for single-thread.
1394169691Skan	* testsuite/ext/mt_allocator/tune-2.cc: Same.
1395169691Skan	* testsuite/ext/mt_allocator/tune-3.cc: Same.
1396169691Skan	* testsuite/ext/mt_allocator/tune-4.cc: Same.
1397169691Skan
1398169691Skan2005-09-21  Guillaume Melquiond  <guillaume.melquiond@ens-lyon.fr>
1399169691Skan
1400169691Skan	PR libstdc++/23956
1401169691Skan	* include/ext/mt_allocator.h: Remove excess
1402169691Skan	policy_type::_S_get_pool calls in constructors.
1403169691Skan	
1404169691Skan2005-09-18  Paolo Carlini  <pcarlini@suse.de>
1405169691Skan
1406169691Skan	PR libstdc++/23417 (cont)
1407169691Skan	* include/bits/stl_tree.h (_Rb_tree_impl<true>): Use member
1408169691Skan	initialization list for -Weffc++.
1409169691Skan
1410169691Skan2005-09-16  Janis Johnson  <janis187@us.ibm.com>
1411169691Skan
1412169691Skan	* testsuite/27_io/basic_ostream/inserters_arithmetic/char/23871.cc:
1413169691Skan	New.
1414169691Skan
1415169691Skan2005-09-15  Benjamin Kosnik  <bkoz@redhat.com>
1416169691Skan
1417169691Skan	PR libstdc++/21674
1418169691Skan	PR libstdc++/22205
1419169691Skan	PR libstdc++/22222
1420169691Skan	* include/bits/c++config: Set _GLIBCXX_STD regardless of __GXX_WEAK__.
1421169691Skan	Add in check for __NO_INLINE__ for warning.
1422169691Skan	* testsuite/lib/dg-options.exp (dg-require-debug-mode): New.
1423169691Skan	* testsuite/lib/libstdc++.exp (check_v3_target_debug_mode): New.
1424169691Skan	* testsuite/21_strings/basic_string/element_access/char/21674.cc:
1425169691Skan	Use it.
1426169691Skan	* testsuite/21_strings/basic_string/element_access/wchar_t/21674.cc:
1427169691Skan	Use it.
1428169691Skan
1429169691Skan2005-09-15  Paolo Carlini  <pcarlini@suse.de>
1430169691Skan
1431169691Skan	PR libstdc++/23875
1432169691Skan	* include/std/std_ostream.h (operator<<(short), operator<<(unsigned
1433169691Skan	short), operator<<(int), operator<<(unsigned int), operator<<(float)):
1434169691Skan	Don't call operator<<(long), operator<<(unsigned long), or
1435169691Skan	operator<<(double), do the work mandated by the resolution of DR117...
1436169691Skan	* include/bits/ostream.tcc (operator<<(short), operator<<(unsigned
1437169691Skan	short), operator<<(int), operator<<(unsigned int), operator<<(float)):
1438169691Skan	... here.
1439169691Skan	* testsuite/27_io/basic_ostream/inserters_arithmetic/pod/23875.cc: New.
1440169691Skan
1441169691Skan2005-09-15  Mark Mitchell  <mark@codesourcery.com>
1442169691Skan
1443169691Skan	* testsuite/testsuite_character.h: Specialize character<>
1444169691Skan	templates in __gnu_cxx, not in __gnu_test.
1445169691Skan
1446169691Skan2005-09-13  Jonathan Wakely  <cow@compsoc.man.ac.uk>
1447169691Skan	    Benjamin Kosnik  <bkoz@redhat.com>
1448169691Skan
1449169691Skan	PR libstdc++/21674
1450169691Skan	* testsuite/21_strings/basic_string/element_access/char/21674.cc: New.
1451169691Skan	* testsuite/21_strings/basic_string/element_access/wchar_t/21674.cc: 
1452169691Skan	New.
1453169691Skan
1454169691Skan2005-09-12  David Edelsohn  <dje@gcc.gnu.org>
1455169691Skan
1456169691Skan	PR libstdc++/22554
1457169691Skan	PR libstdc++/23734
1458169691Skan	* include/Makefile.am (stamp-assoc): Install each subgroup
1459169691Skan	of headers separately.
1460169691Skan	* include/Makefile.in: Regenerate.
1461169691Skan	
1462169691Skan2005-09-12  Benjamin Kosnik  <bkoz@redhat.com>
1463169691Skan
1464169691Skan	* testsuite/ext/mt_allocator/22309_thread.cc: Remove dg-do run.
1465169691Skan	* testsuite/lib/libstdc++.exp ( proc libstdc++_init): Enable
1466169691Skan	shared only for linux.
1467169691Skan	
1468169691Skan2005-09-12  Benjamin Kosnik  <bkoz@redhat.com>
1469169691Skan	    David Edelsohn  <dje@gcc.gnu.org>
1470169691Skan
1471169691Skan	PR libstdc++/22554
1472169691Skan	PR libstdc++/23734
1473169691Skan	* include/Makefile.am (assoc_headers): Break into five sub values.
1474169691Skan	(install-headers): Use them.
1475169691Skan	(stamp-assoc): Same.
1476169691Skan	* include/Makefile.in: Regenerate.
1477169691Skan	
1478169691Skan2005-09-12  Chris Jefferson  <chris@bubblescope.net>
1479169691Skan
1480169691Skan	* include/bits/stl_algo.h (search_n): Delegate to specializations.
1481169691Skan	(search_n(,,,,binary_predicate)): Likewise.
1482169691Skan	(__search_n(forward_iterator_tag)): Original search_n, tweak to
1483169691Skan	remove an unnecessary comparison.
1484169691Skan	(__search_n(,,,,binary_predicate,forward_iterator_tag)): Likewise.
1485169691Skan
1486169691Skan2005-09-12  Jim Xochellis  <jimxoch@yahoo.gr>
1487169691Skan
1488169691Skan	* include/bits/stl_algo.h
1489169691Skan	(__search_n(std::random_access_iterator_tag)): Add specialization.
1490169691Skan	(__search_n(,,,,binary_predicate,std::random_access_iterator_tag)):
1491169691Skan	Likewise.
1492169691Skan
1493169691Skan2005-09-12  Benjamin Kosnik  <bkoz@redhat.com>
1494169691Skan
1495169691Skan	PR libstdc++/23417
1496169691Skan	* include/bits/stl_list.h (_List_impl): Use member initialization
1497169691Skan	list for -Weffc++.
1498169691Skan	* include/bits/stl_tree.h (_Rb_tree_impl): Same.
1499169691Skan
1500169691Skan2005-09-12  Paolo Carlini  <pcarlini@suse.de>
1501169691Skan
1502169691Skan	PR libstdc++/23767
1503169691Skan	* include/bits/stl_iterator.h (__normal_iterator::
1504169691Skan	__normal_iterator<>(const __normal_iterator<_Iter, _Container>&)):
1505169691Skan	Enable only when _Iter is equal to _Container::pointer.
1506169691Skan	* testsuite/21_strings/basic_string/types/23767.cc: New.
1507169691Skan	* testsuite/23_containers/vector/types/23767.cc: Likewise.
1508169691Skan	* testsuite/ext/vstring/types/23767.cc: Likewise.
1509169691Skan
1510169691Skan2005-09-11  Benjamin Kosnik  <bkoz@redhat.com>
1511169691Skan
1512169691Skan	PR libstdc++/19265
1513169691Skan	PR libstdc++/22309
1514169691Skan	* include/ext/mt_allocator.h
1515169691Skan	(__gnu_cxx::__create_handler): Remove.
1516169691Skan	(__pool<true>::_M_destroy_thread_key): Compatibility only.
1517169691Skan	(__pool<true>::_M_initialize(__destroy): Same.
1518169691Skan	(__pool<true>::_M_initialize): New.
1519169691Skan	(__pool<true>::_M_initialize_once): Nothing fancy.
1520169691Skan	(__pool<true>::_M_once): Remove.
1521169691Skan	(__common_pool): New.
1522169691Skan	(__common_pool_base): New.	
1523169691Skan	(__per_type_pool): New.
1524169691Skan	(__per_type_pool_base): New.
1525169691Skan	* src/mt_allocator.cc: Same.
1526169691Skan	* config/linker-map.gnu (__pool<true>::_M_initialize()): Add.
1527169691Skan	
1528169691Skan2005-09-11  Jakub Jelinek  <jakub@redhat.com>
1529169691Skan
1530169691Skan	PR libstdc++/19265
1531169691Skan	PR libstdc++/22309
1532169691Skan	* src/mt_allocator.cc (__gnu_internal::freelist_mutex): Make static.
1533169691Skan	(__gnu_internal::__freelist): New type.
1534169691Skan	(__gnu_internal::freelist): New variable.
1535169691Skan	(__gnu_internal::_M_destroy_thread_key): New function.
1536169691Skan	(__gnu_cxx::__pool<true>::_M_destroy): Don't delete
1537169691Skan	_M_thread_freelist_initial.
1538169691Skan	(__gnu_cxx::__pool<true>::_M_initialize): Make argument nameless.
1539169691Skan	Don't use _M_thread_freelist and _M_thread_freelist_initial
1540169691Skan	__pool<true> fields, instead use __gnu_internal::freelist fields, call
1541169691Skan	gthread_key_create just once.  Use
1542169691Skan	__gnu_internal::_M_destroy_thread_key as key destructor.	
1543169691Skan	(__gnu_cxx::__pool<true>::_M_get_thread_id): Store size_t id
1544169691Skan	rather than _Thread_record* in the thread specific value.  Don't
1545169691Skan	use _M_thread_freelist __pool<true> field, instead use
1546169691Skan	__gnu_internal::freelist fields.
1547169691Skan	(__gnu_cxx::__pool<true>::_M_destroy_thread_key): Do nothing.
1548169691Skan
1549169691Skan2005-09-11  Benjamin Kosnik  <bkoz@redhat.com>
1550169691Skan            Jakub Jelinek  <jakub@redhat.com>
1551169691Skan
1552169691Skan	PR libstdc++/19265
1553169691Skan	PR libstdc++/22309	
1554169691Skan	* testsuite/testsuite_shared.cc: New.
1555169691Skan	* testsuite/lib/dg-options.exp (dg-require-sharedlib): New.
1556169691Skan	* testsuite/lib/libstdc++.exp (libstdc++_init): Look for shared
1557169691Skan	library, and set v3-sharedlib based on this.
1558169691Skan	(check_v3_target_sharedlib): New.
1559169691Skan	(proc v3-build_support): Build shared objects.
1560169691Skan	* testsuite/ext/mt_allocator/22309_thread.cc: New, use above.
1561169691Skan
1562169691Skan2005-09-11  Paolo Carlini  <pcarlini@suse.de>
1563169691Skan
1564169691Skan	PR libstdc++/23781
1565169691Skan	* include/bits/stl_list.h (_List_iterator<>::
1566169691Skan	_List_iterator(_List_node_base*), _List_const_iterator<>::
1567169691Skan	_List_const_iterator(const _List_node_base*)): Make explicit.
1568169691Skan	(list<>::begin(), list<>::end(), list<>::pop_back()): Adjust
1569169691Skan	consistently.
1570169691Skan	* include/bits/list.tcc (list<>::insert, list<>::erase): Adjust
1571169691Skan	consistently.
1572169691Skan	* include/bits/stl_tree.h (_Rb_tree_iterator<>::
1573169691Skan	_Rb_tree_iterator(_Link_type), _Rb_tree_const_iterator<>::
1574169691Skan	_Rb_tree_const_iterator(_Link_type)): Make explicit.
1575169691Skan	(_Rb_tree<>::begin(), _Rb_tree<>::end()): Adjust consistently.
1576169691Skan	* include/ext/slist (_Slist_iterator<>::_Slist_iterator(_Node*)):
1577169691Skan	Make explicit.
1578169691Skan	(slist<>::erase(iterator), slist<>::erase(iterator, iterator)):
1579169691Skan	Adjust consistently.
1580169691Skan	* include/tr1/hashtable (hashtable_iterator<>::
1581169691Skan	hashtable_iterator(hash_node<>**)): Make explicit.
1582169691Skan	* testsuite/23_containers/list/23781.cc: New.
1583169691Skan	* testsuite/23_containers/map/23781.cc: Likewise.
1584169691Skan	* testsuite/23_containers/multimap/23781.cc: Likewise.
1585169691Skan	* testsuite/23_containers/multiset/23781.cc: Likewise.
1586169691Skan	* testsuite/23_containers/set/23781.cc: Likewise.
1587169691Skan	* testsuite/ext/slist/23781.cc: Likewise.
1588169691Skan	* testsuite/tr1/6_containers/unordered/23781.cc: Likewise.
1589169691Skan	* testsuite/23_containers/map/operators/1_neg.cc: Adjust dg-error
1590169691Skan	line numbers.
1591169691Skan	* testsuite/23_containers/set/operators/1_neg.cc: Likewise.
1592169691Skan
1593169691Skan	* include/tr1/array (array<>::begin(), array<>::end()): Adjust
1594169691Skan	stylistically for consistency with the other containers.
1595169691Skan
1596169691Skan2005-09-10  Joseph S. Myers  <joseph@codesourcery.com>
1597169691Skan
1598169691Skan	* testsuite/26_numerics/cmath/c99_classification_macros_c.cc:
1599169691Skan	XFAIL on *-*-linux*, not *-*-linux-gnu.
1600169691Skan
1601169691Skan2005-09-09  Benjamin Kosnik  <bkoz@redhat.com>
1602169691Skan            Jakub Jelinek  <jakub@redhat.com>
1603169691Skan
1604169691Skan	* src/debug.cc (iterator_base_mutex): Make static for internal
1605169691Skan	linkage.
1606169691Skan	* src/locale_init.cc (locale_mutex): Same.
1607169691Skan	* src/mt_allocator.cc (freelist_mutex): Same.
1608169691Skan	* src/pool_allocator.cc (palloc_init_mutex): Same.
1609169691Skan	
1610169691Skan2005-09-02  Paolo Carlini  <pcarlini@suse.de>
1611169691Skan
1612169691Skan	* testsuite/tr1/6_containers/unordered/hashtable/23465.cc:
1613169691Skan	Reduce maximum size and lf.
1614169691Skan
1615169691Skan2005-09-01  Benjamin Kosnik  <bkoz@redhat.com>
1616169691Skan
1617169691Skan	* include/c_std/std_cmath.h: Declare C99 functions and helper
1618169691Skan	functions as inline.
1619169691Skan
1620169691Skan2005-09-01  Benjamin Kosnik  <bkoz@redhat.com>
1621169691Skan	    Paolo Carlini  <pcarlini@suse.de>
1622169691Skan	
1623169691Skan	* testsuite/lib/libstdc++.exp (check_v3_target_cxa_atexit): Fix
1624169691Skan	comment.
1625169691Skan
1626169691Skan2005-09-01  Benjamin Kosnik  <bkoz@redhat.com>
1627169691Skan
1628169691Skan	* testsuite/lib/libstdc++.exp (check_v3_target_cxa_atexit): New.
1629169691Skan	* testsuite/lib/dg-options.exp (dg-require-cxa-atexit): New.
1630169691Skan	* testsuite/ext/mt_allocator/deallocate_local-6.cc: New.
1631169691Skan	* testsuite/ext/mt_allocator/deallocate_local-8.cc: New.
1632169691Skan	* testsuite/ext/mt_allocator/deallocate_local_thread-5.cc: New.
1633169691Skan	* testsuite/ext/mt_allocator/deallocate_local_thread-7.cc: New.
1634169691Skan	* docs/html/ext/mt_allocator.html: Add link to examples.
1635169691Skan	* testsuite/testsuite_allocator.h: Tweak.
1636169691Skan	* testsuite/ext/mt_allocator/deallocate_global-2.cc: Same.
1637169691Skan	* testsuite/ext/mt_allocator/deallocate_global-4.cc: Same.
1638169691Skan	* testsuite/ext/mt_allocator/deallocate_global_thread-1.cc: Same.
1639169691Skan	* testsuite/ext/mt_allocator/deallocate_global_thread-3.cc: Same.
1640169691Skan	* testsuite/ext/mt_allocator/deallocate_local-2.cc: Same.
1641169691Skan	* testsuite/ext/mt_allocator/deallocate_local-4.cc: Same.
1642169691Skan	* testsuite/ext/mt_allocator/deallocate_local_thread-1.cc: Same.
1643169691Skan	* testsuite/ext/mt_allocator/deallocate_local_thread-3.cc: Same.
1644169691Skan	* testsuite/ext/new_allocator/deallocate_global.cc: Same.
1645169691Skan	* testsuite/ext/new_allocator/deallocate_local.cc: Same.
1646169691Skan
1647169691Skan2005-08-31  Paolo Carlini  <pcarlini@suse.de>
1648169691Skan	    Kaspar Fischer <fischerk@inf.ethz.ch> 
1649169691Skan
1650169691Skan	PR libstdc++/23632
1651169691Skan	* include/bits/stl_bvector.h (_Bit_iterator::operator[],
1652169691Skan	_Bit_const_iterator::operator[]): Const-ify.
1653169691Skan	* testsuite/23_containers/vector/bool/23632.cc: New.
1654169691Skan
1655169691Skan2005-08-30  Paolo Carlini  <pcarlini@suse.de>
1656169691Skan
1657169691Skan	PR libstdc++/23578 (cont)
1658169691Skan	* include/bits/stl_bvector.h (class vector<bool>): Add
1659169691Skan	a dummy data() to avoid problems in debug-mode.
1660169691Skan
1661169691Skan2005-08-30  Paolo Carlini  <pcarlini@suse.de>
1662169691Skan
1663169691Skan	* testsuite/ext/hash_map/23528.cc: New.
1664169691Skan
1665169691Skan2005-08-29  Paolo Carlini  <pcarlini@suse.de>
1666169691Skan
1667169691Skan	* include/bits/stl_map.h (class map): ... and a missing @a.
1668169691Skan
1669169691Skan2005-08-29  Paolo Carlini  <pcarlini@suse.de>
1670169691Skan
1671169691Skan	* include/bits/stl_map.h (class map): Add missing % in comment.
1672169691Skan
1673169691Skan2005-08-29  Paolo Carlini  <pcarlini@suse.de>
1674169691Skan
1675169691Skan	PR libstdc++/23578 (DR 464 [Ready])
1676169691Skan	* include/bits/stl_map.h (class map): Add at(const key_type&)
1677169691Skan	member functions.
1678169691Skan	* include/bits/stl_vector.h (class vector): Add data() member
1679169691Skan	functions.
1680169691Skan	* include/debug/map.h (class map): Adjust consistently.
1681169691Skan	* include/debug/vector (class vector): Likewise.
1682169691Skan	* testsuite/23_containers/map/element_access/1.cc: New.
1683169691Skan	* testsuite/23_containers/vector/data_access/1.cc: Likewise.
1684169691Skan	* docs/html/ext/howto.html: Add an entry for DR 464.
1685169691Skan
1686169691Skan2005-08-26  Benjamin Kosnik  <bkoz@redhat.com>
1687169691Skan
1688169691Skan	PR libstdc++/20534 (contd)
1689169691Skan	* src/debug.cc (__gnu_debug): Remove __fancy_abort definition.
1690169691Skan	Remove cstdio and cstdlib includes.
1691169691Skan	* include/debug/debug.h: Define inline here. Remove
1692169691Skan	_GLIBCXX_DEBUG_ABORT.
1693169691Skan	* include/debug/macros.h: Remove __fancy_abort declaration,
1694169691Skan	_GLIBXX_DEBUG_ABORT definition.
1695169691Skan	* config/linker-map.gnu: Remove export.
1696169691Skan	
1697169691Skan2005-08-26  Benjamin Kosnik  <bkoz@redhat.com>
1698169691Skan
1699169691Skan	* scripts/check_compile (UNIQUE_ID): New. Use to name output files.
1700169691Skan
1701169691Skan2005-08-26  Paolo Carlini  <pcarlini@suse.de>
1702169691Skan
1703169691Skan	PR libstdc++/23081
1704169691Skan	* include/tr1/array: Implement members back(), front(), data(),
1705169691Skan	and the tuple interface; tidy.
1706169691Skan	* testsuite/tr1/6_containers/array/element_access/back.cc: New.
1707169691Skan	* testsuite/tr1/6_containers/array/element_access/data.cc: Likewise.
1708169691Skan	* testsuite/tr1/6_containers/array/element_access/front.cc: Likewise.
1709169691Skan	* testsuite/tr1/6_containers/array/tuple_interface/get.cc: Likewise.
1710169691Skan	* testsuite/tr1/6_containers/array/tuple_interface/tuple_element.cc:
1711169691Skan	Likewise.
1712169691Skan	* testsuite/tr1/6_containers/array/tuple_interface/tuple_size.cc:
1713169691Skan	Likewise.
1714169691Skan
1715169691Skan2005-08-25  Paolo Carlini  <pcarlini@suse.de>
1716169691Skan
1717169691Skan	* include/tr1/hashtable: Use __throw_exception_again,
1718169691Skan	not naked throw, in the catch clauses.
1719169691Skan
1720169691Skan2005-08-24  Lawrence Lim  <llim@redhat.com>
1721169691Skan            Jakub Jelinek  <jakub@redhat.com>
1722169691Skan	    Benjamin Kosnik  <bkoz@redhat.com>
1723169691Skan
1724169691Skan	PR libstdc++/23550
1725169691Skan	* testsuite/21_strings/char_traits/requirements/char/1.cc
1726169691Skan	(test01): Simplify counting.
1727169691Skan	* testsuite/21_strings/char_traits/requirements/wchar_t/1.cc
1728169691Skan	(test02): Same.
1729169691Skan
1730169691Skan2005-08-24  Paolo Carlini  <pcarlini@suse.de>
1731169691Skan	    Chris Jefferson  <chris@bubblescope.net>
1732169691Skan
1733169691Skan	PR libstdc++/23465
1734169691Skan	* include/tr1/hashtable (hash_code_base::m_swap): Use
1735169691Skan	std::swap.
1736169691Skan	(hashtable<>::hashtable(const hashtable&)): Use copy_code;
1737169691Skan	fix m_allocate_node call.
1738169691Skan	* testsuite/tr1/6_containers/unordered/hashtable/23465.cc: New.
1739169691Skan
1740169691Skan2005-08-23  Kelley Cook  <kcook@gcc.gnu.org>
1741169691Skan
1742169691Skan	PR libstdc++/23462
1743169691Skan	* testsuite/data/sgetn.txt: Revert to previous FSF address.
1744169691Skan
1745169691Skan2005-08-23  Thomas Kho  <tkho@ucla.edu>
1746169691Skan
1747169691Skan	PR libstdc++/23358
1748169691Skan	* include/bits/stl_construct.h (_Destroy(_ForwardIterator,
1749169691Skan	_ForwardIterator, allocator<_Tp>)): Removed unused template parameter.
1750169691Skan
1751169691Skan2005-08-22  Geoffrey Keating  <geoffk@apple.com>
1752169691Skan
1753169691Skan	* testsuite/23_containers/vector/resize/1.cc: XFAIL on darwin8.
1754169691Skan	* testsuite/27_io/ios_base/storage/2.cc: Likewise.
1755169691Skan
1756169691Skan2005-08-19  J"orn Rennecke <joern.rennecke@st.com>
1757169691Skan
1758169691Skan	* config/cpu/sh/atomicity.h: Replace broken generic code with current
1759169691Skan	copy of generic/atomicity.h .
1760169691Skan
1761169691Skan2005-08-17  Kelley Cook  <kcook@gcc.gnu.org>
1762169691Skan
1763169691Skan	* All files: Update FSF address.
1764169691Skan
1765169691Skan2005-08-09  Andrew Pinski  <pinskia@physics.uc.edu>
1766169691Skan
1767169691Skan	* testsuite/26_numerics/cmath/c99_classification_macros_c.cc:
1768169691Skan	xfail on *-*-darwin*.
1769169691Skan
1770169691Skan2005-08-03  Geoffrey Keating  <geoffk@apple.com>
1771169691Skan
1772169691Skan	* configure.ac: Don't use GCC_NO_EXECUTABLES or clear
1773169691Skan	GLIBCXX_IS_NATIVE on Darwin crosses.
1774169691Skan	* acinclude.m4 (GLIBCXX_CONFIGURE_TESTSUITE): Don't skip configuring
1775169691Skan	the testsuite just because there's no symbol versioning.
1776169691Skan	* configure: Regenerate.
1777169691Skan
1778169691Skan	* acinclude.m4 (GLIBCXX_CHECK_SETRLIMIT_ancilliary): Print
1779169691Skan	status messages.
1780169691Skan	(GLIBCXX_CHECK_S_ISREG_OR_S_IFREG): Likewise.
1781169691Skan	(GLIBCXX_CHECK_POLL): Likewise.
1782169691Skan	(GLIBCXX_CHECK_WRITEV): Likewise.
1783169691Skan	(GLIBCXX_CHECK_INT64_T): Likewise.
1784169691Skan	(GLIBCXX_CHECK_LFS): Likewise.
1785169691Skan	* configure: Regenerate.
1786169691Skan
1787169691Skan2005-07-30  Andrew Pinski  <pinskia@physics.uc.edu>
1788169691Skan
1789169691Skan	* scripts/make_exports.pl: Pass --strip-underscores to c++filt.
1790169691Skan
1791169691Skan2005-07-29  H.J. Lu  <hongjiu.lu@intel.com>
1792169691Skan
1793169691Skan	PR libstdc++/22284
1794169691Skan	* libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Revert
1795169691Skan	the change to info.ttype_base.
1796169691Skan	
1797169691Skan2005-07-28  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1798169691Skan
1799169691Skan	* include/std/std_valarray.h: Fix grammar in comments.
1800169691Skan
1801169691Skan2005-07-25  Geoffrey Keating  <geoffk@apple.com>
1802169691Skan
1803169691Skan	* acinclude.m4 (GLIBCXX_ENABLE_SYMVERS): Handle darwin-export,
1804169691Skan	and make it the default for Darwin.
1805169691Skan	* scripts/make-exports.pl: New.
1806169691Skan	* src/Makefile.am: Update for changes to GLIBCXX_ENABLE_SYMVERS.
1807169691Skan	Handle darwin-export.
1808169691Skan	* configure: Regenerate.
1809169691Skan	* include/Makefile.in: Regenerate.
1810169691Skan	* libmath/Makefile.in: Regenerate.
1811169691Skan	* libsupc++/Makefile.in: Regenerate.
1812169691Skan	* po/Makefile.in: Regenerate.
1813169691Skan	* src/Makefile.in: Regenerate.
1814169691Skan	* testsuite/Makefile.in: Regenerate.
1815169691Skan
1816169691Skan2005-07-25  Dave Odell  <evilalias@hotmail.com>
1817169691Skan
1818169691Skan	PR libstdc++/23053
1819169691Skan	* include/tr1/hashtable (hashtable<>::find_node): Const-ify.
1820169691Skan	* testsuite/tr1/6_containers/unordered/hashtable/23053.cc: New.
1821169691Skan
1822169691Skan2005-07-25  Paolo Carlini  <pcarlini@suse.de>
1823169691Skan
1824169691Skan	PR libstdc++/22515
1825169691Skan	* include/bits/basic_string.h: Declare the specialization
1826169691Skan	operator>>(basic_istream<char>&, basic_string<char>&).
1827169691Skan	* include/std/std_istream.h: Declate the specialization
1828169691Skan	operator>>(basic_istream<char>&, char*).
1829169691Skan	* include/std/std_streambuf.h (basic_streambuf): Add friend
1830169691Skan	declarations for the above.
1831169691Skan	* src/istream.cc: Define the above.
1832169691Skan	* testsuite/27_io/basic_istream/extractors_character/char/4.cc: New.
1833169691Skan	* testsuite/27_io/basic_istream/extractors_character/wchar_t/4.cc:
1834169691Skan	Likewise.
1835169691Skan	* testsuite/performance/27_io/ifstream_extract_chars.cc: Likewise.
1836169691Skan
1837169691Skan2005-07-20  Paolo Carlini  <pcarlini@suse.de>
1838169691Skan
1839169691Skan	* include/bits/streambuf.tcc (xsgetn, xsputn): Use streamsize
1840169691Skan	instead of size_t.
1841169691Skan	* src/streambuf.cc (__copy_streambufs): Likewise.
1842169691Skan
1843169691Skan2005-07-18  Paolo Carlini  <pcarlini@suse.de>
1844169691Skan
1845169691Skan	* config/locale/gnu/ctype_members.cc (do_is(mask, wchar_t)):
1846169691Skan	Speed-up for the common case of mask == ctype_base::space;
1847169691Skan	otherwise, exit the loop earlier if the mask is one of the
1848169691Skan	elementary ones.
1849169691Skan
1850169691Skan2005-07-14  Paolo Carlini  <pcarlini@suse.de>
1851169691Skan
1852169691Skan	PR libstdc++/21193 (float, double, long double)
1853169691Skan	* include/tr1/functional (hash<float>, hash<double>):
1854169691Skan	Reimplement exploiting the Fnv_hash<>::hash helper.
1855169691Skan	(hash<long double>): Reimplement using frexp (in this
1856169691Skan	case, due to random padding bits, the former approach
1857169691Skan	is not generally viable).
1858169691Skan
1859169691Skan2005-07-13  Paolo Carlini  <pcarlini@suse.de>
1860169691Skan
1861169691Skan	PR libstdc++/21193 (string & wstring)
1862169691Skan	* include/tr1/functional (hash<string>, hash<wstring>):
1863169691Skan	Reimplement using the FNV hash.
1864169691Skan
1865169691Skan	* include/tr1/functional: Trivial formatting fixes.
1866169691Skan
1867169691Skan2005-07-11  Paolo Carlini  <pcarlini@suse.de>
1868169691Skan
1869169691Skan	* include/bits/ostream.tcc (basic_ostream<>::operator<<(long),
1870169691Skan	basic_ostream<>::operator<<(long long)): Don't deal with oct
1871169691Skan	and hex and casts to unsigned here...
1872169691Skan	* include/bits/locale_facets.tcc (__int_to_char(_CharT*, long,
1873169691Skan	const _CharT*, ios_base::fmtflags), __int_to_char(_CharT*, long
1874169691Skan	long, const _CharT*, ios_base::fmtflags)): ... do that here,
1875169691Skan	instead, as per Table 57.
1876169691Skan	(num_put<>::_M_insert_int): Tidy treatment of numeric base and
1877169691Skan	sign.
1878169691Skan	* include/std/std_ostream.h (operator<<(short), operator<<(int)):
1879169691Skan	Adjust logic, as per the letter of the resolution of DR117 [WP].
1880169691Skan	* testsuite/22_locale/num_put/put/char/10.cc: New.
1881169691Skan	* testsuite/22_locale/num_put/put/wchar_t/10.cc: Likewise.
1882169691Skan	* testsuite/27_io/basic_ostream/inserters_arithmetic/char/7.cc:
1883169691Skan	Likewise.
1884169691Skan	* testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/7.cc:
1885169691Skan	Likewise.
1886169691Skan
1887169691Skan2005-07-07  David Edelsohn  <edelsohn@gnu.org>
1888169691Skan
1889169691Skan	* testsuite/ext/pb_assoc/example/tree_order_statistics_join.cc:
1890169691Skan	Change map_t to map_type.
1891169691Skan
1892169691Skan2005-07-05  Paolo Carlini  <pcarlini@suse.de>
1893169691Skan
1894169691Skan	Add class __versa_string, a versatile "basic_string-type" class:
1895169691Skan	an additional, non-standard, template parameter allows to specify
1896169691Skan	the preferred base class. Two are provided: __rc_string_base,
1897169691Skan	which implements a behavior very similar to our standard string,
1898169691Skan	and __sso_string_base, not reference-counted and optimized for
1899169691Skan	short strings. 
1900169691Skan	* include/ext/rc_string_base.h: New.
1901169691Skan	* include/ext/sso_string_base.h: Likewise.
1902169691Skan	* include/ext/vstring.h: Likewise.
1903169691Skan	* include/ext/vstring.tcc: Likewise.
1904169691Skan	* include/ext/vstring_fwd.h: Likewise.
1905169691Skan	* include/ext/vstring_util.h: Likewise.
1906169691Skan	* include/Makefile.am: Add.
1907169691Skan	* include/Makefile.in: Regenerate.
1908169691Skan	* testsuite/ext/vstring/explicit_instantiation/1.cc: New.
1909169691Skan	* testsuite/ext/vstring/explicit_instantiation/2.cc: Likewise.
1910169691Skan	* testsuite/ext/vstring/explicit_instantiation/char/1.cc: Likewise.
1911169691Skan	* testsuite/ext/vstring/explicit_instantiation/wchar_t/1.cc: Likewise.
1912169691Skan
1913169691Skan	* Makefile.in: Regenerate with autotools 1.9.3 (to date, the version
1914169691Skan	officially used by v3).
1915169691Skan	* aclocal.m4: Likewise.
1916169691Skan	* libmath/Makefile.in: Likewise.
1917169691Skan	* libsupc++/Makefile.in: Likewise.
1918169691Skan	* po/Makefile.in: Likewise.
1919169691Skan	* src/Makefile.in: Likewise.
1920169691Skan	* testsuite/Makefile.in: Likewise.
1921169691Skan
1922169691Skan2005-07-01  Paolo Carlini  <pcarlini@suse.de>
1923169691Skan
1924169691Skan        Port from libstdcxx_so_7-branch:
1925169691Skan	2004-10-28  Chris Jefferson  <chris@bubblescope.net>
1926169691Skan
1927169691Skan	PR libstdc++/17441
1928169691Skan	* include/bit/stl_algo.h (find(,,,input_iterator_tag),
1929169691Skan	find(,,,random_access_interator_tag),
1930169691Skan	find_if(,,,input_iterator_tag),
1931169691Skan	find_if(,,,random_access_iterator_tag)): Uglify function name.
1932169691Skan	(find, find_if): Use new uglified specialisation names.
1933169691Skan	* testsuite/25_algorithms/find/17441.cc: New.
1934169691Skan
1935169691Skan2005-06-30  Ulrich Weigand  <uweigand@de.ibm.com>
1936169691Skan
1937169691Skan	* include/ext/pb_assoc/detail/hash_fn/mask_based_range_hashing.hpp
1938169691Skan	(PB_ASSOC_CLASS_C_DEC::s_highest_bit_1): Cast constant 1 to target
1939169691Skan	type before shifting.
1940169691Skan
1941169691Skan2005-06-29  Paolo Carlini  <pcarlini@suse.de>
1942169691Skan	    
1943169691Skan	PR libstdc++/21244 (cont^2)
1944169691Skan	* include/ext/bitmap_allocator.h: Convert everywhere
1945169691Skan	bits_per_block to size_t.	
1946169691Skan
1947169691Skan2005-06-29  Jonathan Wakely  <redi@gcc.gnu.org>
1948169691Skan
1949169691Skan	* include/bits/basic_string.h, include/bits/locale_facets.h: Fix
1950169691Skan	Doxygen comments that use wrong parameter and function names.
1951169691Skan
1952169691Skan2005-06-29  Paolo Carlini  <pcarlini@suse.de>
1953169691Skan
1954169691Skan	* docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 37.
1955169691Skan	* docs/html/ext/howto.html: Adjust.
1956169691Skan
1957169691Skan2005-06-29  Paolo Carlini  <pcarlini@suse.de>
1958169691Skan
1959169691Skan	PR libstdc++/22131
1960169691Skan	* include/bits/locale_facets.tcc (num_get<>::_M_extract_int,
1961169691Skan	num_get<>::_M_extract_float, money_get<>::_M_extract):
1962169691Skan	Adjust to assign the result also when digit grouping is
1963169691Skan	wrong (but the grammar is correct), as per 22.2.2.1.2, p11-12
1964169691Skan	(NB: consistently for money_get too).
1965169691Skan	* config/locale/generic/c_locale.cc (__convert_to_v): Do
1966169691Skan	not check ios_base::failbit at the outset.
1967169691Skan	* config/locale/gnu/c_locale.cc: Likewise.
1968169691Skan	* testsuite/22_locale/money_get/get/char/22131.cc: New.
1969169691Skan	* testsuite/22_locale/money_get/get/wchar_t/22131.cc: Likewise.
1970169691Skan	* testsuite/22_locale/num_get/get/char/22131.cc: Likewise.
1971169691Skan	* testsuite/22_locale/num_get/get/wchar_t/22131.cc: Likewise.
1972169691Skan	* testsuite/22_locale/num_get/get/char/12.cc: Adjust.
1973169691Skan	* testsuite/22_locale/num_get/get/wchar_t/12.cc: Likewise.
1974169691Skan	* testsuite/27_io/basic_istream/extractors_arithmetic/char/07.cc:
1975169691Skan	Likewise.
1976169691Skan	* testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/07.cc:
1977169691Skan	Likewise.
1978169691Skan
1979169691Skan2005-06-28  Paul Brook  <paul@codesourcery.com>
1980169691Skan
1981169691Skan	* acinclude.m4 (GLIBCXX_ENABLE_SJLJ_EXCEPTIONS): Check for
1982169691Skan	__cxa_end_cleanup.
1983169691Skan	* libsupc++/Makefile.am (sources): Add eh_call.c and eh_arm.c.
1984169691Skan	* libsupc++/eh_arm.cc: New file.
1985169691Skan	* libsupc++/eh_call.cc: New file.
1986169691Skan	* libsupc++/eh_catch.cc (__cxa_get_exception_ptr): Use
1987169691Skan	__gxx_caught_object.
1988169691Skan	(__cxa_begin_catch): Ditto. Use __is_gxx_exception_class. Call
1989169691Skan	_Unwind_Complete when using the ARM EABI.
1990169691Skan	(__cxa_end_catch): Use __is_gxx_exception_class.
1991169691Skan	* libsupc++/eh_personality.cc: Define NO_SIZE_OF_ENCODED_VALUE when
1992169691Skan	using the ARM EABI.
1993169691Skan	(save_caught_exception, restore_caught_exception): New functions.
1994169691Skan	(_throw_typet): New typedef.
1995169691Skan	(get_ttype_entry, get_adjusted_ptr, check_exception_spec): Add ARM
1996169691Skan	EABI implementations.
1997169691Skan	(PERSONALITY_FUNCTION): Use new functions.  Addd support for ARM EABI
1998169691Skan	unwinding libary.
1999169691Skan	(__cxa_unexpected): Disable when using the ARM EABI.
2000169691Skan	* libsupc++/eh_throw.cc (__cxa_throw): Use __GXX_INIT_EXCEPTION_CLASS.
2001169691Skan	(__cxa_rethrow): Use __is_gxx_exception_class.  Call
2002169691Skan	_Unwind_RaiseException when using the ARM EABI.
2003169691Skan	* libsupc++/unwind-cxx.h (struct __cxa_exception): Add fields for ARM
2004169691Skan	EABI semantics.
2005169691Skan	(struct __cxa_eh_globals): Ditto.
2006169691Skan	(__cxa_call_terminate): Add prototype.
2007169691Skan	(__cxa_type_match, __cxa_begin_cleanup, __cxa_end_cleanup): Add
2008169691Skan	prototypes.
2009169691Skan	(__get_exception_header_from_obj, __get_exception_header_from_ue):
2010169691Skan	Move earlier in file.
2011169691Skan	(__is_gxx_exception_class, __GXX_INIT_EXCEPTION_CLASS,
2012169691Skan	__gxx_caught_object): New functions.
2013169691Skan	* aclocal.m4: Regenerate.
2014169691Skan	* configure: Regenerate.
2015169691Skan	* Makefile.in: Regenerate.
2016169691Skan	* include/Makefile.in: Regenerate.
2017169691Skan	* libmath/Makefile.in: Regenerate.
2018169691Skan	* libsupc++/Makefile.in: Regenerate.
2019169691Skan	* po/Makefile.in: Regenerate.
2020169691Skan	* src/Makefie.in: Regenerate.
2021169691Skan	* testsuite/makefile.in: Regenerate.
2022169691Skan
2023169691Skan2005-06-27  Paolo Carlini  <pcarlini@suse.de>
2024169691Skan
2025169691Skan	PR libstdc++/22102
2026169691Skan	* include/bits/stl_tree.h (insert_unique(iterator, const _Val&),
2027169691Skan	insert_equal((iterator, const _Val&)): Reimplement to check both
2028169691Skan	before and after, as per the algorithm "ignore hint if wrong" of
2029169691Skan	ISO paper N1780.
2030169691Skan
2031169691Skan2005-06-27  Benjamin Kosnik  <bkoz@redhat.com>
2032169691Skan	    Ami Tavory  <pbassoc@gmail.com>
2033169691Skan	
2034169691Skan	* docs/html/documentation.html: Add link for policy based
2035169691Skan	associative containers docs.
2036169691Skan	* docs/html/ext/pb_assoc/Std_hash_set_impl.jpg: New.
2037169691Skan	* docs/html/ext/pb_assoc/acks.html: New.
2038169691Skan	* docs/html/ext/pb_assoc/balls_and_bins.jpg: New.
2039169691Skan	* docs/html/ext/pb_assoc/basic_assoc_cntnr.html: New.
2040169691Skan	* docs/html/ext/pb_assoc/basic_assoc_cntnr_compound_data.html: New.
2041169691Skan	* docs/html/ext/pb_assoc/basic_assoc_cntnr_no_data.html: New.
2042169691Skan	* docs/html/ext/pb_assoc/basic_ds_tag.html: New.
2043169691Skan	* docs/html/ext/pb_assoc/basic_hash_assoc_cntnr.html: New.
2044169691Skan	* docs/html/ext/pb_assoc/basic_hash_ds_tag.html: New.
2045169691Skan	* docs/html/ext/pb_assoc/basic_invalidation_guarantee.html: New.
2046169691Skan	* docs/html/ext/pb_assoc/basic_ms_tag.html: New.
2047169691Skan	* docs/html/ext/pb_assoc/basic_tree_assoc_cntnr.html: New.
2048169691Skan	* docs/html/ext/pb_assoc/
2049169691Skan	  basic_tree_assoc_cntnr_const_node_iterator.html: New.
2050169691Skan	* docs/html/ext/pb_assoc/
2051169691Skan	  basic_tree_assoc_cntnr_node_iterator.html: New.
2052169691Skan	* docs/html/ext/pb_assoc/basic_tree_assoc_cntnr_rev.html: New.
2053169691Skan	* docs/html/ext/pb_assoc/basic_tree_assoc_cntnr_rev_it.html: New.
2054169691Skan	* docs/html/ext/pb_assoc/basic_tree_ds_tag.html: New.
2055169691Skan	* docs/html/ext/pb_assoc/cc_hash_assoc_cntnr.html: New.
2056169691Skan	* docs/html/ext/pb_assoc/cc_hash_ds_tag.html: New.
2057169691Skan	* docs/html/ext/pb_assoc/
2058169691Skan	  cc_hash_max_collision_check_resize_trigger.html: New.
2059169691Skan	* docs/html/ext/pb_assoc/cc_hash_policy_cd.jpg: New.
2060169691Skan	* docs/html/ext/pb_assoc/cd.jpg: New.
2061169691Skan	* docs/html/ext/pb_assoc/component_requirements.html: New.
2062169691Skan	* docs/html/ext/pb_assoc/compound_data_enabled_ms_tag.html: New.
2063169691Skan	* docs/html/ext/pb_assoc/compound_data_type.html: New.
2064169691Skan	* docs/html/ext/pb_assoc/compound_ds_tag.html: New.
2065169691Skan	* docs/html/ext/pb_assoc/concepts.html: New.
2066169691Skan	* docs/html/ext/pb_assoc/contact.html: New.
2067169691Skan	* docs/html/ext/pb_assoc/counter_update_metadata.html: New.
2068169691Skan	* docs/html/ext/pb_assoc/counter_update_policy.html: New.
2069169691Skan	* docs/html/ext/pb_assoc/data_enabled_ms_tag.html: New.
2070169691Skan	* docs/html/ext/pb_assoc/design.html: New.
2071169691Skan	* docs/html/ext/pb_assoc/different_underlying_dss.jpg: New.
2072169691Skan	* docs/html/ext/pb_assoc/direct_mask_range_hashing.html: New.
2073169691Skan	* docs/html/ext/pb_assoc/direct_mod_range_hashing.html: New.
2074169691Skan	* docs/html/ext/pb_assoc/disclaimer.html: New.
2075169691Skan	* docs/html/ext/pb_assoc/ds_gen.html: New.
2076169691Skan	* docs/html/ext/pb_assoc/ds_tag_cd.jpg: New.
2077169691Skan	* docs/html/ext/pb_assoc/ds_traits.html: New.
2078169691Skan	* docs/html/ext/pb_assoc/embedded_lists_1.jpg: New.
2079169691Skan	* docs/html/ext/pb_assoc/embedded_lists_2.jpg: New.
2080169691Skan	* docs/html/ext/pb_assoc/examples.html: New.
2081169691Skan	* docs/html/ext/pb_assoc/exception_guarantees_specifics.html: New.
2082169691Skan	* docs/html/ext/pb_assoc/find_invalidation_guarantee.html: New.
2083169691Skan	* docs/html/ext/pb_assoc/find_iterators_cd.jpg: New.
2084169691Skan	* docs/html/ext/pb_assoc/find_iterators_range_ops_1.jpg: New.
2085169691Skan	* docs/html/ext/pb_assoc/find_iterators_range_ops_2.jpg: New.
2086169691Skan	* docs/html/ext/pb_assoc/generics.html: New.
2087169691Skan	* docs/html/ext/pb_assoc/gp_hash_assoc_cntnr.html: New.
2088169691Skan	* docs/html/ext/pb_assoc/gp_hash_ds_tag.html: New.
2089169691Skan	* docs/html/ext/pb_assoc/gp_hash_policy_cd.jpg: New.
2090169691Skan	* docs/html/ext/pb_assoc/hash_and_probe_general.html: New.
2091169691Skan	* docs/html/ext/pb_assoc/hash_based_containers.html: New.
2092169691Skan	* docs/html/ext/pb_assoc/hash_cd.jpg: New.
2093169691Skan	* docs/html/ext/pb_assoc/hash_exponential_size_policy.html: New.
2094169691Skan	* docs/html/ext/pb_assoc/hash_fn.html: New.
2095169691Skan	* docs/html/ext/pb_assoc/hash_load_check_resize_trigger.html: New.
2096169691Skan	* docs/html/ext/pb_assoc/hash_policies.html: New.
2097169691Skan	* docs/html/ext/pb_assoc/hash_policy_cd.jpg: New.
2098169691Skan	* docs/html/ext/pb_assoc/hash_prime_size_policy.html: New.
2099169691Skan	* docs/html/ext/pb_assoc/hash_range_hashing_seq_diagram.jpg: New.
2100169691Skan	* docs/html/ext/pb_assoc/hash_range_hashing_seq_diagram2.jpg: New.
2101169691Skan	* docs/html/ext/pb_assoc/hash_ranged_hash_range_hashing_fns.jpg: New.
2102169691Skan	* docs/html/ext/pb_assoc/hash_standard_resize_policy.html: New.
2103169691Skan	* docs/html/ext/pb_assoc/home.html: New.
2104169691Skan	* docs/html/ext/pb_assoc/index.html: New.
2105169691Skan	* docs/html/ext/pb_assoc/insert_resize_sequence_diagram1.jpg: New.
2106169691Skan	* docs/html/ext/pb_assoc/insert_resize_sequence_diagram2.jpg: New.
2107169691Skan	* docs/html/ext/pb_assoc/insert_resize_sequence_diagram3.jpg: New.
2108169691Skan	* docs/html/ext/pb_assoc/insert_type_methods.html: New.
2109169691Skan	* docs/html/ext/pb_assoc/interface.html: New.
2110169691Skan	* docs/html/ext/pb_assoc/interval_node_invariants.jpg: New.
2111169691Skan	* docs/html/ext/pb_assoc/introduction.html: New.
2112169691Skan	* docs/html/ext/pb_assoc/invalidation_guarantee_cd.jpg: New.
2113169691Skan	* docs/html/ext/pb_assoc/invalidation_guarantee_erase.jpg: New.
2114169691Skan	* docs/html/ext/pb_assoc/lib_download.html: New.
2115169691Skan	* docs/html/ext/pb_assoc/linear_probe_fn.html: New.
2116169691Skan	* docs/html/ext/pb_assoc/list_updates.html: New.
2117169691Skan	* docs/html/ext/pb_assoc/lu_assoc_cntnr.html: New.
2118169691Skan	* docs/html/ext/pb_assoc/lu_based_containers.html: New.
2119169691Skan	* docs/html/ext/pb_assoc/lu_cd.jpg: New.
2120169691Skan	* docs/html/ext/pb_assoc/lu_ds_tag.html: New.
2121169691Skan	* docs/html/ext/pb_assoc/lu_ops.jpg: New.
2122169691Skan	* docs/html/ext/pb_assoc/mmap_value_utils.html: New.
2123169691Skan	* docs/html/ext/pb_assoc/motivation.html: New.
2124169691Skan	* docs/html/ext/pb_assoc/move_to_front_update_metadata.html: New.
2125169691Skan	* docs/html/ext/pb_assoc/move_to_front_update_policy.html: New.
2126169691Skan	* docs/html/ext/pb_assoc/ms_cd.jpg: New.
2127169691Skan	* docs/html/ext/pb_assoc/ms_gen.html: New.
2128169691Skan	* docs/html/ext/pb_assoc/ms_tag_cd.jpg: New.
2129169691Skan	* docs/html/ext/pb_assoc/ms_traits.html: New.
2130169691Skan	* docs/html/ext/pb_assoc/node_invariant_invalidations.jpg: New.
2131169691Skan	* docs/html/ext/pb_assoc/node_invariants.html: New.
2132169691Skan	* docs/html/ext/pb_assoc/node_invariants.jpg: New.
2133169691Skan	* docs/html/ext/pb_assoc/non_unique_mapping.html: New.
2134169691Skan	* docs/html/ext/pb_assoc/non_unique_mapping_containers.jpg: New.
2135169691Skan	* docs/html/ext/pb_assoc/null_data_type.html: New.
2136169691Skan	* docs/html/ext/pb_assoc/null_hash_fn.html: New.
2137169691Skan	* docs/html/ext/pb_assoc/null_probe_fn.html: New.
2138169691Skan	* docs/html/ext/pb_assoc/order_by_key.html: New.
2139169691Skan	* docs/html/ext/pb_assoc/order_statistics_key.html: New.
2140169691Skan	* docs/html/ext/pb_assoc/order_statistics_key_cmp.html: New.
2141169691Skan	* docs/html/ext/pb_assoc/order_statistics_node_updator.html: New.
2142169691Skan	* docs/html/ext/pb_assoc/ov_tree_ds_tag.html: New.
2143169691Skan	* docs/html/ext/pb_assoc/overview.html: New.
2144169691Skan	* docs/html/ext/pb_assoc/pb_assoc_ex.html: New.
2145169691Skan	* docs/html/ext/pb_assoc/portability.html: New.
2146169691Skan	* docs/html/ext/pb_assoc/quadratic_probe_fn.html: New.
2147169691Skan	* docs/html/ext/pb_assoc/range_invalidation_guarantee.html: New.
2148169691Skan	* docs/html/ext/pb_assoc/rank_node_invariants.jpg: New.
2149169691Skan	* docs/html/ext/pb_assoc/rationale_null_node_updator.jpg: New.
2150169691Skan	* docs/html/ext/pb_assoc/rb_tree_ds_tag.html: New.
2151169691Skan	* docs/html/ext/pb_assoc/reference_iterator.jpg: New.
2152169691Skan	* docs/html/ext/pb_assoc/references.html: New.
2153169691Skan	* docs/html/ext/pb_assoc/regression_tests.html: New.
2154169691Skan	* docs/html/ext/pb_assoc/resize_general.html: New.
2155169691Skan	* docs/html/ext/pb_assoc/resize_policies.html: New.
2156169691Skan	* docs/html/ext/pb_assoc/resize_policy_cd.jpg: New.
2157169691Skan	* docs/html/ext/pb_assoc/restoring_node_invariants.jpg: New.
2158169691Skan	* docs/html/ext/pb_assoc/sample_node_updator.hpp: New.
2159169691Skan	* docs/html/ext/pb_assoc/sample_probe_fn.hpp: New.
2160169691Skan	* docs/html/ext/pb_assoc/sample_probe_fn.html: New.
2161169691Skan	* docs/html/ext/pb_assoc/sample_range_hashing.hpp: New.
2162169691Skan	* docs/html/ext/pb_assoc/sample_range_hashing.html: New.
2163169691Skan	* docs/html/ext/pb_assoc/sample_ranged_hash_fn.hpp: New.
2164169691Skan	* docs/html/ext/pb_assoc/sample_ranged_hash_fn.html: New.
2165169691Skan	* docs/html/ext/pb_assoc/sample_ranged_probe_fn.hpp: New.
2166169691Skan	* docs/html/ext/pb_assoc/sample_ranged_probe_fn.html: New.
2167169691Skan	* docs/html/ext/pb_assoc/sample_resize_policy.hpp: New.
2168169691Skan	* docs/html/ext/pb_assoc/sample_resize_policy.html: New.
2169169691Skan	* docs/html/ext/pb_assoc/sample_resize_trigger.hpp: New.
2170169691Skan	* docs/html/ext/pb_assoc/sample_size_policy.hpp: New.
2171169691Skan	* docs/html/ext/pb_assoc/sample_update_policy.hpp: New.
2172169691Skan	* docs/html/ext/pb_assoc/size_policies_general.html: New.
2173169691Skan	* docs/html/ext/pb_assoc/splay_tree_ds_tag.html: New.
2174169691Skan	* docs/html/ext/pb_assoc/timing_tests.html: New.
2175169691Skan	* docs/html/ext/pb_assoc/toc.html: New.
2176169691Skan	* docs/html/ext/pb_assoc/tree_assoc_cntnr.html: New.
2177169691Skan	* docs/html/ext/pb_assoc/
2178169691Skan	  tree_assoc_cntnr_const_node_iterator.html: New.
2179169691Skan	* docs/html/ext/pb_assoc/tree_assoc_cntnr_node_iterator.html: New.
2180169691Skan	* docs/html/ext/pb_assoc/tree_based_containers.html: New.
2181169691Skan	* docs/html/ext/pb_assoc/tree_cd.jpg: New.
2182169691Skan	* docs/html/ext/pb_assoc/trigger_policies_general.html: New.
2183169691Skan	* docs/html/ext/pb_assoc/tutorial.html: New.
2184169691Skan	* docs/html/ext/pb_assoc/update_seq_diagram.jpg: New.
2185169691Skan	* include/Makefile.am: Add assoc_srcdir, assoc_builddir, assoc_subdir,
2186169691Skan	assoc_headers.
2187169691Skan	* include/Makefile.in: Regenerate.
2188169691Skan	* include/ext/typelist.h: New.
2189169691Skan	* include/ext/pb_assoc/assoc_cntnr.hpp: New.
2190169691Skan	* include/ext/pb_assoc/data_type.hpp: New.
2191169691Skan	* include/ext/pb_assoc/ds_trait.hpp: New.
2192169691Skan	* include/ext/pb_assoc/exception.hpp: New.
2193169691Skan	* include/ext/pb_assoc/hash_policy.hpp: New.
2194169691Skan	* include/ext/pb_assoc/lu_policy.hpp: New.
2195169691Skan	* include/ext/pb_assoc/ms_trait.hpp: New.
2196169691Skan	* include/ext/pb_assoc/tree_policy.hpp: New.
2197169691Skan	* include/ext/pb_assoc/trivial_iterator_def.hpp: New.
2198169691Skan	* include/ext/pb_assoc/detail/assoc_cntnr_base.hpp: New.
2199169691Skan	* include/ext/pb_assoc/detail/cond_dealtor.hpp: New.
2200169691Skan	* include/ext/pb_assoc/detail/constructors_destructor_fn_imps.hpp: New.
2201169691Skan	* include/ext/pb_assoc/detail/ds_trait_imp.hpp: New.
2202169691Skan	* include/ext/pb_assoc/detail/hash_types_traits.hpp: New.
2203169691Skan	* include/ext/pb_assoc/detail/map_debug_base.hpp: New.
2204169691Skan	* include/ext/pb_assoc/detail/mapping_level_imp.hpp: New.
2205169691Skan	* include/ext/pb_assoc/detail/ms_category_imp.hpp: New.
2206169691Skan	* include/ext/pb_assoc/detail/ms_trait_imp.hpp: New.
2207169691Skan	* include/ext/pb_assoc/detail/order_statistics_imp.hpp: New.
2208169691Skan	* include/ext/pb_assoc/detail/standard_policies.hpp: New.
2209169691Skan	* include/ext/pb_assoc/detail/standard_sizes.hpp: New.
2210169691Skan	* include/ext/pb_assoc/detail/type_utils.hpp: New.
2211169691Skan	* include/ext/pb_assoc/detail/typelist.hpp: New.
2212169691Skan	* include/ext/pb_assoc/detail/types_traits.hpp: New.
2213169691Skan	* include/ext/pb_assoc/detail/basic_assoc_cntnr/
2214169691Skan     	  constructor_destructor_fn_imps.hpp: New.
2215169691Skan	* include/ext/pb_assoc/detail/basic_assoc_cntnr/
2216169691Skan	  constructors_destructor_fn_imps.hpp: New.
2217169691Skan	* include/ext/pb_assoc/detail/basic_assoc_cntnr/d_extract_key.hpp: New.
2218169691Skan	* include/ext/pb_assoc/detail/basic_assoc_cntnr/
2219169691Skan	  d_find_fn_imps.hpp: New.
2220169691Skan	* include/ext/pb_assoc/detail/basic_assoc_cntnr/
2221169691Skan	  d_insert_fn_imps.hpp: New.
2222169691Skan	* include/ext/pb_assoc/detail/basic_assoc_cntnr/erase_fn_imps.hpp: New.
2223169691Skan	* include/ext/pb_assoc/detail/basic_assoc_cntnr/extract_key.hpp: New.
2224169691Skan	* include/ext/pb_assoc/detail/basic_assoc_cntnr/info_fn_imps.hpp: New.
2225169691Skan	* include/ext/pb_assoc/detail/basic_assoc_cntnr/
2226169691Skan	  insert_fn_imps.hpp: New.
2227169691Skan	* include/ext/pb_assoc/detail/basic_assoc_cntnr/
2228169691Skan	  iterators_fn_imps.hpp: New.
2229169691Skan	* include/ext/pb_assoc/detail/basic_hash_assoc_cntnr/
2230169691Skan	  constructor_destructor_fn_imps.hpp: New.
2231169691Skan	* include/ext/pb_assoc/detail/basic_hash_assoc_cntnr/
2232169691Skan	  constructors_destructor_fn_imps.hpp: New.
2233169691Skan	* include/ext/pb_assoc/detail/basic_hash_assoc_cntnr/
2234169691Skan	  resize_fn_imps.hpp: New.
2235169691Skan	* include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/
2236169691Skan	  constructor_destructor_fn_imps.hpp: New.
2237169691Skan	* include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/
2238169691Skan	  constructors_destructor_fn_imps.hpp: New.
2239169691Skan	* include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/
2240169691Skan	  erase_fn_imps.hpp: New.
2241169691Skan	* include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/
2242169691Skan	  node_iteration_fn_imps.hpp: New.
2243169691Skan	* include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/
2244169691Skan	  policy_access_fn_imps.hpp: New.
2245169691Skan	* include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/
2246169691Skan	  r_erase_fn_imps.hpp: New.
2247169691Skan	* include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/
2248169691Skan	  r_range_iteration_fn_imps.hpp: New.
2249169691Skan	* include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/
2250169691Skan	  range_iteration_fn_imps.hpp: New.	
2251169691Skan	* include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/
2252169691Skan	  split_join_fn_imps.hpp: New.
2253169691Skan	* include/ext/pb_assoc/detail/bin_search_tree_/
2254169691Skan	  bin_search_tree_.hpp: New.
2255169691Skan	* include/ext/pb_assoc/detail/bin_search_tree_/
2256169691Skan	  cond_dtor_entry_dealtor.hpp: New.
2257169691Skan	* include/ext/pb_assoc/detail/bin_search_tree_/
2258169691Skan	  cond_key_dtor_entry_dealtor.hpp: New.
2259169691Skan	* include/ext/pb_assoc/detail/bin_search_tree_/
2260169691Skan	  constructors_destructor_fn_imps.hpp: New.
2261169691Skan	* include/ext/pb_assoc/detail/bin_search_tree_/debug_fn_imps.hpp: New.
2262169691Skan	* include/ext/pb_assoc/detail/bin_search_tree_/erase_fn_imps.hpp: New.
2263169691Skan	* include/ext/pb_assoc/detail/bin_search_tree_/find_fn_imps.hpp: New.
2264169691Skan	* include/ext/pb_assoc/detail/bin_search_tree_/find_iterators.hpp: New.
2265169691Skan	* include/ext/pb_assoc/detail/bin_search_tree_/info_fn_imps.hpp: New.
2266169691Skan	* include/ext/pb_assoc/detail/bin_search_tree_/insert_fn_imps.hpp: New.
2267169691Skan	* include/ext/pb_assoc/detail/bin_search_tree_/
2268169691Skan	  iterators_fn_imps.hpp: New.
2269169691Skan	* include/ext/pb_assoc/detail/bin_search_tree_/node_iterators.hpp: New.
2270169691Skan	* include/ext/pb_assoc/detail/bin_search_tree_/
2271169691Skan	  r_erase_fn_imps.hpp: New.
2272169691Skan	* include/ext/pb_assoc/detail/bin_search_tree_/rotate_fn_imps.hpp: New.
2273169691Skan	* include/ext/pb_assoc/detail/bin_search_tree_/
2274169691Skan	  split_join_fn_imps.hpp: New.
2275169691Skan	* include/ext/pb_assoc/detail/cc_hash_assoc_cntnr/
2276169691Skan	  constructor_destructor_fn_imps.hpp: New.
2277169691Skan	* include/ext/pb_assoc/detail/cc_ht_map_/cc_ht_map_.hpp: New.
2278169691Skan	* include/ext/pb_assoc/detail/cc_ht_map_/cmp_fn_imps.hpp: New.
2279169691Skan	* include/ext/pb_assoc/detail/cc_ht_map_/
2280169691Skan	  cond_key_dtor_entry_dealtor.hpp: New.
2281169691Skan	* include/ext/pb_assoc/detail/cc_ht_map_/
2282169691Skan	  constructor_destructor_fn_imps.hpp: New.
2283169691Skan	* include/ext/pb_assoc/detail/cc_ht_map_/
2284169691Skan	  constructor_destructor_no_store_hash_fn_imps.hpp: New.
2285169691Skan	* include/ext/pb_assoc/detail/cc_ht_map_/
2286169691Skan	  constructor_destructor_store_hash_fn_imps.hpp: New.
2287169691Skan	* include/ext/pb_assoc/detail/cc_ht_map_/debug_fn_imps.hpp: New.
2288169691Skan	* include/ext/pb_assoc/detail/cc_ht_map_/
2289169691Skan	  debug_no_store_hash_fn_imps.hpp: New.
2290169691Skan	* include/ext/pb_assoc/detail/cc_ht_map_/
2291169691Skan	  debug_store_hash_fn_imps.hpp: New.
2292169691Skan	* include/ext/pb_assoc/detail/cc_ht_map_/entry_list_fn_imps.hpp: New.
2293169691Skan	* include/ext/pb_assoc/detail/cc_ht_map_/erase_fn_imps.hpp: New.
2294169691Skan	* include/ext/pb_assoc/detail/cc_ht_map_/
2295169691Skan	  erase_no_store_hash_fn_imps.hpp: New.
2296169691Skan	* include/ext/pb_assoc/detail/cc_ht_map_/
2297169691Skan	  erase_store_hash_fn_imps.hpp: New.
2298169691Skan	* include/ext/pb_assoc/detail/cc_ht_map_/
2299169691Skan	  find_fn_imps.hpp: New.
2300169691Skan	* include/ext/pb_assoc/detail/cc_ht_map_/
2301169691Skan	  find_no_store_hash_fn_imps.hpp: New.
2302169691Skan	* include/ext/pb_assoc/detail/cc_ht_map_/
2303169691Skan	  find_store_hash_fn_imps.hpp: New.
2304169691Skan	* include/ext/pb_assoc/detail/cc_ht_map_/info_fn_imps.hpp: New.
2305169691Skan	* include/ext/pb_assoc/detail/cc_ht_map_/insert_fn_imps.hpp: New.
2306169691Skan	* include/ext/pb_assoc/detail/cc_ht_map_/
2307169691Skan	  insert_no_store_hash_fn_imps.hpp: New.
2308169691Skan	* include/ext/pb_assoc/detail/cc_ht_map_/
2309169691Skan	  insert_store_hash_fn_imps.hpp: New.
2310169691Skan	* include/ext/pb_assoc/detail/cc_ht_map_/iterators_fn_imps.hpp: New.
2311169691Skan	* include/ext/pb_assoc/detail/cc_ht_map_/
2312169691Skan	  policy_access_fn_imps.hpp: New.
2313169691Skan	* include/ext/pb_assoc/detail/cc_ht_map_/resize_fn_imps.hpp: New.
2314169691Skan	* include/ext/pb_assoc/detail/cc_ht_map_/
2315169691Skan	  resize_no_store_hash_fn_imps.hpp: New.
2316169691Skan	* include/ext/pb_assoc/detail/cc_ht_map_/
2317169691Skan	  resize_store_hash_fn_imps.hpp: New.
2318169691Skan	* include/ext/pb_assoc/detail/cc_ht_map_/size_fn_imps.hpp: New.
2319169691Skan	* include/ext/pb_assoc/detail/cc_ht_map_/standard_policies.hpp: New.
2320169691Skan	* include/ext/pb_assoc/detail/eq_fn/eq_by_less.hpp: New.
2321169691Skan	* include/ext/pb_assoc/detail/eq_fn/hash_eq_fn.hpp: New.
2322169691Skan	* include/ext/pb_assoc/detail/gp_hash_assoc_cntnr/
2323169691Skan	  constructor_destructor_fn_imps.hpp: New.
2324169691Skan	* include/ext/pb_assoc/detail/gp_ht_map_/
2325169691Skan	  constructor_destructor_fn_imps.hpp: New.
2326169691Skan	* include/ext/pb_assoc/detail/gp_ht_map_/
2327169691Skan	  constructor_destructor_no_store_hash_fn_imps.hpp: New.
2328169691Skan	* include/ext/pb_assoc/detail/gp_ht_map_/
2329169691Skan	  constructor_destructor_store_hash_fn_imps.hpp: New.
2330169691Skan	* include/ext/pb_assoc/detail/gp_ht_map_/debug_fn_imps.hpp: New.
2331169691Skan	* include/ext/pb_assoc/detail/gp_ht_map_/
2332169691Skan	  debug_no_store_hash_fn_imps.hpp: New.
2333169691Skan	* include/ext/pb_assoc/detail/gp_ht_map_/
2334169691Skan	  debug_store_hash_fn_imps.hpp: New.
2335169691Skan	* include/ext/pb_assoc/detail/gp_ht_map_/erase_fn_imps.hpp: New.
2336169691Skan	* include/ext/pb_assoc/detail/gp_ht_map_/
2337169691Skan	  erase_no_store_hash_fn_imps.hpp: New.
2338169691Skan	* include/ext/pb_assoc/detail/gp_ht_map_/
2339169691Skan	  erase_store_hash_fn_imps.hpp: New.
2340169691Skan	* include/ext/pb_assoc/detail/gp_ht_map_/find_fn_imps.hpp: New.
2341169691Skan	* include/ext/pb_assoc/detail/gp_ht_map_/
2342169691Skan	  find_no_store_hash_fn_imps.hpp: New.
2343169691Skan	* include/ext/pb_assoc/detail/gp_ht_map_/
2344169691Skan	  find_store_hash_fn_imps.hpp: New.
2345169691Skan	* include/ext/pb_assoc/detail/gp_ht_map_/gp_ht_map_.hpp: New.
2346169691Skan	* include/ext/pb_assoc/detail/gp_ht_map_/info_fn_imps.hpp: New.
2347169691Skan	* include/ext/pb_assoc/detail/gp_ht_map_/insert_fn_imps.hpp: New.
2348169691Skan	* include/ext/pb_assoc/detail/gp_ht_map_/
2349169691Skan  	  insert_no_store_hash_fn_imps.hpp: New.
2350169691Skan	* include/ext/pb_assoc/detail/gp_ht_map_/
2351169691Skan	  insert_store_hash_fn_imps.hpp: New.
2352169691Skan	* include/ext/pb_assoc/detail/gp_ht_map_/iterator_fn_imps.hpp: New.
2353169691Skan	* include/ext/pb_assoc/detail/gp_ht_map_/
2354169691Skan	  policy_access_fn_imps.hpp: New.
2355169691Skan	* include/ext/pb_assoc/detail/gp_ht_map_/resize_fn_imps.hpp: New.
2356169691Skan	* include/ext/pb_assoc/detail/gp_ht_map_/
2357169691Skan	  resize_no_store_hash_fn_imps.hpp: New.
2358169691Skan	* include/ext/pb_assoc/detail/gp_ht_map_/
2359169691Skan	  resize_store_hash_fn_imps.hpp: New.
2360169691Skan	* include/ext/pb_assoc/detail/hash_fn/
2361169691Skan	  direct_mask_range_hashing_imp.hpp: New.
2362169691Skan	* include/ext/pb_assoc/detail/hash_fn/
2363169691Skan	  direct_mod_range_hashing_imp.hpp: New.
2364169691Skan	* include/ext/pb_assoc/detail/hash_fn/linear_probe_fn_imp.hpp: New.
2365169691Skan	* include/ext/pb_assoc/detail/hash_fn/
2366169691Skan	  mask_based_range_hashing.hpp: New.
2367169691Skan	* include/ext/pb_assoc/detail/hash_fn/mod_based_range_hashing.hpp: New.
2368169691Skan	* include/ext/pb_assoc/detail/hash_fn/probe_fn_base.hpp: New.
2369169691Skan	* include/ext/pb_assoc/detail/hash_fn/quadratic_probe_fn_imp.hpp: New.
2370169691Skan	* include/ext/pb_assoc/detail/hash_fn/ranged_hash_fn.hpp: New.
2371169691Skan	* include/ext/pb_assoc/detail/hash_fn/ranged_probe_fn.hpp: New.
2372169691Skan	* include/ext/pb_assoc/detail/lu_assoc_cntnr/
2373169691Skan	  constructor_destructor_fn_imps.hpp: New.
2374169691Skan	* include/ext/pb_assoc/detail/lu_assoc_cntnr/
2375169691Skan	  policy_access_fn_imps.hpp: New.
2376169691Skan	* include/ext/pb_assoc/detail/lu_map_/
2377169691Skan	  constructor_destructor_fn_imps.hpp: New.
2378169691Skan	* include/ext/pb_assoc/detail/lu_map_/debug_fn_imps.hpp: New.
2379169691Skan	* include/ext/pb_assoc/detail/lu_map_/erase_fn_imps.hpp: New.
2380169691Skan	* include/ext/pb_assoc/detail/lu_map_/find_fn_imps.hpp: New.
2381169691Skan	* include/ext/pb_assoc/detail/lu_map_/info_fn_imps.hpp: New.
2382169691Skan	* include/ext/pb_assoc/detail/lu_map_/insert_fn_imps.hpp: New.
2383169691Skan	* include/ext/pb_assoc/detail/lu_map_/iterators_fn_imps.hpp: New.
2384169691Skan	* include/ext/pb_assoc/detail/lu_map_/lu_map_.hpp: New.
2385169691Skan	* include/ext/pb_assoc/detail/lu_map_/policy_access_fn_imps.hpp: New.
2386169691Skan	* include/ext/pb_assoc/detail/lu_policy/
2387169691Skan  	  counter_lu_metadata_imp.hpp: New.
2388169691Skan	* include/ext/pb_assoc/detail/lu_policy/counter_lu_policy_imp.hpp: New.
2389169691Skan	* include/ext/pb_assoc/detail/lu_policy/mtf_lu_policy_imp.hpp: New.
2390169691Skan	* include/ext/pb_assoc/detail/ov_tree_map_/cond_dtor.hpp: New.
2391169691Skan	* include/ext/pb_assoc/detail/ov_tree_map_/
2392169691Skan	  constructors_destructor_fn_imps.hpp: New.
2393169691Skan	* include/ext/pb_assoc/detail/ov_tree_map_/debug_fn_imps.hpp: New.
2394169691Skan	* include/ext/pb_assoc/detail/ov_tree_map_/erase_fn_imps.hpp: New.
2395169691Skan	* include/ext/pb_assoc/detail/ov_tree_map_/find_fn_imps.hpp: New.
2396169691Skan	* include/ext/pb_assoc/detail/ov_tree_map_/info_fn_imps.hpp: New.
2397169691Skan	* include/ext/pb_assoc/detail/ov_tree_map_/insert_fn_imps.hpp: New.
2398169691Skan	* include/ext/pb_assoc/detail/ov_tree_map_/iterators_fn_imps.hpp: New.
2399169691Skan	* include/ext/pb_assoc/detail/ov_tree_map_/node_iterators.hpp: New.
2400169691Skan	* include/ext/pb_assoc/detail/ov_tree_map_/ov_tree_map_.hpp: New.
2401169691Skan	* include/ext/pb_assoc/detail/ov_tree_map_/split_join_fn_imps.hpp: New.
2402169691Skan	* include/ext/pb_assoc/detail/rb_tree_map_/
2403169691Skan	  constructors_destructor_fn_imps.hpp: New.
2404169691Skan	* include/ext/pb_assoc/detail/rb_tree_map_/debug_fn_imps.hpp: New.
2405169691Skan	* include/ext/pb_assoc/detail/rb_tree_map_/erase_fn_imps.hpp: New.
2406169691Skan	* include/ext/pb_assoc/detail/rb_tree_map_/find_fn_imps.hpp: New.
2407169691Skan	* include/ext/pb_assoc/detail/rb_tree_map_/info_fn_imps.hpp: New.
2408169691Skan	* include/ext/pb_assoc/detail/rb_tree_map_/insert_fn_imps.hpp: New.
2409169691Skan	* include/ext/pb_assoc/detail/rb_tree_map_/node.hpp: New.
2410169691Skan	* include/ext/pb_assoc/detail/rb_tree_map_/rb_tree_.hpp: New.
2411169691Skan	* include/ext/pb_assoc/detail/rb_tree_map_/split_join_fn_imps.hpp: New.
2412169691Skan	* include/ext/pb_assoc/detail/resize_policy/
2413169691Skan	  cc_hash_max_collision_resize_trigger_imp.hpp: New.
2414169691Skan	* include/ext/pb_assoc/detail/resize_policy/
2415169691Skan	  hash_exponential_size_policy_imp.hpp: New.
2416169691Skan	* include/ext/pb_assoc/detail/resize_policy/
2417169691Skan	  hash_load_check_resize_trigger_imp.hpp: New.
2418169691Skan	* include/ext/pb_assoc/detail/resize_policy/
2419169691Skan	  hash_prime_size_policy_imp.hpp: New.
2420169691Skan	* include/ext/pb_assoc/detail/resize_policy/
2421169691Skan	  hash_standard_resize_policy_imp.hpp: New.
2422169691Skan	* include/ext/pb_assoc/detail/resize_policy/
2423169691Skan	  ht_prime_size_policy_imp.hpp: New.
2424169691Skan	* include/ext/pb_assoc/detail/resize_policy/size_base.hpp: New.
2425169691Skan	* include/ext/pb_assoc/detail/splay_tree_/
2426169691Skan	  constructors_destructor_fn_imps.hpp: New.
2427169691Skan	* include/ext/pb_assoc/detail/splay_tree_/debug_fn_imps.hpp: New.
2428169691Skan	* include/ext/pb_assoc/detail/splay_tree_/erase_fn_imps.hpp: New.
2429169691Skan	* include/ext/pb_assoc/detail/splay_tree_/find_fn_imps.hpp: New.
2430169691Skan	* include/ext/pb_assoc/detail/splay_tree_/info_fn_imps.hpp: New.
2431169691Skan	* include/ext/pb_assoc/detail/splay_tree_/insert_fn_imps.hpp: New.
2432169691Skan	* include/ext/pb_assoc/detail/splay_tree_/node.hpp: New.
2433169691Skan	* include/ext/pb_assoc/detail/splay_tree_/splay_fn_imps.hpp: New.
2434169691Skan	* include/ext/pb_assoc/detail/splay_tree_/splay_tree_.hpp: New.
2435169691Skan	* include/ext/pb_assoc/detail/splay_tree_/split_join_fn_imps.hpp: New.
2436169691Skan	* include/ext/pb_assoc/detail/tree_assoc_cntnr/
2437169691Skan	  constructor_destructor_fn_imps.hpp: New.
2438169691Skan	* include/ext/pb_assoc/detail/tree_policy/
2439169691Skan	  null_node_updator_imp.hpp: New.
2440169691Skan	* include/ext/pb_assoc/detail/tree_policy/
2441169691Skan	  order_statistics_imp.hpp: New.
2442169691Skan	* include/ext/pb_assoc/detail/typelist/typelist_append.hpp: New.
2443169691Skan	* include/ext/pb_assoc/detail/typelist/typelist_apply.hpp: New.
2444169691Skan	* include/ext/pb_assoc/detail/typelist/typelist_at_index.hpp: New.
2445169691Skan	* include/ext/pb_assoc/detail/typelist/typelist_contains.hpp: New.
2446169691Skan	* include/ext/pb_assoc/detail/typelist/typelist_filter.hpp: New.
2447169691Skan	* include/ext/pb_assoc/detail/typelist/typelist_transform.hpp: New.
2448169691Skan	* include/ext/pb_assoc/detail/typelist/
2449169691Skan	  typelist_typelist_append.hpp: New.
2450169691Skan	* include/ext/pb_assoc/detail/unordered_iterator/
2451169691Skan	  const_find_iterator.hpp: New.
2452169691Skan	* include/ext/pb_assoc/detail/unordered_iterator/
2453169691Skan	  const_iterator.hpp: New.
2454169691Skan	* include/ext/pb_assoc/detail/unordered_iterator/
2455169691Skan	  find_iterator.hpp: New.
2456169691Skan	* include/ext/pb_assoc/detail/unordered_iterator/iterator.hpp: New.
2457169691Skan	* include/ext/pb_assoc/detail/value_type_adapter/
2458169691Skan	  constructor_destructor_and_related.hpp: New.
2459169691Skan	* include/ext/pb_assoc/detail/value_type_adapter/
2460169691Skan	  erase_fn_imps.hpp: New.
2461169691Skan	* include/ext/pb_assoc/detail/value_type_adapter/
2462169691Skan	  erase_if_pred.hpp: New.
2463169691Skan	* include/ext/pb_assoc/detail/value_type_adapter/find_fn_imps.hpp: New.
2464169691Skan	* include/ext/pb_assoc/detail/value_type_adapter/info_fn_imps.hpp: New.
2465169691Skan	* include/ext/pb_assoc/detail/value_type_adapter/
2466169691Skan	insert_fn_imps.hpp: New.
2467169691Skan	* include/ext/pb_assoc/detail/value_type_adapter/
2468169691Skan	invalidation_guarantee_selector.hpp: New.
2469169691Skan	* include/ext/pb_assoc/detail/value_type_adapter/
2470169691Skan	it_value_type_traits.hpp: New.
2471169691Skan	* include/ext/pb_assoc/detail/value_type_adapter/iterator.hpp: New.
2472169691Skan	* include/ext/pb_assoc/detail/value_type_adapter/
2473169691Skan	iterator_fn_imps.hpp: New.
2474169691Skan	* include/ext/pb_assoc/detail/value_type_adapter/ref_pair.hpp: New.
2475169691Skan	* include/ext/pb_assoc/detail/value_type_adapter/
2476169691Skan	value_type_adapter.hpp: New.
2477169691Skan	* include/ext/pb_assoc/detail/value_type_adapter/
2478169691Skan	value_type_traits.hpp: New.
2479169691Skan	* testsuite/Makefile.am (CLEANFILES): Add .o, .dat, .cc.
2480169691Skan	* testsuite/Makefile.in: Regenerate.
2481169691Skan	* testsuite/testsuite_common_types.h: New.
2482169691Skan	* testsuite/testsuite_visualization.h: New.
2483169691Skan	* testsuite/ext/pb_assoc/example/basic_map.cc: New.
2484169691Skan	* testsuite/ext/pb_assoc/example/basic_multimap.cc: New.
2485169691Skan	* testsuite/ext/pb_assoc/example/basic_set.cc: New.
2486169691Skan	* testsuite/ext/pb_assoc/example/ds_traits.cc: New.
2487169691Skan	* testsuite/ext/pb_assoc/example/erase_if.cc: New.
2488169691Skan	* testsuite/ext/pb_assoc/example/extract_key.cc: New.
2489169691Skan	* testsuite/ext/pb_assoc/example/hash_find_neg.cc: New.
2490169691Skan	* testsuite/ext/pb_assoc/example/hash_illegal_resize.cc: New.
2491169691Skan	* testsuite/ext/pb_assoc/example/hash_initial_size.cc: New.
2492169691Skan	* testsuite/ext/pb_assoc/example/hash_load_set_change.cc: New.
2493169691Skan	* testsuite/ext/pb_assoc/example/hash_mod.cc: New.
2494169691Skan	* testsuite/ext/pb_assoc/example/hash_resize.cc: New.
2495169691Skan	* testsuite/ext/pb_assoc/example/hash_resize_neg.cc: New.
2496169691Skan	* testsuite/ext/pb_assoc/example/hash_shift_mask.cc: New.
2497169691Skan	* testsuite/ext/pb_assoc/example/mapping_level.cc: New.
2498169691Skan	* testsuite/ext/pb_assoc/example/mapping_level_neg.cc: New.
2499169691Skan	* testsuite/ext/pb_assoc/example/ms_traits.cc: New.
2500169691Skan	* testsuite/ext/pb_assoc/example/ranged_hash.cc: New.
2501169691Skan	* testsuite/ext/pb_assoc/example/store_hash.cc: New.
2502169691Skan	* testsuite/ext/pb_assoc/example/tree_intervals.cc: New.
2503169691Skan	* testsuite/ext/pb_assoc/example/tree_join.cc: New.
2504169691Skan	* testsuite/ext/pb_assoc/example/tree_order_statistics.cc: New.
2505169691Skan	* testsuite/ext/pb_assoc/example/tree_order_statistics_join.cc: New.
2506169691Skan	* testsuite/ext/pb_assoc/example/tree_split.cc: New.
2507169691Skan	* testsuite/performance/20_util/allocator/(insert.cc,
2508169691Skan	  insert_insert.cc, list_sort_search.cc, map_mt_find.cc, map_thread.cc,
2509169691Skan	  producer_consumer.cc): Recast to use typelists and move to...
2510169691Skan	* testsuite/performance/23_containers/find/map.cc: New.
2511169691Skan	* testsuite/performance/23_containers/index/map.cc: New.
2512169691Skan	* testsuite/performance/23_containers/insert/associative.cc: New.
2513169691Skan	* testsuite/performance/23_containers/insert/sequence.cc: New.
2514169691Skan	* testsuite/performance/23_containers/insert_erase/associative.cc: New.
2515169691Skan	* testsuite/performance/23_containers/producer_consumer/
2516169691Skan	(associative.cc, sequence.cc): New.
2517169691Skan	* testsuite/performance/23_containers/sort_search/list.cc: New.
2518169691Skan	* testsuite/performance/23_containers/container_benchmark.cc: Remove.
2519169691Skan	* testsuite/performance/23_containers/map_create_fill.cc: Move...
2520169691Skan	* testsuite/performance/23_containers/create/map.cc: ...here.
2521169691Skan	* testsuite/performance/23_containers/set_create_from_sorted.cc: Move.
2522169691Skan	* testsuite/performance/23_containers/create_from_sorted/set.cc: here.
2523169691Skan	* testsuite/performance/23_containers/list_create_fill_sort.cc: Move...
2524169691Skan	* testsuite/performance/23_containers/create_sort/list.cc: ...here.
2525169691Skan	* testsuite/performance/23_containers/set_insert_from_sorted.cc: Move.
2526169691Skan	* testsuite/performance/23_containers/insert_from_sorted/set.cc: here.
2527169691Skan	
2528169691Skan2005-06-23  Jakub Jelinek  <jakub@redhat.com>
2529169691Skan
2530169691Skan	PR libstdc++/22109
2531169691Skan	* src/compatibility.cc (_GLIBCXX_SYMVER_COMPATIBILITY): Remove.
2532169691Skan	(istreambuf_iterator, basic_fstream, basic_ifstream, basic_ofstream,
2533169691Skan	_M_copy, _M_move, _M_assign, _M_disjunct, _M_check_length,
2534169691Skan	_M_set_length_and_sharable, ignore, eq): Define to XX suffixed
2535169691Skan	variants.
2536169691Skan	(ignore (streamsize)): Remove _W prefixed aliases.
2537169691Skan	(_GLIBCXX_3_4_SYMVER_SPECIAL, _GLIBCXX_3_4_5_SYMVER_SPECIAL,
2538169691Skan	_GLIBCXX_APPLY_SYMVER_SPECIAL): Remove.
2539169691Skan	(_GLIBCXX_3_4_SYMVER, _GLIBCXX_3_4_5_SYMVER): Add XXname argument.
2540169691Skan	Use #XXname instead of #name as the alias argument.
2541169691Skan	* config/abi/compatibility.h: Replace uses of
2542169691Skan	_GLIBCXX_APPLY_SYMVER_SPECIAL with _GLIBCXX_APPLY_SYMVER.  Always
2543169691Skan	pass 2 arguments to the _GLIBCXX_APPLY_SYMVER macro.
2544169691Skan	* include/bits/char_traits.h (char_traits::eq): Revert 2005-06-15
2545169691Skan	change.
2546169691Skan	* acinclude.m4: Decrease glibcxx_min_gnu_ld_version back to 21400.
2547169691Skan	* configure: Rebuilt.
2548169691Skan
2549169691Skan2005-06-19  Benjamin Kosnik  <bkoz@redhat.com>
2550169691Skan
2551169691Skan	PR libstdc++/22111
2552169691Skan	* acinclude.m4 (GLIBCXX_CONFIGURE_TESTSUITE): Remove
2553169691Skan	GLIBCXX_TEST_ABI. Remove duplicate _GLIBCXX_ASM_SYMVER define.
2554169691Skan	Don't enable abi testing unless versioned.
2555169691Skan	* configure: Regenerate.
2556169691Skan	* testsuite/Makefile.am (check-abi): Remove conditional.
2557169691Skan	* testsuite/Makefile.in: Regenerate.
2558169691Skan	* testsuite/libstdc++-abi/abi.exp: Call build_support, then check
2559169691Skan	v3-symver before proceeding.
2560169691Skan	* testsuite/lib/libstdc++.exp (libstdc++-dg-test): Set v3-symvers
2561169691Skan	if _GLIBCXX_SYMVER.
2562169691Skan	
2563169691Skan2005-06-17  Paolo Carlini  <pcarlini@suse.de>
2564169691Skan
2565169691Skan        Port from libstdcxx_so_7-branch:
2566169691Skan	2005-01-12  Christopher Jefferson <chris@bubblescope.net>
2567169691Skan
2568169691Skan	* include/bits/stl_function.h (mem_fun_t, const_mem_fun_t,
2569169691Skan	mem_fun_ref_t, const_mem_fun_ref_t, mem_fun1_t, const_mem_fun1_t,
2570169691Skan	mem_fun1_ref_t, const_mem_fun1_ref_t): Remove overloads for void
2571169691Skan	return type, just an old HP/SGI workaround.
2572169691Skan	* testsuite/20_util/functional/binders.cc: Move to...
2573169691Skan	* testsuite/20_util/functional/binders/3113.cc: ...here.
2574169691Skan	* testsuite/20_util/functional/binders/1.cc: New.
2575169691Skan
2576169691Skan2005-06-17  Jonathan Wakely  <redi@gcc.gnu.org>
2577169691Skan
2578169691Skan	* docs/html/21_strings/gotw29a.txt: Update code to corrected version.
2579169691Skan
2580169691Skan2005-06-17  Jakub Jelinek  <jakub@redhat.com>
2581169691Skan            Benjamin Kosnik  <bkoz@redhat.com>
2582169691Skan
2583169691Skan	* config/abi/alpha-linux-gnu/baseline_symbols.txt: Update.
2584169691Skan	* config/abi/hppa-linux-gnu/baseline_symbols.txt: Same.
2585169691Skan	* config/abi/mips-linux-gnu/baseline_symbols.txt: Same.
2586169691Skan	* config/abi/sparc-linux-gnu/baseline_symbols.txt: Same.
2587169691Skan
2588169691Skan	* config/abi/alpha-freebsd5/baseline_symbols.txt: Remove.
2589169691Skan	* config/abi/i386-freebsd4/baseline_symbols.txt: Same.
2590169691Skan	* config/abi/i386-freebsd5/baseline_symbols.txt: Same.
2591169691Skan	* config/abi/sparc-freebsd5/baseline_symbols.txt: Same.
2592169691Skan
2593169691Skan	* config/abi/arm-linux-gnu/baseline_symbols.txt: Remove.
2594169691Skan	* config/abi/m68k-linux-gnu/baseline_symbols.txt: Same.
2595169691Skan
2596169691Skan2005-06-17  Jakub Jelinek  <jakub@redhat.com>
2597169691Skan
2598169691Skan	* config/abi/ia64-linux-gnu/baseline_symbols.txt: Update.
2599169691Skan	* config/abi/s390x-linux-gnu/baseline_symbols.txt: Update.
2600169691Skan	* config/abi/s390-linux-gnu/baseline_symbols.txt: Update.
2601169691Skan	* config/abi/x86_64-linux-gnu/baseline_symbols.txt: Update.
2602169691Skan	* config/abi/x86_64-linux-gnu/32/baseline_symbols.txt: Update.
2603169691Skan	* config/abi/powerpc-linux-gnu/baseline_symbols.txt: Update.
2604169691Skan	* config/abi/i486-linux-gnu/baseline_symbols.txt: Update.
2605169691Skan	* config/abi/i386-linux-gnu/baseline_symbols.txt: Update.
2606169691Skan	* config/abi/powerpc64-linux-gnu/baseline_symbols.txt: New file.
2607169691Skan	* config/abi/powerpc64-linux-gnu/32/baseline_symbols.txt: New file.
2608169691Skan
2609169691Skan2005-06-16  Jakub Jelinek  <jakub@redhat.com>
2610169691Skan
2611169691Skan	* src/compatibility.cc: Include bits/c++config.h first.
2612169691Skan	(_GLIBCXX_SYMVER_COMPATIBILITY): Define if _GLIBCXX_SYMVER
2613169691Skan	and PIC are both defined.
2614169691Skan	* include/bits/char_traits.h (char_traits::eq): Rename
2615169691Skan	only if _GLIBCXX_SYMVER_COMPATIBILITY is defined.
2616169691Skan
2617169691Skan2005-06-16  Jakub Jelinek  <jakub@redhat.com>
2618169691Skan
2619169691Skan        * acinclude.m4 ((GLIBCXX_ENABLE_SYMVERS): Rename _GLIBCXX_SIZE_T_IS_INT
2620169691Skan        to _GLIBCXX_SIZE_T_IS_UINT.  Define _GLIBCXX_PTRDIFF_T_IS_INT.
2621169691Skan        * configure: Regenerate.
2622169691Skan        * config.h.in: Regenerate.
2623169691Skan        * src/compatibility.cc (istream:ignore(streamsize)): Use
2624169691Skan        _GLIBCXX_PTRDIFF_T_IS_INT instead of _GLIBCXX_SIZE_T_IS_INT.
2625169691Skan        * config/abi/compatibility.h: Rename _GLIBCXX_SIZE_T_IS_INT
2626169691Skan        to _GLIBCXX_SIZE_T_IS_UINT.  Use _GLIBCXX_PTRDIFF_T_IS_INT
2627169691Skan        instead for symbols with streamsize arguments.
2628169691Skan
2629169691Skan2005-06-16  Jakub Jelinek  <jakub@redhat.com>
2630169691Skan
2631169691Skan	* config/linker-map.gnu: Also export
2632169691Skan	_ZNSt13basic_istreamIwSt11char_traitsIwEE6ignoreE[il][il].
2633169691Skan
2634169691Skan2005-06-15  Benjamin Kosnik  <bkoz@redhat.com>
2635169691Skan
2636169691Skan	* configure.ac (libtool_VERSION): To 6:6:0.
2637169691Skan	* configure: Regenerate.
2638169691Skan	* config/linker-map.gnu: Edit.
2639169691Skan	* src/istream.cc: Move istream::ignore(streamsize) specializations...
2640169691Skan	* src/compatibility.cc: ...here. New.
2641169691Skan	* include/bits/char_traits.h (char_traits::eq): Rename when
2642169691Skan	appropriate.
2643169691Skan	* acinclude.m4 (GLIBCXX_ENABLE_SYMVERS): Define _GLIBCXX_SIZE_T_IS_INT.
2644169691Skan	Bump glibcxx_min_gnu_ld_version to 21590.
2645169691Skan	* configure: Regenerate.
2646169691Skan	* acconfig.h: Remove _GLIBCXX_ASM_SYMVER.
2647169691Skan	* config.h.in: Regenerate.
2648169691Skan	* src/Makefile.am (sources): Add compatibility.cc.
2649169691Skan	* src/Makefile.in: Regenerate.
2650169691Skan	* include/Makefile.am (host_headers_noinst): Add compatibility.h.
2651169691Skan	* include/Makefile.in: Regenerate.
2652169691Skan	* testsuite/testsuite_abi.h (symbol): Add data members.
2653169691Skan	* testsuite/testsuite_abi.cc (check_version): Add GLIBCXX_3.4.5,
2654169691Skan	GLIBCXX_3.4.6.  Remove deprecated versions. Do a better job
2655169691Skan	version checking.
2656169691Skan
2657169691Skan2005-06-15  Paolo Carlini  <pcarlini@suse.de>
2658169691Skan
2659169691Skan	* include/tr1/hashtable: Trivial formatting fixes.
2660169691Skan	* include/tr1/unordered_map: Likewise.
2661169691Skan	* include/tr1/unordered_set: Likewise.
2662169691Skan
2663169691Skan2005-06-14  Tom Tromey  <tromey@redhat.com>
2664169691Skan
2665169691Skan	PR libgcj/19877:
2666169691Skan	* configure, aclocal.m4: Rebuilt.
2667169691Skan	* Makefile.in, include/Makefile.in, libmath/Makefile.in,
2668169691Skan	libsupc++/Makefile.in, po/Makefile.in, src/Makefile.in,
2669169691Skan	testsuite/Makefile.in: Likewise.
2670169691Skan
2671169691Skan2005-06-08  Benjamin Kosnik  <bkoz@redhat.com>
2672169691Skan
2673169691Skan	PR libstdc++/21955
2674169691Skan	* include/std/std_sstream.h (basic_stringbuf::showmanyc): Add.
2675169691Skan	Remove unnecessary this->_M_mode decoration.
2676169691Skan	* include/bits/fstream.tcc: Adjust line spacing.	
2677169691Skan	* testsuite/27_io/basic_streambuf/in_avail/char/1.cc: New, test
2678169691Skan	base class behavior.
2679169691Skan	* testsuite/27_io/basic_streambuf/in_avail/wchar_t/1.cc: Same.
2680169691Skan	* testsuite/27_io/basic_stringbuf/in_avail/char/21955.cc: New.
2681169691Skan	* testsuite/27_io/basic_stringbuf/in_avail/char/1.cc: Match
2682169691Skan	filebuf behavior.
2683169691Skan	* testsuite/27_io/basic_stringbuf/in_avail/wchar_t/1.cc: Same.
2684169691Skan	* testsuite/27_io/basic_stringbuf/str/wchar_t/1.cc: Same.
2685169691Skan	* testsuite/27_io/basic_stringbuf/str/char/1.cc: Same.
2686169691Skan	* testsuite/27_io/basic_streambuf/in_avail/char/9701-3.cc: Move...
2687169691Skan	* testsuite/27_io/basic_filebuf/in_avail/char/9701-3.cc: ...here.
2688169691Skan	
2689169691Skan2005-06-07  Benjamin Kosnik  <bkoz@redhat.com>
2690169691Skan
2691169691Skan	* acinclude.m4 (GLIBCXX_ENABLE_C99): Use C++ compiler for complex
2692169691Skan	tests.
2693169691Skan	* configure: Regenerated.
2694169691Skan
2695169691Skan2005-06-07  Adrian Straetling  <straetling@de.ibm.com>
2696169691Skan
2697169691Skan	* config/cpu/s390/atomicity.h: (__exchange_and_add, 
2698169691Skan	__atomic_add): Use the builtins for atomic memory operations.
2699169691Skan
2700169691Skan2005-06-06  Paolo Carlini  <pcarlini@suse.de>
2701169691Skan
2702169691Skan	PR libstdc++/21770 (cont: __gnu_debug::string)
2703169691Skan	* include/debug/string: Use _Base typedefs for pointer, const_pointer,
2704169691Skan	reference, const_reference, size_type, difference_type.
2705169691Skan	* testsuite/21_strings/basic_string/2.cc: New.
2706169691Skan
2707169691Skan2005-06-06  Paolo Carlini  <pcarlini@suse.de>
2708169691Skan
2709169691Skan	PR libstdc++/21770 (cont: debug-mode)
2710169691Skan	* include/debug/deque: Use _Base typedefs for pointer, const_pointer,
2711169691Skan	reference, const_reference.
2712169691Skan	* include/debug/list: Likewise.
2713169691Skan	* include/debug/map.h: Likewise.
2714169691Skan	* include/debug/multimap.h: Likewise.
2715169691Skan	* include/debug/multiset.h: Likewise.
2716169691Skan	* include/debug/set.h: Likewise.
2717169691Skan	* include/debug/vector: Likewise.
2718169691Skan
2719169691Skan2005-06-06  Paolo Carlini  <pcarlini@suse.de>
2720169691Skan
2721169691Skan        Port from libstdcxx_so_7-branch:
2722169691Skan	2004-09-24  Paolo Carlini  <pcarlini@suse.de>
2723169691Skan		    Jonathan Wakely  <redi@gcc.gnu.org>
2724169691Skan
2725169691Skan	* include/bits/stl_list.h (list::list(size_type, value_type,
2726169691Skan	const allocator_type&): Implement according to the letter of the
2727169691Skan	standard, i.e., don't use two overloads, not equivalent in case
2728169691Skan	of non default constructible T.
2729169691Skan	(list::resize(size_type, const value_type&)): Fix the signature:
2730169691Skan	according to the standard the second argument is by value; also,
2731169691Skan	don't use two overloads.
2732169691Skan	* include/bits/list.tcc (list::resize(size_type, const value_type&)):
2733169691Skan	Adjust consistently the signature.
2734169691Skan	* include/bits/stl_deque.h (deque::deque(size_type, value_type,
2735169691Skan	const allocator_type&)): Likewise.
2736169691Skan	(deque::resize(size_type, const value_type&)): Likewise.
2737169691Skan	* include/bits/stl_vector.h (vector::vector(size_type, value_type,
2738169691Skan	const allocator_type&)): Likewise.
2739169691Skan	(vector::resize(size_type, const value_type&)): Likewise.
2740169691Skan	* testsuite/testsuite_hooks.h: Add NonDefaultConstructible test type.
2741169691Skan	* testsuite/23_containers/deque/explicit_instantiation/2.cc: New.
2742169691Skan	* testsuite/23_containers/list/explicit_instantiation/2.cc: New.
2743169691Skan	* testsuite/23_containers/map/explicit_instantiation/2.cc: New.
2744169691Skan	* testsuite/23_containers/multimap/explicit_instantiation/2.cc: New.
2745169691Skan	* testsuite/23_containers/multiset/explicit_instantiation/2.cc: New.
2746169691Skan	* testsuite/23_containers/set/explicit_instantiation/2.cc: New.
2747169691Skan	* testsuite/23_containers/vector/explicit_instantiation/2.cc: New.
2748169691Skan
2749169691Skan	* include/bits/deque.tcc: Minor formatting fix.
2750169691Skan
2751169691Skan2005-06-06  Peter Doerfler  <doerfler@techinfo.rwth-aachen.de>
2752169691Skan
2753169691Skan	* include/bits/stl_function.h: ... and another one.
2754169691Skan
2755169691Skan2005-06-06  Peter Doerfler  <doerfler@techinfo.rwth-aachen.de>
2756169691Skan
2757169691Skan	* include/bits/stl_function.h: Fix typo in comment.
2758169691Skan
2759169691Skan2005-06-05  Paolo Carlini  <pcarlini@suse.de>
2760169691Skan
2761169691Skan	* acinclude.m4 ([GLIBCXX_ENABLE_C99]): Check clog, clogf, clogl
2762169691Skan	too for ac_c99_complex.
2763169691Skan	* configure: Regenerate.
2764169691Skan
2765169691Skan2005-06-03  Paolo Carlini  <pcarlini@suse.de>
2766169691Skan
2767169691Skan	PR libstdc++/21770
2768169691Skan	* include/bits/stl_deque.h: Add concept-check. In class _Deque_base
2769169691Skan	rebind _Alloc to  _Tp_alloc_type, change _Deque_impl to inherit from
2770169691Skan	the latter and add _M_get_Tp_allocator() which returns it. Use
2771169691Skan	everywhere _M_get_Tp_allocator() instead of get_allocator().
2772169691Skan	* include/bits/deque.tcc: Likewise, use _M_get_Tp_allocator().
2773169691Skan	* include/bits/stl_list.h: Add concept-check. In class _List_base
2774169691Skan	rebind _Alloc to _Tp_alloc_type and add _M_get_Tp_allocator(), which
2775169691Skan	returns the allocator (of type _Node_alloc_type) converted to
2776169691Skan	_Tp_alloc_type. Use everywhere _M_get_Tp_allocator() instead of
2777169691Skan	get_allocator().
2778169691Skan	* include/bits/list.tcc: Likewise, use _M_get_Tp_allocator().
2779169691Skan	* include/bits/stl_vector.h: Add concept-check. In class _Vector_base
2780169691Skan	rebind _Alloc to _Tp_alloc_type, change _Vector_impl to inherit from
2781169691Skan	the latter and add _M_get_Tp_allocator() which returns it. Use
2782169691Skan	everywhere _M_get_Tp_allocator() instead of get_allocator().
2783169691Skan	* include/bits/vector.tcc: Likewise, use _M_get_Tp_allocator().
2784169691Skan	* include/bits/stl_map.h: Add concept-check. Rebind _Alloc to
2785169691Skan	_Pair_alloc_type and use it for _Rb_tree.
2786169691Skan	* include/bits/stl_multimap.h: Likewise.
2787169691Skan	* include/bits/stl_multiset.h: Add concept-check. Rebind _Alloc to
2788169691Skan	_Key_alloc_type and use it for _Rb_tree.
2789169691Skan	* include/bits/stl_set.h: Likewise.
2790169691Skan	* include/bits/basic_string.h: Rebind _Alloc to _CharT_alloc_type and
2791169691Skan	use it for the allocator typedefs.
2792169691Skan	* testsuite/21_strings/basic_string/1.cc: New.
2793169691Skan	* testsuite/23_containers/deque/explicit_instantiation.cc: Move to...
2794169691Skan	* testsuite/23_containers/deque/explicit_instantiation/1.cc: ... here.
2795169691Skan	* testsuite/23_containers/deque/explicit_instantiation/3.cc: New.
2796169691Skan	* testsuite/23_containers/list/explicit_instantiation.cc: Move to...
2797169691Skan	* testsuite/23_containers/list/explicit_instantiation/1.cc: ... here.
2798169691Skan	* testsuite/23_containers/list/explicit_instantiation/3.cc: New.
2799169691Skan	* testsuite/23_containers/map/explicit_instantiation.cc: Move to...
2800169691Skan	* testsuite/23_containers/map/explicit_instantiation/1.cc: ... here.
2801169691Skan	* testsuite/23_containers/map/explicit_instantiation/3.cc: New.
2802169691Skan	* testsuite/23_containers/multimap/explicit_instantiation.cc: Move to...
2803169691Skan	* testsuite/23_containers/multimap/explicit_instantiation/1.cc: .. here.
2804169691Skan	* testsuite/23_containers/multimap/explicit_instantiation/3.cc: New.
2805169691Skan	* testsuite/23_containers/multiset/explicit_instantiation.cc: Move to...
2806169691Skan	* testsuite/23_containers/multiset/explicit_instantiation/1.cc: .. here.
2807169691Skan	* testsuite/23_containers/multiset/explicit_instantiation/3.cc: New.
2808169691Skan	* testsuite/23_containers/set/explicit_instantiation.cc: Move to...
2809169691Skan	* testsuite/23_containers/set/explicit_instantiation/1.cc: .. here.
2810169691Skan	* testsuite/23_containers/set/explicit_instantiation/3.cc: New.
2811169691Skan	* testsuite/23_containers/vector/explicit_instantiation.cc: Move to...
2812169691Skan	* testsuite/23_containers/vector/explicit_instantiation/1.cc: ... here.
2813169691Skan	* testsuite/23_containers/vector/explicit_instantiation/3.cc: New.
2814169691Skan
2815169691Skan2005-06-02  Nathan Sidwell  <nathan@codesourcery.com>
2816169691Skan
2817169691Skan	PR c++/21280
2818169691Skan	* testsuite/27_io/ios_base/cons/assign_neg.cc: Adjust expected errors.
2819169691Skan	* testsuite/27_io/ios_base/cons/copy_neg.cc: Likewise.
2820169691Skan
2821169691Skan2005-05-31  Paolo Carlini  <pcarlini@suse.de>
2822169691Skan
2823169691Skan	PR libstdc++/20534 (contd)
2824169691Skan	* include/debug/macros.h: Add _GLIBCXX_DEBUG_ABORT, using
2825169691Skan	__gnu_debug::__fancy_abort.
2826169691Skan	* src/debug.cc: Define the latter.
2827169691Skan	* include/debug/debug.h: Use _GLIBCXX_DEBUG_ABORT instead of
2828169691Skan	assert.
2829169691Skan	* config/linker-map.gnu (__gnu_debug::__fancy_abort): Add.
2830169691Skan
2831169691Skan2005-05-30  Paolo Carlini  <pcarlini@suse.de>
2832169691Skan
2833169691Skan	* include/std/std_complex.h (log(const complex<_Tp>&)): When
2834169691Skan	_GLIBCXX_USE_C99_COMPLEX, forward to __builtin_clog/clogf/clogl.
2835169691Skan
2836169691Skan2005-05-28  Paolo Carlini  <pcarlini@suse.de>
2837169691Skan
2838169691Skan	Revert:
2839169691Skan	2005-05-18  Paolo Carlini  <pcarlini@suse.de>
2840169691Skan		    Nathan Myers  <ncm@cantrip.org>
2841169691Skan
2842169691Skan	PR libstdc++/19495
2843169691Skan	* include/bits/basic_string.h (_Raw_bytes_alloc): Rebind to
2844169691Skan	size_type instead of char and rename to _Raw_alloc.
2845169691Skan	* include/bits/basic_string.tcc (_Rep::_M_destroy, _Rep::_S_create):
2846169691Skan	Use the above.
2847169691Skan	* src/bitmap_allocator.cc: Add instantiation for size_type.
2848169691Skan	* src/mt_allocator.cc: Likewise.
2849169691Skan	* src/pool_allocator.cc: Likewise.
2850169691Skan	* include/ext/array_allocator.h: Tweak slightly, avoid assuming
2851169691Skan	the existence of an _Array::begin() and size() members.
2852169691Skan	* testsuite/ext/array_allocator/2.cc: Tweak to use an allocator
2853169691Skan	of size_type, instead of char, thus avoiding problems with
2854169691Skan	rebinds, not treated correctly by array_allocator.
2855169691Skan
2856169691Skan2005-05-27  Paolo Carlini  <pcarlini@suse.de>
2857169691Skan
2858169691Skan	* docs/html/abi.html: Mention 3.4.0 as the current baseline; add
2859169691Skan	a notice about the configure options.
2860169691Skan
2861169691Skan2005-05-27  Mark Mitchell  <mark@codesourcery.com>
2862169691Skan
2863169691Skan	* docs/html/test.html: Mention PCH_CXXFLAGS.
2864169691Skan	* testsuite/lib/libstdc++.exp: Set PCH_CXXFLAGS by probing for an
2865169691Skan	available stcd++.h PCH.
2866169691Skan	* testsuite/libstdc++-dg/normal.exp: Use PCH_CXXFLAGS.
2867169691Skan
2868169691Skan2005-05-27  Theodore Papadopoulo  <Theodore.Papadopoulo@sophia.inria.fr>
2869169691Skan
2870169691Skan	* src/misc-inst.cc: Remove unnecessary included files.
2871169691Skan
2872169691Skan2005-05-27  Benjamin Kosnik  <bkoz@redhat.com>
2873169691Skan
2874169691Skan	PR libstdc++/21674
2875169691Skan	* include/bits/c++config: Remove extern template use when in debug
2876169691Skan	mode, disable for non-weak systems.
2877169691Skan	
2878169691Skan2005-05-27  Benjamin Kosnik  <bkoz@redhat.com>
2879169691Skan
2880169691Skan	PR libstdc++/20534 
2881169691Skan	* include/debug/debug.h: Forwarding header, that pulls in details
2882169691Skan	only if in debug mode.
2883169691Skan	* include/debug/macros.h: ...transfer all the internal macros here.
2884169691Skan	* include/debug/functions.h: ...transfer all the functions here.
2885169691Skan	* include/debug/safe_iterator.h: Add functions.h, macros.h includes.
2886169691Skan	* include/debug/safe_sequence.h: Same.
2887169691Skan	* include/debug/vector: Tweak.
2888169691Skan	* include/Makefile.am (debug_headers): Add new includes.
2889169691Skan	* include/Makefile.in: Regenerate.
2890169691Skan	* testsuite/17_intro/no_assert_neg.cc: Add.
2891169691Skan
2892169691Skan	* include/ext/hash_set: Add debug mode include.
2893169691Skan	* include/ext/hash_map: Same.
2894169691Skan	* include/debug/hash_map: Fix included files to match actual files.
2895169691Skan	* include/debug/hash_set: Same.
2896169691Skan		
2897169691Skan2005-05-26  Paolo Carlini  <pcarlini@suse.de>
2898169691Skan
2899169691Skan	PR libstdc++/13943
2900169691Skan	* include/c_std/std_cstdlib.h: Do not open code llabs and lldiv,
2901169691Skan	available when _GLIBCXX_USE_C99 is defined.
2902169691Skan	* testsuite/26_numerics/cstdlib/13943.cc: New.
2903169691Skan
2904169691Skan	* acinclude.m4 ([GLIBCXX_ENABLE_C99]): For completeness, check
2905169691Skan	also strtoll and strtoull for ac_c99_stdlib.
2906169691Skan	* configure: Regenerate.
2907169691Skan
2908169691Skan2005-05-25  Benjamin Kosnik  <bkoz@redhat.com>
2909169691Skan
2910169691Skan	* config/linker-map.gnu: Add linkage support for no extern templates.
2911169691Skan	(std::ios_base::_M_call_callbacks): Add.
2912169691Skan	(std::ios_base::_M_dispose_callbacks): Add.
2913169691Skan	(std::locale::facet::_S_get_c_name): Add.
2914169691Skan	(std::__copy_streambufs): Add.
2915169691Skan	* configure.ac (libtool_VERSION): To 6:5:0.
2916169691Skan	* configure: Regenerate.
2917169691Skan	* testsuite/testsuite_abi.cc (check_version): Add GLIBCXX_3.4.5.
2918169691Skan	
2919169691Skan2005-05-25  Paolo Carlini  <pcarlini@suse.de>
2920169691Skan
2921169691Skan	* include/bits/basic_string.h (_Rep::_M_set_length_and_sharable):
2922169691Skan	Use, consistently, traits_type::assign.
2923169691Skan
2924169691Skan2005-05-25  Paolo Carlini  <pcarlini@suse.de>
2925169691Skan
2926169691Skan	* config/cpu/alpha/atomicity.h: Use the builtins for
2927169691Skan	atomic memory operations.
2928169691Skan	* config/cpu/powerpc/atomicity.h: Likewise.
2929169691Skan	* config/cpu/ia64/atomicity.h: Do not include ia64intrin.h.
2930169691Skan
2931169691Skan2005-05-24  Paolo Carlini  <pcarlini@suse.de>
2932169691Skan
2933169691Skan	* testsuite/25_algorithms/equal.cc: Move to...
2934169691Skan	* testsuite/25_algorithms/equal: ... here.
2935169691Skan	* testsuite/25_algorithms/lower_bound.cc: Move to...
2936169691Skan	* testsuite/25_algorithms/lower_bound: ... here.
2937169691Skan
2938169691Skan2005-05-24  Paolo Carlini  <pcarlini@suse.de>
2939169691Skan
2940169691Skan        Port from libstdcxx_so_7-branch:
2941169691Skan	2005-20-05  Chris Jefferson  <chris@bubblescope.net>
2942169691Skan
2943169691Skan	* testsuite/25_algorithms/heap.cc: Move to...
2944169691Skan	* testsuite/25_algorithms/heap/heap.cc: ...here.
2945169691Skan	* testsuite/25_algorithms/partition.cc: Move to...
2946169691Skan	* testsuite/25_algorithms/partition/partition.cc: ...here.
2947169691Skan
2948169691Skan	2005-03-29  Christopher Jefferson  <chris@bubblescope.net>
2949169691Skan
2950169691Skan	* testsuite/25_algorithms/includes/1.cc: Add tests.
2951169691Skan	* testsuite/25_algorithms/search/1.cc: Likewise.
2952169691Skan	* testsuite/25_algorithms/unique_copy/1.cc: Likewise.
2953169691Skan	* testsuite/25_algorithms/swap_ranges/1.cc: New.
2954169691Skan	* testsuite/25_algorithms/swap_ranges/check_type.cc: New.
2955169691Skan	* testsuite/25_algorithms/rotate.cc: Move to...
2956169691Skan	* testsuite/25_algorithms/rotate/rotate.cc: ... here.
2957169691Skan	* testsuite/25_algorithms/rotate/1.cc: New.
2958169691Skan	* testsuite/25_algorithms/rotate/check_type.cc: New.
2959169691Skan	* testsuite/25_algorithms/search_n/iterator.cc: Fix typo.
2960169691Skan
2961169691Skan	2005-03-14  Christopher Jefferson  <chris@bubblescope.net>
2962169691Skan
2963169691Skan	* include/bits/stl_algo.h (replace_copy, replace_copy_if):
2964169691Skan	Don't assume that __new_value and *__first are convertible to
2965169691Skan	each other.	
2966169691Skan
2967169691Skan	* testsuite/25_algorithms/find/1.cc: New.
2968169691Skan	* testsuite/25_algorithms/find/check_type.cc: New.
2969169691Skan	* testsuite/25_algorithms/find_if/1.cc: New.
2970169691Skan	* testsuite/25_algorithms/find_if/check_type.cc: New.
2971169691Skan	* testsuite/25_algorithms/replace/1.cc: New.
2972169691Skan	* testsuite/25_algorithms/replace/check_type.cc: New.
2973169691Skan	* testsuite/25_algorithms/replace_if/1.cc: New.
2974169691Skan	* testsuite/25_algorithms/replace_if/check_type.cc: New.
2975169691Skan	* testsuite/25_algorithms/replace_copy/1.cc: New.
2976169691Skan	* testsuite/25_algorithms/replace_copy/check_type.cc: New.
2977169691Skan	* testsuite/25_algorithms/replace_copy_if/1.cc: New.
2978169691Skan	* testsuite/25_algorithms/replace_copy_if/check_type.cc: New.
2979169691Skan	* testsuite/25_algorithms/remove/1.cc: New.
2980169691Skan	* testsuite/25_algorithms/remove/check_type.cc: New.
2981169691Skan	* testsuite/25_algorithms/remove_if/1.cc: New.
2982169691Skan	* testsuite/25_algorithms/remove_if/check_type.cc: New.
2983169691Skan	* testsuite/25_algorithms/count/1.cc: New.
2984169691Skan	* testsuite/25_algorithms/count/check_type.cc: New.
2985169691Skan	* testsuite/25_algorithms/count_if/1.cc: New.
2986169691Skan	* testsuite/25_algorithms/count_if/check_type.cc: New.
2987169691Skan
2988169691Skan	2005-02-27  Christopher Jefferson  <chris@bubblescope.net>
2989169691Skan        	    Paolo Carlini  <pcarlini@suse.de>
2990169691Skan
2991169691Skan	* testsuite/ext/is_heap/check_type.cc: New.
2992169691Skan	
2993169691Skan	2005-02-27  Paolo Carlini  <pcarlini@suse.de>
2994169691Skan
2995169691Skan	* testsuite/ext/is_heap/1.cc: New.
2996169691Skan
2997169691Skan	2005-02-01  Christopher Jefferson  <chris@bubblescope.net>
2998169691Skan
2999169691Skan	* testsuite/ext/median.cc: New.
3000169691Skan	* testsuite/25_algorithms/adjacent_find/1.cc: New.
3001169691Skan	* testsuite/25_algorithms/adjacent_find/check_type.cc: New.
3002169691Skan	* testsuite/25_algorithms/search/1.cc: New.
3003169691Skan	* testsuite/25_algorithms/search/check_type.cc: New.
3004169691Skan	* testsuite/25_algorithms/unique_copy/1.cc: New.
3005169691Skan	* testsuite/25_algorithms/unique_copy/check_type.cc: New.
3006169691Skan	* testsuite/25_algorithms/partial_sort/1.cc: New.
3007169691Skan	* testsuite/25_algorithms/partial_sort/check_type.cc: New.
3008169691Skan	* testsuite/25_algorithms/partial_sort_copy/1.cc: New.
3009169691Skan	* testsuite/25_algorithms/partial_sort_copy/check_type.cc: New.
3010169691Skan	* testsuite/25_algorithms/lower_bound/1.cc: New.
3011169691Skan	* testsuite/25_algorithms/lower_bound/check_type.cc: New.
3012169691Skan	* testsuite/25_algorithms/upper_bound/1.cc: New.
3013169691Skan	* testsuite/25_algorithms/upper_bound/check_type.cc: New.
3014169691Skan	* testsuite/25_algorithms/merge/1.cc: New.
3015169691Skan	* testsuite/25_algorithms/merge/check_type.cc: New.
3016169691Skan	* testsuite/25_algorithms/inplace_merge/1.cc: New.
3017169691Skan	* testsuite/25_algorithms/inplace_merge/check_type.cc: New.
3018169691Skan	* testsuite/25_algorithms/stable_sort/1.cc: New.
3019169691Skan	* testsuite/25_algorithms/stable_sort/check_type.cc: New.
3020169691Skan	* testsuite/25_algorithms/nth_element/1.cc: New.
3021169691Skan	* testsuite/25_algorithms/nth_element/check_type.cc: New.
3022169691Skan	* testsuite/25_algorithms/equal_range/1.cc: New.
3023169691Skan	* testsuite/25_algorithms/equal_range/check_type.cc: New.
3024169691Skan	* testsuite/25_algorithms/binary_search/1.cc: New.
3025169691Skan	* testsuite/25_algorithms/binary_search/check_type.cc: New.
3026169691Skan	* testsuite/25_algorithms/includes/1.cc: New.
3027169691Skan	* testsuite/25_algorithms/includes/check_type.cc: New.
3028169691Skan	* testsuite/25_algorithms/set_union/1.cc: New.
3029169691Skan	* testsuite/25_algorithms/set_union/check_type.cc: New.
3030169691Skan	* testsuite/25_algorithms/set_intersection/1.cc: New.
3031169691Skan	* testsuite/25_algorithms/set_intersection/check_type.cc: New.
3032169691Skan	* testsuite/25_algorithms/set_difference/1.cc: New.
3033169691Skan	* testsuite/25_algorithms/set_difference/check_type.cc: New.
3034169691Skan	* testsuite/25_algorithms/set_symmetric_difference/1.cc: New.
3035169691Skan	* testsuite/25_algorithms/set_symmetric_difference/check_type.cc: New.	
3036169691Skan	* testsuite/25_algorithms/min_element/1.cc: New.
3037169691Skan	* testsuite/25_algorithms/min_element/check_type.cc: New.
3038169691Skan	* testsuite/25_algorithms/max_element/1.cc: New.
3039169691Skan	* testsuite/25_algorithms/max_element/check_type.cc: New.
3040169691Skan	* testsuite/25_algorithms/prev_permutation/1.cc: New.
3041169691Skan	* testsuite/25_algorithms/prev_permutation/check_type.cc: New.
3042169691Skan	* testsuite/25_algorithms/next_permutation/1.cc: New.
3043169691Skan	* testsuite/25_algorithms/next_permutation/check_type.cc: New.
3044169691Skan	* testsuite/25_algorithms/find_first_of/1.cc: New.
3045169691Skan	* testsuite/25_algorithms/find_first_of/check_type.cc: New.
3046169691Skan	* testsuite/25_algorithms/find_end/1.cc: New.
3047169691Skan	* testsuite/25_algorithms/find_end/check_type.cc: New.
3048169691Skan	* testsuite/25_algorithms/equal/check_type.cc: Insert iterator type.
3049169691Skan	* testsuite/25_algorithms/lexicographical_compare/check_type.cc:
3050169691Skan	Likewise.
3051169691Skan
3052169691Skan	2005-01-10  Christopher Jefferson <chris@bubblescope.net>
3053169691Skan
3054169691Skan	* testsuite/25_algorithms/lexicographical_compare/check_type.cc: New.
3055169691Skan	* testsuite/25_algorithms/lexicographical_compare/1.cc: Likewise.
3056169691Skan	* testsuite/25_algorithms/mismatch/check_type.cc: Likewise.
3057169691Skan	* testsuite/25_algorithms/mismatch/1.cc: Likewise.
3058169691Skan	* testsuite/25_algorithms/equal/check_type.cc: New.
3059169691Skan	* testsuite/25_algorithms/equal/1.cc: New.
3060169691Skan
3061169691Skan2005-05-24  Benjamin Kosnik  <bkoz@redhat.com>
3062169691Skan
3063169691Skan	* include/bits/allocator.h: Change ___glibcxx_base_allocator to
3064169691Skan	__glibcxx_base_allocator.
3065169691Skan	* config/allocator/bitmap_allocator_base.h: Same.
3066169691Skan	* config/allocator/malloc_allocator_base.h: Same.
3067169691Skan	* config/allocator/mt_allocator_base.h: Same.
3068169691Skan	* config/allocator/new_allocator_base.h: Same.
3069169691Skan	* config/allocator/pool_allocator_base.h: Same.
3070169691Skan
3071169691Skan2005-05-24  Jonathan Wakely  <redi@gcc.gnu.org>
3072169691Skan
3073169691Skan	* include/debug/string (class basic_string): Add missing
3074169691Skan	default template arguments; provide typedefs for char
3075169691Skan	and wchar_t.
3076169691Skan	(operator[]): Allow s[s.size()] in debug mode, but not
3077169691Skan	pedantic mode.
3078169691Skan
3079169691Skan2005-05-24  Paolo Carlini  <pcarlini@suse.de>
3080169691Skan
3081169691Skan	Port from libstdcxx_so_7-branch:
3082169691Skan	2005-04-25  Christopher Jefferson  <chris@bubblescope.net>
3083169691Skan
3084169691Skan	* include/bits/stl_algo.h (count): Correct concept checks.
3085169691Skan	(search_n) : Likewise.
3086169691Skan	* testsuite/25_algorithms/search_n/check_type.cc: New.
3087169691Skan
3088169691Skan	* testsuite/testsuite_iterators.h
3089169691Skan	(random_access_iterator_wrapper::operator+): Move out of
3090169691Skan	class to external function, and add symmetric version.
3091169691Skan
3092169691Skan	2005-03-14  Christopher Jefferson  <chris@bubblescope.net>
3093169691Skan
3094169691Skan	* testsuite/testsuite_iterators.h (WritableObject::WritableObject):
3095169691Skan	Add const.
3096169691Skan	
3097169691Skan	2005-02-01  Christopher Jefferson  <chris@bubblescope.net>
3098169691Skan
3099169691Skan	* testsuite/testsuite_iterators.h (random_access_iterator_wrapper::
3100169691Skan	operator--): Fix typo.
3101169691Skan	(OutputContainer::OutputContainer): Correct zeroing array.
3102169691Skan	(WritableObject::operator==): Fix typo.
3103169691Skan        (WritableObject::operator=): make operator= templated 
3104169691Skan	to allow differing types to be assigned.
3105169691Skan	(WritableObject::operator++): Fix checking if iterator is
3106169691Skan	written to multiple times.
3107169691Skan	(random_access_iterator_wrapper::operator+): Add const.
3108169691Skan	(random_access_iterator_wrapper::operator-): Likewise.
3109169691Skan	(random_access_iterator_wrapper::operator[]): Add dereference.
3110169691Skan
3111169691Skan2005-05-23  Jonathan Wakely  <redi@gcc.gnu.org>
3112169691Skan
3113169691Skan	* docs/html/debug.html: Explain that _GLIBXX_DEBUG_PEDANTIC
3114169691Skan	had to be defined for pedantic mode in 3.4 and 4.0.0.
3115169691Skan
3116169691Skan2005-05-20  Jan Beulich  <jbeulich@novell.com>
3117169691Skan
3118169691Skan	* libmath/stubs.c: Also implement fabsf/fabsl if not present in the
3119169691Skan	system libraries.
3120169691Skan
3121169691Skan2005-05-20  Paolo Carlini  <pcarlini@suse.de>
3122169691Skan
3123169691Skan	* include/bits/stl_algo.h (__rotate<_RandomAccessIterator>):
3124169691Skan	Don't qualify __tmp as const, _ValueType is not necessarily
3125169691Skan	Assignable.
3126169691Skan	* include/bits/stl_algobase.h (swap, __iter_swap<false>):
3127169691Skan	Likewise, as an harmless extension.
3128169691Skan
3129169691Skan2005-05-19  Richard Henderson  <rth@redhat.com>
3130169691Skan
3131169691Skan	* libsupc++/unwind-cxx.h: Revert gcc_unreachable change.
3132169691Skan
3133169691Skan2005-05-19  Jonathan Wakely  <redi@gcc.gnu.org>
3134169691Skan
3135169691Skan	* include/bits/basic_string.h (operator[]): Allow s[s.size()] in
3136169691Skan	debug mode, but not pedantic mode.
3137169691Skan
3138169691Skan2005-05-19  Jan Beulich  <jbeulich@novell.com>
3139169691Skan
3140169691Skan	* libsupc++/unwind-cxx.h: Include cstdlib.
3141169691Skan	(gcc_unreachable): #define.
3142169691Skan	* libsupc++/eh_personality.cc (gcc_unreachable): Remove #define.
3143169691Skan
3144169691Skan2005-05-18  Paolo Carlini  <pcarlini@suse.de>
3145169691Skan	    Nathan Myers  <ncm@cantrip.org>
3146169691Skan
3147169691Skan	PR libstdc++/19495
3148169691Skan	* include/bits/basic_string.h (_Raw_bytes_alloc): Rebind to
3149169691Skan	size_type instead of char and rename to _Raw_alloc.
3150169691Skan	* include/bits/basic_string.tcc (_Rep::_M_destroy, _Rep::_S_create):
3151169691Skan	Use the above.
3152169691Skan	* src/bitmap_allocator.cc: Add instantiation for size_type.
3153169691Skan	* src/mt_allocator.cc: Likewise.
3154169691Skan	* src/pool_allocator.cc: Likewise.
3155169691Skan	* include/ext/array_allocator.h: Tweak slightly, avoid assuming
3156169691Skan	the existence of an _Array::begin() and size() members.
3157169691Skan	* testsuite/ext/array_allocator/2.cc: Tweak to use an allocator
3158169691Skan	of size_type, instead of char, thus avoiding problems with
3159169691Skan	rebinds, not treated correctly by array_allocator.
3160169691Skan
3161169691Skan2005-05-18  Paolo Carlini  <pcarlini@suse.de>
3162169691Skan
3163169691Skan	* testsuite/22_locale/ctype/is/char/2.cc: Adjust dg-require-namedlocale.
3164169691Skan	* testsuite/22_locale/ctype/is/wchar_t/2.cc: Likewise.
3165169691Skan	* testsuite/22_locale/time_get/get_year/char/wrapped_env.cc: Add
3166169691Skan	missing dg-require-namedlocale.
3167169691Skan	* testsuite/22_locale/time_get/get_year/char/wrapped_locale.cc:
3168169691Skan	Likewise.
3169169691Skan	* testsuite/22_locale/time_get/get_year/wchar_t/wrapped_env.cc:
3170169691Skan	Likewise.
3171169691Skan	* testsuite/22_locale/time_get/get_year/wchar_t/wrapped_locale.cc:
3172169691Skan	Likewise.
3173169691Skan
3174169691Skan2005-05-18  Paolo Carlini  <pcarlini@suse.de>
3175169691Skan
3176169691Skan	* testsuite/testsuite_hooks.cc: Remove try_named_locale.
3177169691Skan	* testsuite/testsuite_hooks.h: Remove try_named_locale.
3178169691Skan	* testsuite/lib/libstdc++.exp (check_v3_target_namedlocale): New.
3179169691Skan	* testsuite/lib/dg-options.exp (dg-require-namedlocale): New, uses
3180169691Skan	the above.
3181169691Skan	* testsuite/22_locale/codecvt/always_noconv/char/wrapped_env.cc: Use
3182169691Skan	dg-require-namedlocale.
3183169691Skan	* testsuite/22_locale/codecvt/always_noconv/char/wrapped_locale.cc:
3184169691Skan	Likewise.
3185169691Skan	* testsuite/22_locale/codecvt/always_noconv/wchar_t/2.cc: Likewise.
3186169691Skan	* testsuite/22_locale/codecvt/always_noconv/wchar_t/3.cc: Likewise.
3187169691Skan	* testsuite/22_locale/codecvt/always_noconv/wchar_t/4.cc: Likewise.
3188169691Skan	* testsuite/22_locale/codecvt/always_noconv/wchar_t/wrapped_env.cc: 
3189169691Skan	Likewise.
3190169691Skan	* testsuite/22_locale/codecvt/always_noconv/wchar_t/wrapped_locale.cc:
3191169691Skan	Likewise.
3192169691Skan	* testsuite/22_locale/codecvt/encoding/char/wrapped_env.cc: Likewise.
3193169691Skan	* testsuite/22_locale/codecvt/encoding/char/wrapped_locale.cc: Likewise.
3194169691Skan	* testsuite/22_locale/codecvt/encoding/wchar_t/2.cc: Likewise.
3195169691Skan	* testsuite/22_locale/codecvt/encoding/wchar_t/3.cc: Likewise.
3196169691Skan	* testsuite/22_locale/codecvt/encoding/wchar_t/4.cc: Likewise.
3197169691Skan	* testsuite/22_locale/codecvt/encoding/wchar_t/wrapped_env.cc: Likewise.
3198169691Skan	* testsuite/22_locale/codecvt/encoding/wchar_t/wrapped_locale.cc:
3199169691Skan	Likewise.
3200169691Skan	* testsuite/22_locale/codecvt/in/char/wrapped_env.cc: Likewise.
3201169691Skan	* testsuite/22_locale/codecvt/in/char/wrapped_locale.cc: Likewise.
3202169691Skan	* testsuite/22_locale/codecvt/in/wchar_t/2.cc: Likewise.
3203169691Skan	* testsuite/22_locale/codecvt/in/wchar_t/3.cc: Likewise.
3204169691Skan	* testsuite/22_locale/codecvt/in/wchar_t/4.cc: Likewise.
3205169691Skan	* testsuite/22_locale/codecvt/in/wchar_t/7.cc: Likewise. 
3206169691Skan	* testsuite/22_locale/codecvt/in/wchar_t/8.cc: Likewise.
3207169691Skan	* testsuite/22_locale/codecvt/in/wchar_t/9.cc: Likewise.
3208169691Skan	* testsuite/22_locale/codecvt/in/wchar_t/wrapped_env.cc: Likewise. 
3209169691Skan	* testsuite/22_locale/codecvt/in/wchar_t/wrapped_locale.cc: Likewise.    
3210169691Skan	* testsuite/22_locale/codecvt/length/char/wrapped_env.cc: Likewise. 
3211169691Skan	* testsuite/22_locale/codecvt/length/char/wrapped_locale.cc: Likewise.    
3212169691Skan	* testsuite/22_locale/codecvt/length/wchar_t/2.cc: Likewise.   
3213169691Skan	* testsuite/22_locale/codecvt/length/wchar_t/3.cc: Likewise.   
3214169691Skan	* testsuite/22_locale/codecvt/length/wchar_t/4.cc: Likewise.   
3215169691Skan	* testsuite/22_locale/codecvt/length/wchar_t/7.cc: Likewise.   
3216169691Skan	* testsuite/22_locale/codecvt/length/wchar_t/wrapped_env.cc: Likewise.      
3217169691Skan	* testsuite/22_locale/codecvt/length/wchar_t/wrapped_locale.cc:
3218169691Skan	Likewise.
3219169691Skan	* testsuite/22_locale/codecvt/max_length/char/wrapped_env.cc: Likewise.
3220169691Skan	* testsuite/22_locale/codecvt/max_length/char/wrapped_locale.cc:
3221169691Skan	Likewise.  
3222169691Skan	* testsuite/22_locale/codecvt/max_length/wchar_t/2.cc: Likewise.    
3223169691Skan	* testsuite/22_locale/codecvt/max_length/wchar_t/3.cc: Likewise.    
3224169691Skan	* testsuite/22_locale/codecvt/max_length/wchar_t/4.cc: Likewise.    
3225169691Skan	* testsuite/22_locale/codecvt/max_length/wchar_t/wrapped_env.cc:
3226169691Skan	Likewise.  
3227169691Skan	* testsuite/22_locale/codecvt/max_length/wchar_t/wrapped_locale.cc:
3228169691Skan	Likewise.
3229169691Skan	* testsuite/22_locale/codecvt/out/char/wrapped_env.cc: Likewise.    
3230169691Skan	* testsuite/22_locale/codecvt/out/char/wrapped_locale.cc: Likewise. 
3231169691Skan	* testsuite/22_locale/codecvt/out/wchar_t/2.cc: Likewise.  
3232169691Skan	* testsuite/22_locale/codecvt/out/wchar_t/3.cc: Likewise.  
3233169691Skan	* testsuite/22_locale/codecvt/out/wchar_t/4.cc: Likewise.  
3234169691Skan	* testsuite/22_locale/codecvt/out/wchar_t/7.cc: Likewise.  
3235169691Skan	* testsuite/22_locale/codecvt/out/wchar_t/wrapped_env.cc: Likewise. 
3236169691Skan	* testsuite/22_locale/codecvt/out/wchar_t/wrapped_locale.cc: Likewise. 
3237169691Skan	* testsuite/22_locale/codecvt/unshift/char/wrapped_env.cc: Likewise.   
3238169691Skan	* testsuite/22_locale/codecvt/unshift/char/wrapped_locale.cc: Likewise.
3239169691Skan	* testsuite/22_locale/codecvt/unshift/wchar_t/2.cc: Likewise.    
3240169691Skan	* testsuite/22_locale/codecvt/unshift/wchar_t/3.cc: Likewise.    
3241169691Skan	* testsuite/22_locale/codecvt/unshift/wchar_t/4.cc: Likewise.    
3242169691Skan	* testsuite/22_locale/codecvt/unshift/wchar_t/wrapped_env.cc: Likewise.
3243169691Skan	* testsuite/22_locale/codecvt/unshift/wchar_t/wrapped_locale.cc:
3244169691Skan	Likewise.
3245169691Skan	* testsuite/22_locale/collate/compare/char/1.cc: Likewise.  
3246169691Skan	* testsuite/22_locale/collate/compare/char/2.cc: Likewise.  
3247169691Skan	* testsuite/22_locale/collate/compare/char/3.cc: Likewise.  
3248169691Skan	* testsuite/22_locale/collate/compare/char/wrapped_env.cc: Likewise.        
3249169691Skan	* testsuite/22_locale/collate/compare/char/wrapped_locale.cc: Likewise.     
3250169691Skan	* testsuite/22_locale/collate/compare/wchar_t/1.cc: Likewise.     
3251169691Skan	* testsuite/22_locale/collate/compare/wchar_t/2.cc: Likewise.     
3252169691Skan	* testsuite/22_locale/collate/compare/wchar_t/3.cc: Likewise.     
3253169691Skan	* testsuite/22_locale/collate/compare/wchar_t/wrapped_env.cc: Likewise.
3254169691Skan	* testsuite/22_locale/collate/compare/wchar_t/wrapped_locale.cc:
3255169691Skan	Likewise.  
3256169691Skan	* testsuite/22_locale/collate/hash/char/2.cc: Likewise.     
3257169691Skan	* testsuite/22_locale/collate/hash/char/wrapped_env.cc: Likewise.   
3258169691Skan	* testsuite/22_locale/collate/hash/char/wrapped_locale.cc: Likewise.        
3259169691Skan	* testsuite/22_locale/collate/hash/wchar_t/2.cc: Likewise.  
3260169691Skan	* testsuite/22_locale/collate/hash/wchar_t/wrapped_env.cc: Likewise.
3261169691Skan	* testsuite/22_locale/collate/hash/wchar_t/wrapped_locale.cc: Likewise.     
3262169691Skan	* testsuite/22_locale/collate/transform/char/2.cc: Likewise.     
3263169691Skan	* testsuite/22_locale/collate/transform/char/3.cc: Likewise.     
3264169691Skan	* testsuite/22_locale/collate/transform/char/wrapped_env.cc: Likewise.      
3265169691Skan	* testsuite/22_locale/collate/transform/char/wrapped_locale.cc:
3266169691Skan	Likewise.
3267169691Skan	* testsuite/22_locale/collate/transform/wchar_t/2.cc: Likewise. 
3268169691Skan	* testsuite/22_locale/collate/transform/wchar_t/3.cc: Likewise. 
3269169691Skan	* testsuite/22_locale/collate/transform/wchar_t/wrapped_env.cc:
3270169691Skan	Likewise.
3271169691Skan	* testsuite/22_locale/collate/transform/wchar_t/wrapped_locale.cc:
3272169691Skan	Likewise.
3273169691Skan	* testsuite/22_locale/collate_byname/named_equivalence.cc: Likewise.
3274169691Skan	* testsuite/22_locale/ctype/cons/char/wrapped_env.cc: Likewise.    
3275169691Skan	* testsuite/22_locale/ctype/cons/char/wrapped_locale.cc: Likewise. 
3276169691Skan	* testsuite/22_locale/ctype/is/char/2.cc: Likewise. 
3277169691Skan	* testsuite/22_locale/ctype/is/char/wrapped_env.cc: Likewise.      
3278169691Skan	* testsuite/22_locale/ctype/is/char/wrapped_locale.cc: Likewise.  
3279169691Skan	* testsuite/22_locale/ctype/is/wchar_t/2.cc: Likewise.   
3280169691Skan	* testsuite/22_locale/ctype/is/wchar_t/wrapped_env.cc: Likewise.  
3281169691Skan	* testsuite/22_locale/ctype/is/wchar_t/wrapped_locale.cc: Likewise.
3282169691Skan	* testsuite/22_locale/ctype/narrow/char/wrapped_env.cc: Likewise.
3283169691Skan	* testsuite/22_locale/ctype/narrow/char/wrapped_locale.cc: Likewise.        
3284169691Skan	* testsuite/22_locale/ctype/narrow/wchar_t/3.cc: Likewise. 
3285169691Skan	* testsuite/22_locale/ctype/narrow/wchar_t/wrapped_env.cc: Likewise.        
3286169691Skan	* testsuite/22_locale/ctype/narrow/wchar_t/wrapped_locale.cc: Likewise.
3287169691Skan	* testsuite/22_locale/ctype/scan/char/wrapped_env.cc: Likewise.   
3288169691Skan	* testsuite/22_locale/ctype/scan/char/wrapped_locale.cc: Likewise. 
3289169691Skan	* testsuite/22_locale/ctype/scan/wchar_t/wrapped_env.cc: Likewise. 
3290169691Skan	* testsuite/22_locale/ctype/scan/wchar_t/wrapped_locale.cc: Likewise.       
3291169691Skan	* testsuite/22_locale/ctype/to/char/wrapped_env.cc: Likewise.       
3292169691Skan	* testsuite/22_locale/ctype/to/char/wrapped_locale.cc: Likewise.    
3293169691Skan	* testsuite/22_locale/ctype/to/wchar_t/wrapped_env.cc: Likewise.    
3294169691Skan	* testsuite/22_locale/ctype/to/wchar_t/wrapped_locale.cc: Likewise. 
3295169691Skan	* testsuite/22_locale/ctype/widen/char/wrapped_env.cc: Likewise.    
3296169691Skan	* testsuite/22_locale/ctype/widen/char/wrapped_locale.cc: Likewise. 
3297169691Skan	* testsuite/22_locale/ctype/widen/wchar_t/2.cc: Likewise.   
3298169691Skan	* testsuite/22_locale/ctype/widen/wchar_t/3.cc: Likewise.   
3299169691Skan	* testsuite/22_locale/ctype/widen/wchar_t/wrapped_env.cc: Likewise.
3300169691Skan	* testsuite/22_locale/ctype/widen/wchar_t/wrapped_locale.cc: Likewise.
3301169691Skan	* testsuite/22_locale/facet/2.cc: Likewise.
3302169691Skan	* testsuite/22_locale/locale/cons/12352.cc: Likewise.
3303169691Skan	* testsuite/22_locale/locale/cons/12438.cc: Likewise.
3304169691Skan	* testsuite/22_locale/locale/cons/12658_thread-1.cc: Likewise. 
3305169691Skan	* testsuite/22_locale/locale/cons/12658_thread-2.cc: Likewise. 
3306169691Skan	* testsuite/22_locale/locale/cons/2.cc: Likewise.
3307169691Skan	* testsuite/22_locale/locale/cons/4.cc: Likewise.
3308169691Skan	* testsuite/22_locale/locale/cons/5.cc: Likewise.
3309169691Skan	* testsuite/22_locale/locale/cons/7.cc: Likewise.
3310169691Skan	* testsuite/22_locale/locale/cons/7222-env.cc: Likewise.  
3311169691Skan	* testsuite/22_locale/locale/global_locale_objects/14071.cc: Likewise.  
3312169691Skan	* testsuite/22_locale/locale/global_locale_objects/2.cc: Likewise.
3313169691Skan	* testsuite/22_locale/messages/members/char/1.cc: Likewise.
3314169691Skan	* testsuite/22_locale/messages/members/char/2.cc: Likewise.
3315169691Skan	* testsuite/22_locale/messages/members/char/3.cc: Likewise.
3316169691Skan	* testsuite/22_locale/messages/members/char/wrapped_env.cc: Likewise.   
3317169691Skan	* testsuite/22_locale/messages/members/char/wrapped_locale.cc: Likewise.
3318169691Skan	* testsuite/22_locale/messages_byname/named_equivalence.cc: Likewise.   
3319169691Skan	* testsuite/22_locale/money_get/get/char/1.cc: Likewise.    
3320169691Skan	* testsuite/22_locale/money_get/get/char/10.cc: Likewise.   
3321169691Skan	* testsuite/22_locale/money_get/get/char/11.cc: Likewise.   
3322169691Skan	* testsuite/22_locale/money_get/get/char/11528.cc: Likewise.
3323169691Skan	* testsuite/22_locale/money_get/get/char/12.cc: Likewise.   
3324169691Skan	* testsuite/22_locale/money_get/get/char/13.cc: Likewise.   
3325169691Skan	* testsuite/22_locale/money_get/get/char/15.cc: Likewise.   
3326169691Skan	* testsuite/22_locale/money_get/get/char/16.cc: Likewise.   
3327169691Skan	* testsuite/22_locale/money_get/get/char/17.cc: Likewise.   
3328169691Skan	* testsuite/22_locale/money_get/get/char/18.cc: Likewise.   
3329169691Skan	* testsuite/22_locale/money_get/get/char/2.cc: Likewise.    
3330169691Skan	* testsuite/22_locale/money_get/get/char/3.cc: Likewise.    
3331169691Skan	* testsuite/22_locale/money_get/get/char/4.cc: Likewise.    
3332169691Skan	* testsuite/22_locale/money_get/get/char/wrapped_env.cc: Likewise. 
3333169691Skan	* testsuite/22_locale/money_get/get/char/wrapped_locale.cc: Likewise.  
3334169691Skan	* testsuite/22_locale/money_get/get/wchar_t/1.cc: Likewise. 
3335169691Skan	* testsuite/22_locale/money_get/get/wchar_t/10.cc: Likewise.      
3336169691Skan	* testsuite/22_locale/money_get/get/wchar_t/11.cc: Likewise.      
3337169691Skan	* testsuite/22_locale/money_get/get/wchar_t/11528.cc: Likewise.
3338169691Skan	* testsuite/22_locale/money_get/get/wchar_t/12.cc: Likewise.      
3339169691Skan	* testsuite/22_locale/money_get/get/wchar_t/13.cc: Likewise.      
3340169691Skan	* testsuite/22_locale/money_get/get/wchar_t/15.cc: Likewise.      
3341169691Skan	* testsuite/22_locale/money_get/get/wchar_t/16.cc: Likewise.      
3342169691Skan	* testsuite/22_locale/money_get/get/wchar_t/17.cc: Likewise.      
3343169691Skan	* testsuite/22_locale/money_get/get/wchar_t/18.cc: Likewise.      
3344169691Skan	* testsuite/22_locale/money_get/get/wchar_t/2.cc: Likewise. 
3345169691Skan	* testsuite/22_locale/money_get/get/wchar_t/3.cc: Likewise. 
3346169691Skan	* testsuite/22_locale/money_get/get/wchar_t/4.cc: Likewise. 
3347169691Skan	* testsuite/22_locale/money_get/get/wchar_t/wrapped_env.cc: Likewise.      
3348169691Skan	* testsuite/22_locale/money_get/get/wchar_t/wrapped_locale.cc: Likewise.
3349169691Skan	* testsuite/22_locale/money_put/put/char/1.cc: Likewise.  
3350169691Skan	* testsuite/22_locale/money_put/put/char/2.cc: Likewise.  
3351169691Skan	* testsuite/22_locale/money_put/put/char/3.cc: Likewise.  
3352169691Skan	* testsuite/22_locale/money_put/put/char/9780-3.cc: Likewise.      
3353169691Skan	* testsuite/22_locale/money_put/put/char/wrapped_env.cc: Likewise. 
3354169691Skan	* testsuite/22_locale/money_put/put/char/wrapped_locale.cc: Likewise.  
3355169691Skan	* testsuite/22_locale/money_put/put/wchar_t/1.cc: Likewise. 
3356169691Skan	* testsuite/22_locale/money_put/put/wchar_t/2.cc: Likewise. 
3357169691Skan	* testsuite/22_locale/money_put/put/wchar_t/3.cc: Likewise. 
3358169691Skan	* testsuite/22_locale/money_put/put/wchar_t/wrapped_env.cc: Likewise.     
3359169691Skan	* testsuite/22_locale/money_put/put/wchar_t/wrapped_locale.cc: Likewise.
3360169691Skan	* testsuite/22_locale/moneypunct/members/char/2.cc: Likewise.
3361169691Skan	* testsuite/22_locale/moneypunct/members/char/wrapped_env.cc: Likewise.    
3362169691Skan	* testsuite/22_locale/moneypunct/members/char/wrapped_locale.cc:
3363169691Skan	Likewise. 
3364169691Skan	* testsuite/22_locale/moneypunct/members/wchar_t/2.cc: Likewise.   
3365169691Skan	* testsuite/22_locale/moneypunct/members/wchar_t/wrapped_env.cc:
3366169691Skan	Likewise.
3367169691Skan	* testsuite/22_locale/moneypunct/members/wchar_t/wrapped_locale.cc:
3368169691Skan	Likewise.
3369169691Skan	* testsuite/22_locale/moneypunct_byname/named_equivalence.cc: Likewise.
3370169691Skan	* testsuite/22_locale/num_get/get/char/1.cc: Likewise.   
3371169691Skan	* testsuite/22_locale/num_get/get/char/3.cc: Likewise.   
3372169691Skan	* testsuite/22_locale/num_get/get/char/5.cc: Likewise.   
3373169691Skan	* testsuite/22_locale/num_get/get/char/6.cc: Likewise.   
3374169691Skan	* testsuite/22_locale/num_get/get/char/9.cc: Likewise.   
3375169691Skan	* testsuite/22_locale/num_get/get/char/wrapped_env.cc: Likewise.
3376169691Skan	* testsuite/22_locale/num_get/get/char/wrapped_locale.cc: Likewise. 
3377169691Skan	* testsuite/22_locale/num_get/get/wchar_t/1.cc: Likewise.  
3378169691Skan	* testsuite/22_locale/num_get/get/wchar_t/3.cc: Likewise.  
3379169691Skan	* testsuite/22_locale/num_get/get/wchar_t/5.cc: Likewise.  
3380169691Skan	* testsuite/22_locale/num_get/get/wchar_t/6.cc: Likewise.  
3381169691Skan	* testsuite/22_locale/num_get/get/wchar_t/9.cc: Likewise.  
3382169691Skan	* testsuite/22_locale/num_get/get/wchar_t/wrapped_env.cc: Likewise. 
3383169691Skan	* testsuite/22_locale/num_get/get/wchar_t/wrapped_locale.cc: Likewise. 
3384169691Skan	* testsuite/22_locale/num_put/put/char/1.cc: Likewise.      
3385169691Skan	* testsuite/22_locale/num_put/put/char/20909.cc: Likewise.  
3386169691Skan	* testsuite/22_locale/num_put/put/char/20914.cc: Likewise.  
3387169691Skan	* testsuite/22_locale/num_put/put/char/3.cc: Likewise.      
3388169691Skan	* testsuite/22_locale/num_put/put/char/5.cc: Likewise.      
3389169691Skan	* testsuite/22_locale/num_put/put/char/9780-2.cc: Likewise. 
3390169691Skan	* testsuite/22_locale/num_put/put/char/wrapped_env.cc: Likewise.    
3391169691Skan	* testsuite/22_locale/num_put/put/char/wrapped_locale.cc: Likewise. 
3392169691Skan	* testsuite/22_locale/num_put/put/wchar_t/1.cc: Likewise. 
3393169691Skan	* testsuite/22_locale/num_put/put/wchar_t/20909.cc: Likewise.   
3394169691Skan	* testsuite/22_locale/num_put/put/wchar_t/20914.cc: Likewise.   
3395169691Skan	* testsuite/22_locale/num_put/put/wchar_t/3.cc: Likewise. 
3396169691Skan	* testsuite/22_locale/num_put/put/wchar_t/5.cc: Likewise.
3397169691Skan	* testsuite/22_locale/num_put/put/wchar_t/wrapped_env.cc: Likewise.
3398169691Skan	* testsuite/22_locale/num_put/put/wchar_t/wrapped_locale.cc: Likewise. 
3399169691Skan	* testsuite/22_locale/numpunct/members/char/2.cc: Likewise.
3400169691Skan	* testsuite/22_locale/numpunct/members/char/3.cc: Likewise.
3401169691Skan	* testsuite/22_locale/numpunct/members/char/wrapped_env.cc: Likewise.    
3402169691Skan	* testsuite/22_locale/numpunct/members/char/wrapped_locale.cc: Likewise.
3403169691Skan	* testsuite/22_locale/numpunct/members/wchar_t/2.cc: Likewise.    
3404169691Skan	* testsuite/22_locale/numpunct/members/wchar_t/wrapped_env.cc: Likewise.
3405169691Skan	* testsuite/22_locale/numpunct/members/wchar_t/wrapped_locale.cc:
3406169691Skan	Likewise. 
3407169691Skan	* testsuite/22_locale/numpunct_byname/named_equivalence.cc: Likewise.       
3408169691Skan	* testsuite/22_locale/time_get/date_order/char/wrapped_env.cc: Likewise.    
3409169691Skan	* testsuite/22_locale/time_get/date_order/char/wrapped_locale.cc:
3410169691Skan	Likewise. 
3411169691Skan	* testsuite/22_locale/time_get/date_order/wchar_t/wrapped_env.cc:
3412169691Skan	Likewise. 
3413169691Skan	* testsuite/22_locale/time_get/date_order/wchar_t/wrapped_locale.cc:
3414169691Skan	Likewise.
3415169691Skan	* testsuite/22_locale/time_get/get_date/char/12750.cc: Likewise.
3416169691Skan	* testsuite/22_locale/time_get/get_date/char/2.cc: Likewise.   
3417169691Skan	* testsuite/22_locale/time_get/get_date/char/wrapped_env.cc: Likewise.      
3418169691Skan	* testsuite/22_locale/time_get/get_date/char/wrapped_locale.cc:
3419169691Skan	Likewise.
3420169691Skan	* testsuite/22_locale/time_get/get_date/wchar_t/12750.cc: Likewise. 
3421169691Skan	* testsuite/22_locale/time_get/get_date/wchar_t/2.cc: Likewise.     
3422169691Skan	* testsuite/22_locale/time_get/get_date/wchar_t/4.cc: Likewise.     
3423169691Skan	* testsuite/22_locale/time_get/get_date/wchar_t/wrapped_env.cc:
3424169691Skan	Likewise.  
3425169691Skan	* testsuite/22_locale/time_get/get_date/wchar_t/wrapped_locale.cc:
3426169691Skan	Likewise.
3427169691Skan	* testsuite/22_locale/time_get/get_monthname/char/2.cc: Likewise.  
3428169691Skan	* testsuite/22_locale/time_get/get_monthname/char/wrapped_env.cc:
3429169691Skan	Likewise.
3430169691Skan	* testsuite/22_locale/time_get/get_monthname/char/wrapped_locale.cc:
3431169691Skan	Likewise.
3432169691Skan	* testsuite/22_locale/time_get/get_monthname/wchar_t/2.cc: Likewise.
3433169691Skan	* testsuite/22_locale/time_get/get_monthname/wchar_t/wrapped_env.cc:
3434169691Skan	Likewise.
3435169691Skan	* testsuite/22_locale/time_get/get_monthname/wchar_t/wrapped_locale.cc:
3436169691Skan	Likewise.
3437169691Skan	* testsuite/22_locale/time_get/get_time/char/1.cc: Likewise.
3438169691Skan	* testsuite/22_locale/time_get/get_time/char/2.cc: Likewise.
3439169691Skan	* testsuite/22_locale/time_get/get_time/char/wrapped_env.cc: Likewise.
3440169691Skan	* testsuite/22_locale/time_get/get_time/char/wrapped_locale.cc:
3441169691Skan	Likewise.
3442169691Skan	* testsuite/22_locale/time_get/get_time/wchar_t/1.cc: Likewise.
3443169691Skan	* testsuite/22_locale/time_get/get_time/wchar_t/2.cc: Likewise.
3444169691Skan	* testsuite/22_locale/time_get/get_time/wchar_t/wrapped_env.cc:
3445169691Skan	Likewise. 
3446169691Skan	* testsuite/22_locale/time_get/get_time/wchar_t/wrapped_locale.cc:
3447169691Skan	Likewise.
3448169691Skan	* testsuite/22_locale/time_get/get_weekday/char/2.cc: Likewise.
3449169691Skan	* testsuite/22_locale/time_get/get_weekday/char/wrapped_env.cc:
3450169691Skan	Likewise.
3451169691Skan	* testsuite/22_locale/time_get/get_weekday/char/wrapped_locale.cc:
3452169691Skan	Likewise. 
3453169691Skan	* testsuite/22_locale/time_get/get_weekday/wchar_t/2.cc: Likewise.
3454169691Skan	* testsuite/22_locale/time_get/get_weekday/wchar_t/wrapped_env.cc:
3455169691Skan	Likewise.    
3456169691Skan	* testsuite/22_locale/time_get/get_weekday/wchar_t/wrapped_locale.cc:
3457169691Skan	Likewise. 
3458169691Skan	* testsuite/22_locale/time_put/put/char/17038.cc: Likewise. 
3459169691Skan	* testsuite/22_locale/time_put/put/char/2.cc: Likewise.     
3460169691Skan	* testsuite/22_locale/time_put/put/char/3.cc: Likewise.     
3461169691Skan	* testsuite/22_locale/time_put/put/char/4.cc: Likewise.     
3462169691Skan	* testsuite/22_locale/time_put/put/char/6.cc: Likewise.     
3463169691Skan	* testsuite/22_locale/time_put/put/char/7.cc: Likewise.     
3464169691Skan	* testsuite/22_locale/time_put/put/char/8.cc: Likewise.     
3465169691Skan	* testsuite/22_locale/time_put/put/char/9780-1.cc: Likewise.       
3466169691Skan	* testsuite/22_locale/time_put/put/char/wrapped_env.cc: Likewise.
3467169691Skan	* testsuite/22_locale/time_put/put/char/wrapped_locale.cc: Likewise.  
3468169691Skan	* testsuite/22_locale/time_put/put/wchar_t/17038.cc: Likewise.   
3469169691Skan	* testsuite/22_locale/time_put/put/wchar_t/2.cc: Likewise.
3470169691Skan	* testsuite/22_locale/time_put/put/wchar_t/3.cc: Likewise.
3471169691Skan	* testsuite/22_locale/time_put/put/wchar_t/4.cc: Likewise.
3472169691Skan	* testsuite/22_locale/time_put/put/wchar_t/6.cc: Likewise.
3473169691Skan	* testsuite/22_locale/time_put/put/wchar_t/7.cc: Likewise.
3474169691Skan	* testsuite/22_locale/time_put/put/wchar_t/8.cc: Likewise.
3475169691Skan	* testsuite/22_locale/time_put/put/wchar_t/wrapped_env.cc: Likewise.     
3476169691Skan	* testsuite/22_locale/time_put/put/wchar_t/wrapped_locale.cc: Likewise.
3477169691Skan	* testsuite/27_io/basic_filebuf/imbue/char/13007.cc: Likewise.  
3478169691Skan	* testsuite/27_io/basic_filebuf/imbue/char/13171-1.cc: Likewise.
3479169691Skan	* testsuite/27_io/basic_filebuf/imbue/char/13171-2.cc: Likewise.
3480169691Skan	* testsuite/27_io/basic_filebuf/imbue/char/13171-4.cc: Likewise.
3481169691Skan	* testsuite/27_io/basic_filebuf/imbue/char/13582-2.cc: Likewise.
3482169691Skan	* testsuite/27_io/basic_filebuf/imbue/char/14975-1.cc: Likewise.
3483169691Skan	* testsuite/27_io/basic_filebuf/imbue/char/2.cc: Likewise. 
3484169691Skan	* testsuite/27_io/basic_filebuf/imbue/char/9322.cc: Likewise.       
3485169691Skan	* testsuite/27_io/basic_filebuf/imbue/wchar_t/12868.cc: Likewise.
3486169691Skan	* testsuite/27_io/basic_filebuf/imbue/wchar_t/13007.cc: Likewise.   
3487169691Skan	* testsuite/27_io/basic_filebuf/imbue/wchar_t/13171-3.cc: Likewise. 
3488169691Skan	* testsuite/27_io/basic_filebuf/imbue/wchar_t/13582-2.cc: Likewise. 
3489169691Skan	* testsuite/27_io/basic_filebuf/imbue/wchar_t/13582-3.cc: Likewise. 
3490169691Skan	* testsuite/27_io/basic_filebuf/imbue/wchar_t/14975-2.cc: Likewise. 
3491169691Skan	* testsuite/27_io/basic_filebuf/imbue/wchar_t/2.cc: Likewise.       
3492169691Skan	* testsuite/27_io/basic_filebuf/imbue/wchar_t/9322.cc: Likewise.    
3493169691Skan	* testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-1.cc: Likewise.  
3494169691Skan	* testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-2.cc: Likewise.  
3495169691Skan	* testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-3.cc: Likewise.  
3496169691Skan	* testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-4.cc: Likewise.  
3497169691Skan	* testsuite/27_io/basic_filebuf/seekoff/wchar_t/1.cc: Likewise.    
3498169691Skan	* testsuite/27_io/basic_filebuf/seekoff/wchar_t/2.cc: Likewise.    
3499169691Skan	* testsuite/27_io/basic_filebuf/seekpos/wchar_t/9874.cc: Likewise. 
3500169691Skan	* testsuite/27_io/basic_filebuf/underflow/wchar_t/1.cc: Likewise.  
3501169691Skan	* testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-1.cc: Likewise.  
3502169691Skan	* testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-2.cc: Likewise.  
3503169691Skan	* testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-3.cc: Likewise.  
3504169691Skan	* testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-4.cc: Likewise.  
3505169691Skan	* testsuite/27_io/basic_filebuf/underflow/wchar_t/2.cc: Likewise.
3506169691Skan	* testsuite/27_io/basic_filebuf/underflow/wchar_t/3.cc: Likewise.
3507169691Skan	* testsuite/27_io/basic_filebuf/underflow/wchar_t/4.cc: Likewise.
3508169691Skan	* testsuite/27_io/basic_filebuf/underflow/wchar_t/5.cc: Likewise.
3509169691Skan	* testsuite/27_io/basic_filebuf/underflow/wchar_t/9520.cc: Likewise.        
3510169691Skan	* testsuite/27_io/basic_ios/copyfmt/char/2.cc: Likewise.   
3511169691Skan	* testsuite/27_io/basic_ostream/inserters_arithmetic/char/2.cc:
3512169691Skan	Likewise.   
3513169691Skan	* testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/2.cc:
3514169691Skan	Likewise.
3515169691Skan	* testsuite/27_io/basic_streambuf/imbue/char/13007-1.cc: Likewise.
3516169691Skan	* testsuite/27_io/basic_streambuf/imbue/char/13007-2.cc: Likewise.
3517169691Skan	* testsuite/27_io/basic_streambuf/imbue/char/9322.cc: Likewise.  
3518169691Skan	* testsuite/27_io/basic_streambuf/imbue/wchar_t/13007-1.cc: Likewise.    
3519169691Skan	* testsuite/27_io/basic_streambuf/imbue/wchar_t/13007-2.cc: Likewise.    
3520169691Skan	* testsuite/27_io/basic_streambuf/imbue/wchar_t/9322.cc: Likewise. 
3521169691Skan	* testsuite/27_io/basic_stringbuf/imbue/char/9322.cc: Likewise.    
3522169691Skan	* testsuite/27_io/basic_stringbuf/imbue/wchar_t/9322.cc: Likewise.
3523169691Skan	* testsuite/27_io/objects/wchar_t/10.cc: Likewise. 
3524169691Skan	* testsuite/27_io/objects/wchar_t/11.cc: Likewise. 
3525169691Skan	* testsuite/27_io/objects/wchar_t/12.cc: Likewise. 
3526169691Skan	* testsuite/27_io/objects/wchar_t/13.cc: Likewise. 
3527169691Skan	* testsuite/27_io/objects/wchar_t/9520.cc: Likewise.
3528169691Skan	* testsuite/ext/stdio_sync_filebuf/wchar_t/12077.cc: Likewise.
3529169691Skan
3530169691Skan2005-05-17  Nathan Sidwell  <nathan@codesourcery.com>
3531169691Skan
3532169691Skan	* libsupc++/eh_personality.cc (gcc_unreachable): Define.
3533169691Skan
3534169691Skan2005-05-16  Paolo Carlini  <pcarlini@suse.de>
3535169691Skan
3536169691Skan	* docs/html/install.html: Update list of required named
3537169691Skan	locales, add "es_ES".
3538169691Skan
3539169691Skan2005-05-13  Magnus Fromreide  <magfr@lysator.liu.se>
3540169691Skan
3541169691Skan	* testsuite/27_io/basic_streambuf/sgetn/char/1.cc: Use
3542169691Skan	initialization instead of copying as the string is used only once.
3543169691Skan	* testsuite/27_io/basic_streambuf/sgetn/wchar_t/1.cc: Likewise.
3544169691Skan	* testsuite/27_io/basic_streambuf/sputn/char/1.cc: Likewise.
3545169691Skan	* testsuite/27_io/basic_streambuf/sputn/wchar_t/1.cc: Likewise.
3546169691Skan
3547169691Skan2005-05-12  Benjamin Kosnik  <bkoz@redhat.com>
3548169691Skan
3549169691Skan	* scripts/create_testsuite_files: Fix.
3550169691Skan	
3551169691Skan2005-05-12  Kaz Kojima  <kkojima@gcc.gnu.org>
3552169691Skan
3553169691Skan	* testsuite/18_support/numeric_limits.cc (dg-options): Add
3554169691Skan	-mieee to options on sh*-*-*.
3555169691Skan
3556169691Skan2005-05-10  Jonathan Wakely  <redi@gcc.gnu.org>
3557169691Skan
3558169691Skan	* include/debug/debug.h: Fix typo in macro name.
3559169691Skan
3560169691Skan2005-05-09  Paolo Carlini  <pcarlini@suse.de>
3561169691Skan	    Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3562169691Skan	    
3563169691Skan	PR libstdc++/18604
3564169691Skan	* include/bits/deque.tcc: Fully qualify names from namespace std.
3565169691Skan	* include/bits/stl_bvector.h: Likewise.
3566169691Skan	* include/bits/stl_deque.h: Likewise.
3567169691Skan	* include/bits/stl_list.h: Likewise.
3568169691Skan	* include/bits/stl_map.h: Likewise.
3569169691Skan	* include/bits/stl_multimap.h: Likewise.
3570169691Skan	* include/bits/stl_multiset.h: Likewise.
3571169691Skan	* include/bits/stl_set.h: Likewise.
3572169691Skan	* include/bits/stl_vector.h: Likewise.
3573169691Skan	* include/bits/vector.tcc: Likewise.
3574169691Skan	* include/std/std_bitset.h: Likewise.
3575169691Skan	* testsuite/23_containers/bitset/18604.cc: New.
3576169691Skan	* testsuite/23_containers/deque/18604.cc: Likewise.
3577169691Skan	* testsuite/23_containers/list/18604.cc: Likewise.
3578169691Skan	* testsuite/23_containers/map/18604.cc: Likewise.
3579169691Skan	* testsuite/23_containers/set/18604.cc: Likewise.
3580169691Skan	* testsuite/23_containers/vector/18604.cc: Likewise.	
3581169691Skan
3582169691Skan2005-05-09  Mike Stump  <mrs@apple.com>
3583169691Skan
3584169691Skan	* configure: Regenerate.
3585169691Skan
3586169691Skan2005-05-09  Jonathan Wakely  <redi@gcc.gnu.org>
3587169691Skan
3588169691Skan	DR 434. bitset::to_string() hard to use [Ready]
3589169691Skan	* include/debug/bitset (to_string): Add three overloads, taking
3590169691Skan	fewer template arguments.
3591169691Skan
3592169691Skan2005-05-06  Mark Mitchell  <mark@codesourcery.com>
3593169691Skan
3594169691Skan	* testsuite/testsuite_hooks.cc (try_mkfifo): Remove.
3595169691Skan	* testsuite/testsuite_hooks.h (try_mkfifo): Likewise.
3596169691Skan	* testsuite/27_io/basic_filebuf/close/char/4879.cc: Use
3597169691Skan	dg-require-fork and dg-require-mkfifo.  Replace try_mkfifo with
3598169691Skan	mkfifo.
3599169691Skan	* testsuite/27_io/basic_filebuf/close/char/9964.cc: Likewise.
3600169691Skan	* testsuite/27_io/basic_filebuf/imbue/char/13171-2.cc: Likewise.
3601169691Skan	* testsuite/27_io/basic_filebuf/imbue/char/13582-2.cc: Likewise.
3602169691Skan	* testsuite/27_io/basic_filebuf/imbue/wchar_t/13582-2.cc:
3603169691Skan	Likewise.
3604169691Skan	* testsuite/27_io/basic_filebuf/imbue/wchar_t/14975-2.cc:
3605169691Skan	Likewise.
3606169691Skan	* testsuite/27_io/basic_filebuf/open/char/9507.cc: Likewise.
3607169691Skan	* testsuite/27_io/basic_filebuf/showmanyc/char/9533-1.cc:
3608169691Skan	Likewise.
3609169691Skan	* testsuite/27_io/basic_filebuf/underflow/char/10097.cc: Likewise.
3610169691Skan	* testsuite/27_io/objects/char/7.cc: Likewise.
3611169691Skan	* testsuite/27_io/objects/char/9661-1.cc: Likewise.
3612169691Skan	* testsuite/27_io/objects/wchar_t/7.cc: Likewise.
3613169691Skan	* testsuite/27_io/objects/wchar_t/9661-1.cc: Likewise.
3614169691Skan
3615169691Skan2005-05-04  Benjamin Kosnik  <bkoz@redhat.com>
3616169691Skan
3617169691Skan	* acinclude.m4: Remove testsuite_wchar_t and testsuite_thread.
3618169691Skan	* testsuite/Makefile.am: Same.
3619169691Skan	* scripts/create_testsuite_files: Same.	
3620169691Skan	* Makefile.in: Regenerate.
3621169691Skan	* configure: Same.
3622169691Skan	* include/Makefile.in: Same.
3623169691Skan	* libmath/Makefile.in: Same.
3624169691Skan	* libsupc++/Makefile.in: Same.
3625169691Skan	* po/Makefile.in: Same.
3626169691Skan	* src/Makefile.in: Same.
3627169691Skan
3628169691Skan2005-05-04  Mark Mitchell  <mark@codesourcery.com>
3629169691Skan
3630169691Skan	* testsuite/lib/libstdc++.exp (v3-build_support): Look for
3631169691Skan	__GTHREADS, rather than _GLIBCXX_HAVE_GTHR_DEFAULT, to determine
3632169691Skan	whether or not thread support is available.
3633169691Skan
3634169691Skan	* docs/html/test.html: Explain how to run the testsuite on an
3635169691Skan	installed directory. 
3636169691Skan
3637169691Skan2005-05-01  Paolo Carlini  <pcarlini@suse.de>
3638169691Skan
3639169691Skan	* config/os/aix/os_defines.h: Remove obsolete __off_t,
3640169691Skan	__off64_t, __ssize_t defines.
3641169691Skan	* config/os/djgpp/os_defines.h: Likewise.
3642169691Skan	* config/os/hpux/os_defines.h: Likewise.
3643169691Skan	* config/os/irix/irix5.2/os_defines.h: Likewise.
3644169691Skan	* config/os/irix/irix6.5/os_defines.h: Likewise.
3645169691Skan	* config/os/solaris/solaris2.5/os_defines.h: Likewise.
3646169691Skan	* config/os/solaris/solaris2.6/os_defines.h: Likewise.
3647169691Skan	* config/os/solaris/solaris2.7/os_defines.h: Likewise.
3648169691Skan	* docs/html/17_intro/porting.html: Don't discuss the defines.
3649169691Skan	* docs/html/17_intro/porting.texi: Likewise.
3650169691Skan
3651169691Skan2005-04-29  Paolo Carlini  <pcarlini@suse.de>
3652169691Skan	    Nathan Myers  <ncm@cantrip.org>
3653169691Skan
3654169691Skan	PR libstdc++/21286
3655169691Skan	* include/bits/fstream.tcc (basic_filebuf<>::xsgetn):
3656169691Skan	Loop on short reads; remove the work-around for
3657169691Skan	libstdc++/20806, not needed anymore.
3658169691Skan
3659169691Skan2005-04-29  Paolo Carlini  <pcarlini@suse.de>
3660169691Skan
3661169691Skan	PR libstdc++/21238
3662169691Skan	* include/bits/locale_facets.tcc (num_get::_M_extract_float,
3663169691Skan	num_get::_M_extract_int, num_get::do_get(bool&),
3664169691Skan	num_put::_M_insert_int, num_put::_M_insert_float,
3665169691Skan	num_put::do_put(bool), money_get::_M_extract,
3666169691Skan	money_put::_M_insert): Adjust the __cache_type typedef not to
3667169691Skan	forward to a numpunct/moneypunct typedef.
3668169691Skan	* testsuite/testsuite_character.h: Add pod_uint and its numpunct
3669169691Skan	and moneypunct specializations.
3670169691Skan	* testsuite/testsuite_character.cc: Add numpunct<pod_uint>::id
3671169691Skan	and moneypunct<pod_uint>::id.
3672169691Skan	* testsuite/22_locale/num_get/3.cc: New.
3673169691Skan	* testsuite/22_locale/num_put/3.cc: Likewise.
3674169691Skan	* testsuite/22_locale/money_get/3.cc: Likewise.
3675169691Skan	* testsuite/22_locale/money_put/3.cc: Likewise.
3676169691Skan
3677169691Skan	* include/bits/locale_facets.tcc (money_put::_M_insert,
3678169691Skan	time_get::_M_extract_name): Prefer operator== to operator!=
3679169691Skan	on char_types.
3680169691Skan
3681169691Skan2005-04-29  Paolo Carlini  <pcarlini@suse.de>
3682169691Skan
3683169691Skan	* include/tr1/type_traits (is_convertible): Adjust according
3684169691Skan	to the resolution of TR1 issue 3.20.
3685169691Skan	* testsuite/tr1/4_metaprogramming/relationships_between_types/
3686169691Skan	is_convertible/is_convertible.cc: Add tests.
3687169691Skan
3688169691Skan2005-04-28  Paolo Carlini  <pcarlini@suse.de>
3689169691Skan	    Gabriel Dos Reis  <gdr@integrable-solutions.net>
3690169691Skan
3691169691Skan	PR libstdc++/21244 (cont)
3692169691Skan	* include/bits/cpp_type_traits.h (struct __traitor): Convert
3693169691Skan	to bool the values.
3694169691Skan	* include/bits/stl_algo.h: Convert _S_threshold to int.
3695169691Skan	* include/bits/stl_bvector.h: Revert previous change, convert
3696169691Skan	_S_word_bit to int.
3697169691Skan	* include/debug/formatter.h: Convert __max_parameters to
3698169691Skan	size_t.
3699169691Skan	* include/ext/mt_allocator.h: Likewise for _S_chunk_size.
3700169691Skan	* include/ext/pool_allocator.h: Likewise for _S_max_bytes and
3701169691Skan	_S_align.
3702169691Skan	* include/ext/rope: Likewise for _S_alloc_granularity; convert
3703169691Skan	_S_max_rope_depth to int.
3704169691Skan	* include/ext/ropeimpl.h: Convert _S_path_cache_len to int;
3705169691Skan	_S_max_rope_depth to int; _S_copy_max to size_t.
3706169691Skan
3707169691Skan2005-04-27  Benjamin Kosnik  <bkoz@redhat.com>
3708169691Skan
3709169691Skan	* docs/doxygen/user.cfg.in: Update to doxygen-1.4.2.
3710169691Skan	* docs/doxygen/doxygroups.cc: Update namespace comments.
3711169691Skan
3712169691Skan2005-04-27  Dominik Strasser  <dominik.strasser@infineon.com>
3713169691Skan	    Paolo Carlini  <pcarlini@suse.de>
3714169691Skan
3715169691Skan	PR libstdc++/21244
3716169691Skan	* include/bits/stl_bvector.h: Change the anonymous enum
3717169691Skan	at namespace scope to _S_word_bit_enum.
3718169691Skan	* testsuite/23_containers/vector/bool/21244.cc: New.
3719169691Skan
3720169691Skan2005-04-27  Paolo Carlini  <pcarlini@suse.de>
3721169691Skan
3722169691Skan	* include/tr1/type_traits (has_trivial_copy, has_trivial_assign,
3723169691Skan	has_nothrow_copy, has_nothrow_assign): Adjust according to the
3724169691Skan	resolution of TR1 issue 3.21.
3725169691Skan	* testsuite/testsuite_tr1.h (test_copy_property,
3726169691Skan	test_assign_property): Remove.
3727169691Skan	* testsuite/tr1/4_metaprogramming/type_properties/
3728169691Skan	has_nothrow_assign/has_nothrow_assign.cc: Adjust.
3729169691Skan	* testsuite/tr1/4_metaprogramming/type_properties/
3730169691Skan	has_nothrow_copy/has_nothrow_copy.cc: Likewise.
3731169691Skan	* testsuite/tr1/4_metaprogramming/type_properties/
3732169691Skan	has_trivial_assign/has_trivial_assign.cc: Likewise.
3733169691Skan	* testsuite/tr1/4_metaprogramming/type_properties/
3734169691Skan	has_trivial_copy/has_trivial_copy.cc: Likewise.
3735169691Skan
3736169691Skan2005-04-26  Jones Desougi  <jones@ingate.com>
3737169691Skan
3738169691Skan	PR libstdc++/21131
3739169691Skan	* linkage.m4: Fix comments.
3740169691Skan
3741169691Skan2005-04-26  Paolo Carlini  <pcarlini@suse.de>
3742169691Skan
3743169691Skan	PR libstdc++/21209
3744169691Skan	* include/bits/locale_facets.tcc (_M_extract_int): Avoid signed
3745169691Skan	integer overflow, always use a suited unsigned type in the main
3746169691Skan	parsing loop.
3747169691Skan	(struct __to_unsigned_type): New.
3748169691Skan	* testsuite/22_locale/num_get/get/char/16.cc: New.
3749169691Skan	* testsuite/22_locale/num_get/get/wchar_t/16.cc: Likewise.
3750169691Skan
3751169691Skan2005-04-25  Paolo Carlini  <pcarlini@suse.de>
3752169691Skan
3753169691Skan	PR libstdc++/21035
3754169691Skan	* include/bits/basic_string.h (compare): Adjust the documentation
3755169691Skan	to match the implementation and the standard.
3756169691Skan
3757169691Skan2005-04-24  Paolo Carlini  <pcarlini@suse.de>
3758169691Skan
3759169691Skan	* docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 35.
3760169691Skan
3761169691Skan2005-04-20  Mark Mitchell  <mark@codesourcery.com>
3762169691Skan
3763169691Skan	* testsuite/ext/bitmap_allocator/check_allocate_max_size.cpp: Add
3764169691Skan	explicit instantiations for systems without weak symbols.
3765169691Skan	* testsuite/ext/bitmap_allocator/check_deallocate_null.cc:
3766169691Skan	Likewise. 
3767169691Skan
3768169691Skan2005-04-18  Jonathan Wakely  <redi@gcc.gnu.org>
3769169691Skan
3770169691Skan	* include/bits/stl_algo.h (rotate_copy): Add missing std qualification.
3771169691Skan
3772169691Skan2005-04-17  Paolo Carlini  <pcarlini@suse.de>
3773169691Skan
3774169691Skan	PR libstdc++/20914
3775169691Skan	* include/bits/locale_facets.tcc (__int_to_char(_CharT*, _ValueT,
3776169691Skan	const _CharT*, ios_base::fmtflags, bool)): Don't deal with numeric
3777169691Skan	base or sign here, instead...
3778169691Skan	(_M_insert_int(_OutIter, ios_base&, _CharT, _ValueT)): ... here,
3779169691Skan	after adding the grouping. This fixes the bug and also allows to
3780169691Skan	clean-up the code dealing with integer types.
3781169691Skan	(_M_group_int(const char*, size_t, _CharT, ios_base&, _CharT*,
3782169691Skan	_CharT*, int&)): Simplify, remove bits dealing with numeric base.
3783169691Skan	(__int_to_char(_CharT*, unsigned long, const _CharT*,
3784169691Skan	ios_base::fmtflags), __int_to_char(_CharT*, unsigned long long,
3785169691Skan	const _CharT*, ios_base::fmtflags)): Remove hackish fix for
3786169691Skan	libstdc++/15565.
3787169691Skan	(__int_to_char(_CharT*, long, const _CharT*, ios_base::fmtflags),
3788169691Skan	__int_to_char(_CharT*, long long, const _CharT*, ios_base::fmtflags)):
3789169691Skan	Simplify, don't pass the sign.
3790169691Skan	(_M_insert_float(_OutIter, ios_base&, _CharT, char, _ValueT)):
3791169691Skan	Deal with a sign at the beginning of __cs; robustify the grouping
3792169691Skan	check.
3793169691Skan	* testsuite/22_locale/num_put/put/char/20914.cc: New.
3794169691Skan	* testsuite/22_locale/num_put/put/wchar_t/20914.cc: Likewise.
3795169691Skan
3796169691Skan2005-04-14  Benjamin Kosnik  <bkoz@redhat.com>
3797169691Skan
3798169691Skan	* include/ext/bitmap_allocator.h
3799169691Skan	(__gnu_cxx::free_list::_M_get_mutex): New.
3800169691Skan	(__gnu_cxx::free_list::_M_get_free_list): New.
3801169691Skan	(__gnu_cxx::free_list::_S_bfl_mutex): Remove.
3802169691Skan	(__gnu_cxx::free_list::_S_free_list): Remove.
3803169691Skan	* src/bitmap_allocator.cc: Same.
3804169691Skan	* config/linker-map.gnu: Remove free_list and mutex export.
3805169691Skan
3806169691Skan2005-04-14  Benjamin Kosnik  <bkoz@redhat.com>
3807169691Skan
3808169691Skan	*  include/ext/pod_char_traits.h (__gnu_cxx::character): Add char_type.
3809169691Skan	(character::to): New.
3810169691Skan	(character::from): New.
3811169691Skan	(operator==): Add state parameter.
3812169691Skan	(operator<): Same.
3813169691Skan	(char_traits::copy): Use std::copy.
3814169691Skan	(char_traits::assign): Use std::fill_n.
3815169691Skan	(char_traits::to_char_type): Use character::from.
3816169691Skan	(char_traits::to_int_type): Use character::to.
3817169691Skan	*  testsuite/testsuite_character.h (__gnu_test::character): Remove.
3818169691Skan	(__gnu_test::conversion_state): Remove.
3819169691Skan	(__gnu_test::pod_char): Remove.
3820169691Skan	(pod_char): New typedef.
3821169691Skan	(pod_uchar): New typedef.
3822169691Skan	(pod_ushort): New typedef.
3823169691Skan	*  testsuite/testsuite_character.cc: Fixups.
3824169691Skan	*  testsuite/21_strings/basic_string/inserters_extractors/pod/
3825169691Skan	10081-in.cc: Same.
3826169691Skan	*  testsuite/21_strings/basic_string/inserters_extractors/pod/
3827169691Skan	10081-out.cc: Same.
3828169691Skan	*  testsuite/22_locale/numpunct/members/pod/1.cc: Same.
3829169691Skan	*  testsuite/22_locale/numpunct/members/pod/2.cc: Same.
3830169691Skan	*  testsuite/27_io/basic_filebuf/close/12790-1.cc: Same.
3831169691Skan	*  testsuite/27_io/basic_filebuf/open/12790-1.cc: Same.
3832169691Skan	*  testsuite/27_io/basic_filebuf/seekoff/12790-1.cc: Same.
3833169691Skan	*  testsuite/27_io/basic_filebuf/seekoff/12790-2.cc: Same.
3834169691Skan	*  testsuite/27_io/basic_filebuf/seekoff/12790-3.cc: Same.
3835169691Skan	*  testsuite/27_io/basic_filebuf/seekoff/12790-4.cc: Same.
3836169691Skan	*  testsuite/27_io/basic_filebuf/seekpos/12790-1.cc: Same.
3837169691Skan	*  testsuite/27_io/basic_filebuf/seekpos/12790-2.cc: Same.
3838169691Skan	*  testsuite/27_io/basic_filebuf/seekpos/12790-3.cc: Same.
3839169691Skan	*  testsuite/27_io/basic_ios/imbue/14072.cc: Same.
3840169691Skan	*  testsuite/27_io/basic_istream/extractors_arithmetic/pod/
3841169691Skan	3983-1.cc: Same.
3842169691Skan	*  testsuite/27_io/basic_istream/extractors_character/pod/
3843169691Skan	3983-2.cc: Same.
3844169691Skan	*  testsuite/27_io/basic_istream/extractors_other/pod/3983-3.cc: Same.
3845169691Skan	*  testsuite/27_io/basic_istream/sentry/pod/1.cc: Same.
3846169691Skan	*  testsuite/27_io/basic_ostream/sentry/pod/1.cc: Same.
3847169691Skan
3848169691Skan2005-04-12  Mike Stump  <mrs@apple.com>
3849169691Skan
3850169691Skan	* configure: Regenerate.
3851169691Skan
3852169691Skan2005-04-08  Benjamin Kosnik  <bkoz@redhat.com>
3853169691Skan
3854169691Skan	* testsuite/Makefile.am: Remove libv3test.a.
3855169691Skan	* testsuite/Makefile.in: Regenerate.
3856169691Skan	* testsuite/lib/libstdc++.exp (v3_target_compile): Fix comments.
3857169691Skan	
3858169691Skan2005-04-08  Paolo Carlini  <pcarlini@suse.de>
3859169691Skan
3860169691Skan	PR libstdc++/20909
3861169691Skan	* include/bits/locale_facets.tcc (num_put<>::_M_insert_float):
3862169691Skan	Don't even try to group numbers like 2e20, i.e., no decimal
3863169691Skan	point, scientific notation.
3864169691Skan	* testsuite/22_locale/num_put/put/char/20909.cc: New.
3865169691Skan	* testsuite/22_locale/num_put/put/wchar_t/20909.cc: Likewise.
3866169691Skan
3867169691Skan2005-04-08  Kelley Cook  <kcook@gcc.gnu.org>
3868169691Skan
3869169691Skan	* acinclude.m4 (GLIBCXX_ENABLE_SYMVERS): Define _GLIBCXX_ASM_SYMVER.
3870169691Skan	* acconfig.h: Delete file.
3871169691Skan	* Makefile.in, acinclude.m4, configure: Regenerate.
3872169691Skan
3873169691Skan2005-04-08  Kelley Cook  <kcook@gcc.gnu.org>
3874169691Skan
3875169691Skan	* linkage.m4 (GLIBCXX_MAYBE_UNDERSCORED_FUNCS): New macro.
3876169691Skan	(GLIBCXX_CHECK_MATH_DECL_AND_LINKAGE_1,
3877169691Skan	GLIBCXX_CHECK_MATH_DECL_AND_LINKAGE_2,
3878169691Skan	GLIBCXX_CHECK_MATH_DECL_AND_LINKAGE_3,
3879169691Skan	GLIBCXX_CHECK_MATH_DECLS_AND_LINKAGES_1,
3880169691Skan	GLIBCXX_CHECK_STDLIB_DECL_AND_LINKAGE_2): Use it.
3881169691Skan	(GLIBCXX_CHECK_MATH_SUPPORT): Delete obsolete comment.
3882169691Skan	* acconfig.h: Delete redundant macros.
3883169691Skan	* config.h.in, configure: Regenerate.
3884169691Skan
3885169691Skan2005-04-08  Kelley Cook  <kcook@gcc.gnu.org>
3886169691Skan
3887169691Skan	* linkage.m4 (GLIBCXX_CHECK_MATH_DECLS_AND_LINKAGES_1): Eliminate
3888169691Skan	a subshell and if test fails, test for same functions with 
3889169691Skan	leading underscore.
3890169691Skan	(GLIBCXX_CHECK_MATH_SUPPORT): Eliminate seperate checks for _funcs.
3891169691Skan	* configure: Regenerate.
3892169691Skan
3893169691Skan2005-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
3894169691Skan	    Paolo Carlini  <pcarlini@suse.de>
3895169691Skan	    		
3896169691Skan	PR libstdc++/20806
3897169691Skan	* config/os/mingw32/os_defines.h: Define
3898169691Skan	_GLIBCXX_HAVE_DOS_BASED_FILESYSTEM.
3899169691Skan	* config/os/newlib/os_defines.h: Likewise, for __CYGWIN__.
3900169691Skan	* include/bits/fstream.tcc (basic_filebuf<>::showmanyc()):
3901169691Skan	Use it.
3902169691Skan	(basic_filebuf<>::xsgetn(_CharT*, streamsize)): Likewise.
3903169691Skan
3904169691Skan2005-04-08  Kelley Cook  <kcook@gcc.gnu.org>
3905169691Skan
3906169691Skan	* acconfig.h: Sort the bottom section.
3907169691Skan	* config.h.in: Regenerate.
3908169691Skan
3909169691Skan2005-04-08  Kelley Cook  <kcook@gcc.gnu.org>
3910169691Skan
3911169691Skan	* acconfig.h: Remove redundant HAVE_FLOAT_H.
3912169691Skan	* config.h.in: Regenerate.
3913169691Skan
3914169691Skan2005-04-08  Kelley Cook  <kcook@gcc.gnu.org>
3915169691Skan
3916169691Skan	* configure.ac: Create template for PACKAGE and VERSION.
3917169691Skan	Update comment on how to regenerate file.  Update minimum
3918169691Skan	automake version to 1.9.3.
3919169691Skan	* acconfig.h: Remove PACKAGE and VERSION.
3920169691Skan	* aclocal.m4, configure, Makefile.in, po/Makefile.in, 
3921169691Skan	src/Makefile.in, include/Makefile.in, libmath/Makefile.in, 
3922169691Skan	testsuite/Makefile.in, config.h.in: Regenerate.
3923169691Skan
3924169691Skan2005-04-06  Benjamin Kosnik  <bkoz@redhat.com>
3925169691Skan
3926169691Skan	* docs/html/test.html: Update.
3927169691Skan	* testsuite/printnow.c: Remove.
3928169691Skan	* scripts/check_survey.in: Remove.
3929169691Skan
3930169691Skan	* testsuite/abi_check.cc: To...
3931169691Skan	* testuite/testsuite_abi_check.cc: ...here.
3932169691Skan	* testsuite/libstdc++-abi/abi.exp: Change abi_check.cc to
3933169691Skan	testsuite_abi_check.cc.
3934169691Skan
3935169691Skan	* testsuite/testsuite_hooks.h: Move character related bits to...
3936169691Skan	* testsuite/testsuite_character.h: ...here.
3937169691Skan	* testsuite/testsuite_character.cc: ... and here.
3938169691Skan	* testsuite/21_strings/basic_string/inserters_extractors/pod/
3939169691Skan	10081-in.cc: Use testsuite_character.h.
3940169691Skan	* testsuite/21_strings/basic_string/inserters_extractors/pod/
3941169691Skan	10081-out.cc: Same.
3942169691Skan	* testsuite/22_locale/numpunct/members/pod/1.cc: Same.
3943169691Skan	* testsuite/22_locale/numpunct/members/pod/2.cc: Same.
3944169691Skan	* testsuite/27_io/basic_filebuf/2.cc: Same.
3945169691Skan	* testsuite/27_io/basic_fstream/2.cc: Same.
3946169691Skan	* testsuite/27_io/basic_istream/2.cc: Same.
3947169691Skan	* testsuite/27_io/basic_istream/extractors_arithmetic/pod/
3948169691Skan	3983-1.cc: Same.
3949169691Skan	* testsuite/27_io/basic_istream/extractors_character/char/
3950169691Skan	9826.cc: Same.
3951169691Skan	* testsuite/27_io/basic_istream/extractors_character/pod/
3952169691Skan	3983-2.cc: Same.
3953169691Skan	* testsuite/27_io/basic_istream/extractors_other/pod/3983-3.cc: Same.
3954169691Skan	* testsuite/27_io/basic_istream/sentry/pod/1.cc: Same.
3955169691Skan	* testsuite/27_io/basic_ostream/2.cc: Same.
3956169691Skan	* testsuite/27_io/basic_ostream/sentry/pod/1.cc: Same.
3957169691Skan	* testsuite/27_io/basic_streambuf/2.cc: Same.
3958169691Skan	* testsuite/27_io/basic_stringbuf/2.cc: Same.
3959169691Skan	* testsuite/27_io/basic_stringbuf/4.cc: Same.
3960169691Skan	* testsuite/27_io/basic_stringstream/2.cc: Same.
3961169691Skan	* testsuite/27_io/fpos/1.cc: Same.
3962169691Skan	* testsuite/ext/mt_allocator/tune-1.cc: Same.
3963169691Skan	* testsuite/ext/mt_allocator/tune-2.cc: Same.
3964169691Skan	* testsuite/ext/stdio_filebuf/char/1.cc: Same.	
3965169691Skan	* testsuite/lib/libstdc++.exp (v3-build_support): Add
3966169691Skan	testsuite_character.cc.
3967169691Skan	* testsuite/Makefile.am (libv3test_a_SOURCES): Add
3968169691Skan	testsuite_character.cc.
3969169691Skan	* testsuite/Makefile.in: Regenerate.
3970169691Skan		
3971169691Skan	* configure.ac: Remove use of check_survey.
3972169691Skan	* configure: Regenerate.
3973169691Skan	* testsuite/Makefile.am: Remove check-script and
3974169691Skan	check-script-install rules.
3975169691Skan	* testsuite/Makefile.in: Regenerate.
3976169691Skan
3977169691Skan2005-04-06  Ulrich Weigand  <uweigand@de.ibm.com>
3978169691Skan
3979169691Skan	* config/cpu/s390/atomicity.h (__exchange_and_add): Add "memory"
3980169691Skan	clobber to inline assembly statement.
3981169691Skan
3982169691Skan2005-04-06  Kelley Cook  <kcook@gcc.gnu.org>
3983169691Skan
3984169691Skan	* acinclude.m4 (_GLIBCXX_USE_LONG_LONG,
3985169691Skan	_GLIBCXX_USE_WCHAR_T, _GLIBCXX_USE_C99, _GLIBCXX_USE_C99_MATH,
3986169691Skan	_GLIBCXX_USE_C99_COMPLEX, _GLIBCXX_RES_LIMITS, _GLIBCXX_CONCEPT_CHECKS,
3987169691Skan	_GLIBCXX_SYMVER, _GLIBCXX_USE_LFS, _GLIBCXX_FULLY_DYNAMIC_STRING,
3988169691Skan	_GLIBCXX_USE_NLS, HAVE_GTHR_DEFAULT, HAVE_MBSTATE_T, HAVE_POLL,
3989169691Skan	HAVE_S_ISREG, HAVE_S_IFREG, HAVE_WRITEV, HAVE_INT64_T,
3990169691Skan	HAVE_LC_MESSAGES): Use long form of AC_DEFINE ...
3991169691Skan	* acconfig.h: ... to eliminate them from here.
3992169691Skan	(_GLIBCXX_ASM_SYMVER): Move definition below @BOTTOM@.
3993169691Skan	* config.h.in, configure: Regenerate.
3994169691Skan	
3995169691Skan2005-04-05  Kelley Cook  <kcook@gcc.gnu.org>
3996169691Skan
3997169691Skan	* Makefile.am (ACLOCAL_AMFLAGS): Define.
3998169691Skan	* crossconfig.m4: Wrap file into new GLIBCXX_CROSSCONFIG macro.
3999169691Skan	* configure.ac: Use it.
4000169691Skan	* acinclude.m4: Delete explicit m4_includes and sincludes.
4001169691Skan	* aclocal.m4, configure, Makefile.in, po/Makefile.in, 
4002169691Skan	src/Makefile.in, include/Makefile.in, libmath/Makefile.in, 
4003169691Skan	testsuite/Makefile.in: Regenerate.
4004169691Skan
4005169691Skan2005-04-05  Jonathan Wakely  <redi@gcc.gnu.org>
4006169691Skan
4007169691Skan	* include/tr1/memory, include/tr1/boost_shared_ptr.h: Use mutex
4008169691Skan	to make _Sp_counted_base::add_ref_lock() thread-safe. Check whether
4009169691Skan	to destroy resources by testing for equality, not inequality. Add
4010169691Skan	empty critical sections to solve memory visibility issues.
4011169691Skan	* testsuite/tr1/2_general_utilities/memory/
4012169691Skan	shared_ptr/cons/auto_ptr_neg.cc: Use dg-excess-errors instead of
4013169691Skan	explicitly listing line numbers which need to be kept in sync.
4014169691Skan	* testsuite/tr1/2_general_utilities/memory/
4015169691Skan	shared_ptr/assign/auto_ptr_neg.cc: Same.
4016169691Skan	* testsuite/tr1/2_general_utilities/memory/
4017169691Skan	shared_ptr/assign/auto_ptr_rvalue_neg.cc: Same.
4018169691Skan	* testsuite/tr1/2_general_utilities/memory/
4019169691Skan	shared_ptr/cons/weak_ptr_expired.cc: Make XFAIL for consistency when
4020169691Skan	-fno-exceptions.
4021169691Skan	* testsuite/tr1/2_general_utilities/memory/
4022169691Skan	enable_shared_from_this/not_shared.cc: Add explanatory comments.
4023169691Skan	* testsuite/tr1/2_general_utilities/memory/
4024169691Skan	enable_shared_from_this/not_shared2.cc: Same.
4025169691Skan	* testsuite/tr1/2_general_utilities/memory/
4026169691Skan	enable_shared_from_this/not_shared3.cc: Same.
4027169691Skan
4028169691Skan2005-04-05  Kelley Cook  <kcook@gcc.gnu.org>
4029169691Skan
4030169691Skan	* acconfig.h: Delete macros already AC_DEFINED.
4031169691Skan	* config.h.in: Regenerate.
4032169691Skan
4033169691Skan2005-04-05  Kelley Cook  <kcook@gcc.gnu.org>
4034169691Skan
4035169691Skan	* acconfig.h (HAVE_MODF): Remove.
4036169691Skan	* linkage.m4: Check for modf.
4037169691Skan	* config.h.in, configure: Regenerate.
4038169691Skan
4039169691Skan2005-04-05  Kelley Cook  <kcook@gcc.gnu.org>
4040169691Skan
4041169691Skan	* acconfig.h (ENABLE_NLS, HAVE_CATGETS): Remove.
4042169691Skan	(HAVE_GETTEXT, HAVE_STPCPY): Likewise.
4043169691Skan	* config.h.in: Regenerate.
4044169691Skan	
4045169691Skan2005-04-05  Kelley Cook  <kcook@gcc.gnu.org>
4046169691Skan
4047169691Skan	* linkage.m4 (GLIBCXX_CHECK_BUILTIN_MATH_DEC): Use m4 translit macro 
4048169691Skan	to convert to uppercase instead of shelling out to tr.
4049169691Skan	* acconfig.h: Remove now redundant HAVE__BUILTINS_*.
4050169691Skan	* configure, config.h.in: Regenerate.
4051169691Skan
4052169691Skan2005-04-05  Kelley Cook  <kcook@gcc.gnu.org>
4053169691Skan
4054169691Skan	* acconfig.h (HAVE_TANL): Correct cut-and-paste typo.
4055169691Skan	* config.h.in: Regenerate.
4056169691Skan
4057169691Skan2005-04-04  Mark Mitchell  <mark@codesourcery.com>
4058169691Skan
4059169691Skan	* testsuite/Makefile.am (check-local): Remove.
4060169691Skan	(curent_symbols.txt): Likewise.
4061169691Skan	(check-abi): Do not depend on current_symbols.txt.
4062169691Skan	* testsuite/Makefile.in: Regenerated.
4063169691Skan	* testsuite/libstdc++-abi/abi.exp: Build current_symbols.txt.
4064169691Skan
4065169691Skan2005-04-02  Douglas Gregor  <doug.gregor@gmail.com>
4066169691Skan	
4067169691Skan	* include/tr1/tuple_iterate.h (tuple_element): Use new macro
4068169691Skan	_GLIBCXX_T_NUM_ARGS_PLUS_1 because _T is a macro on Darwin.
4069169691Skan	* include/tr1/repeat.h (_GLIBCXX_T_NUM_ARGS_PLUS_1): Define for
4070169691Skan	each iteration.
4071169691Skan	* scripts/gen_includers.h: Define _GLIBCXX_T_NUM_ARGS_PLUS_1 for
4072169691Skan	each iteration.
4073169691Skan	
4074169691Skan2005-04-01  Douglas Gregor  <doug.gregor@gmail.com>
4075169691Skan
4076169691Skan	* include/tr1/functional (_Maybe_wrap_member_pointer): Wrap up
4077169691Skan	member pointers in _Mem_fn but let other function objects pass
4078169691Skan	through unchanged.
4079169691Skan	* include/tr1/functional_iterator (bind): Reduce number of bind()
4080169691Skan	overloads to two to eliminate ambiguities. Use
4081169691Skan	_Maybe_wrap_member_pointer to handle member pointers gracefully.
4082169691Skan	
4083169691Skan2005-04-01  Mark Mitchell  <mark@codesourcery.com>
4084169691Skan
4085169691Skan	* testsuite/Makefile.am (noinst_PROGRAMS): Remove.
4086169691Skan	(site.exp): Write out the path to the baseline file.
4087169691Skan	(check-abi): Use DejaGNU.
4088169691Skan	(check-abi-verbose): Remove.
4089169691Skan	* testsuite/Makefile.in: Regenerated.
4090169691Skan	* testsuite/abi_check.cc (main): Check the return value from
4091169691Skan	compare_symbols.
4092169691Skan	* testsuite/testsuite_abi.cc (compare_symbols): Return a value.
4093169691Skan	* testsuite/testsuite_abi.h (compare_symbols): Adjust prototype.
4094169691Skan	* testsuite/libstdc++-abi/abi.exp: New file.
4095169691Skan
4096169691Skan2005-03-31  Chris Jefferson  <chris@bubblescope.net>
4097169691Skan
4098169691Skan        * include/tr1/tuple: Support iteration via tuple_iterate.h.
4099169691Skan        * include/tr1/tuple_iterate.h: Iteration file for tuple.
4100169691Skan
4101169691Skan2005-03-31  Douglas Gregor  <doug.gregor@gmail.com>
4102169691Skan
4103169691Skan        * include/Makefile.am (tr1_headers): Add bind and mu repetition
4104169691Skan        headers and reference_wrapper<> forwarding header.
4105169691Skan        * include/Makefile.in: Regenerate.
4106169691Skan        * include/tr1/bind_iterate.h: Implementation of function call
4107169691Skan        operators for the function object returned from tr1::bind().
4108169691Skan        * include/tr1/bind_repeat.h: Bind-specific repetition header,
4109169691Skan        akin to include/tr1/repeat.h.
4110169691Skan        * include/tr1/functional (_Mem_fn): Bug fix: declare result member
4111169691Skan        template for use with result_of.
4112169691Skan        (is_bind_expression): New.
4113169691Skan        (is_placeholder): New.
4114169691Skan        (_Placeholder): New. Placeholder type for bind.
4115169691Skan        (_Mu): New. Implementation detail of bind.
4116169691Skan        (_Bind, _Bind_result): New. Function objects returned by bind.
4117169691Skan        (_GLIBCXX_JOIN): New. Required to create bind placeholders.
4118169691Skan        * include/tr1/functional_iterate.h (_Bind, _Bind_result, bind):
4119169691Skan        New. Implementation of tr1::bind.
4120169691Skan        * include/tr1/mu_iterate.h (_Mu): result template and operator()
4121169691Skan        for the _Mu helper to bind.
4122169691Skan        * include/tr1/ref_fwd.h (reference_wrapper): Forward declaration
4123169691Skan        used by tuple header.
4124169691Skan        (ref): Ditto.
4125169691Skan        (cref): Ditto.
4126169691Skan        * include/tr1/repeat.h: Add bind-specific repetition macros.
4127169691Skan        * include/tr1/tuple: Use reference_wrapper forwarding header for
4128169691Skan        initial definitions, then include <tr1/functional> at the end, to
4129169691Skan        make the circular dependencies work.
4130169691Skan        (tie): Support zero-argument tie() function.
4131169691Skan        * testsuite/tr1/3_function_objects/bind/all_bound.cc: New test of
4132169691Skan        bind() functionality with parameters bound.
4133169691Skan        * testsuite/tr1/3_function_objects/bind/nested.cc: New test of
4134169691Skan        nested bind() expressions.
4135169691Skan        * testsuite/tr1/3_function_objects/bind/placeholders.cc: New test
4136169691Skan        of bind() placeholders.
4137169691Skan        * testsuite/tr1/3_function_objects/bind/ref.cc: New test of bind()
4138169691Skan        with arguments bound via reference_wrapper<>.
4139169691Skan        * scripts/gen_includers.pl: Generate the repetitive part of
4140169691Skan	include/tr1/repeat.h.
4141169691Skan	* scripts/gen_bind_includers.pl: Generate the repetitive part of
4142169691Skan	include/tr1/bind_repeat.h. 
4143169691Skan	
4144169691Skan2005-03-30  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
4145169691Skan
4146169691Skan	* testsuite/Makefile.am (CXX): Use ${SHELL}.
4147169691Skan	(GLIBCXX_INCLUDES): Same.
4148169691Skan	(AM_CXXFLAGS): Same.
4149169691Skan	* testsuite/Makefile.in: Regenerate.
4150169691Skan
4151169691Skan2005-03-25  Mark Mitchell  <mark@codesourcery.com>
4152169691Skan
4153169691Skan	* testsuite/lib/libstdc++.exp (libstdc++_init): Define LOCALEDIR
4154169691Skan	when testing an installed compiler.
4155169691Skan	
4156169691Skan	* testsuite/lib/libstdc++.exp (v3-build_support): Pass -w when
4157169691Skan	compiling support objects.
4158169691Skan
4159169691Skan2005-03-24  Benjamin Kosnik  <bkoz@redhat.com>
4160169691Skan
4161169691Skan	* include/tr1/memory: Forward to...
4162169691Skan	* include/tr1/boost_shared_ptr.h: ...here. Add Boost Software License.
4163169691Skan	* include/Makefile.am (tr1_headers): Add boost_shared_ptr.h.
4164169691Skan	* include/Makefile.in: Regenerate.
4165169691Skan	* testsuite/tr1/2_general_utilities/memory/shared_ptr/cons/
4166169691Skan	auto_ptr_neg.cc: Adjust line numbers.
4167169691Skan
4168169691Skan2005-03-23  Mark Mitchell  <mark@codesourcery.com>
4169169691Skan
4170169691Skan	* testsuite/Makefile.am (all-local): Do not build testsuite_files.
4171169691Skan	* testsuite/Makefile.in: Regenerated. 
4172169691Skan
4173169691Skan2005-03-23  Benjamin Kosnik  <bkoz@redhat.com>
4174169691Skan
4175169691Skan	* acinclude.m4: Adjust so that _GLIBCXX_USE_C99 implies
4176169691Skan	using _GLIBCXX_USE_C99_COMPLEX, _GLIBCXX_USE_C99_MATH, and
4177169691Skan	_GLIBCXX_USE_C99_WCHAR.
4178169691Skan	Remove GLIBCXX_ENABLE_C_MBCHAR, consolidate in GLIBCXX_ENABLE_C99
4179169691Skan	and GLIBCXX_ENABLE_WCHAR_T.
4180169691Skan	Take C99 bits from GLIBCXX_CHECK_WCHAR_T_SUPPORT and put in 
4181169691Skan	GLIBCXX_ENABLE_C99.
4182169691Skan	Change remaining parts of GLIBCXX_CHECK_WCHAR_T_SUPPORT to
4183169691Skan	GLIBCXX_CHECK_ICONV_SUPPORT.
4184169691Skan	* configure.ac: Remove GLIBCXX_ENABLE_C_MBCHAR, use
4185169691Skan	GLIBCXX_CHECK_ICONV_SUPPORT and GLIBCXX_ENABLE_WCHAR_T.
4186169691Skan	* crossconfig.m4: Same.
4187169691Skan	* acconfig.h: Same, adjust comments.
4188169691Skan	* config.h.in: Regenerate.
4189169691Skan	* configure: Regenerate.
4190169691Skan	* docs/html/configopts.html: Change --enable-c-mbchar to
4191169691Skan	--enable-wchar_t.
4192169691Skan
4193169691Skan	* config/locale/gnu/c++locale_internal.h: Guard wide functions
4194169691Skan	with _GLIBCXX_USE_WCHAR_T.
4195169691Skan	* include/c_std/std_cwctype.h: Alphabetize, remove duplicates.
4196169691Skan	* include/c_std/std_cstdio.h: Spacing.
4197169691Skan
4198169691Skan	* config/locale/gnu/c_locale.h: Tweaks for unused warnings.
4199169691Skan	* src/debug.cc: Same.
4200169691Skan
4201169691Skan2005-03-23  Mark Mitchell  <mark@codesourcery.com>
4202169691Skan
4203169691Skan	* testsuite/libstdc++-dg/normal.exp: Read testsuite_files, if it
4204169691Skan	exists.
4205169691Skan
4206169691Skan	* testsuite/lib/libstdc++.exp (libstdc++_wchar_t): Rename to ...
4207169691Skan	(v3-wchar_t): ... this.
4208169691Skan	(libstdc++_threads): Rename to ...
4209169691Skan	(v3-threads): ... this.
4210169691Skan	(libstdc++_test_objs): Rename to ...
4211169691Skan	(v3-test_objs): ... this.
4212169691Skan	(libstdc++_build_support): Rename to ...
4213169691Skan	(v3-build_support): ... this.
4214169691Skan	* testsuite/libstdc++-dg/normal.exp: Adjust to use new names.
4215169691Skan
4216169691Skan	* testsuite/lib/libstdc++.exp (libstdc++_init): Improve handling
4217169691Skan	of compilers not in the build directory.
4218169691Skan	(libstdc++_wchar_t): New variable.
4219169691Skan	(libstdc++_threads): Likewise.
4220169691Skan	(libstdc++_test_objs): Likewise.
4221169691Skan	(v3_target_compile): Use libstdc++_test_objs.
4222169691Skan	(v3-list-tests): Remove.
4223169691Skan	(listdc++_build_support): New function.
4224169691Skan	* testsuite/libstdc++-dg/normal.exp: Rework to dynamically
4225169691Skan	generate list of tests.
4226169691Skan
4227169691Skan2005-03-21  Chris Jefferson  <chris@bubblescope.net>
4228169691Skan
4229169691Skan	PR libstdc++/20577
4230169691Skan	* include/bits/stl_algobase.h (iter_swap): Only delegate iter_swap
4231169691Skan	to swap when the iterator's reference_type is a reference to its
4232169691Skan	value_type.
4233169691Skan	* testsuite/25_algorithms/iter_swap/20577.cc: New.
4234169691Skan
4235169691Skan2005-03-21  Zack Weinberg  <zack@codesourcery.com>
4236169691Skan
4237169691Skan	* acinclude.m4 (GLIBCXX_CONFIGURE): Delete gcc_version logic.
4238169691Skan	(GLIBCXX_EXPORT_INSTALL_INFO): Adjust quotation so ${gcc_version}
4239169691Skan	is expanded by the Makefiles, not by configure.
4240169691Skan	* fragment.am: Set gcc_version.
4241169691Skan	* libmath/Makefile.am: Likewise.
4242169691Skan	* configure, Makefile.in, include/Makefile.in, libmath/Makefile.in
4243169691Skan	* libsupc++/Makefile.in, po/Makefile.in, src/Makefile.in
4244169691Skan	* testsuite/Makefile.in: Regenerate.
4245169691Skan
4246169691Skan2005-03-16  Paolo Carlini  <pcarlini@suse.de>
4247169691Skan
4248169691Skan	* testsuite/20_util/functional/binders.cc: Remove explicit
4249169691Skan	instantiations for non-weak systems.
4250169691Skan	* testsuite/20_util/memory/allocator/1.cc: Likewise.
4251169691Skan	* testsuite/20_util/memory/allocator/10378.cc: Likewise.
4252169691Skan	* testsuite/20_util/memory/allocator/10416.cc: Likewise.
4253169691Skan	* testsuite/20_util/memory/allocator/8230.cc: Likewise.
4254169691Skan	* testsuite/20_util/utility/rel_ops.cc: Likewise.
4255169691Skan	* testsuite/22_locale/ctype/is/char/2.cc: Likewise.
4256169691Skan	* testsuite/22_locale/ctype/is/wchar_t/2.cc: Likewise.
4257169691Skan	* testsuite/23_containers/deque/cons/1.cc: Likewise.
4258169691Skan	* testsuite/23_containers/deque/cons/2.cc: Likewise.
4259169691Skan	* testsuite/23_containers/deque/invalidation/1.cc: Likewise.
4260169691Skan	* testsuite/23_containers/deque/invalidation/2.cc: Likewise.
4261169691Skan	* testsuite/23_containers/deque/invalidation/3.cc: Likewise.
4262169691Skan	* testsuite/23_containers/deque/invalidation/4.cc: Likewise.
4263169691Skan	* testsuite/23_containers/deque/modifiers/swap.cc: Likewise.
4264169691Skan	* testsuite/23_containers/deque/operators/1.cc: Likewise.
4265169691Skan	* testsuite/23_containers/list/capacity/1.cc: Likewise.
4266169691Skan	* testsuite/23_containers/list/cons/1.cc: Likewise.
4267169691Skan	* testsuite/23_containers/list/cons/2.cc: Likewise.
4268169691Skan	* testsuite/23_containers/list/cons/3.cc: Likewise.
4269169691Skan	* testsuite/23_containers/list/cons/4.cc: Likewise.
4270169691Skan	* testsuite/23_containers/list/cons/5.cc: Likewise.
4271169691Skan	* testsuite/23_containers/list/cons/6.cc: Likewise.
4272169691Skan	* testsuite/23_containers/list/cons/7.cc: Likewise.
4273169691Skan	* testsuite/23_containers/list/cons/8.cc: Likewise.
4274169691Skan	* testsuite/23_containers/list/cons/9.cc: Likewise.
4275169691Skan	* testsuite/23_containers/list/invalidation/1.cc: Likewise.
4276169691Skan	* testsuite/23_containers/list/invalidation/2.cc: Likewise.
4277169691Skan	* testsuite/23_containers/list/invalidation/3.cc: Likewise.
4278169691Skan	* testsuite/23_containers/list/invalidation/4.cc: Likewise.
4279169691Skan	* testsuite/23_containers/list/modifiers/1.cc: Likewise.
4280169691Skan	* testsuite/23_containers/list/modifiers/2.cc: Likewise.
4281169691Skan	* testsuite/23_containers/list/modifiers/3.cc: Likewise.
4282169691Skan	* testsuite/23_containers/list/operators/1.cc: Likewise.
4283169691Skan	* testsuite/23_containers/list/operators/2.cc: Likewise.
4284169691Skan	* testsuite/23_containers/list/operators/3.cc: Likewise.
4285169691Skan	* testsuite/23_containers/list/operators/4.cc: Likewise.
4286169691Skan	* testsuite/23_containers/map/insert/1.cc: Likewise.
4287169691Skan	* testsuite/23_containers/map/invalidation/1.cc: Likewise.
4288169691Skan	* testsuite/23_containers/map/invalidation/2.cc: Likewise.
4289169691Skan	* testsuite/23_containers/map/modifiers/swap.cc: Likewise.
4290169691Skan	* testsuite/23_containers/map/operators/1.cc: Likewise.
4291169691Skan	* testsuite/23_containers/multimap/invalidation/1.cc: Likewise.
4292169691Skan	* testsuite/23_containers/multimap/invalidation/2.cc: Likewise.
4293169691Skan	* testsuite/23_containers/multimap/modifiers/swap.cc: Likewise.
4294169691Skan	* testsuite/23_containers/multiset/insert/1.cc: Likewise.
4295169691Skan	* testsuite/23_containers/multiset/insert/2.cc: Likewise.
4296169691Skan	* testsuite/23_containers/multiset/invalidation/1.cc: Likewise.
4297169691Skan	* testsuite/23_containers/multiset/invalidation/2.cc: Likewise.
4298169691Skan	* testsuite/23_containers/multiset/modifiers/swap.cc: Likewise.
4299169691Skan	* testsuite/23_containers/priority_queue/members/7161.cc: Likewise.
4300169691Skan	* testsuite/23_containers/queue/members/7157.cc: Likewise.
4301169691Skan	* testsuite/23_containers/set/insert/1.cc: Likewise.
4302169691Skan	* testsuite/23_containers/set/invalidation/1.cc: Likewise.
4303169691Skan	* testsuite/23_containers/set/invalidation/2.cc: Likewise.
4304169691Skan	* testsuite/23_containers/set/modifiers/swap.cc: Likewise.
4305169691Skan	* testsuite/23_containers/stack/members/7158.cc: Likewise.
4306169691Skan	* testsuite/23_containers/vector/bool/6886.cc: Likewise.
4307169691Skan	* testsuite/23_containers/vector/capacity/1.cc: Likewise.
4308169691Skan	* testsuite/23_containers/vector/capacity/8230.cc: Likewise.
4309169691Skan	* testsuite/23_containers/vector/cons/1.cc: Likewise.
4310169691Skan	* testsuite/23_containers/vector/cons/2.cc: Likewise.
4311169691Skan	* testsuite/23_containers/vector/cons/3.cc: Likewise.
4312169691Skan	* testsuite/23_containers/vector/cons/6513.cc: Likewise.
4313169691Skan	* testsuite/23_containers/vector/element_access/1.cc: Likewise.
4314169691Skan	* testsuite/23_containers/vector/invalidation/1.cc: Likewise.
4315169691Skan	* testsuite/23_containers/vector/invalidation/2.cc: Likewise.
4316169691Skan	* testsuite/23_containers/vector/invalidation/3.cc: Likewise.
4317169691Skan	* testsuite/23_containers/vector/invalidation/4.cc: Likewise.
4318169691Skan	* testsuite/23_containers/vector/modifiers/1.cc: Likewise.
4319169691Skan	* testsuite/23_containers/vector/modifiers/2.cc: Likewise.
4320169691Skan	* testsuite/23_containers/vector/modifiers/swap.cc: Likewise.
4321169691Skan	* testsuite/23_containers/vector/resize/1.cc: Likewise.
4322169691Skan	* testsuite/24_iterators/back_insert_iterator.cc: Likewise.
4323169691Skan	* testsuite/24_iterators/front_insert_iterator.cc: Likewise.
4324169691Skan	* testsuite/24_iterators/insert_iterator.cc: Likewise.
4325169691Skan	* testsuite/24_iterators/iterator.cc: Likewise.
4326169691Skan	* testsuite/25_algorithms/copy/1.cc: Likewise.
4327169691Skan	* testsuite/25_algorithms/copy/2.cc: Likewise.
4328169691Skan	* testsuite/25_algorithms/copy/3.cc: Likewise.
4329169691Skan	* testsuite/25_algorithms/copy/4.cc: Likewise.
4330169691Skan	* testsuite/25_algorithms/equal.cc: Likewise.
4331169691Skan	* testsuite/25_algorithms/fill/1.cc: Likewise.
4332169691Skan	* testsuite/25_algorithms/fill/2.cc: Likewise.
4333169691Skan	* testsuite/25_algorithms/min_max.cc: Likewise.
4334169691Skan	* testsuite/25_algorithms/rotate.cc: Likewise.
4335169691Skan	* testsuite/25_algorithms/unique/1.cc: Likewise.
4336169691Skan	* testsuite/25_algorithms/unique/2.cc: Likewise.
4337169691Skan	* testsuite/27_io/basic_filebuf/seekpos/wchar_t/9874.cc: Likewise.
4338169691Skan	* testsuite/ext/concept_checks.cc: Likewise.
4339169691Skan	* testsuite/ext/hash_map/1.cc: Likewise.
4340169691Skan	* testsuite/ext/hash_set/1.cc: Likewise.
4341169691Skan	* testsuite/ext/rope/1.cc: Likewise.
4342169691Skan	* testsuite/ext/rope/2.cc: Likewise.
4343169691Skan	* testsuite/ext/rope/3.cc: Likewise.
4344169691Skan	* testsuite/thread/pthread1.cc: Likewise.
4345169691Skan	* testsuite/thread/pthread4.cc: Likewise.
4346169691Skan	* testsuite/thread/pthread5.cc: Likewise.
4347169691Skan	* testsuite/thread/pthread6.cc: Likewise.
4348169691Skan	* testsuite/thread/pthread7-rope.cc: Likewise.
4349169691Skan
4350169691Skan2005-03-15  Zack Weinberg  <zack@codesourcery.com>
4351169691Skan
4352169691Skan	* include/Makefile.am (c++config.h): Depend on DATESTAMP from gcc
4353169691Skan	subdirectory.  Generate #define of __GLIBCXX__ from contents of
4354169691Skan	that file.
4355169691Skan	* include/Makefile.in: Regenerate.
4356169691Skan	* include/bits/c++config: Do not define __GLIBCXX__.
4357169691Skan
4358169691Skan2005-03-15  Paolo Carlini  <pcarlini@suse.de>
4359169691Skan
4360169691Skan	PR libstdc++/20352
4361169691Skan	* include/std/std_complex.h (pow(const complex<_Tp>&,
4362169691Skan	const _Tp&)): On non-c99 platforms, don't try to compute
4363169691Skan	log of complex zero.
4364169691Skan
4365169691Skan2005-03-10  Ben Elliston  <bje@au.ibm.com>
4366169691Skan
4367169691Skan	* testsuite/22_locale/locale/cons/12658_thread-1.cc: Don't XFAIL
4368169691Skan	on GNU/Linux.
4369169691Skan
4370169691Skan2005-03-07  Paolo Carlini  <pcarlini@suse.de>
4371169691Skan
4372169691Skan	* include/tr1/type_traits (is_polymorphic): Don't forget
4373169691Skan	the virtual destructor, thus avoiding warnings.
4374169691Skan	* testsuite/testsuite_tr1.h (class AbstractClass,
4375169691Skan	class PolymorphicClass): Likewise.
4376169691Skan
4377169691Skan2005-03-07  Paolo Carlini  <pcarlini@suse.de>
4378169691Skan
4379169691Skan	* include/std/std_complex.h (pow(const complex<_Tp>&,
4380169691Skan	const complex<_Tp>&)): Dispatch to either __complex_pow(__x.__rep(),
4381169691Skan	__y.__rep()) or __complex_pow(__x, __y) depending on the macro
4382169691Skan	_GLIBCXX_USE_C99_COMPLEX.
4383169691Skan
4384169691Skan2005-03-07  Paolo Carlini  <pcarlini@suse.de>
4385169691Skan
4386169691Skan	* include/std/std_fstream.h (basic_fstream<>::open,
4387169691Skan	basic_ifstream<>::open, basic_ofstream<>::open): Implement the
4388169691Skan	resolution of DR 409 [Ready], call clear() on success.
4389169691Skan	* docs/html/ext/howto.html: Add an entry for DR 409.
4390169691Skan	* docs/html/faq/index.html (4_4): Clarify the new behavior.
4391169691Skan	* testsuite/27_io/basic_ifstream/open/char/1.cc: Adjust.
4392169691Skan	* testsuite/27_io/basic_ofstream/open/char/1.cc: Likewise.
4393169691Skan
4394169691Skan2005-03-05  Joseph S. Myers  <joseph@codesourcery.com>
4395169691Skan
4396169691Skan	* testsuite/22_locale/collate/compare/wchar_t/2.cc,
4397169691Skan	testsuite/22_locale/collate/compare/wchar_t/wrapped_env.cc,
4398169691Skan	testsuite/22_locale/collate/compare/wchar_t/wrapped_locale.cc,
4399169691Skan	testsuite/22_locale/collate/hash/wchar_t/2.cc,
4400169691Skan	testsuite/22_locale/collate/hash/wchar_t/wrapped_env.cc,
4401169691Skan	testsuite/22_locale/collate/hash/wchar_t/wrapped_locale.cc,
4402169691Skan	testsuite/22_locale/collate/transform/wchar_t/2.cc,
4403169691Skan	testsuite/22_locale/collate/transform/wchar_t/wrapped_env.cc,
4404169691Skan	testsuite/22_locale/collate/transform/wchar_t/wrapped_locale.cc:
4405169691Skan	XFAIL on *-*-hpux11.23.
4406169691Skan
4407169691Skan2005-03-04  Paolo Carlini  <pcarlini@suse.de>
4408169691Skan
4409169691Skan	* include/tr1/type_traits: Add is_base_of.
4410169691Skan	* testsuite/tr1/4_metaprogramming/relationships_between_types/
4411169691Skan	is_base_of/is_base_of.cc: New.
4412169691Skan	* testsuite/tr1/4_metaprogramming/relationships_between_types/
4413169691Skan	is_base_of/typedefs.cc: Likewise.
4414169691Skan
4415169691Skan2005-03-03  Benjamin Kosnik  <bkoz@redhat.com>
4416169691Skan
4417169691Skan	* include/tr1/functional: Convert relative path.
4418169691Skan
4419169691Skan	* docs/doxygen/user.cfg.in: Add tr1 includes.
4420169691Skan
4421169691Skan2005-03-03  Paolo Carlini  <pcarlini@suse.de>
4422169691Skan
4423169691Skan	* include/tr1/type_traits: Implemenet is_polymorphic.
4424169691Skan	(is_empty): Minor tweaks.
4425169691Skan	* testsuite/testsuite_tr1.h: Add test types.
4426169691Skan	* testsuite/tr1/4_metaprogramming/type_properties/
4427169691Skan	is_polymorphic/is_polymorphic.cc: New.
4428169691Skan	* testsuite/tr1/4_metaprogramming/type_properties/
4429169691Skan	is_polymorphic/typedefs.cc: Likewise.
4430169691Skan	* testsuite/tr1/4_metaprogramming/composite_type_traits/
4431169691Skan	is_union_or_class/is_union_or_class.cc: Add tests.
4432169691Skan
4433169691Skan2005-03-02  Douglas Gregor  <doug.gregor@gmail.com>
4434169691Skan
4435169691Skan	* include/tr1/functional (_Has_result_type): Cleanup.
4436169691Skan	(_Result_of_impl): Handle member data pointers correctly.
4437169691Skan	(reference_wrapper): Support invocation.
4438169691Skan	Move repetition code into new file include/tr1/repeat.h.
4439169691Skan	* include/tr1/functional_iterate.h (reference_wrapper): Support
4440169691Skan	invocation.  Cleanup long lines.
4441169691Skan	* include/tr1/ref_wrap_iterate.h (reference_wrapper): Declare
4442169691Skan	invocation operators.
4443169691Skan	* include/tr1/repeat.h: Code repetition header.
4444169691Skan	* include/Makefile.am: Add ref_wrap_iterate.h, repeat.h.
4445169691Skan	* include/Makefile.in: Add ref_wrap_iterate.h, repeat.h.
4446169691Skan	* testsuite/tr1/3_function_objects/reference_wrapper/invoke.cc:
4447169691Skan	New test of reference_wrapper invocation.
4448169691Skan	* testsuite/tr1/3_function_objects/reference_wrapper/typedefs.cc:
4449169691Skan	New test of reference_wrapper typedefs and base classes.
4450169691Skan	* testsuite/tr1/3_function_objects/result_of.cc: Trivial cleanup
4451169691Skan	(e-mail address).
4452169691Skan
4453169691Skan2005-03-02  Douglas Gregor  <doug.gregor@gmail.com>
4454169691Skan
4455169691Skan	* include/tr1/function (result_of): New class template.
4456169691Skan	* include/tr1/functional/iterator.h: Implementation of TR1
4457169691Skan	result_of.
4458169691Skan	* testsuite/tr1/3_function_objects/result_of.cc: New test
4459169691Skan
4460169691Skan2005-03-01  Vladimir Merzliakov  <wanderer@rsu.ru>
4461169691Skan
4462169691Skan	* testsuite/26_numerics/cmath/c99_classification_macros_c.cc: Tweak.
4463169691Skan
4464169691Skan2005-02-28  Benjamin Kosnik  <bkoz@redhat.com>
4465169691Skan
4466169691Skan	* testsuite/tr1/2_general_utilities/memory/shared_ptr/
4467169691Skan	cons/auto_ptr_neg.cc: Correct line numbers.
4468169691Skan
4469169691Skan	* testsuite/testsuite_abi.cc: Add CXXABI_1.3.1.
4470169691Skan
4471169691Skan2005-02-28  Jonathan Wakely  <redi@gcc.gnu.org>
4472169691Skan
4473169691Skan	* include/tr1/memory: Replace checked_deleter with (unchecked)
4474169691Skan	_Sp_deleter as GCC warns about delete on incomplete types anyway.
4475169691Skan
4476169691Skan2005-02-28  Jonathan Wakely  <redi@gcc.gnu.org>
4477169691Skan
4478169691Skan	* include/tr1/memory: Add missing "inline" to __throw_bad_weak_ptr.
4479169691Skan
4480169691Skan2005-02-28  Hans-Peter Nilsson  <hp@axis.com>
4481169691Skan
4482169691Skan	PR target/19065
4483169691Skan	* config/cpu/cris/atomicity.h (__exchange_and_add): In asm, use
4484169691Skan	'Q' constraint, not 'm'.
4485169691Skan
4486169691Skan2005-02-26  Earl Chew  <earl_chew@agilent.com>
4487169691Skan	    Christopher Jefferson  <chris@bubblescope.net>
4488169691Skan
4489169691Skan	* include/bits/stl_tree.h (_Rb_tree<>::_M_insert): Don't leak
4490169691Skan	memory if _M_key_compare throws.
4491169691Skan
4492169691Skan2005-02-25  Paolo Carlini  <pcarlini@suse.de>
4493169691Skan
4494169691Skan	* include/tr1/type_traits: Add the trivial is_union and is_class;
4495169691Skan	add the __is_union_or_class extension.
4496169691Skan	(is_enum, is_empty): Use the latter.
4497169691Skan	* include/tr1/type_traits_fwd.h: Add __is_union_or_class.
4498169691Skan	* testsuite/testsuite_tr1.h: Add UnionType; trivial formatting
4499169691Skan	fixes.
4500169691Skan	* testsuite/tr1/4_metaprogramming/composite_type_traits/
4501169691Skan	is_union_or_class/is_union_or_class.cc: New.
4502169691Skan	* testsuite/tr1/4_metaprogramming/composite_type_traits/
4503169691Skan	is_union_or_class/typedefs.cc: Likewise.
4504169691Skan
4505169691Skan2005-02-24  Benjamin Kosnik  <bkoz@redhat.com>
4506169691Skan
4507169691Skan	* testsuite/tr1/6_containers/unordered/instantiate/hash.cc: Guard
4508169691Skan	wchar_t use with _GLIBCXX_USE_WCHAR_T.
4509169691Skan
4510169691Skan2005-02-24  Benjamin Kosnik  <bkoz@redhat.com>
4511169691Skan
4512169691Skan	* include/std/std_complex.h: _GLIBCXX_USE_C99_COMPLEX_MATH to
4513169691Skan	_GLIBCXX_USE_C99_COMPLEX.
4514169691Skan	* acinclude.m4: Same.
4515169691Skan	* acconfig.h: Same.
4516169691Skan	* configure: Regenerate.
4517169691Skan	* config.h.in: Same.
4518169691Skan
4519169691Skan2005-02-24  Paolo Carlini  <pcarlini@suse.de>
4520169691Skan
4521169691Skan	* include/tr1/functional (mem_fn): Avoid _T, badname on
4522169691Skan	Darwin.
4523169691Skan
4524169691Skan2005-02-23  Douglas Gregor  <doug.gregor@gmail.com>
4525169691Skan
4526169691Skan	* include/tr1/functional (function): New class template.
4527169691Skan	(mem_fn): New function template.
4528169691Skan	Implementations of TR1 function and mem_fn facilities.
4529169691Skan	* include/tr1/functional_iterate.h: Implementations of TR1
4530169691Skan	function and mem_fn facilities.
4531169691Skan	* testsuite/tr1/3_function_objects/function/1.cc: New
4532169691Skan	test of std::tr1::function.
4533169691Skan	* testsuite/tr1/3_function_objects/function/2.cc: New
4534169691Skan	test of std::tr1::function.
4535169691Skan	* testsuite/tr1/3_function_objects/function/3.cc: New
4536169691Skan	test of std::tr1::function.
4537169691Skan	* testsuite/tr1/3_function_objects/function/4.cc: New
4538169691Skan	test of std::tr1::function.
4539169691Skan	* testsuite/tr1/3_function_objects/function/5.cc: New
4540169691Skan	test of std::tr1::function.
4541169691Skan	* testsuite/tr1/3_function_objects/function/6.cc: New
4542169691Skan	test of std::tr1::function.
4543169691Skan	* testsuite/tr1/3_function_objects/function/7.cc: New
4544169691Skan	test of std::tr1::function.
4545169691Skan	* testsuite/tr1/3_function_objects/function/8.cc: New
4546169691Skan	test of std::tr1::function.
4547169691Skan	* testsuite/tr1/3_function_objects/function/9.cc: New
4548169691Skan	test of std::tr1::function.
4549169691Skan	* testsuite/tr1/3_function_objects/mem_fn.cc: New test of
4550169691Skan	std::tr1::mem_fn.
4551169691Skan
4552169691Skan2005-02-23  Paolo Carlini  <pcarlini@suse.de>
4553169691Skan
4554169691Skan	* include/tr1/type_traits: Implement is_convertible.
4555169691Skan	* testsuite/tr1/4_metaprogramming/relationships_between_types/
4556169691Skan	is_convertible/is_convertible.cc: New.
4557169691Skan	* testsuite/tr1/4_metaprogramming/relationships_between_types/
4558169691Skan	is_convertible/typedefs.cc: Likewise.
4559169691Skan	* testsuite/testsuite_tr1.h: Add class DerivedType.
4560169691Skan
4561169691Skan	* include/tr1/type_traits (is_function): Don't mistake references
4562169691Skan	to function types for function types.
4563169691Skan	* testsuite/tr1/4_metaprogramming/primary_type_categories/
4564169691Skan	is_function/is_function.cc: Add testcase.
4565169691Skan
4566169691Skan2005-02-22  Benjamin Kosnik  <bkoz@redhat.com>
4567169691Skan
4568169691Skan	* scripts/check_performance: Tweaks.
4569169691Skan
4570169691Skan	* testsuite/27_io/basic_ostream/inserters_other/wchar_t/2.cc: Name
4571169691Skan	output file with extension that clean rules can find.
4572169691Skan
4573169691Skan2005-02-22  Richard Henderson  <rth@redhat.com>
4574169691Skan
4575169691Skan	PR libstdc++/20091
4576169691Skan	* libsupc++/eh_catch.cc (__cxa_begin_catch): Don't special case
4577169691Skan	decrement of uncaughtExceptions for rethrow.
4578169691Skan
4579169691Skan2005-02-22  Paolo Carlini  <pcarlini@suse.de>
4580169691Skan
4581169691Skan	* include/tr1/functional: Fix License to GPL with exception.
4582169691Skan	* include/tr1/hashtable: Likewise.
4583169691Skan	* include/tr1/tuple: Likewise.
4584169691Skan	* include/tr1/type_traits: Likewise.
4585169691Skan	* include/tr1/type_traits_fwd.h: Likewise.
4586169691Skan	* include/tr1/unordered_map: Likewise.
4587169691Skan	* include/tr1/unordered_set: Likewise.
4588169691Skan	* include/tr1/utility: Likewise.
4589169691Skan
4590169691Skan2005-02-22  Paolo Carlini  <pcarlini@suse.de>
4591169691Skan
4592169691Skan	* testsuite/tr1/2_general_utilities/memory/shared_ptr/assign/
4593169691Skan	auto_ptr_neg.cc: Add missing dg-do compile directive.
4594169691Skan	* testsuite/tr1/2_general_utilities/memory/shared_ptr/assign/
4595169691Skan	auto_ptr_rvalue_neg.cc: Likewise.
4596169691Skan	* testsuite/tr1/2_general_utilities/memory/shared_ptr/assign/
4597169691Skan	shared_ptr_neg.cc: Likewise.
4598169691Skan	* testsuite/tr1/2_general_utilities/memory/shared_ptr/cons/
4599169691Skan	auto_ptr_neg.cc: Likewise.
4600169691Skan	* testsuite/tr1/2_general_utilities/memory/shared_ptr/modifiers/
4601169691Skan	reset_neg.cc: Likewise.
4602169691Skan	* testsuite/tr1/2_general_utilities/memory/shared_ptr/modifiers/
4603169691Skan	swap_neg.cc: Likewise.
4604169691Skan
4605169691Skan2005-02-22  Jonathan Wakely  <redi@gcc.gnu.org>
4606169691Skan
4607169691Skan	* include/Makefile.am, include/Makefile.in: Fix accidental extra
4608169691Skan	change from previous commit.
4609169691Skan
4610169691Skan2005-02-21  Jonathan Wakely  <redi@gcc.gnu.org>
4611169691Skan
4612169691Skan	* include/tr1/memory: New file.
4613169691Skan	* include/Makefile.am, include/Makefile.in: Add new TR1 header.
4614169691Skan	* testsuite/tr1/2_general_utilities/memory/
4615169691Skan	enable_shared_from_this/not_shared.cc: New test.
4616169691Skan	* testsuite/tr1/2_general_utilities/memory/
4617169691Skan	enable_shared_from_this/not_shared2.cc: New test.
4618169691Skan	* testsuite/tr1/2_general_utilities/memory/
4619169691Skan	enable_shared_from_this/not_shared3.cc: New test.
4620169691Skan	* testsuite/tr1/2_general_utilities/memory/
4621169691Skan	enable_shared_from_this/shared.cc: New test.
4622169691Skan	* testsuite/tr1/2_general_utilities/memory/
4623169691Skan	enable_shared_from_this/still_shared.cc: New test.
4624169691Skan	* testsuite/tr1/2_general_utilities/memory/
4625169691Skan	shared_ptr/assign/assign.cc: New test.
4626169691Skan	* testsuite/tr1/2_general_utilities/memory/
4627169691Skan	shared_ptr/assign/auto_ptr.cc: New test.
4628169691Skan	* testsuite/tr1/2_general_utilities/memory/
4629169691Skan	shared_ptr/assign/auto_ptr_neg.cc: New test.
4630169691Skan	* testsuite/tr1/2_general_utilities/memory/
4631169691Skan	shared_ptr/assign/auto_ptr_rvalue_neg.cc: New test.
4632169691Skan	* testsuite/tr1/2_general_utilities/memory/
4633169691Skan	shared_ptr/assign/shared_ptr.cc: New test.
4634169691Skan	* testsuite/tr1/2_general_utilities/memory/
4635169691Skan	shared_ptr/assign/shared_ptr_neg.cc: New test.
4636169691Skan	* testsuite/tr1/2_general_utilities/memory/
4637169691Skan	shared_ptr/comparison/cmp.cc: New test.
4638169691Skan	* testsuite/tr1/2_general_utilities/memory/
4639169691Skan	shared_ptr/cons/auto_ptr.cc: New test.
4640169691Skan	* testsuite/tr1/2_general_utilities/memory/
4641169691Skan	shared_ptr/cons/auto_ptr_neg.cc: New test.
4642169691Skan	* testsuite/tr1/2_general_utilities/memory/
4643169691Skan	shared_ptr/cons/copy.cc: New test.
4644169691Skan	* testsuite/tr1/2_general_utilities/memory/
4645169691Skan	shared_ptr/cons/default.cc: New test.
4646169691Skan	* testsuite/tr1/2_general_utilities/memory/
4647169691Skan	shared_ptr/cons/pointer.cc: New test.
4648169691Skan	* testsuite/tr1/2_general_utilities/memory/
4649169691Skan	shared_ptr/cons/weak_ptr.cc: New test.
4650169691Skan	* testsuite/tr1/2_general_utilities/memory/
4651169691Skan	shared_ptr/cons/weak_ptr_expired.cc: New test.
4652169691Skan	* testsuite/tr1/2_general_utilities/memory/
4653169691Skan	shared_ptr/dest/dest.cc: New test.
4654169691Skan	* testsuite/tr1/2_general_utilities/memory/
4655169691Skan	shared_ptr/misc/io.cc: New test.
4656169691Skan	* testsuite/tr1/2_general_utilities/memory/
4657169691Skan	shared_ptr/misc/swap.cc: New test.
4658169691Skan	* testsuite/tr1/2_general_utilities/memory/
4659169691Skan	shared_ptr/modifiers/reset.cc: New test.
4660169691Skan	* testsuite/tr1/2_general_utilities/memory/
4661169691Skan	shared_ptr/modifiers/reset_neg.cc: New test.
4662169691Skan	* testsuite/tr1/2_general_utilities/memory/
4663169691Skan	shared_ptr/modifiers/swap.cc: New test.
4664169691Skan	* testsuite/tr1/2_general_utilities/memory/
4665169691Skan	shared_ptr/modifiers/swap_neg.cc: New test.
4666169691Skan	* testsuite/tr1/2_general_utilities/memory/
4667169691Skan	shared_ptr/observers/bool_conv.cc: New test.
4668169691Skan	* testsuite/tr1/2_general_utilities/memory/
4669169691Skan	shared_ptr/observers/get.cc: New test.
4670169691Skan	* testsuite/tr1/2_general_utilities/memory/
4671169691Skan	shared_ptr/observers/unique.cc: New test.
4672169691Skan	* testsuite/tr1/2_general_utilities/memory/
4673169691Skan	shared_ptr/observers/use_count.cc: New test.
4674169691Skan
4675169691Skan2005-02-21  Paolo Carlini  <pcarlini@suse.de>
4676169691Skan
4677169691Skan	* include/tr1/type_traits (is_member_function_pointer):
4678169691Skan	Remove ugly workaround for c++/19076.
4679169691Skan
4680169691Skan2005-02-21  Paolo Carlini  <pcarlini@suse.de>
4681169691Skan
4682169691Skan	* include/bits/basic_string.tcc (_Rep::_M_destroy): Don't
4683169691Skan	check for this == &_S_empty_rep, it's always false, here.
4684169691Skan
4685169691Skan2005-02-19  Matt Austern  <austern@gmail.com>
4686169691Skan
4687169691Skan	* include/tr1/functional (tr1_hashtable_define_trivial_hash): Make
4688169691Skan	hash<T>::operator() a const member function for T a fundamental type
4689169691Skan	* include/tr1/hashtable (extract1st::operator()): Declare const.
4690169691Skan	(hash_code_base): Declare all member functions const
4691169691Skan	(hashtable::find): fix call to this->bucket_count()
4692169691Skan	(hashtable::count): Likewise.
4693169691Skan	(hashtable::equal_range): m_incr_bucket applies to iterator, not node.
4694169691Skan	* testsuite/tr1/6_containers/unordered/find/set1.cc: New test.
4695169691Skan	* testsuite/tr1/6_containers/unordered/find/map1.cc: New test.
4696169691Skan	* testsuite/tr1/6_containers/unordered/find/multimap1.cc: New test.
4697169691Skan	* testsuite/tr1/6_containers/unordered/find/multiset1.cc: New test.
4698169691Skan
4699169691Skan2005-02-19  Hans-Peter Nilsson  <hp@axis.com>
4700169691Skan
4701169691Skan	PR libstdc++/20071
4702169691Skan	* include/tr1/functional (hash<std::wstring>): Wrap in #ifdef
4703169691Skan	_GLIBCXX_USE_WCHAR_T.
4704169691Skan
4705169691Skan2005-02-18  Richard Henderson  <rth@redhat.com>
4706169691Skan
4707169691Skan	PR libstdc++/10606
4708169691Skan	* config/linker-map.gnu (CXXABI_1.3.1): Add __cxa_get_exception_ptr.
4709169691Skan	* libsupc++/eh_alloc.cc (__cxa_allocate_exception): Increment
4710169691Skan	uncaughtExceptions here instead of ...
4711169691Skan	* libsupc++/eh_throw.cc (__cxa_throw) ... here.
4712169691Skan	(__cxa_rethrow): Increment uncaughtExceptions here instead of ...
4713169691Skan	* libsupc++/eh_catch.cc (__cxa_end_catch): ... here.
4714169691Skan	(__cxa_get_exception_ptr): New.
4715169691Skan	* libsupc++/unwind-cxx.h (__cxa_get_exception_ptr): Declare.
4716169691Skan
4717169691Skan2005-02-18  Matt Austern  <austern@apple.com>
4718169691Skan
4719169691Skan	* testsuite/tr1/6_containers/unordered/insert/array_syntax.cc: Fix
4720169691Skan	test case to use assignment instead of ==
4721169691Skan	* testsuite/tr1/6_containers/unordered/insert/map_range.cc: New test.
4722169691Skan	* testsuite/tr1/6_containers/unordered/insert/multimap_range.cc: New test.
4723169691Skan	* testsuite/tr1/6_containers/unordered/insert/multiset_range.cc: New test.
4724169691Skan	* testsuite/tr1/6_containers/unordered/insert/set_range.cc: New test.
4725169691Skan
4726169691Skan2005-02-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
4727169691Skan
4728169691Skan	* testsuite/thread/pthread1.cc: Do not invoke pthread_setconcurrency
4729169691Skan	on Solaris 2.6 and below.
4730169691Skan	* testsuite/thread/pthread2.cc: Likewise.
4731169691Skan	* testsuite/thread/pthread3.cc: Likewise.
4732169691Skan	* testsuite/thread/pthread4.cc: Likewise.
4733169691Skan	* testsuite/thread/pthread5.cc: Likewise.
4734169691Skan	* testsuite/thread/pthread6.cc: Likewise.
4735169691Skan	* testsuite/thread/pthread7-rope.cc: Likewise.
4736169691Skan
4737169691Skan2005-02-17  Matt Austern  <austern@apple.com>
4738169691Skan
4739169691Skan	* include/tr1/functional (hash): New function object.
4740169691Skan	* include/tr1/hashtable: New file.
4741169691Skan	* include/tr1/unordered_set: New file.
4742169691Skan	* include/tr1/unordered_map: New file.
4743169691Skan	* include/Makefile.am: Add three new TR1 headers.
4744169691Skan	* include/Makefile.in: Likewise.
4745169691Skan	* testsuite/tr1/6_containers/unordered/insert/array_syntax.cc: New test.
4746169691Skan	* testsuite/tr1/6_containers/unordered/insert/map_single.cc: New test.
4747169691Skan	* testsuite/tr1/6_containers/unordered/insert/multimap_single.cc: New test.
4748169691Skan	* testsuite/tr1/6_containers/unordered/insert/multiset_single.cc: New test.
4749169691Skan	* testsuite/tr1/6_containers/unordered/insert/set_single.cc: New test.
4750169691Skan	* testsuite/tr1/6_containers/unordered/instantiate/hash.cc: New test.
4751169691Skan	* testsuite/tr1/6_containers/unordered/instantiate/map.cc: New test.
4752169691Skan	* testsuite/tr1/6_containers/unordered/instantiate/multimap.cc: New test.
4753169691Skan	* testsuite/tr1/6_containers/unordered/instantiate/multiset.cc: New test.
4754169691Skan	* testsuite/tr1/6_containers/unordered/instantiate/set.cc: New test.
4755169691Skan
4756169691Skan2005-02-16  Paolo Carlini  <pcarlini@suse.de>
4757169691Skan
4758169691Skan	* testsuite/23_containers/set/modifiers/16728.cc:
4759169691Skan	Remove redundant include <testsuite_performance.h>.
4760169691Skan
4761169691Skan2005-02-16  Paolo Carlini  <pcarlini@suse.de>
4762169691Skan
4763169691Skan	PR libstdc++/19829
4764169691Skan	* testsuite/21_strings/basic_string/find/char/3.cc: Fix the test
4765169691Skan	at line #66 to not access str_lit01 beyond its end.
4766169691Skan	* testsuite/21_strings/basic_string/find/wchar_t/3.cc: Likewise.
4767169691Skan
4768169691Skan2005-02-15  Paolo Carlini  <pcarlini@suse.de>
4769169691Skan	    Jon Grimm  <jgrimm2@us.ibm.com>
4770169691Skan
4771169691Skan	PR libstdc++/19955
4772169691Skan	* include/bits/locale_facets.h (ctype<char>::_M_narrow_init()):
4773169691Skan	Fix the logic setting _M_narrow_ok: first check whether the
4774169691Skan	transformation is trivial with a dflt == 0, then deal with the
4775169691Skan	special case of zero.
4776169691Skan	* testsuite/22_locale/ctype/narrow/char/19955.cc: New.
4777169691Skan
4778169691Skan	* include/bits/locale_facets.h (ctype<char>::_M_widen_init()):
4779169691Skan	Tweak consistently to use memcmp; minor formatting fixes.
4780169691Skan
4781169691Skan2005-02-15  Jakub Jelinek  <jakub@redhat.com>
4782169691Skan
4783169691Skan	PR libstdc++/19946
4784169691Skan	* testsuite/demangle/abi_examples/01.cc (main): Adjust for 2005-02-13
4785169691Skan	demangler change.
4786169691Skan	* testsuite/demangle/abi_examples/02.cc (main): Likewise.
4787169691Skan
4788169691Skan2005-02-13  Richard Guenther  <rguenth@gcc.gnu.org>
4789169691Skan	    Paolo Carlini  <pcarlini@suse.de>
4790169691Skan
4791169691Skan	PR libstdc++/11706
4792169691Skan	* include/c_std/std_cmath.h (pow): Use __builtin_powi[lf]
4793169691Skan	for integer overloads.
4794169691Skan
4795169691Skan	* testsuite/26_numerics/cmath/powi.cc: New.
4796169691Skan
4797169691Skan2005-02-11  Janis Johnson  <janis187@us.ibm.com>
4798169691Skan
4799169691Skan	* testsuite/26_numerics/complex/13450.cc: Fix XFAIL selector.
4800169691Skan	* testsuite/26_numerics/complex/complex_value.cc: Ditto.
4801169691Skan	* testsuite/26_numerics/complex/pow.cc: Ditto.
4802169691Skan
4803169691Skan	* testsuite/lib/libstdc++.exp: Load target-supports-dg.exp.
4804169691Skan	* testsuite/26_numerics/complex/13450.cc: XFAIL for broken_cplxf_arg.
4805169691Skan	* testsuite/26_numerics/complex/complex_value.cc: Ditto.
4806169691Skan	* testsuite/26_numerics/complex/pow.cc: Ditto.
4807169691Skan
4808169691Skan2005-02-09  Mike Stump  <mrs@apple.com>
4809169691Skan
4810169691Skan	* libsupc++/del_op.cc: Don't include cstdlib when !_GLIBCXX_HOSTED.
4811169691Skan
4812169691Skan2005-02-09  Janis Johnson  <janis187@us.ibm.com>
4813169691Skan
4814169691Skan	* testsuite/ext/array_allocator/2.cc: XFAIL for powerpc*-*-linux*.
4815169691Skan
4816169691Skan2005-02-08  Mark Mitchell  <mark@codesourcery.com>
4817169691Skan
4818169691Skan	* config/linker-map.gnu (GLIBCXX_3.4): Add _ZNSdC* and _ZNSdD*.
4819169691Skan
4820169691Skan2005-02-07  Loren J. Rittle  <ljrittle@acm.org>
4821169691Skan
4822169691Skan	* testsuite/27_io/basic_istream/getline/wchar_t/5.cc: Make buf static.
4823169691Skan	* testsuite/27_io/basic_stringbuf/setbuf/wchar_t/4.cc: Make ref and
4824169691Skan	src static.
4825169691Skan
4826169691Skan2005-02-02  Brad Spencer  <spencer@infointeractive.com>
4827169691Skan
4828169691Skan	* debug.html: Fix broken tags.
4829169691Skan	* documentation.html: Same.
4830169691Skan
4831169691Skan2005-02-02  Andreas Jaeger  <aj@suse.de>
4832169691Skan
4833169691Skan	* testsuite/lib/libstdc++.exp: Revert Geoffrey Keating's patch
4834169691Skan	from 2005-01-28.
4835169691Skan	* testsuite/Makefile.am: Likewise.
4836169691Skan	* testsuite/Makefile.in: Likewise.
4837169691Skan
4838169691Skan2005-02-01  Paolo Carlini  <pcarlini@suse.de>
4839169691Skan
4840169691Skan	* include/bits/cpp_type_traits.h: Rename _M_type fields to
4841169691Skan	__value, except for __enable_if, _M_type -> __type, consistently
4842169691Skan	with the other traits.
4843169691Skan	* include/bits/stl_algobase.h: Tweak consistently.
4844169691Skan	* include/bits/stl_tree.h: Likewise.
4845169691Skan	* include/bits/valarray_array.h: Likewise.
4846169691Skan	* include/c_std/std_cmath.h: Likewise.
4847169691Skan	* include/debug/safe_iterator.h: Likewise.
4848169691Skan	* include/std/std_complex.h: Likewise.
4849169691Skan
4850169691Skan2005-01-31  Brad Spencer  <spencer@infointeractive.com>
4851169691Skan
4852169691Skan	* crossconfig.m4: Repair Solaris cross bits for strtold and strtof.
4853169691Skan	* configure: Regenerated.
4854169691Skan
4855169691Skan2005-01-31  Mark Mitchell  <mark@codesourcery.com>
4856169691Skan
4857169691Skan	* include/std/std_limits.h (numeric_limits<float>::has_denorm):
4858169691Skan	Add required cast.
4859169691Skan	(numeric_limits<double>::has_denorm): Likewise.
4860169691Skan	(numeric_limits<long double>::has_denorm): Likewise.
4861169691Skan
4862169691Skan2005-01-31  Paolo Carlini  <pcarlini@suse.de>
4863169691Skan	    Gabriel Dos Reis  <gdr@integrable-solutions.net>
4864169691Skan
4865169691Skan	* include/bits/cpp_type_traits.h: Add types to the structs thus
4866169691Skan	making type_traits.h redundant; exploit new __truth_type and
4867169691Skan	__traitor helpers.
4868169691Skan	* include/bits/type_traits.h: Remove.
4869169691Skan	* include/Makefile.am: Update.
4870169691Skan	* include/Makefile.in: Regenerate.
4871169691Skan	* include/backward/tempbuf.h: Include cpp_type_traits.h instead.
4872169691Skan	* include/bits/basic_string.h (replace(iterator, iterator,
4873169691Skan	_InputIterator, _InputIterator), _S_construct(_InIterator,
4874169691Skan	_InIterator, const _Alloc&)): Use __is_integer instead.
4875169691Skan	* include/bits/stl_bvector.h (vector(_InputIterator,
4876169691Skan	_InputIterator, const allocator_type&), assign(_InputIterator,
4877169691Skan	_InputIterator), insert(iterator, _InputIterator, _InputIterator)):
4878169691Skan	Likewise.
4879169691Skan	* include/bits/stl_construct.h (_Destroy(_ForwardIterator,
4880169691Skan	_ForwardIterator)): Use __is_scalar.
4881169691Skan	* include/bits/stl_deque.h (deque(_InputIterator, _InputIterator,
4882169691Skan	const allocator_type&), assign(_InputIterator, _InputIterator),
4883169691Skan	insert(iterator, _InputIterator, _InputIterator)): Use __is_integer.
4884169691Skan	* include/bits/stl_list.h (assign(_InputIterator, _InputIterator),
4885169691Skan	insert(iterator, _InputIterator, _InputIterator)): Likewise.
4886169691Skan	* include/bits/stl_tempbuf.h (_Temporary_buffer(_ForwardIterator,
4887169691Skan	_ForwardIterator)): Use __is_scalar.
4888169691Skan	* include/bits/stl_uninitialized.h (uninitialized_copy(_InputIterator,
4889169691Skan	_InputIterator, _ForwardIterator), uninitialized_fill(_ForwardIterator,
4890169691Skan	_ForwardIterator, const _Tp&), uninitialized_fill_n(_ForwardIterator,
4891169691Skan	_Size, const _Tp&)): Likewise.
4892169691Skan	* include/bits/stl_vector.h (vector(_InputIterator, _InputIterator,
4893169691Skan	const allocator_type&), assign(_InputIterator, _InputIterator),
4894169691Skan	insert(iterator, _InputIterator, _InputIterator)): Use __is_integer.
4895169691Skan	* include/debug/debug.h (__valid_range(const _InputIterator&,
4896169691Skan	const _InputIterator&)): Use __is_integer.
4897169691Skan	* include/ext/slist (assign(_InputIterator, _InputIterator)): Likewise.
4898169691Skan	* include/std/std_string.h: Include cpp_type_traits.h instead.
4899169691Skan
4900169691Skan2005-01-30  Paolo Carlini  <pcarlini@suse.de>
4901169691Skan
4902169691Skan	PR libstdc++/19642
4903169691Skan	* config/locale/generic/c_locale.h (__convert_from_v): Switch only
4904169691Skan	LC_NUMERIC, and only when actually != "C".
4905169691Skan
4906169691Skan2005-01-28  Paolo Carlini  <pcarlini@suse.de>
4907169691Skan
4908169691Skan	* include/tr1/type_traits (is_function): Minor consistency tweaks.
4909169691Skan
4910169691Skan2005-01-28  Geoffrey Keating  <geoffk@apple.com>
4911169691Skan
4912169691Skan	* testsuite/lib/libstdc++.exp (libstdc++_init): Search the path
4913169691Skan	for the compiler.  Don't set cxxflags.
4914169691Skan	(v3_target_compile): Search for libv3test.a relative to $objdir.
4915169691Skan	(lsearch_all_inline): New.
4916169691Skan	(lsearch_all_inline_not): New.
4917169691Skan	(v3-list-tests): Rewrite to not need generated files.
4918169691Skan	* testsuite/Makefile.am (IGNORE_WCHAR_T): New.
4919169691Skan	(IGNORE_THREAD): New.
4920169691Skan	(TESTS_TO_IGNORE): New.
4921169691Skan	(site.exp): Set tests_to_ignore, cxxflags.
4922169691Skan	* aclocal.m4: Regenerate.
4923169691Skan	* Makefile.in: Regenerate.
4924169691Skan	* libmath/Makefile.in: Likewise.
4925169691Skan	* libsupc++/Makefile.in: Likewise.
4926169691Skan	* po/Makefile.in: Likewise.
4927169691Skan	* src/Makefile.in: Likewise.
4928169691Skan	* testsuite/Makefile.in: Likewise.
4929169691Skan
4930169691Skan2005-01-28  Paolo Carlini  <pcarlini@suse.de>
4931169691Skan
4932169691Skan	* include/tr1/type_traits: Implement is_empty.
4933169691Skan	* testsuite/tr1/4_metaprogramming/type_properties/is_empty/
4934169691Skan	is_empty.cc: New.
4935169691Skan	* testsuite/tr1/4_metaprogramming/type_properties/is_empty/
4936169691Skan	typedefs.cc: Likewise.
4937169691Skan
4938169691Skan	* include/tr1/type_traits (__is_abstract_helper): Simplify a bit.
4939169691Skan
4940169691Skan2005-01-28  Paolo Carlini  <pcarlini@suse.de>
4941169691Skan
4942169691Skan	* include/tr1/type_traits: Implement is_abstract, by exploiting the
4943169691Skan	resolution of DR core/337.
4944169691Skan	* testsuite/testsuite_tr1.h: Add AbstractClass.
4945169691Skan	* testsuite/tr1/4_metaprogramming/type_properties/is_abstract/
4946169691Skan	is_abstract.cc: New.
4947169691Skan	* testsuite/tr1/4_metaprogramming/type_properties/is_abstract/
4948169691Skan	typedefs.cc: Likewise.
4949169691Skan
4950169691Skan	* include/tr1/type_traits (is_function): Rewrite, use the conversion
4951169691Skan	F& -> F* instead, thus avoiding problems with abstract classes.
4952169691Skan	* testsuite/tr1/4_metaprogramming/primary_type_categories/
4953169691Skan	is_function/is_function.cc: Add a test for tricky AbstractClass.
4954169691Skan
4955169691Skan2005-01-26  Paolo Carlini  <pcarlini@suse.de>
4956169691Skan
4957169691Skan	* include/ext/mt_allocator.h
4958169691Skan	(struct __per_type_pool_policy<,, false>::_S_get_pool,
4959169691Skan	struct __per_type_pool_policy<,, true>::_S_get_pool): Scale
4960169691Skan	_M_chunk_size too with sizeof(_Tp), otherwise the allocator
4961169691Skan	breaks down as soon as sizeof(_Tp) >~ _S_chunk_size / 128;
4962169691Skan	reduce to 64 the multiplier for _M_max_bytes (safer wrt
4963169691Skan	_Binmap_type being a short); trivial reformattings.
4964169691Skan	* testsuite/ext/mt_allocator/check_allocate_big_per_type.cc: New.
4965169691Skan
4966169691Skan2005-01-26  Paolo Carlini  <pcarlini@suse.de>
4967169691Skan
4968169691Skan	* acinclude.m4 ([GLIBCXX_ENABLE_C99]): Add ac_c99_complex
4969169691Skan	to the final test for enable_c99, thus robustifying it; remove
4970169691Skan	duplicate final test on ac_99_math.
4971169691Skan	* configure: Regenerate.
4972169691Skan
4973169691Skan	* include/std/std_complex.h: Remove usages of the dead
4974169691Skan	_GLIBCXX_BUGGY_COMPLEX macro.
4975169691Skan
4976169691Skan	* testsuite/26_numerics/cmath/19322.cc: Protect with
4977169691Skan	_GLIBCXX_USE_C99_MATH instead of the stronger _GLIBCXX_USE_C99,
4978169691Skan	since only C99 math facilities are involved.
4979169691Skan	* testsuite/26_numerics/cmath/c99_classification_macros_c++.cc:
4980169691Skan	Likewise.
4981169691Skan
4982169691Skan2005-01-25  Loren J. Rittle  <ljrittle@acm.org>
4983169691Skan
4984169691Skan	* acinclude.m4 (GLIBCXX_ENABLE_CLOCALE): Map FreeBSD to darwin
4985169691Skan	instead of generic.  Change autoconf report to "darwin or freebsd".
4986169691Skan	* configure: Regenerate.
4987169691Skan	* config/os/bsd/freebsd/ctype_inline.h (ctype<wchar_t>::do_is): Add.
4988169691Skan	(ctype<wchar_t>::do_scan_is): Likewise.
4989169691Skan	(ctype<wchar_t>::do_scan_not): Likewise.
4990169691Skan
4991169691Skan2005-01-25  Benjamin Kosnik  <bkoz@redhat.com>
4992169691Skan
4993169691Skan	* acinclude.m4 (GLIBCXX_ENABLE_C99): Test for complex math
4994169691Skan	functions, and enable _GLIBCXX_USE_C99_COMPLEX_MATH if they exist.
4995169691Skan	* acconfig.h: Add _GLIBCXX_USE_C99_COMPLEX_MATH.
4996169691Skan	* config.h.in: Regenerate.
4997169691Skan	* configure: Regenerate.
4998169691Skan	* include/std/std_complex.h: Protect complex builtins with
4999169691Skan	_GLIBCXX_USE_C99_COMPLEX_MATH.
5000169691Skan
5001169691Skan2005-01-24  Paolo Carlini  <pcarlini@suse.de>
5002169691Skan
5003169691Skan	* include/tr1/type_traits: Implement is_signed and is_unsigned.
5004169691Skan	* testsuite/tr1/4_metaprogramming/type_properties/
5005169691Skan	is_signed/is_signed.cc: New.
5006169691Skan	* testsuite/tr1/4_metaprogramming/type_properties/
5007169691Skan	is_signed/typedefs.cc: Likewise.
5008169691Skan	* testsuite/tr1/4_metaprogramming/type_properties/
5009169691Skan	is_unsigned/is_unsigned.cc: Likewise.
5010169691Skan	* testsuite/tr1/4_metaprogramming/type_properties/
5011169691Skan	is_unsigned/typedefs.cc: Likewise.
5012169691Skan
5013169691Skan2005-01-23  Paolo Carlini  <pcarlini@suse.de>
5014169691Skan
5015169691Skan	* docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 34.
5016169691Skan
5017169691Skan2005-01-23  Paolo Carlini  <pcarlini@suse.de>
5018169691Skan
5019169691Skan	* testsuite/27_io/basic_ostream/cons/wchar_t/9827.cc: New.
5020169691Skan	* testsuite/27_io/basic_ostream/endl/wchar_t/1.cc: Likewise.
5021169691Skan	* testsuite/27_io/basic_ostream/ends/wchar_t/1.cc: Likewise.
5022169691Skan	* testsuite/27_io/basic_ostream/ends/wchar_t/2.cc: Likewise.
5023169691Skan	* testsuite/27_io/basic_ostream/exceptions/wchar_t/9561.cc: Likewise.
5024169691Skan	* testsuite/27_io/basic_ostream/flush/wchar_t/1.cc: Likewise.
5025169691Skan	* testsuite/27_io/basic_ostream/flush/wchar_t/2.cc: Likewise.
5026169691Skan	* testsuite/27_io/basic_ostream/flush/wchar_t/
5027169691Skan	exceptions_badbit_throw.cc: Likewise.
5028169691Skan	* testsuite/27_io/basic_ostream/inserters_arithmetic/
5029169691Skan	wchar_t/2.cc: Likewise.
5030169691Skan	* testsuite/27_io/basic_ostream/inserters_arithmetic/
5031169691Skan	wchar_t/3.cc: Likewise.
5032169691Skan	* testsuite/27_io/basic_ostream/inserters_arithmetic/
5033169691Skan	wchar_t/4.cc: Likewise.
5034169691Skan	* testsuite/27_io/basic_ostream/inserters_arithmetic/
5035169691Skan	wchar_t/4402.cc: Likewise.
5036169691Skan	* testsuite/27_io/basic_ostream/inserters_arithmetic/
5037169691Skan	wchar_t/5.cc: Likewise.
5038169691Skan	* testsuite/27_io/basic_ostream/inserters_arithmetic/
5039169691Skan	wchar_t/6.cc: Likewise.
5040169691Skan	* testsuite/27_io/basic_ostream/inserters_arithmetic/
5041169691Skan	wchar_t/9555-oa.cc: Likewise.
5042169691Skan	* testsuite/27_io/basic_ostream/inserters_arithmetic/
5043169691Skan	wchar_t/exceptions_badbit_throw.cc: Likewise.
5044169691Skan	* testsuite/27_io/basic_ostream/inserters_arithmetic/
5045169691Skan	wchar_t/exceptions_failbit_throw.cc: Likewise.
5046169691Skan	* testsuite/27_io/basic_ostream/inserters_character/
5047169691Skan	wchar_t/1.cc: Likewise.
5048169691Skan	* testsuite/27_io/basic_ostream/inserters_character/
5049169691Skan	wchar_t/2.cc: Likewise.
5050169691Skan	* testsuite/27_io/basic_ostream/inserters_character/
5051169691Skan	wchar_t/3.cc: Likewise.
5052169691Skan	* testsuite/27_io/basic_ostream/inserters_character/
5053169691Skan	wchar_t/4.cc: Likewise.
5054169691Skan	* testsuite/27_io/basic_ostream/inserters_character/
5055169691Skan	wchar_t/5.cc: Likewise.
5056169691Skan	* testsuite/27_io/basic_ostream/inserters_character/
5057169691Skan	wchar_t/6.cc: Likewise.
5058169691Skan	* testsuite/27_io/basic_ostream/inserters_character/
5059169691Skan	wchar_t/9555-oc.cc: Likewise.
5060169691Skan	* testsuite/27_io/basic_ostream/inserters_other/
5061169691Skan	wchar_t/1.cc: Likewise.
5062169691Skan	* testsuite/27_io/basic_ostream/inserters_other/
5063169691Skan	wchar_t/2.cc: Likewise.
5064169691Skan	* testsuite/27_io/basic_ostream/inserters_other/
5065169691Skan	wchar_t/3.cc: Likewise.
5066169691Skan	* testsuite/27_io/basic_ostream/inserters_other/
5067169691Skan	wchar_t/4.cc: Likewise.
5068169691Skan	* testsuite/27_io/basic_ostream/inserters_other/
5069169691Skan	wchar_t/5.cc: Likewise.
5070169691Skan	* testsuite/27_io/basic_ostream/inserters_other/
5071169691Skan	wchar_t/9318-out.cc: Likewise.
5072169691Skan	* testsuite/27_io/basic_ostream/inserters_other/
5073169691Skan	wchar_t/9424-out.cc: Likewise.
5074169691Skan	* testsuite/27_io/basic_ostream/inserters_other/
5075169691Skan	wchar_t/9555-oo.cc: Likewise.
5076169691Skan	* testsuite/27_io/basic_ostream/inserters_other/wchar_t/
5077169691Skan	error_failbit.cc: Likewise.
5078169691Skan	* testsuite/27_io/basic_ostream/inserters_other/wchar_t/
5079169691Skan	exceptions_badbit_throw.cc: Likewise.
5080169691Skan	* testsuite/27_io/basic_ostream/inserters_other/wchar_t/
5081169691Skan	exceptions_failbit_throw.cc: Likewise.
5082169691Skan	* testsuite/27_io/basic_ostream/inserters_other/wchar_t/
5083169691Skan	exceptions_null.cc: Likewise.
5084169691Skan	* testsuite/27_io/basic_ostream/put/char/1.cc: Likewise.
5085169691Skan	* testsuite/27_io/basic_ostream/put/wchar_t/1.cc: Likewise.
5086169691Skan	* testsuite/27_io/basic_ostream/seekp/char/
5087169691Skan	exceptions_badbit_throw.cc: Likewise.
5088169691Skan	* testsuite/27_io/basic_ostream/seekp/wchar_t/
5089169691Skan	2346-fstream.cc: Likewise.
5090169691Skan	* testsuite/27_io/basic_ostream/seekp/wchar_t/
5091169691Skan	2346-sstream.cc: Likewise.
5092169691Skan	* testsuite/27_io/basic_ostream/seekp/wchar_t/
5093169691Skan	exceptions_badbit_throw.cc: Likewise.
5094169691Skan	* testsuite/27_io/basic_ostream/sentry/wchar_t/1.cc: Likewise.
5095169691Skan	* testsuite/27_io/basic_ostream/sentry/wchar_t/2.cc: Likewise.
5096169691Skan	* testsuite/27_io/basic_ostream/tellp/wchar_t/1.cc: Likewise.
5097169691Skan	* testsuite/27_io/basic_ostream/tellp/wchar_t/2.cc: Likewise.
5098169691Skan	* testsuite/27_io/basic_ostream/tellp/wchar_t/
5099169691Skan	exceptions_badbit_throw.cc: Likewise.
5100169691Skan	* testsuite/27_io/basic_ostream/write/wchar_t/1.cc: Likewise.
5101169691Skan
5102169691Skan	* testsuite/data/wostream_inserter_char-1.tst: Likewise.
5103169691Skan	* testsuite/data/wostream_inserter_char-1.txt: Likewise.
5104169691Skan	* testsuite/data/wostream_inserter_other-1.tst: Likewise.
5105169691Skan	* testsuite/data/wostream_inserter_other-2.tst: Likewise.
5106169691Skan	* testsuite/data/wostream_seeks-1.tst: Likewise.
5107169691Skan
5108169691Skan	* testsuite/27_io/basic_ostream/endl/char/1.cc: Minor tweaks.
5109169691Skan	* testsuite/27_io/basic_ostream/ends/char/1.cc: Likewise.
5110169691Skan	* testsuite/27_io/basic_ostream/exceptions/char/9561.cc: Likewise.
5111169691Skan	* testsuite/27_io/basic_ostream/flush/char/1.cc: Likewise.
5112169691Skan	* testsuite/27_io/basic_ostream/flush/char/2.cc: Likewise.
5113169691Skan	* testsuite/27_io/basic_ostream/flush/char/
5114169691Skan	exceptions_badbit_throw.cc: Likewise.
5115169691Skan	* testsuite/27_io/basic_ostream/inserters_arithmetic/
5116169691Skan	char/2.cc: Likewise.
5117169691Skan	* testsuite/27_io/basic_ostream/inserters_arithmetic/
5118169691Skan	char/3.cc: Likewise.
5119169691Skan	* testsuite/27_io/basic_ostream/inserters_arithmetic/
5120169691Skan	char/4.cc: Likewise.
5121169691Skan	* testsuite/27_io/basic_ostream/inserters_arithmetic/
5122169691Skan	char/4402.cc: Likewise.
5123169691Skan	* testsuite/27_io/basic_ostream/inserters_arithmetic/
5124169691Skan	char/5.cc: Likewise.
5125169691Skan	* testsuite/27_io/basic_ostream/inserters_arithmetic/
5126169691Skan	char/6.cc: Likewise.
5127169691Skan	* testsuite/27_io/basic_ostream/inserters_character/
5128169691Skan	char/4.cc: Likewise.
5129169691Skan	* testsuite/27_io/basic_ostream/inserters_other/char/
5130169691Skan	2.cc: Likewise.
5131169691Skan	* testsuite/27_io/basic_ostream/inserters_other/char/
5132169691Skan	5.cc: Likewise.
5133169691Skan	* testsuite/27_io/basic_ostream/inserters_other/char/
5134169691Skan	error_failbit.cc: Likewise.
5135169691Skan	* testsuite/27_io/basic_ostream/inserters_other/char/
5136169691Skan	exceptions_badbit_throw.cc: Likewise.
5137169691Skan	* testsuite/27_io/basic_ostream/inserters_other/char/
5138169691Skan	exceptions_failbit_throw.cc: Likewise.
5139169691Skan	* testsuite/27_io/basic_ostream/inserters_other/char/
5140169691Skan	exceptions_null.cc: Likewise.
5141169691Skan	* testsuite/27_io/basic_ostream/put/char/1.cc: Likewise.
5142169691Skan	* testsuite/27_io/basic_ostream/seekp/char/
5143169691Skan	exceptions_badbit_throw.cc: Likewise.
5144169691Skan	* testsuite/27_io/basic_ostream/sentry/char/2.cc: Likewise.
5145169691Skan	* testsuite/27_io/basic_ostream/write/char/1.cc: Likewise.
5146169691Skan
5147169691Skan2005-01-23  Paolo Carlini  <pcarlini@suse.de>
5148169691Skan
5149169691Skan	* include/tr1/type_traits (aligned_storage): Use __aligned__ instead
5150169691Skan	of aligned.
5151169691Skan
5152169691Skan2005-01-23  Paolo Carlini  <pcarlini@suse.de>
5153169691Skan	    Andreas Jaeger  <aj@suse.de>
5154169691Skan
5155169691Skan	PR libstdc++/19343
5156169691Skan	* include/bits/functexcept.h: Mark the helpers as 'noreturn'.
5157169691Skan
5158169691Skan2005-01-21  Loren J. Rittle  <ljrittle@acm.org>
5159169691Skan
5160169691Skan	* testsuite/27_io/basic_filebuf/open/char/9507.cc: Allow
5161169691Skan	lseek on fifo to succeed.  Thus, check for consistent report.
5162169691Skan
5163169691Skan2005-01-21  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5164169691Skan
5165169691Skan	PR libstdc++/19510
5166169691Skan	* include/bits/stl_list.h (_List_iterator): Initialize _M_node
5167169691Skan	in constructor.
5168169691Skan	(_List_const_iterator): Likewise.
5169169691Skan	* include/bits/stl_tree.h (_Rb_tree_iterator): Likewise.
5170169691Skan	(_Rb_tree_const_iterator): Likewise.
5171169691Skan
5172169691Skan	* testsuite/23_containers/map/operators/1_neg.cc: Adjust line numbers.
5173169691Skan	* testsuite/23_containers/set/operators/1_neg.cc: Likewise.
5174169691Skan
5175169691Skan2005-01-20  Benjamin Kosnik  <bkoz@redhat.com>
5176169691Skan
5177169691Skan	* testsuite/Makefile.am (check-compile): New.
5178169691Skan	* testsuite/Makefile.in: Regenerate.
5179169691Skan	* scripts/check_compile_time: New.
5180169691Skan	* scripts/check_performance: Tweaks.
5181169691Skan
5182169691Skan2005-01-19  Paolo Carlini  <pcarlini@suse.de>
5183169691Skan
5184169691Skan	PR libstdc++/19535
5185169691Skan	* include/tr1/utility (struct __pair_get<1>::__get, __const_get):
5186169691Skan	Fix typo in the return type.
5187169691Skan	* testsuite/tr1/6_containers/utility/19535.cc: New.
5188169691Skan
5189169691Skan2005-01-19  Loren J. Rittle  <ljrittle@acm.org>
5190169691Skan
5191169691Skan	* include/ext/array_allocator.h (array_allocator<>::allocate):
5192169691Skan	Avoid __used.  Use __array_used instead.
5193169691Skan	* docs/html/17_intro/BADNAMES: Add list for FreeBSD.
5194169691Skan
5195169691Skan2005-01-18  David Edelsohn  <edelsohn@gnu.org>
5196169691Skan
5197169691Skan	* config/os/aix/os_defines.h (_XOPEN_SOURCE): Delete.
5198169691Skan	(_XOPEN_SOURCE_EXTENDED): Delete.
5199169691Skan
5200169691Skan2005-01-18  Benjamin Kosnik  <bkoz@redhat.com>
5201169691Skan
5202169691Skan	* testsuite/testsuite_performance.h (time_counter::start):
5203169691Skan	Clear. Tweaks.
5204169691Skan	(clear_counters): Inline.
5205169691Skan	(start_counters): Inline.
5206169691Skan	(stop_counters): Inline.
5207169691Skan	* testsuite/performance/20_util/allocator/map_thread.cc: Return.
5208169691Skan	* testsuite/performance/20_util/allocator/insert.cc: Remove bogus
5209169691Skan	return, add return.
5210169691Skan	* testsuite/performance/20_util/allocator/map_thread.cc: Same.
5211169691Skan
5212169691Skan2005-01-17  Paolo Carlini  <pcarlini@suse.de>
5213169691Skan
5214169691Skan	PR libstdc++/19433
5215169691Skan	* include/bits/stl_tree.h (_Rb_tree<>::insert_unique(iterator,
5216169691Skan	const _Val&), _Rb_tree<>::insert_equal(iterator, const _Val&)):
5217169691Skan	Obtain amortized constant complexity if t is inserted right after
5218169691Skan	p - not before p - as per Table 69.
5219169691Skan	* testsuite/performance/23_containers/set_insert_from_sorted.cc: New.
5220169691Skan
5221169691Skan	* testsuite/23_containers/multiset/insert/2.cc: New.
5222169691Skan	* testsuite/23_containers/set/insert/1.cc: Likewise.
5223169691Skan
5224169691Skan	* testsuite/performance/23_containers/set_create_from_sorted.cc:
5225169691Skan	Simplify.
5226169691Skan
5227169691Skan	* include/bits/stl_tree.h: Add a few missing std:: qualifications.
5228169691Skan
5229169691Skan2005-01-16  Jonathan Wakely  <redi@gcc.gnu.org>
5230169691Skan
5231169691Skan	* include/ext/rope: Qualify calls to std::copy() by sequence_buffer.
5232169691Skan	* testsuite/ext/rope/4.cc: Add.
5233169691Skan
5234169691Skan2005-01-16  Lorenz Minder  <lminder@gmx.net>
5235169691Skan	    Paolo Carlini  <pcarlini@suse.de>
5236169691Skan
5237169691Skan	PR libstdc++/19322
5238169691Skan	* include/c_std/std_cmath.h: Define the C99 classification facilities
5239169691Skan	directly inside namespace std:.
5240169691Skan	* testsuite/26_numerics/cmath/19322.cc: New.
5241169691Skan
5242169691Skan2005-01-15  David Edelsohn  <edelsohn@gnu.org>
5243169691Skan
5244169691Skan	* config/os/aix/os_defines.h (_G_USING_THUNKS): Delete.
5245169691Skan
5246169691Skan2005-01-14  Paolo Carlini  <pcarlini@suse.de>
5247169691Skan
5248169691Skan	PR libstdc++/19422
5249169691Skan	* include/bits/stl_tree.h (_Rb_tree<>::insert_equal(_II, _II),
5250169691Skan	_Rb_tree<>::insert_unique(_II, _II)): Use insert_equal (insert_unique,
5251169691Skan	respectively) with hint (end()).
5252169691Skan	* testsuite/performance/23_containers/set_create_from_sorted.cc: New.
5253169691Skan
5254169691Skan2005-01-13  Geoffrey Keating  <geoffk@apple.com>
5255169691Skan
5256169691Skan	* configure.host (darwin): On darwin8 or later, no need to build
5257169691Skan	libstdc++ with -flat_namespace.
5258169691Skan
5259169691Skan2005-01-13  Jonathan Wakely  <redi@gcc.gnu.org>
5260169691Skan
5261169691Skan	* docs/doxygen/user.cfg.in: Set HAVE_DOT back to YES.
5262169691Skan
5263169691Skan2005-01-13  Paolo Carlini  <pcarlini@suse.de>
5264169691Skan
5265169691Skan	* testsuite/26_numerics/cmath/c99_classification_macros_c++.cc:
5266169691Skan	Re-enable commented-out test for double type.
5267169691Skan
5268169691Skan2005-01-11  Paolo Carlini  <pcarlini@suse.de>
5269169691Skan	    Benjamin Kosnik  <bkoz@redhat.com>
5270169691Skan
5271169691Skan	* src/istream.cc (basic_istream<char>::ignore(streamsize),
5272169691Skan	basic_istream<char>::ignore(streamsize, int_type),
5273169691Skan	basic_istream<wchar_t>::ignore(streamsize),
5274169691Skan	basic_istream<wchar_t>::ignore(streamsize, int_type)): In case
5275169691Skan	more than numeric_limits<streamsize>::max() chars are skipped,
5276169691Skan	set _M_gcount = max().
5277169691Skan	* include/bits/istream.tcc (ignore(streamsize), ignore(streamsize,
5278169691Skan	int_type)): Likewise; keep simple, don't forward.
5279169691Skan
5280169691Skan2005-01-11  Paolo Carlini  <pcarlini@suse.de>
5281169691Skan
5282169691Skan	* src/istream.cc (basic_istream<char>::ignore(streamsize),
5283169691Skan	basic_istream<char>::ignore(streamsize, int_type),
5284169691Skan	basic_istream<wchar_t>::ignore(streamsize),
5285169691Skan	basic_istream<wchar_t>::ignore(streamsize, int_type)): Revert
5286169691Skan	2005-01-05 change: actually, the previous behavior is conforming
5287169691Skan	and consistent with that of get(char_type*, streamsize, char_type),
5288169691Skan	albeit slightly different from that of 3.3/3.4 in a corner case
5289169691Skan	due to the use of snextc.
5290169691Skan	* include/bits/istream.tcc (ignore(streamsize), ignore(streamsize,
5291169691Skan	int_type)): Likewise.
5292169691Skan	* testsuite/27_io/basic_istream/ignore/char/4.cc: Remove.
5293169691Skan	* testsuite/27_io/basic_istream/ignore/wchar_t/4.cc: Likewise.
5294169691Skan
5295169691Skan2005-01-11  Paolo Carlini  <pcarlini@suse.de>
5296169691Skan
5297169691Skan	* include/tr1/type_traits: Implement alignment_of and aligned_storage.
5298169691Skan	* testsuite/tr1/4_metaprogramming/other_transformations/
5299169691Skan	aligned_storage/aligned_storage.cc: New.
5300169691Skan	* testsuite/tr1/4_metaprogramming/other_transformations/
5301169691Skan	aligned_storage/typedefs.cc: Likewise.
5302169691Skan	* testsuite/tr1/4_metaprogramming/type_properties/
5303169691Skan	alignment_of/alignment_of.cc: Likewise.
5304169691Skan	* testsuite/tr1/4_metaprogramming/type_properties/
5305169691Skan	alignment_of/typedefs.cc: Likewise.
5306169691Skan
5307169691Skan2005-01-10  Paolo Carlini  <pcarlini@suse.de>
5308169691Skan
5309169691Skan	* Makefile.in: Regenerate.
5310169691Skan	* libmath/Makefile.in: Likewise.
5311169691Skan	* libsupc++/Makefile.in: Likewise.
5312169691Skan	* po/Makefile.in: Likewise.
5313169691Skan	* src/Makefile.in: Likewise.
5314169691Skan	* testsuite/Makefile.in: Likewise.
5315169691Skan
5316169691Skan2005-01-10  Paolo Carlini  <pcarlini@suse.de>
5317169691Skan
5318169691Skan	* include/bits/stl_algobase.h (lexicographical_compare):
5319169691Skan	Fix concept check.
5320169691Skan
5321169691Skan2005-01-07  Benjamin Kosnik  <bkoz@redhat.com>
5322169691Skan
5323169691Skan	* acinclude.m4: Remove CCODECVT_H.
5324169691Skan	* configure: Regenerate.
5325169691Skan	* include/Makefile.am (host_headers_extra): Move to...
5326169691Skan	(ext_headers): ...here.
5327169691Skan	* include/Makefile.in: Regenerate.
5328169691Skan	* include/ext/enc_filebuf: Remove enc_filebuf, consolidate
5329169691Skan	enc_traits to...
5330169691Skan	* config/locale/ieee_1003.1-2001/codecvt_specializations.h: Move...
5331169691Skan	* include/ext/codecvt_specializations.h: ...here. Remove
5332169691Skan	_GLIBCXX_USE___ENC_TRAITS.
5333169691Skan	(__enc_traits): To __encoding_state, put in __gnu_cxx namespace.
5334169691Skan	(enc_char_traits): To __encoding_char_traits, put in __gnu_cxx
5335169691Skan	namespace.
5336169691Skan	* config/locale/generic/codecvt_specializations.h: Remove.
5337169691Skan	* include/bits/codecvt.h: Remove codecvt_specializations.h include.
5338169691Skan	* src/codecvt.cc: Remove __enc_traits::_S_max_size.
5339169691Skan
5340169691Skan2005-01-06  Benjamin Kosnik  <bkoz@redhat.com>
5341169691Skan
5342169691Skan	* include/bits/fstream.tcc: Remove unnecessary qualifications for
5343169691Skan	uglified data members of basic_filebuf, including _M_buf,
5344169691Skan	_M_buf_size, _M_mode, _M_pback_init.
5345169691Skan	* include/std/std_fstream.h: Same.
5346169691Skan
5347169691Skan2005-01-05  Benjamin Kosnik  <bkoz@redhat.com>
5348169691Skan
5349169691Skan	* testsuite/testsuite_hooks.h:
5350169691Skan	(copy_constructor::mark_call):  Use __throw_runtime_error.
5351169691Skan	(assignment_operator::mark_call): Same.
5352169691Skan	* testsuite/testsuite_hooks.cc (verify_demangle): Same.
5353169691Skan	(locale_data): Remove, just use runtime_error directly.
5354169691Skan	(environment_variable): Same.
5355169691Skan	(not_found): Same.
5356169691Skan	(run_tests_wrapped_locale): Use __throw_runtime_error.
5357169691Skan	(run_tests_wrapped_env): Same.
5358169691Skan	(semaphore::semaphore): Same.
5359169691Skan	(semaphore::signal): Same.
5360169691Skan	(semaphore::wait): Same.
5361169691Skan	* testsuite/testsuite_abi.h (symbol_error): Remove, use logic_error.
5362169691Skan	* testsuite/testsuite_abi.cc (get_symbol): Use __throw_logic_error.
5363169691Skan	(create_symbols): Use __throw_runtime_error.
5364169691Skan	* src/bitmap_allocator.cc: Use __throw_bad_alloc.
5365169691Skan
5366169691Skan2005-01-05  Mark Mitchell  <mark@codesourcery.com>
5367169691Skan
5368169691Skan	* testsuite/27_io/basic_filebuf/open/char/9507.cc: Remove child
5369169691Skan	process.
5370169691Skan
5371169691Skan2005-01-05  Paolo Carlini  <pcarlini@suse.de>
5372169691Skan
5373169691Skan	* src/istream.cc (basic_istream<char>::ignore(streamsize),
5374169691Skan	basic_istream<char>::ignore(streamsize, int_type),
5375169691Skan	basic_istream<wchar_t>::ignore(streamsize),
5376169691Skan	basic_istream<wchar_t>::ignore(streamsize, int_type)): At the end,
5377169691Skan	first check _M_gcount vs __n.
5378169691Skan	* include/bits/istream.tcc (ignore(streamsize), ignore(streamsize,
5379169691Skan	int_type)): Likewise.
5380169691Skan	* testsuite/27_io/basic_istream/ignore/char/4.cc: New.
5381169691Skan	* testsuite/27_io/basic_istream/ignore/wchar_t/4.cc: Likewise.
5382169691Skan
5383169691Skan2005-01-03  Mark Mitchell  <mark@codesourcery.com>
5384169691Skan
5385169691Skan	* testsuite/testsuite_hooks.cc: Use __throw_exception_again
5386169691Skan	instead of just throw.
5387169691Skan
5388169691Skan	* testsuite/testsuite_hooks.cc: Update coypright and follow style
5389169691Skan	guidelines.
5390169691Skan	* testsuite/testsuite_hooks.h: Likewise.
5391169691Skan	* testsuite/27_io/basic_filebuf/close/char/4879.cc: Use
5392169691Skan	semaphores, not sleep.
5393169691Skan	* testsuite/27_io/basic_filebuf/close/char/9964.cc: Likewise.
5394169691Skan	* testsuite/27_io/basic_filebuf/imbue/char/13171-2.cc: Likewise.
5395169691Skan	* testsuite/27_io/basic_filebuf/imbue/char/13582-2.cc: Likewise.
5396169691Skan	* testsuite/27_io/basic_filebuf/imbue/wchar_t/14975-2.cc:
5397169691Skan	Likewise.
5398169691Skan	* testsuite/27_io/basic_filebuf/open/char/9507.cc: Likewise.
5399169691Skan	* testsuite/27_io/basic_filebuf/underflow/char/10097.cc: Likewise.
5400169691Skan	* testsuite/27_io/objects/char/7.cc: Likewise.
5401169691Skan	* testsuite/27_io/objects/char/9661-1.cc: Likewise.
5402169691Skan	* testsuite/27_io/objects/wchar_t/7.cc: Likewise.
5403169691Skan	* testsuite/27_io/objects/wchar_t/9661-1.cc: Likewise.
5404169691Skan
5405169691Skan	* configure.ac: Check for sys/ipc.h and sys/sem.h.
5406169691Skan	* config.h.in: Regenerated.
5407169691Skan	* configure: Likewise.
5408169691Skan	* testsuite/testsuite_hooks.cc (_GLIBCXX_SYSV_SEM): Conditionally
5409169691Skan	define.
5410169691Skan	(sys/types.h): Include.
5411169691Skan	(sys/ipc.h): Likewise.
5412169691Skan	(sys/sem.h): Likewise.
5413169691Skan	(__gnu_test::semun): New type.
5414169691Skan	(__gnu_test::semaphore::sempaphore): New function.
5415169691Skan	(__gnu_test::semaphore::~semaphore): Likewise.
5416169691Skan	(__gnu_test::semaphore::wait): Likewise.
5417169691Skan	(__gnu_test::semaphore::signal): Likewise.
5418169691Skan	* testsuite/testsuite_hooks.h (__gnu_test::semaphore): New class.
5419169691Skan	* testsuite/27_io/basic_filebuf/close/char/4879.cc: Use
5420169691Skan	semaphores, not sleep.
5421169691Skan	* testsuite/27_io/basic_filebuf/close/char/9964.cc: Likewise.
5422169691Skan	* testsuite/27_io/basic_filebuf/imbue/char/13171-2.cc: Likewise.
5423169691Skan	* testsuite/27_io/basic_filebuf/imbue/char/13582-2.cc: Likewise.
5424169691Skan	* testsuite/27_io/basic_filebuf/imbue/wchar_t/14975-2.cc:
5425169691Skan	Likewise.
5426169691Skan	* testsuite/27_io/basic_filebuf/open/char/9507.cc: Likewise.
5427169691Skan	* testsuite/27_io/basic_filebuf/underflow/char/10097.cc: Likewise.
5428169691Skan	* testsuite/27_io/objects/char/7.cc: Likewise.
5429169691Skan	* testsuite/27_io/objects/char/9661-1.cc: Likewise.
5430169691Skan	* testsuite/27_io/objects/wchar_t/7.cc: Likewise.
5431169691Skan	* testsuite/27_io/objects/wchar_t/9661-1.cc: Likewise.
5432169691Skan
5433169691Skan2005-01-03  Paolo Carlini  <pcarlini@suse.de>
5434169691Skan
5435169691Skan	* include/bits/istream.tcc (ignore(streamsize), ignore(streamsize,
5436169691Skan	int_type)): Reset _M_gcount to numeric_limits<streamsize>::min().
5437169691Skan	* src/istream.cc (basic_istream<char>::ignore(streamsize, int_type),
5438169691Skan	basic_istream<wchar_t>::ignore(streamsize, int_type)): Likewise.
5439169691Skan	* src/istream.cc (basic_istream<char>::ignore(streamsize),
5440169691Skan	basic_istream<wchar_t>::ignore(streamsize)): Likewise; fix a typo.
5441169691Skan
5442169691Skan2005-01-02  Paolo Carlini  <pcarlini@suse.de>
5443169691Skan
5444169691Skan	* src/istream.cc (basic_istream<char>::ignore(streamsize),
5445169691Skan	basic_istream<char>::ignore(streamsize, int_type),
5446169691Skan	basic_istream<wchar_t>::ignore(streamsize),
5447169691Skan	basic_istream<wchar_t>::ignore(streamsize, int_type)): Avoid
5448169691Skan	_M_gcount overflows.
5449169691Skan	* include/bits/istream.tcc (ignore(streamsize), ignore(streamsize,
5450169691Skan	int_type)): Likewise; use snextc in the main loop, consistently
5451169691Skan	with the specializations above.
5452169691Skan
5453169691Skan2005-01-02  Chris Jefferson  <chris@bubblescope.net>
5454169691Skan
5455169691Skan	* include/bits/stl_algobase.h (mismatch): Correct concept check.
5456169691Skan
5457169691Skan2005-01-01  Paolo Carlini  <pcarlini@suse.de>
5458169691Skan
5459169691Skan	* testsuite/ext/enc_filebuf/char/13189.cc: Fix, first include
5460169691Skan	testsuite_hooks.h, to know whether including ext/enc_filebuf.h.
5461169691Skan	* testsuite/ext/enc_filebuf/wchar_t/13189.cc: Likewise.
5462169691Skan
5463169691Skan2005-01-01  Paolo Carlini  <pcarlini@suse.de>
5464169691Skan
5465169691Skan	* testsuite/27_io/basic_istream/extractors_character/char/1.cc: Fix,
5466169691Skan	null-terminate array1 at the outset.
5467169691Skan	* testsuite/27_io/basic_istream/extractors_character/wchar_t/1.cc:
5468169691Skan	Likewise.
5469