OSDN Git Service

6f143dc84568b21309c38d9898867e12c5470181
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / ChangeLog
1 2006-07-11  Paolo Carlini  <pcarlini@suse.de>
2
3         PR libstdc++/28344
4         * include/tr1/random (gamma_distribution<>::
5         gamma_distribution(const result_type&)): Don't use __alpha as
6         parameter name, a predefined macro on Alpha systems.
7
8 2006-07-11  Paolo Carlini  <pcarlini@suse.de>
9
10         PR libstdc++/28290
11         * include/ext/codecvt_specializations.h: Fix, adding missing
12         includes and guards.
13
14 2006-07-11  Paolo Carlini  <pcarlini@suse.de>
15
16         PR libstdc++/28277 (partial: collate bits)
17         * include/bits/locale_facets.tcc (collate<>::do_transform(
18         const _CharT*, const _CharT*)): Avoid __builtin_alloca with no
19         limit; also avoid multiple calls (in a loop).
20         * testsuite/22_locale/collate/transform/char/28277.cc: New.
21         * testsuite/22_locale/collate/transform/wchar_t/28277.cc: Likewise.
22
23 2006-07-10  Mike Stump  <mrs@apple.com>
24
25         * libsupc++/eh_globals.cc (~__eh_globals_init): Unset _M_init.
26
27 2006-07-10  Benjamin Kosnik  <bkoz@redhat.com>
28
29         PR libstdc++/15448
30         * include/Makefile.am: Clean up pch rules.
31         * include/Makefile.in: Regenerate.
32
33 2006-07-09  Paolo Carlini  <pcarlini@suse.de>
34
35         * include/bits/locale_facets.tcc (__int_to_char<>(_CharT*,
36         long, const _CharT*, ios_base::fmtflags), __int_to_char<>(_CharT*,
37         unsigned long, const _CharT*, ios_base::fmtflags),
38         __int_to_char<>(_CharT*, long long, const _CharT*, ios_base::fmtflags),
39         __int_to_char<>(_CharT*, unsigned long long, const _CharT*,
40         ios_base::fmtflags)): Remove.
41         (__int_to_char<>(_CharT*, _ValueT, const _CharT*, ios_base::fmtflags,
42         bool)): Adjust.
43         (num_put<>::_M_insert_int(_OutIter, ios_base&, _CharT, _ValueT)):
44         Likewise.
45
46 2006-07-06  Paolo Carlini  <pcarlini@suse.de>
47
48         * include/tr1/random (class gamma_distribution<>): Add.
49         * include/tr1/random.tcc (gamma_distribution<>::operator(),
50         operator<<(std::basic_ostream<>&, const gamma_distribution<>&)):
51         Define.
52         * testsuite/tr1/5_numerical_facilities/random/gamma_distribution/
53         requirements/typedefs.cc: New.
54
55 2006-07-06  Benjamin Kosnik  <bkoz@redhat.com>
56
57         * testsuite/util/regression/trait/assoc/trait.hpp: Format.
58         * testsuite/util/regression/rand/priority_queue/
59         rand_regression_test.hpp: Same.
60         * testsuite/util/regression/rand/assoc/rand_regression_test.hpp: Same.
61         * testsuite/util/regression/rand/
62         assoc/container_rand_regression_test.hpp: Same.
63         * testsuite/util/regression/priority_queue/common_type.hpp: Same.
64         * testsuite/util/regression/assoc/common_type.hpp: Same.
65         * testsuite/util/regression/basic_type.hpp: Same.
66
67 2006-07-05  Benjamin Kosnik  <bkoz@redhat.com>  
68
69         * include/Makefile.am (pch_output): New.
70         (clean-local): Use it.
71         * include/Makefile.in: Regenerate.
72
73 2006-07-04  Paolo Carlini  <pcarlini@suse.de>
74
75         * include/tr1/random (_Adaptor<>::operator()()): Cast 1 to
76         result_type.
77         (variate_generator<>::operator()(),
78         variate_generator<>::operator()(_Tp)): Inline.
79
80         * include/tr1/random: Minor cosmetic changes.
81
82 2006-07-03  Paolo Carlini  <pcarlini@suse.de>
83
84         * include/ext/rc_string_base.h (__rc_string_base::_S_max_size):
85         Adjust, take into account rounding in _M_create.
86         (__rc_string_base::_M_create): Add early _S_max_size check.
87
88 2006-07-03  Ian Lance Taylor  <ian@airs.com>
89             Paolo Carlini  <pcarlini@suse.de>
90
91         * include/ext/rc_string_base.h (__rc_string_base::_S_max_size):
92         Increase by a factor of two.
93         * include/ext/sso_string_base.h (__sso_string_base::_S_max_size):
94         Likewise.
95
96 2006-07-03  Paolo Carlini  <pcarlini@suse.de>
97
98         * include/ext/sso_string_base.h (__sso_string_base::_M_create): Never
99         allocate a string bigger than _S_max_size.
100
101 2006-06-29  Benjamin Kosnik  <bkoz@redhat.com>
102
103         * include/Makefile.am (pch1_input, pch1_output_builddir,
104         pch1_outputj_installdir, pch1_source): Move from pch_*.
105         (pch2_input, pch2_output_builddir,
106         pch2_output_installdir, pch2_source): Clone for ext.
107         (pch3_input, pch3_output_builddir,
108         pch3_output_installdir, pch3_source): Clone for tr1.
109         (install-pch): Same.
110         * include/Makefile.in: Regenerate.
111
112         * include/precompiled: New directory.
113         * include/stdc++.h: Move...
114         * include/precompiled/stdc++.h: ... here.               
115         * include/precompiled/stdtr1c++.h: New.
116         * include/precompiled/extc++.h: New.
117
118         * testsuite/lib/libstdc++.exp (libstdc++_init): Set PCH_CXXFLAGS
119         to -include bits/stdtr1c++.h.
120
121 2006-06-29  Benjamin Kosnik  <bkoz@redhat.com>
122
123         * testsuite/lib/libstdc++.exp (v3_target_compile): Set timeout to
124         600.
125
126 2006-06-27  Benjamin Kosnik  <bkoz@redhat.com>
127
128         * testsuite/util/regression/rand/priority_queue/
129         rand_regression_test.hpp: Revert.
130
131 2006-06-27  Benjamin Kosnik  <bkoz@redhat.com>
132
133         * include/ext/typelist.h (typelist_append): To append_typelist. 
134         (typelist): To node.
135         Enclose in namespace typelist.
136         * testsuite/util/testsuite_common_types.h: Adjust names, namespaces.
137         * testsuite/performance/23_containers/find/map.cc: Same.
138         * testsuite/performance/23_containers/create/map.cc: Same.
139         * testsuite/performance/23_containers/insert_erase/associative.cc: 
140         Same.
141         * testsuite/performance/23_containers/insert/sequence.cc: Same.
142         * testsuite/performance/23_containers/insert/associative.cc: Same.
143         * testsuite/performance/23_containers/create_from_sorted/set.cc: Same.
144         * testsuite/performance/23_containers/index/map.cc: Same.
145         * testsuite/performance/23_containers/insert_from_sorted/set.cc: Same.
146         * testsuite/performance/23_containers/create_sort/list.cc: Same.
147         * testsuite/performance/23_containers/sort_search/list.cc: Same.
148         * testsuite/performance/23_containers/producer_consumer/sequence.cc: 
149         Same.
150         * testsuite/performance/23_containers/producer_consumer/associative.cc:
151         Same.
152
153 2006-06-26  Benjamin Kosnik  <bkoz@redhat.com>
154
155         * testsuite/ext/pb_ds/regression/trie_no_data_map_rand.cc:
156         Reduce iterations by half.
157         * testsuite/ext/pb_ds/regression/hash_data_map_rand.cc: Same.
158         * testsuite/ext/pb_ds/regression/hash_no_data_map_rand.cc: Same.
159         * testsuite/ext/pb_ds/regression/list_update_data_map_rand.cc: Same.
160         * testsuite/ext/pb_ds/regression/list_update_no_data_map_rand.cc: Same.
161         * testsuite/ext/pb_ds/regression/priority_queue_rand.cc: Same.
162         * testsuite/ext/pb_ds/regression/tree_data_map_rand.cc: Same.
163         * testsuite/ext/pb_ds/regression/tree_no_data_map_rand.cc: Same.
164         * testsuite/ext/pb_ds/regression/trie_data_map_rand.cc: Same.
165
166         * testsuite/util/regression/rand/assoc/rand_regression_test.hpp:
167         Set probability of compare from 1 to 0.25.
168         * testsuite/util/regression/rand/priority_queue/
169         rand_regression_test.hpp: Same.
170
171 2006-06-25  Paolo Carlini  <pcarlini@suse.de>
172
173         * include/tr1/random (operator<<(std::basic_ostream<>&,
174         const linear_congruential<>&), operator>>(std::basic_istream<>&,
175         linear_congruential<>&), operator<<(std::basic_ostream<>&,
176         const mersenne_twister<>&), operator>>(std::basic_istream<>&,
177         mersenne_twister<>&), operator<<(std::basic_ostream<>&,
178         const subtract_with_carry<>&), operator>>(std::basic_istream<>&,
179         subtract_with_carry<>&), operator<<(std::basic_ostream<>&,
180         const discard_block<>&), operator>>(std::basic_istream<>&,
181         discard_block<>&), operator<<(std::basic_ostream<>&,
182         const xor_combine<>&), operator>>(std::basic_istream<>&,
183         xor_combine<>&), operator<<(std::basic_ostream<>&,
184         const uniform_int<>&), operator>>(std::basic_istream<>&,
185         uniform_int<>&), operator<<(std::basic_ostream<>&,
186         const bernoulli_distribution&), operator<<(std::basic_ostream<>&,
187         const geometric_distribution<>&), operator<<(std::basic_ostream<>&,
188         const uniform_real<>&), operator>>(std::basic_istream<>&,
189         uniform_real<>&), operator<<(std::basic_ostream<>&,
190         const exponential_distribution<>&), operator<<(std::basic_ostream<>&,
191         const normal_distribution<>&), operator>>(std::basic_istream<>&,
192         normal_distribution<>&)): Redo per TR1 specs; move out of line...
193         * include/tr1/random.tcc: ... here.
194
195 2006-06-24  Paolo Carlini  <pcarlini@suse.de>
196
197         * include/tr1/random (class normal_distribution<>): Add.
198         * include/tr1/random.tcc (normal_distribution<>::operator()): Define.
199         
200         * include/tr1/random.tcc (struct _Max): Remove, "inline" in the
201         only user, mersenne_twister<>::max().
202
203         * include/tr1/random.tcc (struct _Shift): Move...
204         * include/tr1/random: ... here.
205
206         * include/tr1/random.tcc (linear_congruential<>::
207         linear_congruential(unsigned long), linear_congruential<>::
208         linear_congruential(_Gen&), mersenne_twister<>::max())): Move inline...
209         * include/tr1/random: ... here.
210
211         * include/tr1/random (exponential_distribution<>::
212         exponential_distribution(const result_type&)): Add missing
213         _GLIBCXX_DEBUG_ASSERT.
214
215         * testsuite/tr1/5_numerical_facilities/random/
216         exponential_distribution/requirements/typedefs.cc: New.
217         * testsuite/tr1/5_numerical_facilities/random/
218         normal_distribution/requirements/typedefs.cc: Likewise.
219         * testsuite/tr1/5_numerical_facilities/random/
220         bernoulli_distribution/requirements/typedefs.cc: Likewise.
221         * testsuite/tr1/5_numerical_facilities/random/
222         geometric_distribution/requirements/typedefs.cc: Likewise.
223
224 2006-06-23  Benjamin Kosnik  <bkoz@redhat.com>
225
226         PR libstdc++/27984
227         * testsuite/lib/libstdc++.exp (libstdc++_init): Adjust
228         testing includes.
229         * docs/html/test.html: Adjust for testsuite changes.
230         
231 2006-06-22  Jonathan Lennox  <lennox@cs.columbia.edu>
232             Paolo Carlini  <pcarlini@suse.de>
233
234         * include/ext/pb_ds/detail/resize_policy/
235         hash_prime_size_policy_imp.hpp: Cast to size_t instead.
236
237 2006-06-22  Ami Tavory  <atavory@gmail.com>
238
239         * include/ext/pb_ds/detail/resize_policy/
240         hash_prime_size_policy_imp.hpp: Fix for 64-bit machines.
241
242 2006-06-21  Paolo Carlini  <pcarlini@suse.de>
243
244         * include/bits/postypes.h (operator==(const fpos<>&, const fpos<>&),
245         operator!=(const fpos<>&, const fpos<>&)): Add.
246         * testsuite/27_io/fpos/mbstate_t/6.cc: New.
247
248 2006-06-21  Mark Mitchell  <mark@codesourcery.com>
249
250         * acinclude.m4 (GLIBCXX_EXPORT_INSTALL_INFO): When
251         cross-compiling, put headers in $prefix/$target/include/c++.
252         * configure: Regenerated.
253
254 2006-06-20  Paolo Carlini  <pcarlini@suse.de>
255
256         * include/tr1/random.tcc (struct _Private::_Mod_w<>,
257         _Private::__mod_w<>): Remove.
258         (struct _Private::_Shift<>): New.
259         (struct _Private::_Max_w<>): Rename to _Max, use the latter.
260         (mersenne_twister<>::seed(unsigned long), seed(_Gen&, false_type),
261         max()): Adjust.
262
263 2006-06-20  Vladimir Prus  <vladimir@codesourcery.com>
264
265         * libsupc++/eh_arm.cc (__cxa_begin_cleanup): Always return 'true'.
266
267 2006-06-19  Paolo Carlini  <pcarlini@suse.de>
268
269         * include/tr1/random (xor_combine<>::operator<<): Fix typo.
270         
271         * include/tr1/random (bernoulli_distribution::min(),
272         bernoulli_distribution::max(), geometric_distribution<>::min(),
273         geometric_distribution<>::max()): Remove.
274
275         * include/tr1/random (geometric_distribution<>::operator()):
276         Simplify formula.
277
278         * include/tr1/random: Minor cosmetic changes.
279
280         * testsuite/tr1/5_numerical_facilities/random/discard_block/
281         operators/equal.cc: New.
282         * testsuite/tr1/5_numerical_facilities/random/discard_block/
283         operators/not_equal.cc: Likewise.
284         * testsuite/tr1/5_numerical_facilities/random/discard_block/
285         operators/serialize.cc: Likewise.
286         * testsuite/tr1/5_numerical_facilities/random/xor_combine/
287         operators/equal.cc: Likewise.
288         * testsuite/tr1/5_numerical_facilities/random/xor_combine/
289         operators/not_equal.cc: Likewise.
290         * testsuite/tr1/5_numerical_facilities/random/xor_combine/
291         operators/serialize.cc: Likewise.
292
293 2006-06-17  Ami Tavory  <atavory@gmail.com>
294             Paolo Carlini  <pcarlini@suse.de>
295
296         * testsuite/util/rng/twister_rand_gen.cc: Adapt to simply use
297         tr1::mt19937.
298         * testsuite/util/rng/twister_rand_gen.hpp: Likewise.
299
300 2006-06-16  Paolo Carlini  <pcarlini@suse.de>
301
302         * include/tr1/random (uniform_real<>::uniform_real(_RealType,
303         _RealType)): Implement.
304         (uniform_real<>::min()): Likewise.
305         (uniform_real<>::max()): Likewise.
306         (uniform_real<>::reset()): Likewise.
307
308         * include/tr1/random (class uniform_real<>): Minor cosmetic tweaks.
309
310 2006-06-16  Paolo Carlini  <pcarlini@suse.de>
311
312         * include/bits/locale_facets.tcc (time_get<>::_M_extract_via_format):
313         Ignore the value of the __err argument.
314         (time_get<>::do_get_weekday): Likewise.
315         (time_get<>::do_get_monthname): Likewise.
316         * testsuite/22_locale/time_get/get_year/wchar_t/5.cc: New.
317         * testsuite/22_locale/time_get/get_year/char/5.cc: Likewise.
318         * testsuite/22_locale/time_get/get_monthname/wchar_t/5.cc: Likewise.
319         * testsuite/22_locale/time_get/get_monthname/char/5.cc: Likewise.
320         * testsuite/22_locale/time_get/get_weekday/wchar_t/5.cc: Likewise.
321         * testsuite/22_locale/time_get/get_weekday/char/5.cc: Likewise.
322         * testsuite/22_locale/time_get/get_date/wchar_t/5.cc: Likewise.
323         * testsuite/22_locale/time_get/get_date/char/5.cc: Likewise.
324         * testsuite/22_locale/time_get/get_time/wchar_t/5.cc: Likewise.
325         * testsuite/22_locale/time_get/get_time/char/5.cc: Likewise.
326
327 2006-06-15  Benjamin Kosnik  <bkoz@redhat.com>
328
329         * include/ext/pb_ds/detail/type_utils.hpp (numeric_traits): Add,
330         const expression interface to std::numeric_limits::min and max
331         functions.
332         * include/ext/pb_ds/trie_policy.hpp (string_trie_e_access_traits):
333         Use it.
334
335         * include/ext/pb_ds/detail/resize_policy/
336         hash_load_check_resize_trigger_imp.hpp: Format.
337         * include/ext/pb_ds/detail/pat_trie_/internal_node.hpp: Same.
338
339 2006-06-15  Paolo Carlini  <pcarlini@suse.de>
340
341         * include/tr1/random.tcc (mersenne_twister<>::operator()()):
342         Reload the last position of the _M_x vector too.
343
344 2006-06-15  Paolo Carlini  <pcarlini@suse.de>
345
346         * include/tr1/random (class xor_combine): Fix result_type typedef.
347         * testsuite/tr1/5_numerical_facilities/random/xor_combine/
348         cons/default.cc: New.
349         * testsuite/tr1/5_numerical_facilities/random/xor_combine/
350         requirements/typedefs.cc: Tweak.
351
352         * include/tr1/random: Minor cosmetic changes.
353
354 2006-06-14  Ami Tavory  <atavory@gmail.com>
355             Benjamin Kosnik  <bkoz@redhat.com>
356
357         * include/ext/pb_assoc: Delete.
358         * include/ext/pb_ds: Add.
359         * docs/html/ext/pb_assoc: Delete.
360         * docs/html/ext/pb_ds: Add.
361         * testsuite/ext/pb_assoc: Delete.
362         * testsuite/ext/pb_ds: Add.
363         * testsuite/performance/ext: Add.
364         * testsuite/performance/ext/pb_ds: Add. 
365
366         * testsuite/util/regression: New.
367         * testsuite/util/rng: New.
368         * testsuite/util/native_type: New.
369         * testsuite/util/common_type: New.
370         * testsuite/util/performance: New.
371         * testsuite/util/hash_fn: New.
372         * testsuite/util/io: New.
373         * testsuite/util/statistic: New.
374
375         * scripts/make_graph.py: New.
376         * scripts/make_graphs.py: New.
377         * testsuite/data/thirty_years_among_the_dead_preproc.txt: Add.
378         * testsuite/data/make_graph_htmls.xml: Add.
379         * testsuite/data/make_graph_test_infos.xml: Add.        
380
381         * testsuite/lib/libstdc++.exp (v3-build_support): Add in new
382         object files for regression testing.
383         * docs/html/documentation.html: Adjust links.
384         * include/Makefile.am (install-headers): Update for new sources,
385         directories.
386         * include/Makefine.in: Regenerate.
387         * scripts/testsuite_flags.in: Adjust to testsuite/util path.
388         * scripts/check_performance: Simplify, adjust for new testsuite output.
389         * testsuite/Makefile.am (check-performance): Adjust.
390         (doc-performance): New.
391         * testsuite/Makefile.in: Regenerate.
392
393         * include/ext/pb_ds: New.
394         * include/ext/pb_ds/assoc_container.hpp: Same.
395         * include/ext/pb_ds/detail: New.
396         * include/ext/pb_ds/detail/binomial_heap_base_: New.
397         * include/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp: Same.
398         * include/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp: Same.
399         * include/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp: Same.
400         * include/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp: Same.
401         * include/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp: Same.
402         * include/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp: Same.
403         * include/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp: Same.
404         * include/ext/pb_ds/detail/resize_policy: New.
405         * include/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp: Same.
406         * include/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp: Same.
407         * include/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp: Same.
408         * include/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp: Same.
409         * include/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp: Same.
410         * include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp: Same.
411         * include/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp: Same.
412         * include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp: Same.
413         * include/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp: Same.
414         * include/ext/pb_ds/detail/container_base_dispatch.hpp: Same.
415         * include/ext/pb_ds/detail/cc_hash_table_map_: New.
416         * include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp: Same.
417         * include/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp: Same.
418         * include/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp: Same.
419         * include/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp: Same.
420         * include/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp: Same.
421         * include/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp: Same.
422         * include/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp: Same.
423         * include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp: Same.
424         * include/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp: Same.
425         * include/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp: Same.
426         * include/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp: Same.
427         * include/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp: Same.
428         * include/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp: Same.
429         * include/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp: Same.
430         * include/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp: Same.
431         * include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp: Same.
432         * include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp: Same.
433         * include/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp: Same.
434         * include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp: Same.
435         * include/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp: Same.
436         * include/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp: Same.
437         * include/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp: Same.
438         * include/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp: Same.
439         * include/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp: Same.
440         * include/ext/pb_ds/detail/cc_hash_table_map_/standard_policies.hpp: Same.
441         * include/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp: Same.
442         * include/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp: Same.
443         * include/ext/pb_ds/detail/typelist_assoc_container.hpp: Same.
444         * include/ext/pb_ds/detail/tree_trace_base.hpp: Same.
445         * include/ext/pb_ds/detail/unordered_iterator: New.
446         * include/ext/pb_ds/detail/unordered_iterator/iterator.hpp: Same.
447         * include/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp: Same.
448         * include/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp: Same.
449         * include/ext/pb_ds/detail/unordered_iterator/const_point_iterator.hpp: Same.
450         * include/ext/pb_ds/detail/typelist.hpp: Same.
451         * include/ext/pb_ds/detail/pat_trie_: New.
452         * include/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp: Same.
453         * include/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp: Same.
454         * include/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp: Same.
455         * include/ext/pb_ds/detail/pat_trie_/child_iterator.hpp: Same.
456         * include/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp: Same.
457         * include/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp: Same.
458         * include/ext/pb_ds/detail/pat_trie_/split_join_branch_bag.hpp: Same.
459         * include/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp: Same.
460         * include/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp: Same.
461         * include/ext/pb_ds/detail/pat_trie_/head.hpp: Same.
462         * include/ext/pb_ds/detail/pat_trie_/const_child_iterator.hpp: Same.
463         * include/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp: Same.
464         * include/ext/pb_ds/detail/pat_trie_/traits.hpp: Same.
465         * include/ext/pb_ds/detail/pat_trie_/cond_dtor_entry_dealtor.hpp: Same.
466         * include/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp: Same.
467         * include/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp: Same.
468         * include/ext/pb_ds/detail/pat_trie_/leaf.hpp: Same.
469         * include/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp: Same.
470         * include/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp: Same.
471         * include/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp: Same.
472         * include/ext/pb_ds/detail/pat_trie_/node_base.hpp: Same.
473         * include/ext/pb_ds/detail/pat_trie_/node_metadata_base.hpp: Same.
474         * include/ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp: Same.
475         * include/ext/pb_ds/detail/pat_trie_/node_iterators.hpp: Same.
476         * include/ext/pb_ds/detail/pat_trie_/internal_node.hpp: Same.
477         * include/ext/pb_ds/detail/pat_trie_/point_iterators.hpp: Same.
478         * include/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp: Same.
479         * include/ext/pb_ds/detail/bin_search_tree_: New.
480         * include/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp: Same.
481         * include/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp: Same.
482         * include/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp: Same.
483         * include/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp: Same.
484         * include/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp: Same.
485         * include/ext/pb_ds/detail/bin_search_tree_/cond_dtor_entry_dealtor.hpp: Same.
486         * include/ext/pb_ds/detail/bin_search_tree_/traits.hpp: Same.
487         * include/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp: Same.
488         * include/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp: Same.
489         * include/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp: Same.
490         * include/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp: Same.
491         * include/ext/pb_ds/detail/bin_search_tree_/cond_key_dtor_entry_dealtor.hpp: Same.
492         * include/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp: Same.
493         * include/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp: Same.
494         * include/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp: Same.
495         * include/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp: Same.
496         * include/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp: Same.
497         * include/ext/pb_ds/detail/gp_hash_table_map_: New.
498         * include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp: Same.
499         * include/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp: Same.
500         * include/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp: Same.
501         * include/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp: Same.
502         * include/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp: Same.
503         * include/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp: Same.
504         * include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp: Same.
505         * include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp: Same.
506         * include/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp: Same.
507         * include/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp: Same.
508         * include/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp: Same.
509         * include/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp: Same.
510         * include/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp: Same.
511         * include/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp: Same.
512         * include/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp: Same.
513         * include/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp: Same.
514         * include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp: Same.
515         * include/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp: Same.
516         * include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp: Same.
517         * include/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp: Same.
518         * include/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp: Same.
519         * include/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp: Same.
520         * include/ext/pb_ds/detail/gp_hash_table_map_/standard_policies.hpp: Same.
521         * include/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp: Same.
522         * include/ext/pb_ds/detail/standard_policies.hpp: Same.
523         * include/ext/pb_ds/detail/typelist: New.
524         * include/ext/pb_ds/detail/typelist/typelist_flatten.hpp: Same.
525         * include/ext/pb_ds/detail/typelist/typelist_contains.hpp: Same.
526         * include/ext/pb_ds/detail/typelist/typelist_typelist_append.hpp: Same.
527         * include/ext/pb_ds/detail/typelist/typelist_apply.hpp: Same.
528         * include/ext/pb_ds/detail/typelist/typelist_filter.hpp: Same.
529         * include/ext/pb_ds/detail/typelist/typelist_append.hpp: Same.
530         * include/ext/pb_ds/detail/typelist/typelist_assoc_container_find.hpp: Same.
531         * include/ext/pb_ds/detail/typelist/typelist_transform.hpp: Same.
532         * include/ext/pb_ds/detail/typelist/typelist_at_index.hpp: Same.
533         * include/ext/pb_ds/detail/tree_policy: New.
534         * include/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp: Same.
535         * include/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp: Same.
536         * include/ext/pb_ds/detail/tree_policy/null_node_update_imp.hpp: Same.
537         * include/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp: Same.
538         * include/ext/pb_ds/detail/basic_tree_policy: New.
539         * include/ext/pb_ds/detail/basic_tree_policy/basic_tree_policy_base.hpp: Same.
540         * include/ext/pb_ds/detail/basic_tree_policy/null_node_metadata.hpp: Same.
541         * include/ext/pb_ds/detail/basic_tree_policy/traits.hpp: Same.
542         * include/ext/pb_ds/detail/types_traits.hpp: Same.
543         * include/ext/pb_ds/detail/binary_heap_: New.
544         * include/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp: Same.
545         * include/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp: Same.
546         * include/ext/pb_ds/detail/binary_heap_/const_iterator.hpp: Same.
547         * include/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp: Same.
548         * include/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp: Same.
549         * include/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp: Same.
550         * include/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp: Same.
551         * include/ext/pb_ds/detail/binary_heap_/const_point_iterator.hpp: Same.
552         * include/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp: Same.
553         * include/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp: Same.
554         * include/ext/pb_ds/detail/binary_heap_/entry_pred.hpp: Same.
555         * include/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp: Same.
556         * include/ext/pb_ds/detail/binary_heap_/resize_policy.hpp: Same.
557         * include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp: Same.
558         * include/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp: Same.
559         * include/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp: Same.
560         * include/ext/pb_ds/detail/trie_policy: New.
561         * include/ext/pb_ds/detail/trie_policy/string_trie_e_access_traits_imp.hpp: Same.
562         * include/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp: Same.
563         * include/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp: Same.
564         * include/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp: Same.
565         * include/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp: Same.
566         * include/ext/pb_ds/detail/trie_policy/sample_trie_e_access_traits.hpp: Same.
567         * include/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp: Same.
568         * include/ext/pb_ds/detail/trie_policy/null_node_update_imp.hpp: Same.
569         * include/ext/pb_ds/detail/cond_dealtor.hpp: Same.
570         * include/ext/pb_ds/detail/priority_queue_base_dispatch.hpp: Same.
571         * include/ext/pb_ds/detail/pairing_heap_: Name.
572         * include/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp: Same.
573         * include/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp: Same.
574         * include/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp: Same.
575         * include/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp: Same.
576         * include/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp: Same.
577         * include/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp: Same.
578         * include/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp: Same.
579         * include/ext/pb_ds/detail/binomial_heap_: New.
580         * include/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp: Same.
581         * include/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp: Same.
582         * include/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp: Same.
583         * include/ext/pb_ds/detail/constructors_destructor_fn_imps.hpp: Same.
584         * include/ext/pb_ds/detail/type_utils.hpp: Same.
585         * include/ext/pb_ds/detail/eq_fn: New.
586         * include/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp: Same.
587         * include/ext/pb_ds/detail/eq_fn/eq_by_less.hpp: Same.
588         * include/ext/pb_ds/detail/basic_types.hpp: Same.
589         * include/ext/pb_ds/detail/list_update_policy: New.
590         * include/ext/pb_ds/detail/list_update_policy/mtf_lu_policy_imp.hpp: Same.
591         * include/ext/pb_ds/detail/list_update_policy/counter_lu_metadata.hpp: Same.
592         * include/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp: Same.
593         * include/ext/pb_ds/detail/list_update_policy/counter_lu_policy_imp.hpp: Same.
594         * include/ext/pb_ds/detail/thin_heap_: New.
595         * include/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp: Same.
596         * include/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp: Same.
597         * include/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp: Same.
598         * include/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp: Same.
599         * include/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp: Same.
600         * include/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp: Same.
601         * include/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp: Same.
602         * include/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp: Same.
603         * include/ext/pb_ds/detail/left_child_next_sibling_heap_: New.
604         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp: Same.
605         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp: Same.
606         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp: Same.
607         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp: Same.
608         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp: Same.
609         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp: Same.
610         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp: Same.
611         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp: Same.
612         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp: Same.
613         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp: Same.
614         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp: Same.
615         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp: Same.
616         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/const_point_iterator.hpp: Same.
617         * include/ext/pb_ds/detail/ov_tree_map_: New.
618         * include/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp: Same.
619         * include/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp: Same.
620         * include/ext/pb_ds/detail/ov_tree_map_/cond_dtor.hpp: Same.
621         * include/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp: Same.
622         * include/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp: Same.
623         * include/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp: Same.
624         * include/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp: Same.
625         * include/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp: Same.
626         * include/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp: Same.
627         * include/ext/pb_ds/detail/ov_tree_map_/traits.hpp: Same.
628         * include/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp: Same.
629         * include/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp: Same.
630         * include/ext/pb_ds/detail/map_debug_base.hpp: Same.
631         * include/ext/pb_ds/detail/hash_fn: New.
632         * include/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp: Same.
633         * include/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp: Same.
634         * include/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp: Same.
635         * include/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp: Same.
636         * include/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp: Same.
637         * include/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp: Same.
638         * include/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp: Same.
639         * include/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp: Same.
640         * include/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp: Same.
641         * include/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp: Same.
642         * include/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp: Same.
643         * include/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp: Same.
644         * include/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp: Same.
645         * include/ext/pb_ds/detail/splay_tree_: New.
646         * include/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp: Same.
647         * include/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp: Same.
648         * include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp: Same.
649         * include/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp: Same.
650         * include/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp: Same.
651         * include/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp: Same.
652         * include/ext/pb_ds/detail/splay_tree_/node.hpp: Same.
653         * include/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp: Same.
654         * include/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp: Same.
655         * include/ext/pb_ds/detail/splay_tree_/traits.hpp: Same.
656         * include/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp: Same.
657         * include/ext/pb_ds/detail/list_update_map_: New.
658         * include/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp: Same.
659         * include/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp: Same.
660         * include/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp: Same.
661         * include/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp: Same.
662         * include/ext/pb_ds/detail/list_update_map_/lu_map_.hpp: Same.
663         * include/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp: Same.
664         * include/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp: Same.
665         * include/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp: Same.
666         * include/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp: Same.
667         * include/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp: Same.
668         * include/ext/pb_ds/detail/rc_binomial_heap_: New.
669         * include/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp: Same.
670         * include/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp: Same.
671         * include/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp: Same.
672         * include/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp: Same.
673         * include/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp: Same.
674         * include/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp: Same.
675         * include/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp: Same.
676         * include/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp: Same.
677         * include/ext/pb_ds/detail/rb_tree_map_: New.
678         * include/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp: Same.
679         * include/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp: Same.
680         * include/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp: Same.
681         * include/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp: Same.
682         * include/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp: Same.
683         * include/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp: Same.
684         * include/ext/pb_ds/detail/rb_tree_map_/node.hpp: Same.
685         * include/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp: Same.
686         * include/ext/pb_ds/detail/rb_tree_map_/traits.hpp: Same.
687         * include/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp: Same.
688         * include/ext/pb_ds/list_update_policy.hpp: Same.
689         * include/ext/pb_ds/exception.hpp: Same.
690         * include/ext/pb_ds/tree_policy.hpp: Same.
691         * include/ext/pb_ds/tag_and_trait.hpp: Same.
692         * include/ext/pb_ds/hash_policy.hpp: Same.
693         * include/ext/pb_ds/trie_policy.hpp: Same.
694         * include/ext/pb_ds/priority_queue.hpp: Same.
695
696         * docs/html/ext/pb_ds: New.
697         * docs/html/ext/pb_ds/container_tag.html: Same.
698         * docs/html/ext/pb_ds/trivial_iterator_tag.html: Same.
699         * docs/html/ext/pb_ds/tree_text_lor_find_timing_test_local.png
700         * docs/html/ext/pb_ds/sample_trie_e_access_traits.html: Same.
701         * docs/html/ext/pb_ds/gp_hash_table.html: Same.
702         * docs/html/ext/pb_ds/priority_queue_tag_cd.svg
703         * docs/html/ext/pb_ds/container_cd.svg
704         * docs/html/ext/pb_ds/linear_probe_fn.html: Same.
705         * docs/html/ext/pb_ds/hash_random_int_erase_mem_usage_test_local.png
706         * docs/html/ext/pb_ds/quadratic_probe_fn.html: Same.
707         * docs/html/ext/pb_ds/assoc_regression_tests.html: Same.
708         * docs/html/ext/pb_ds/tree_tag.html: Same.
709         * docs/html/ext/pb_ds/hash_random_int_erase_mem_usage_test.html: Same.
710         * docs/html/ext/pb_ds/interface.html: Same.
711         * docs/html/ext/pb_ds/hash_zlob_random_int_find_timing_test_msvc.png
712         * docs/html/ext/pb_ds/hash_random_int_subscript_find_timing_test.html: Same.
713         * docs/html/ext/pb_ds/lu_based_containers.html: Same.
714         * docs/html/ext/pb_ds/embedded_lists_3.png
715         * docs/html/ext/pb_ds/tree_text_find_find_timing_test.html: Same.
716         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small_s2p_hash_local.png
717         * docs/html/ext/pb_ds/assoc_performance_tests.html: Same.
718         * docs/html/ext/pb_ds/list_update.html: Same.
719         * docs/html/ext/pb_ds/priority_queue_random_int_push_pop_timing_test_gcc.png
720         * docs/html/ext/pb_ds/tree_text_insert_timing_test_pat_trie_local.png
721         * docs/html/ext/pb_ds/point_iterators_range_ops_1.png
722         * docs/html/ext/pb_ds/gp_hash_random_int_subscript_timing_test_insert_msvc.png
723         * docs/html/ext/pb_ds/hash_zlob_random_int_find_timing_test_gcc.png
724         * docs/html/ext/pb_ds/text_find_timing_test_tree_like_msvc.png
725         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small_s2p_tree_local.png
726         * docs/html/ext/pb_ds/priority_queue_text_modify_down_timing_test_local.png
727         * docs/html/ext/pb_ds/tree_text_insert_timing_test_pat_trie_msvc.png
728         * docs/html/ext/pb_ds/priority_queue_text_modify_down_timing_test.html: Same.
729         * docs/html/ext/pb_ds/move_to_front_lu_policy.html: Same.
730         * docs/html/ext/pb_ds/multimap_text_find_timing_test_large_s2p_hash_gcc.png
731         * docs/html/ext/pb_ds/hash_random_int_find_find_timing_test.html: Same.
732         * docs/html/ext/pb_ds/string_trie_e_access_traits.html: Same.
733         * docs/html/ext/pb_ds/prerequisites.html: Same.
734         * docs/html/ext/pb_ds/gp_hash_tag.html: Same.
735         * docs/html/ext/pb_ds/priority_queue_tag_cd.png
736         * docs/html/ext/pb_ds/container_cd.png
737         * docs/html/ext/pb_ds/priority_queue_text_join_timing_test_gcc.png
738         * docs/html/ext/pb_ds/container_base.html: Same.
739         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_small_s2p_hash_msvc.png
740         * docs/html/ext/pb_ds/tree_random_int_find_find_timing_test.html: Same.
741         * docs/html/ext/pb_ds/binary_priority_queue_random_int_push_timing_test_msvc.png
742         * docs/html/ext/pb_ds/gp_hash_random_int_subscript_timing_test_find_local.png
743         * docs/html/ext/pb_ds/gp_hash_random_int_subscript_timing_test_find_gcc.png
744         * docs/html/ext/pb_ds/priority_queue_text_push_pop_timing_test_msvc.png
745         * docs/html/ext/pb_ds/random_int_find_find_timing_test_tree_msvc.png
746         * docs/html/ext/pb_ds/text_find_timing_test_hash_local.png
747         * docs/html/ext/pb_ds/tree_text_insert_timing_test_node_tree_msvc.png
748         * docs/html/ext/pb_ds/ov_tree_tag.html: Same.
749         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_small_s2p_hash_local.png
750         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_large_s2p_hash_msvc.png
751         * docs/html/ext/pb_ds/priority_queue_text_pop_mem_usage_test_msvc.png
752         * docs/html/ext/pb_ds/priority_queue_text_modify_down_timing_test_pairing_thin_msvc.png
753         * docs/html/ext/pb_ds/list_update_tag.html: Same.
754         * docs/html/ext/pb_ds/balls_and_bins.png
755         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_small_s2p_tree_local.png
756         * docs/html/ext/pb_ds/disclaimer.html: Same.
757         * docs/html/ext/pb_ds/insert_error.html: Same.
758         * docs/html/ext/pb_ds/multimap_text_find_timing_test_small_s2p_hash_gcc.png
759         * docs/html/ext/pb_ds/ccgp_hash_random_int_subscript_timing_test_insert_gcc.png
760         * docs/html/ext/pb_ds/examples.html: Same.
761         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_small.html: Same.
762         * docs/html/ext/pb_ds/pairing_priority_queue_text_push_pop_timing_test_gcc.png
763         * docs/html/ext/pb_ds/sample_probe_fn.html: Same.
764         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large_s2p_hash_local.png
765         * docs/html/ext/pb_ds/priority_queue_text_push_timing_test.html: Same.
766         * docs/html/ext/pb_ds/priority_queue_random_int_push_timing_test_gcc.png
767         * docs/html/ext/pb_ds/null_mapped_type.html: Same.
768         * docs/html/ext/pb_ds/binary_priority_queue_random_int_push_timing_test_gcc.png
769         * docs/html/ext/pb_ds/tree_order_statistics_timing_test_gcc.png
770         * docs/html/ext/pb_ds/associative_container_tag.html: Same.
771         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large_s2p_tree_local.png
772         * docs/html/ext/pb_ds/design.html: Same.
773         * docs/html/ext/pb_ds/cc_hash_max_collision_check_resize_trigger.html: Same.
774         * docs/html/ext/pb_ds/pairing_heap_tag.html: Same.
775         * docs/html/ext/pb_ds/tree_text_lor_find_timing_test_gcc.png
776         * docs/html/ext/pb_ds/references.html: Same.
777         * docs/html/ext/pb_ds/tree_order_statistics_timing_test_msvc.png
778         * docs/html/ext/pb_ds/hash_load_check_resize_trigger.html: Same.
779         * docs/html/ext/pb_ds/priority_queue_text_pop_mem_usage_test_gcc.png
780         * docs/html/ext/pb_ds/priority_queue_text_modify_down_timing_test_pairing_thin_gcc.png
781         * docs/html/ext/pb_ds/hash_random_int_erase_mem_usage_test_gcc.png
782         * docs/html/ext/pb_ds/pq_different_underlying_dss.png
783         * docs/html/ext/pb_ds/insert_resize_sequence_diagram1.png
784         * docs/html/ext/pb_ds/pq_regression_tests.html: Same.
785         * docs/html/ext/pb_ds/sample_tree_node_update.html: Same.
786         * docs/html/ext/pb_ds/invalidation_guarantee_erase.png
787         * docs/html/ext/pb_ds/basic_invalidation_guarantee.html: Same.
788         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_large_s2p_hash_local.png
789         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_large_s2p_hash_gcc.png
790         * docs/html/ext/pb_ds/hash_zlob_random_int_find_timing_test_local.png
791         * docs/html/ext/pb_ds/point_iterators_range_ops_2.png
792         * docs/html/ext/pb_ds/null_probe_fn.html: Same.
793         * docs/html/ext/pb_ds/hash_prime_size_policy.html: Same.
794         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small_s2p_hash_msvc.png
795         * docs/html/ext/pb_ds/priority_queue_text_modify_down_timing_test_gcc.png
796         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_large_s2p_tree_local.png
797         * docs/html/ext/pb_ds/binary_priority_queue_random_int_push_timing_test_local.png
798         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large_s2p_hash_msvc.png
799         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large_s2p_tree_gcc.png
800         * docs/html/ext/pb_ds/multimap_text_find_timing_test_large.html: Same.
801         * docs/html/ext/pb_ds/sample_resize_policy.html: Same.
802         * docs/html/ext/pb_ds/binomial_heap_tag.html: Same.
803         * docs/html/ext/pb_ds/priority_queue_text_pop_mem_usage_test_local.png
804         * docs/html/ext/pb_ds/priority_queue_text_modify_down_timing_test_pairing_thin_local.png
805         * docs/html/ext/pb_ds/tree_text_lor_find_find_timing_test.html: Same.
806         * docs/html/ext/pb_ds/priority_queue_text_join_timing_test_msvc.png
807         * docs/html/ext/pb_ds/trie_based_containers.html: Same.
808         * docs/html/ext/pb_ds/cc_hash_random_int_subscript_timing_test_insert_gcc.png
809         * docs/html/ext/pb_ds/tree_split_join_timing_test_local.png
810         * docs/html/ext/pb_ds/text_find_timing_test_hash_gcc.png
811         * docs/html/ext/pb_ds/motivation.html: Same.
812         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_small_s2p_tree_msvc.png
813         * docs/html/ext/pb_ds/tree_split_join_timing_test_gcc.png
814         * docs/html/ext/pb_ds/tree.html: Same.
815         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_small_s2p_hash_gcc.png
816         * docs/html/ext/pb_ds/cc_hash_random_int_subscript_timing_test_insert_msvc.png
817         * docs/html/ext/pb_ds/invalidation_guarantee_cd.png
818         * docs/html/ext/pb_ds/tutorial.html: Same.
819         * docs/html/ext/pb_ds/null_trie_node_update.html: Same.
820         * docs/html/ext/pb_ds/priority_queue_text_modify_up_timing_test_gcc.png
821         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_large_s2p_tree_msvc.png
822         * docs/html/ext/pb_ds/ccgp_hash_random_int_subscript_timing_test_insert_local.png
823         * docs/html/ext/pb_ds/point_iterators_cd.png
824         * docs/html/ext/pb_ds/multimap_text_find_timing_test_small_s2p_hash_local.png
825         * docs/html/ext/pb_ds/priority_queue_random_int_push_pop_timing_test_local.png
826         * docs/html/ext/pb_ds/rb_tree_tag.html: Same.
827         * docs/html/ext/pb_ds/cc_hash_random_int_subscript_timing_test_find_msvc.png
828         * docs/html/ext/pb_ds/pairing_priority_queue_text_push_timing_test_msvc.png
829         * docs/html/ext/pb_ds/tree_text_insert_timing_test_pat_trie_gcc.png
830         * docs/html/ext/pb_ds/exceptions.html: Same.
831         * docs/html/ext/pb_ds/priority_queue_text_modify_up_timing_test_msvc.png
832         * docs/html/ext/pb_ds/multimap_text_find_timing_test_small_s2p_tree_local.png
833         * docs/html/ext/pb_ds/hash_policy_cd.png
834         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small_s2p_tree_gcc.png
835         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small.html: Same.
836         * docs/html/ext/pb_ds/ds_gen.html: Same.
837         * docs/html/ext/pb_ds/hash_exponential_size_policy.html: Same.
838         * docs/html/ext/pb_ds/gp_hash_random_int_subscript_timing_test_insert_local.png
839         * docs/html/ext/pb_ds/hash_random_int_erase_mem_usage_test_msvc.png
840         * docs/html/ext/pb_ds/index.html: Same.
841         * docs/html/ext/pb_ds/binary_heap_tag.html: Same.
842         * docs/html/ext/pb_ds/basic_hash_tag.html: Same.
843         * docs/html/ext/pb_ds/trie_order_statistics_node_update.html: Same.
844         * docs/html/ext/pb_ds/sample_resize_trigger.html: Same.
845         * docs/html/ext/pb_ds/priority_queue_text_push_timing_test_local.png
846         * docs/html/ext/pb_ds/hash_text_find_find_timing_test.html: Same.
847         * docs/html/ext/pb_ds/tree_text_insert_timing_test.html: Same.
848         * docs/html/ext/pb_ds/trie_tag.html: Same.
849         * docs/html/ext/pb_ds/cc_hash_random_int_subscript_timing_test_find_local.png
850         * docs/html/ext/pb_ds/pq_tests.html: Same.
851         * docs/html/ext/pb_ds/insert_resize_sequence_diagram2.png
852         * docs/html/ext/pb_ds/node_invariant_invalidations.png
853         * docs/html/ext/pb_ds/priority_queue_text_modify_down_timing_test_msvc.png
854         * docs/html/ext/pb_ds/resize_policy_cd.png
855         * docs/html/ext/pb_ds/embedded_lists_1.png
856         * docs/html/ext/pb_ds/hash_ranged_hash_range_hashing_fns.png
857         * docs/html/ext/pb_ds/null_lu_metadata.html: Same.
858         * docs/html/ext/pb_ds/tree_order_statistics_timing_test.html: Same.
859         * docs/html/ext/pb_ds/trie_prefix_search_node_update.html: Same.
860         * docs/html/ext/pb_ds/hash_range_hashing_seq_diagram.png
861         * docs/html/ext/pb_ds/point_invalidation_guarantee.html: Same.
862         * docs/html/ext/pb_ds/direct_mod_range_hashing.html: Same.
863         * docs/html/ext/pb_ds/tree_text_insert_timing_test_vector_tree_local.png
864         * docs/html/ext/pb_ds/priority_queue_random_int_push_pop_timing_test_msvc.png
865         * docs/html/ext/pb_ds/misc.html: Same.
866         * docs/html/ext/pb_ds/multimap_text_find_timing_test_large_s2p_hash_local.png
867         * docs/html/ext/pb_ds/counter_lu_policy.html: Same.
868         * docs/html/ext/pb_ds/different_underlying_dss.png
869         * docs/html/ext/pb_ds/restoring_node_invariants.png
870         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_large.html: Same.
871         * docs/html/ext/pb_ds/pairing_priority_queue_text_push_timing_test_local.png
872         * docs/html/ext/pb_ds/sample_update_policy.html: Same.
873         * docs/html/ext/pb_ds/pairing_priority_queue_text_push_timing_test_gcc.png
874         * docs/html/ext/pb_ds/tree_order_statistics_timing_test_local.png
875         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small_s2p_tree_msvc.png
876         * docs/html/ext/pb_ds/simple_list.png
877         * docs/html/ext/pb_ds/text_find_timing_test_hash_msvc.png
878         * docs/html/ext/pb_ds/assoc_examples.html: Same.
879         * docs/html/ext/pb_ds/priority_queue_text_push_pop_timing_test_local.png
880         * docs/html/ext/pb_ds/hash_based_containers.html: Same.
881         * docs/html/ext/pb_ds/text_find_timing_test_tree_like_local.png
882         * docs/html/ext/pb_ds/multimap_text_find_timing_test_large_s2p_tree_local.png
883         * docs/html/ext/pb_ds/multimap_text_find_timing_test_large_s2p_tree_gcc.png
884         * docs/html/ext/pb_ds/tree_node_iterator.html: Same.
885         * docs/html/ext/pb_ds/priority_queue_text_modify_up_timing_test_pairing_thin_msvc.png
886         * docs/html/ext/pb_ds/trie_node_iterator.html: Same.
887         * docs/html/ext/pb_ds/tree_based_containers.html: Same.
888         * docs/html/ext/pb_ds/hash_random_int_subscript_insert_timing_test.html: Same.
889         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large_s2p_tree_msvc.png
890         * docs/html/ext/pb_ds/ccgp_hash_random_int_subscript_timing_test_insert_msvc.png
891         * docs/html/ext/pb_ds/multimap_text_find_timing_test_small_s2p_hash_msvc.png
892         * docs/html/ext/pb_ds/priority_queue_text_push_timing_test_gcc.png
893         * docs/html/ext/pb_ds/rationale_null_node_updator.png
894         * docs/html/ext/pb_ds/priority_queue_text_modify_up_timing_test_pairing_thin_local.png
895         * docs/html/ext/pb_ds/lu.png
896         * docs/html/ext/pb_ds/assoc_container_traits.html: Same.
897         * docs/html/ext/pb_ds/gp_hash_random_int_find_timing_test_msvc.png
898         * docs/html/ext/pb_ds/assoc_design.html: Same.
899         * docs/html/ext/pb_ds/splay_tree_tag.html: Same.
900         * docs/html/ext/pb_ds/cc_hash_random_int_subscript_timing_test_find_gcc.png
901         * docs/html/ext/pb_ds/priority_queue_random_int_push_timing_test.html: Same.
902         * docs/html/ext/pb_ds/assoc_container_tag_cd.svg
903         * docs/html/ext/pb_ds/resize_error.html: Same.
904         * docs/html/ext/pb_ds/multimap_text_find_timing_test_large_s2p_hash_msvc.png
905         * docs/html/ext/pb_ds/tree_text_insert_timing_test_node_tree_gcc.png
906         * docs/html/ext/pb_ds/priority_queue_text_join_timing_test.html: Same.
907         * docs/html/ext/pb_ds/basic_tree_assoc_container_const_node_iterator.html: Same.
908         * docs/html/ext/pb_ds/gp_hash_random_int_find_timing_test_gcc.png
909         * docs/html/ext/pb_ds/trie_const_node_iterator.html: Same.
910         * docs/html/ext/pb_ds/hash_zlob_random_int_find_find_timing_test.html: Same.
911         * docs/html/ext/pb_ds/multimap_text_find_timing_test_small_s2p_tree_gcc.png
912         * docs/html/ext/pb_ds/sample_size_policy.html: Same.
913         * docs/html/ext/pb_ds/tree_text_insert_timing_test_vector_tree_gcc.png
914         * docs/html/ext/pb_ds/cc_hash_table.html: Same.
915         * docs/html/ext/pb_ds/node_invariants.png
916         * docs/html/ext/pb_ds/tree_split_join_timing_test_msvc.png
917         * docs/html/ext/pb_ds/priority_queue_text_modify_up_timing_test.html: Same.
918         * docs/html/ext/pb_ds/tree_order_statistics_node_update.html: Same.
919         * docs/html/ext/pb_ds/cc_hash_random_int_find_timing_test_msvc.png
920         * docs/html/ext/pb_ds/cc_hash_random_int_subscript_timing_test_insert_local.png
921         * docs/html/ext/pb_ds/priority_queue.html: Same.
922         * docs/html/ext/pb_ds/assoc_tests.html: Same.
923         * docs/html/ext/pb_ds/assoc_container_tag_cd.png
924         * docs/html/ext/pb_ds/basic_hash_table.html: Same.
925         * docs/html/ext/pb_ds/basic_tree_tag.html: Same.
926         * docs/html/ext/pb_ds/tree_split_join_timing_test.html: Same.
927         * docs/html/ext/pb_ds/priority_queue_text_modify_up_timing_test_local.png
928         * docs/html/ext/pb_ds/insert_resize_sequence_diagram3.png
929         * docs/html/ext/pb_ds/embedded_lists_2.png
930         * docs/html/ext/pb_ds/random_int_find_find_timing_test_tree_local.png
931         * docs/html/ext/pb_ds/sample_ranged_probe_fn.html: Same.
932         * docs/html/ext/pb_ds/random_int_find_find_timing_test_tree_gcc.png
933         * docs/html/ext/pb_ds/sample_trie_node_update.html: Same.
934         * docs/html/ext/pb_ds/introduction.html: Same.
935         * docs/html/ext/pb_ds/pq_performance_tests.html: Same.
936         * docs/html/ext/pb_ds/pat_trie.png
937         * docs/html/ext/pb_ds/range_invalidation_guarantee.html: Same.
938         * docs/html/ext/pb_ds/contact.html: Same.
939         * docs/html/ext/pb_ds/sample_range_hashing.html: Same.
940         * docs/html/ext/pb_ds/priority_queue_random_int_push_timing_test_local.png
941         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large_s2p_hash_gcc.png
942         * docs/html/ext/pb_ds/update_seq_diagram.png
943         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_large_s2p_tree_gcc.png
944         * docs/html/ext/pb_ds/direct_mask_range_hashing.html: Same.
945         * docs/html/ext/pb_ds/tests.html: Same.
946         * docs/html/ext/pb_ds/cc_hash_random_int_find_timing_test_gcc.png
947         * docs/html/ext/pb_ds/tree_node_updator_policy_cd.png
948         * docs/html/ext/pb_ds/text_find_timing_test_tree_like_gcc.png
949         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large.html: Same.
950         * docs/html/ext/pb_ds/trie_node_updator_policy_cd.png
951         * docs/html/ext/pb_ds/priority_queue_random_int_push_timing_test_msvc.png
952         * docs/html/ext/pb_ds/concepts.html: Same.
953         * docs/html/ext/pb_ds/pq_examples.html: Same.
954         * docs/html/ext/pb_ds/priority_queue_tag.html: Same.
955         * docs/html/ext/pb_ds/priority_queue_random_int_push_pop_timing_test.html: Same.
956         * docs/html/ext/pb_ds/update_policy_cd.png
957         * docs/html/ext/pb_ds/thin_heap_tag.html: Same.
958         * docs/html/ext/pb_ds/pairing_priority_queue_text_push_pop_timing_test_msvc.png
959         * docs/html/ext/pb_ds/basic_tree.html: Same.
960         * docs/html/ext/pb_ds/null_hash_fn.html: Same.
961         * docs/html/ext/pb_ds/null_tree_node_update.html: Same.
962         * docs/html/ext/pb_ds/priority_queue_text_modify_up_timing_test_pairing_thin_gcc.png
963         * docs/html/ext/pb_ds/trie.html: Same.
964         * docs/html/ext/pb_ds/multimap_text_find_timing_test_small_s2p_tree_msvc.png
965         * docs/html/ext/pb_ds/rc_binomial_heap_tag.html: Same.
966         * docs/html/ext/pb_ds/priority_queue_text_push_timing_test_msvc.png
967         * docs/html/ext/pb_ds/pq_container_traits.html: Same.
968         * docs/html/ext/pb_ds/pq_design.html: Same.
969         * docs/html/ext/pb_ds/checked_by_tidy.gif
970         * docs/html/ext/pb_ds/tree_text_insert_timing_test_node_tree_local.png
971         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small_s2p_hash_gcc.png
972         * docs/html/ext/pb_ds/priority_queue_text_push_pop_timing_test.html: Same.
973         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_small_s2p_tree_gcc.png
974         * docs/html/ext/pb_ds/pairing_priority_queue_text_push_pop_timing_test_local.png
975         * docs/html/ext/pb_ds/acks.html: Same.
976         * docs/html/ext/pb_ds/gp_hash_random_int_find_timing_test_local.png
977         * docs/html/ext/pb_ds/cc_hash_tag.html: Same.
978         * docs/html/ext/pb_ds/sample_ranged_hash_fn.html: Same.
979         * docs/html/ext/pb_ds/multimap_text_find_timing_test_large_s2p_tree_msvc.png
980         * docs/html/ext/pb_ds/priority_queue_text_pop_mem_usage_test.html: Same.
981         * docs/html/ext/pb_ds/multimap_text_find_timing_test_small.html: Same.
982         * docs/html/ext/pb_ds/tree_text_lor_find_timing_test_msvc.png
983         * docs/html/ext/pb_ds/hash_range_hashing_seq_diagram2.png
984         * docs/html/ext/pb_ds/gp_hash_random_int_subscript_timing_test_find_msvc.png
985         * docs/html/ext/pb_ds/PythonPoweredSmall.gif
986         * docs/html/ext/pb_ds/cc_hash_random_int_find_timing_test_local.png
987         * docs/html/ext/pb_ds/pat_trie_tag.html: Same.
988         * docs/html/ext/pb_ds/hash_standard_resize_policy.html: Same.
989         * docs/html/ext/pb_ds/tree_text_insert_timing_test_vector_tree_msvc.png
990         * docs/html/ext/pb_ds/gp_hash_random_int_subscript_timing_test_insert_gcc.png
991         * docs/html/ext/pb_ds/join_error.html: Same.
992         * docs/html/ext/pb_ds/priority_queue_text_push_pop_timing_test_gcc.png
993         * docs/html/ext/pb_ds/priority_queue_text_join_timing_test_local.png
994
995         * testsuite/ext/pb_ds: New.
996         * testsuite/ext/pb_ds/regression: New.
997         * testsuite/ext/pb_ds/regression/trie_data_map_rand.cc: Same.
998         * testsuite/ext/pb_ds/regression/hash_data_map_rand.cc: Same.
999         * testsuite/ext/pb_ds/regression/associative_containers.cc: Same.
1000         * testsuite/ext/pb_ds/regression/list_update_no_data_map_rand.cc: Same.
1001         * testsuite/ext/pb_ds/regression/tree_no_data_map_rand.cc: Same.
1002         * testsuite/ext/pb_ds/regression/list_update_data_map_rand.cc: Same.
1003         * testsuite/ext/pb_ds/regression/priority_queues.cc: Same.
1004         * testsuite/ext/pb_ds/regression/hash_no_data_map_rand.cc: Same.
1005         * testsuite/ext/pb_ds/regression/priority_queue_rand.cc: Same.
1006         * testsuite/ext/pb_ds/regression/trie_no_data_map_rand.cc: Same.
1007         * testsuite/ext/pb_ds/regression/tree_data_map_rand.cc: Same.
1008         * testsuite/ext/pb_ds/example: New.
1009         * testsuite/ext/pb_ds/example/hash_shift_mask.cc: Same.
1010         * testsuite/ext/pb_ds/example/basic_set.cc: Same.
1011         * testsuite/ext/pb_ds/example/hash_illegal_resize.cc: Same.
1012         * testsuite/ext/pb_ds/example/hash_resize_neg.cc: Same.
1013         * testsuite/ext/pb_ds/example/store_hash.cc: Same.
1014         * testsuite/ext/pb_ds/example/assoc_container_traits.cc: Same.
1015         * testsuite/ext/pb_ds/example/hash_load_set_change.cc: Same.
1016         * testsuite/ext/pb_ds/example/ranged_hash.cc: Same.
1017         * testsuite/ext/pb_ds/example/hash_resize.cc: Same.
1018         * testsuite/ext/pb_ds/example/tree_order_statistics.cc: Same.
1019         * testsuite/ext/pb_ds/example/trie_prefix_search.cc: Same.
1020         * testsuite/ext/pb_ds/example/basic_multiset.cc: Same.
1021         * testsuite/ext/pb_ds/example/priority_queue_xref.cc: Same.
1022         * testsuite/ext/pb_ds/example/hash_find_neg.cc: Same.
1023         * testsuite/ext/pb_ds/example/erase_if.cc: Same.
1024         * testsuite/ext/pb_ds/example/priority_queue_container_traits.cc: Same.
1025         * testsuite/ext/pb_ds/example/tree_join.cc: Same.
1026         * testsuite/ext/pb_ds/example/basic_map.cc: Same.
1027         * testsuite/ext/pb_ds/example/trie_split.cc: Same.
1028         * testsuite/ext/pb_ds/example/priority_queue_split_join.cc: Same.
1029         * testsuite/ext/pb_ds/example/priority_queue_dijkstra.cc: Same.
1030         * testsuite/ext/pb_ds/example/priority_queue_erase_if.cc: Same.
1031         * testsuite/ext/pb_ds/example/hash_mod.cc: Same.
1032         * testsuite/ext/pb_ds/example/tree_order_statistics_join.cc: Same.
1033         * testsuite/ext/pb_ds/example/trie_dna.cc: Same.
1034         * testsuite/ext/pb_ds/example/hash_initial_size.cc: Same.
1035         * testsuite/ext/pb_ds/example/basic_priority_queue.cc: Same.
1036         * testsuite/ext/pb_ds/example/tree_intervals.cc: Same.
1037         * testsuite/ext/pb_ds/example/basic_multimap.cc: Same.
1038         * testsuite/performance/ext: New.
1039         * testsuite/performance/ext/pb_ds: New.
1040         * testsuite/performance/ext/pb_ds/multimap_text_find_timing_small.cc: Same.
1041         * testsuite/performance/ext/pb_ds/text_find_timing.cc: Same.
1042         * testsuite/performance/ext/pb_ds/hash_random_int_erase_mem_usage.cc: Same.
1043         * testsuite/performance/ext/pb_ds/tree_text_insert_timing.cc: Same.
1044         * testsuite/performance/ext/pb_ds/priority_queue_text_modify_down_timing.cc: Same.
1045         * testsuite/performance/ext/pb_ds/random_int_subscript_find_timing.cc: Same.
1046         * testsuite/performance/ext/pb_ds/priority_queue_text_push_timing.cc: Same.
1047         * testsuite/performance/ext/pb_ds/tree_split_join_timing.cc: Same.
1048         * testsuite/performance/ext/pb_ds/random_int_find_timing.cc: Same.
1049         * testsuite/performance/ext/pb_ds/multimap_text_insert_timing_large.cc: Same.
1050         * testsuite/performance/ext/pb_ds/multimap_text_insert_mem_usage.hpp: Same.
1051         * testsuite/performance/ext/pb_ds/priority_queue_random_int_push_timing.cc: Same.
1052         * testsuite/performance/ext/pb_ds/multimap_text_find_timing.hpp: Same.
1053         * testsuite/performance/ext/pb_ds/priority_queue_text_modify_timing.hpp: Same.
1054         * testsuite/performance/ext/pb_ds/tree_order_statistics_timing.cc: Same.
1055         * testsuite/performance/ext/pb_ds/priority_queue_text_modify_up_timing.cc: Same.
1056         * testsuite/performance/ext/pb_ds/multimap_text_insert_mem_usage_large.cc: Same.
1057         * testsuite/performance/ext/pb_ds/priority_queue_text_push_pop_timing.cc: Same.
1058         * testsuite/performance/ext/pb_ds/multimap_text_find_timing_large.cc: Same.
1059         * testsuite/performance/ext/pb_ds/priority_queue_text_join_timing.cc: Same.
1060         * testsuite/performance/ext/pb_ds/multimap_text_insert_timing_small.cc: Same.
1061         * testsuite/performance/ext/pb_ds/priority_queue_random_int_push_pop_timing.cc: Same.
1062         * testsuite/performance/ext/pb_ds/random_int_subscript_insert_timing.cc: Same.
1063         * testsuite/performance/ext/pb_ds/tree_text_lor_find_timing.cc: Same.
1064         * testsuite/performance/ext/pb_ds/priority_queue_text_pop_mem_usage.cc: Same.
1065         * testsuite/performance/ext/pb_ds/multimap_text_insert_timing.hpp: Same.
1066         * testsuite/performance/ext/pb_ds/hash_zlob_random_int_find_timing.cc: Same.
1067         * testsuite/performance/ext/pb_ds/multimap_text_insert_mem_usage_small.cc: Same.
1068         * testsuite/data/make_graph_test_infos.xml: Same.
1069         * testsuite/data/thirty_years_among_the_dead_preproc.txt: New.
1070         * testsuite/data/make_graph_htmls.xml: Same.
1071         * testsuite/util/regression: New.
1072         * testsuite/util/regression/trait: New.
1073         * testsuite/util/regression/trait/priority_queue: New.
1074         * testsuite/util/regression/trait/priority_queue/trait.hpp: Same.
1075         * testsuite/util/regression/trait/erase_if_fn.hpp: Same.
1076         * testsuite/util/regression/trait/assoc: New.
1077         * testsuite/util/regression/trait/assoc/native_type_trait.hpp: Same.
1078         * testsuite/util/regression/trait/assoc/node_update_trait.hpp: Same.
1079         * testsuite/util/regression/trait/assoc/get_set_load_trait.hpp: Same.
1080         * testsuite/util/regression/trait/assoc/get_set_loads_trait.hpp: Same.
1081         * testsuite/util/regression/trait/assoc/trait.hpp: Same.
1082         * testsuite/util/regression/trait/assoc/type_trait.hpp: Same.
1083         * testsuite/util/regression/trait/assoc/resize_trait.hpp: Same.
1084         * testsuite/util/regression/trait/assoc/to_string.hpp: Same.
1085         * testsuite/util/regression/rand: New.
1086         * testsuite/util/regression/rand/priority_queue: New.
1087         * testsuite/util/regression/rand/priority_queue/detail: New.
1088         * testsuite/util/regression/rand/priority_queue/detail/erase_fn_imps.hpp: Same.
1089         * testsuite/util/regression/rand/priority_queue/detail/cmp_fn_imps.hpp: Same.
1090         * testsuite/util/regression/rand/priority_queue/detail/policy_access_fn_imps.hpp: Same.
1091         * testsuite/util/regression/rand/priority_queue/detail/defs_fn_imps.hpp: Same.
1092         * testsuite/util/regression/rand/priority_queue/detail/it_conversion_fn_imps.hpp: Same.
1093         * testsuite/util/regression/rand/priority_queue/detail/constructor_destructor_fn_imps.hpp: Same.
1094         * testsuite/util/regression/rand/priority_queue/detail/diagnostic_fn_imps.hpp: Same.
1095         * testsuite/util/regression/rand/priority_queue/detail/insert_fn_imps.hpp: Same.
1096         * testsuite/util/regression/rand/priority_queue/detail/clear_fn_imps.hpp: Same.
1097         * testsuite/util/regression/rand/priority_queue/detail/modify_fn_imps.hpp: Same.
1098         * testsuite/util/regression/rand/priority_queue/detail/split_join_fn_imps.hpp: Same.
1099         * testsuite/util/regression/rand/priority_queue/detail/operator_fn_imps.hpp: Same.
1100         * testsuite/util/regression/rand/priority_queue/rand_regression_test.hpp: Same.
1101         * testsuite/util/regression/rand/priority_queue/container_rand_regression_test.hpp: Same.
1102         * testsuite/util/regression/rand/io: New.
1103         * testsuite/util/regression/rand/io/priority_queue: New.
1104         * testsuite/util/regression/rand/io/priority_queue/xml_formatter.hpp: Same.
1105         * testsuite/util/regression/rand/io/assoc: New.
1106         * testsuite/util/regression/rand/io/assoc/xml_formatter.hpp: Same.
1107         * testsuite/util/regression/rand/io/xml_formatter.hpp: Same.
1108         * testsuite/util/regression/rand/assoc: New.
1109         * testsuite/util/regression/rand/assoc/detail: New.
1110         * testsuite/util/regression/rand/assoc/detail/subscript_fn_imps.hpp: Same.
1111         * testsuite/util/regression/rand/assoc/detail/cmp_fn_imps.hpp: Same.
1112         * testsuite/util/regression/rand/assoc/detail/policy_access_fn_imps.hpp: Same.
1113         * testsuite/util/regression/rand/assoc/detail/defs_fn_imps.hpp: Same.
1114         * testsuite/util/regression/rand/assoc/detail/it_conversion_fn_imps.hpp: Same.
1115         * testsuite/util/regression/rand/assoc/detail/diagnostic_fn_imps.hpp: Same.
1116         * testsuite/util/regression/rand/assoc/detail/clear_fn_imps.hpp: Same.
1117         * testsuite/util/regression/rand/assoc/detail/get_set_load_fn_imps.hpp: Same.
1118         * testsuite/util/regression/rand/assoc/detail/operator_fn_imps.hpp: Same.
1119         * testsuite/util/regression/rand/assoc/detail/erase_fn_imps.hpp: Same.
1120         * testsuite/util/regression/rand/assoc/detail/resize_fn_imps.hpp: Same.
1121         * testsuite/util/regression/rand/assoc/detail/constructor_destructor_fn_imps.hpp: Same.
1122         * testsuite/util/regression/rand/assoc/detail/insert_fn_imps.hpp: Same.
1123         * testsuite/util/regression/rand/assoc/detail/split_join_fn_imps.hpp: Same.
1124         * testsuite/util/regression/rand/assoc/detail/get_set_loads_fn_imps.hpp: Same.
1125         * testsuite/util/regression/rand/assoc/rand_regression_test.hpp: Same.
1126         * testsuite/util/regression/rand/assoc/container_rand_regression_test.hpp: Same.
1127         * testsuite/util/regression/priority_queue: New.
1128         * testsuite/util/regression/priority_queue/common_type.hpp: Same.
1129         * testsuite/util/regression/basic_type.hpp: Same.
1130         * testsuite/util/regression/assoc: New.
1131         * testsuite/util/regression/assoc/common_type.hpp: Same.
1132         * testsuite/util/regression/res_mng: New.
1133         * testsuite/util/regression/res_mng/forced_exception.hpp: Same.
1134         * testsuite/util/regression/res_mng/dbg_ex_allocator_base.cc: Same.
1135         * testsuite/util/regression/res_mng/dbg_ex_allocator_base.hpp: Same.
1136         * testsuite/util/regression/res_mng/dbg_ex_allocator.hpp: Same.
1137         * testsuite/util/rng: New.
1138         * testsuite/util/rng/twister_rand_gen.cc: Same.
1139         * testsuite/util/rng/twister_rand_gen.hpp: Same.
1140         * testsuite/util/native_type: New.
1141         * testsuite/util/native_type/priority_queue: New.
1142         * testsuite/util/native_type/priority_queue/native_priority_queue.hpp: Same.
1143         * testsuite/util/native_type/priority_queue/native_pq_tag.hpp: Same.
1144         * testsuite/util/native_type/assoc: New.
1145         * testsuite/util/native_type/assoc/native_multimap.hpp: Same.
1146         * testsuite/util/native_type/assoc/native_tree_tag.hpp: Same.
1147         * testsuite/util/native_type/assoc/native_set.hpp: Same.
1148         * testsuite/util/native_type/assoc/native_hash_multimap.hpp: Same.
1149         * testsuite/util/native_type/assoc/native_map.hpp: Same.
1150         * testsuite/util/native_type/assoc/native_hash_tag.hpp: Same.
1151         * testsuite/util/native_type/assoc/native_hash_set.hpp: Same.
1152         * testsuite/util/native_type/assoc/native_hash_map.hpp: Same.
1153         * testsuite/util/common_type: New.
1154         * testsuite/util/common_type/priority_queue
1155         * testsuite/util/common_type/priority_queue/common_type.hpp: Same.
1156         * testsuite/util/common_type/priority_queue/string_form.hpp: Same.
1157         * testsuite/util/common_type/priority_queue/detail
1158         * testsuite/util/common_type/priority_queue/detail/ds_string_form.hpp: Same.
1159         * testsuite/util/common_type/assoc: New.
1160         * testsuite/util/common_type/assoc/common_type.hpp: Same.
1161         * testsuite/util/common_type/assoc/string_form.hpp: Same.
1162         * testsuite/util/common_type/assoc/template_policy.hpp: Same.
1163         * testsuite/util/common_type/assoc/detail: New.
1164         * testsuite/util/common_type/assoc/detail/resize_policy_string_form.hpp: Same.
1165         * testsuite/util/common_type/assoc/detail/trigger_policy_string_form.hpp: Same.
1166         * testsuite/util/common_type/assoc/detail/ds_string_form.hpp: Same.
1167         * testsuite/util/common_type/assoc/detail/comb_hash_fn_string_form.hpp: Same.
1168         * testsuite/util/common_type/assoc/detail/size_policy_string_form.hpp: Same.
1169         * testsuite/util/common_type/assoc/detail/probe_fn_string_form.hpp: Same.
1170         * testsuite/util/common_type/assoc/detail/tree_supports_order_statistics.hpp: Same.
1171         * testsuite/util/common_type/assoc/detail/trie_supports_prefix_search.hpp: Same.
1172         * testsuite/util/common_type/assoc/detail/list_update_policy_string_form.hpp: Same.
1173         * testsuite/util/common_type/assoc/detail/trie_supports_order_statistics.hpp: Same.
1174         * testsuite/util/common_type/assoc/detail/store_hash_string_form.hpp: Same.
1175         * testsuite/util/common_type/assoc/native_set.hpp: Same.
1176         * testsuite/util/performance: New.
1177         * testsuite/util/performance/priority_queue: New.
1178         * testsuite/util/performance/priority_queue/mem_usage: New.
1179         * testsuite/util/performance/priority_queue/mem_usage/pop_test.hpp: Same.
1180         * testsuite/util/performance/priority_queue/timing: New.
1181         * testsuite/util/performance/priority_queue/timing/push_pop_test.hpp: Same.
1182         * testsuite/util/performance/priority_queue/timing/push_test.hpp: Same.
1183         * testsuite/util/performance/priority_queue/timing/join_test.hpp: Same.
1184         * testsuite/util/performance/priority_queue/timing/modify_test.hpp: Same.
1185         * testsuite/util/performance/io: New.
1186         * testsuite/util/performance/io/xml_formatter.hpp: Same.
1187         * testsuite/util/performance/assoc: New.
1188         * testsuite/util/performance/assoc/mem_usage: New.
1189         * testsuite/util/performance/assoc/mem_usage/multimap_insert_test.hpp: Same.
1190         * testsuite/util/performance/assoc/mem_usage/erase_test.hpp: Same.
1191         * testsuite/util/performance/assoc/multimap_common_type.hpp: Same.
1192         * testsuite/util/performance/assoc/timing: New.
1193         * testsuite/util/performance/assoc/timing/common_type.hpp: Same.
1194         * testsuite/util/performance/assoc/timing/multimap_insert_test.hpp: Same.
1195         * testsuite/util/performance/assoc/timing/subscript_find_test.hpp: Same.
1196         * testsuite/util/performance/assoc/timing/find_test.hpp: Same.
1197         * testsuite/util/performance/assoc/timing/subscript_insert_test.hpp: Same.
1198         * testsuite/util/performance/assoc/timing/insert_test.hpp: Same.
1199         * testsuite/util/performance/assoc/timing/tree_order_statistics_test.hpp: Same.
1200         * testsuite/util/performance/assoc/timing/multimap_find_test.hpp: Same.
1201         * testsuite/util/performance/assoc/timing/tree_split_join_test.hpp: Same.
1202         * testsuite/util/performance/time: New.
1203         * testsuite/util/performance/time/elapsed_timer.cc: Same.
1204         * testsuite/util/performance/time/elapsed_timer.hpp: Same.
1205         * testsuite/util/performance/time/timing_test_base.hpp: Same.
1206         * testsuite/util/performance/mem: New.
1207         * testsuite/util/performance/mem/mem_track_allocator_base.hpp: Same.
1208         * testsuite/util/performance/mem/mem_track_allocator.hpp: Same.
1209         * testsuite/util/hash_fn: New.
1210         * testsuite/util/hash_fn/limit_string_hash_fn.hpp: Same.
1211         * testsuite/util/hash_fn/string_ranged_hash_fn.hpp: Same.
1212         * testsuite/util/hash_fn/string_hash_fn.hpp: Same.
1213         * testsuite/util/hash_fn/string_ranged_probe_fn.hpp: Same.
1214         * testsuite/util/hash_fn/dna_str_limit.hpp: Same.
1215         * testsuite/util/io: New.
1216         * testsuite/util/io/prog_bar.cc: Same.
1217         * testsuite/util/io/prog_bar.hpp: Same.
1218         * testsuite/util/io/text_populate.hpp: Same.
1219         * testsuite/util/io/xml.hpp: Same.
1220         * testsuite/util/io/illegal_input_error.hpp: Same.
1221         * testsuite/util/io/xml_test_formatter.hpp: Same.
1222         * testsuite/util/io/verified_cmd_line_input.cc: Same.
1223         * testsuite/util/io/verified_cmd_line_input.hpp: Same.
1224         * testsuite/util/statistic: New.
1225         * testsuite/util/statistic/sample_var.hpp: Same.
1226         * testsuite/util/statistic/res_recorder.hpp: Same.
1227         * testsuite/util/statistic/sample_mean.hpp: Same.
1228         * testsuite/util/statistic/sample_mean_confidence_checker.hpp: Same.
1229         
1230 2006-06-12  Paolo Carlini  <pcarlini@suse.de>
1231
1232         PR libstdc++/26970
1233         * config/locale/gnu/c_locale.h (__convert_from_v<>): Change to
1234         variadic function, instead of template function.
1235         * config/locale/generic/c_locale.h (__convert_from_v<>): Likewise.
1236         * include/bits/locale_facets.tcc (num_put<>::_M_insert_float):
1237         Adjust.
1238         (money_put<>::do_put(long double)): Likewise.
1239         * src/locale-misc-inst.cc: Remove.
1240         * src/Makefile.am: Adjust.
1241         * src/Makefile.in: Regenerate.
1242
1243 2006-06-09  Paolo Carlini  <pcarlini@suse.de>
1244
1245         * include/tr1/random (random_device::random_device(const
1246         std::string& = "/dev/urandom")): Open in binary mode.
1247
1248         * include/tr1/random (random_device::random_device(const
1249         std::string& = "rand")): Use mersenne_twister.
1250         (random_device::_M_strtoul): New.
1251         (random_device::operator()()): Update.
1252
1253         * include/tr1/random: Minor stylistic changes, consistently
1254         qualify with std::.
1255
1256 2006-06-09  Paolo Carlini  <pcarlini@suse.de>
1257
1258         * acinclude.m4 ([GLIBCXX_CHECK_RANDOM_TR1]): New, check for
1259         the availability of "/dev/random" and "/dev/urandom".
1260         * configure.ac: Use it.
1261         * include/tr1/random (random_device): Implement, a fall-back for
1262         systems not providing "/dev/random" and "/dev/urandom" included.
1263         * testsuite/tr1/5_numerical_facilities/random/random_device/
1264         cons/default.cc: New.
1265         * testsuite/tr1/5_numerical_facilities/random/random_device/
1266         cons/token.cc: Likewise.
1267         * testsuite/tr1/5_numerical_facilities/random/random_device/
1268         requirements/typedefs.cc: Likewise.
1269         * config.h.in: Regenerate.
1270         * configure: Likewise.
1271
1272         * testsuite/tr1/5_numerical_facilities/random/mersenne_twister/
1273         cons/gen1.cc: Minor tweak, add bool test.
1274
1275 2006-06-06  Benjamin Kosnik  <bkoz@redhat.com>
1276
1277         * testsuite/util: New directory.
1278         * testsuite/testsuite_hooks.cc: Move to util sub-directory.
1279         * testsuite/testsuite_abi_check.cc: Same.
1280         * testsuite/testsuite_abi.cc: Same.
1281         * testsuite/testsuite_tr1.h: Same.
1282         * testsuite/testsuite_io.h: Same.
1283         * testsuite/testsuite_iterators.h: Same.
1284         * testsuite/testsuite_allocator.cc: Same.
1285         * testsuite/testsuite_allocator.h: Same.
1286         * testsuite/testsuite_hooks.h: Same.
1287         * testsuite/testsuite_character.cc: Same.
1288         * testsuite/testsuite_abi.h: Same.
1289         * testsuite/testsuite_character.h: Same.
1290         * testsuite/testsuite_visualization.h: Same.
1291         * testsuite/testsuite_performance.h: Same.
1292         * testsuite/testsuite_shared.cc: Same.
1293         * testsuite/testsuite_common_types.h: Same.
1294
1295         * testsuite/lib/libstdc++.exp (v3-build_support): Adjust paths.
1296         * testsuite/libstdc++-abi/abi.exp: Same.
1297         * testsuite/libstdc++-dg/conformance.exp: Remove any files in the
1298         utilities subdirectory from the list of test cases.
1299         
1300         * scripts/testsuite_flags.in (build-includes): Adjust path for
1301         testsuite includes.
1302         * scripts/create_testsuite_files (dlist): Don't let utility files
1303         creep into the testsuite_files list.
1304         
1305 2006-06-06  Paolo Carlini  <pcarlini@suse.de>
1306
1307         * include/tr1/random (mersenne_twister<>::operator==,
1308         operator!=, operator<<, operator>>): Implement.
1309         * testsuite/tr1/5_numerical_facilities/random/mersenne_twister/
1310         operators/equal.cc: New.        
1311         * testsuite/tr1/5_numerical_facilities/random/mersenne_twister/
1312         operators/not_equal.cc: Likewise.
1313         * testsuite/tr1/5_numerical_facilities/random/mersenne_twister/
1314         operators/serialize.cc: Likewise.
1315
1316         * include/tr1/random (subtract_with_carry<>::operator==): Fix,
1317         compare the whole state; use std::equal.
1318
1319         * include/tr1/random: Minor formatting and style changes.
1320
1321 2006-06-06  Benjamin Kosnik  <bkoz@redhat.com>
1322
1323         * testsuite/tr1/5_numerical_facilies: Move to...
1324         * testsuite/tr1/5_numerical_facilities: ...this.        
1325
1326 2006-06-06  Paolo Carlini  <pcarlini@suse.de>
1327
1328         * include/tr1/random: Trivial uglification fixes.
1329         * include/tr1/random.tcc: Likewise.
1330
1331         * include/tr1/random (subtract_with_carry<>::
1332         subtract_with_carry(_IntType)): Fix parameter type to unsigned long.
1333         (subtract_with_carry<>::seed(_IntType)): Likewise.
1334         * include/tr1/random.tcc (subtract_with_carry<>::seed(_IntType)):
1335         Adjust.
1336
1337 2006-06-05  Paolo Carlini  <pcarlini@suse.de>
1338
1339         * include/tr1/random (mersenne_twister<>::seed()): Fix per
1340         tr1/5.1.4.2, p8.
1341         * include/tr1/random.tcc (mod_w): Add.
1342         (mersenne_twister<>::seed(unsigned long)): Fix per tr1/5.1.4.2, p9.
1343         (mersenne_twister<>::seed(Gen&, false_type)): Adjust to use mod_w.
1344         * testsuite/tr1/5_numerical_facilies/random/mt19937.cc: Fix
1345         expected result per tr1/5.1.5, p2.
1346         * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
1347         cons/default.cc: Adjust.
1348
1349         * include/tr1/random (exponential_distribution<>::operator()()): Fix.
1350
1351 2006-06-05  Paolo Carlini  <pcarlini@suse.de>
1352
1353         * include/tr1/random.tcc (Max::value()): Cast 1 to Tp(1) and
1354         adjust shift count to w; rename as Max_w.
1355         (struct Mod_w): New.
1356         (mersenne_twister<>::seed(Gen&, false_type): Use the latter.
1357         (mersenne_twister<>::operator()()): Fix ~0ul to ~_UInt().
1358         * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
1359         cons/default.cc: Fix ~0ul to 2^32-1.
1360         * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
1361         cons/gen1.cc: Likewise.
1362
1363 2006-06-05  Stephen M. Webb  <stephen.webb@bregmasoft.com>
1364
1365         * include/tr1/random: New.
1366         * include/tr1/random.tcc: Likewise.
1367         * include/Makefile.am: Add.
1368         * testsuite/tr1/5_numerical_facilies/random/ranlux3.cc: New.
1369         * testsuite/tr1/5_numerical_facilies/random/ranlux4.cc: Likewise.
1370         * testsuite/tr1/5_numerical_facilies/random/mt19937.cc: Likewise.
1371         * testsuite/tr1/5_numerical_facilies/random/variate_generator/
1372         requirements/typedefs.cc: Likewise.
1373         * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
1374         cons/seed1.cc: Likewise.
1375         * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
1376         cons/seed2.cc: Likewise.
1377         * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
1378         cons/default.cc: Likewise.
1379         * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
1380         cons/gen1.cc: Likewise.
1381         * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
1382         requirements/typedefs.cc: Likewise.
1383         * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
1384         operators/equal.cc: Likewise.
1385         * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
1386         operators/not_equal.cc: Likewise.
1387         * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
1388         operators/serialize.cc: Likewise.
1389         * testsuite/tr1/5_numerical_facilies/random/uniform_real/
1390         requirements/typedefs.cc: Likewise.
1391         * testsuite/tr1/5_numerical_facilies/random/discard_block/
1392         requirements/requirements.cc: Likewise.
1393         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
1394         cons/seed1.cc: Likewise.
1395         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
1396         cons/seed2.cc: Likewise.
1397         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
1398         cons/default.cc: Likewise.
1399         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
1400         cons/gen1.cc: Likewise.
1401         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
1402         requirements/non_uint_neg.cc: Likewise.
1403         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
1404         requirements/typedefs.cc: Likewise.
1405         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
1406         operators/equal.cc: Likewise.
1407         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
1408         operators/not_equal.cc: Likewise.
1409         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
1410         operators/serialize.cc: Likewise.
1411         * testsuite/tr1/5_numerical_facilies/random/xor_combine/
1412         requirements/typedefs.cc: Likewise.
1413         * testsuite/tr1/5_numerical_facilies/random/minstd_rand.cc: Likewise.
1414         * testsuite/tr1/5_numerical_facilies/random/minstd_rand0.cc: Likewise.
1415         * testsuite/tr1/5_numerical_facilies/random/uniform_int/
1416         cons/range.cc: Likewise.
1417         * testsuite/tr1/5_numerical_facilies/random/uniform_int/
1418         cons/default.cc: Likewise.
1419         * testsuite/tr1/5_numerical_facilies/random/uniform_int/
1420         cons/range_neg.cc: Likewise.
1421         * testsuite/tr1/5_numerical_facilies/random/uniform_int/
1422         requirements/typedefs.cc: Likewise.
1423         * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
1424         cons/seed1.cc: Likewise.
1425         * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
1426         cons/seed2.cc: Likewise.
1427         * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
1428         cons/default.cc: Likewise.
1429         * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
1430         cons/gen1.cc: Likewise.
1431         * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
1432         requirements/typedefs.cc: Likewise.
1433         * include/Makefile.in: Regenerate.
1434         * testsuite/tr1/headers.cc: Update.
1435
1436 2006-06-04  Paolo Carlini  <pcarlini@suse.de>
1437
1438         PR libstdc++/27867
1439         * include/bits/valarray_before.h (struct _BinClos<_Oper, _ValArray,
1440         _ValArray, _Tp, _Tp>): Fix value_type typedef.
1441         * testsuite/26_numerics/valarray/27867.cc: New.
1442
1443 2006-05-29  Paolo Carlini  <pcarlini@suse.de>
1444
1445         PR libstdc++/24692
1446         * include/bits/atomicity.h (__exchange_and_add_multi,
1447         __atomic_add_multi): New, depending on _GLIBCXX_ATOMIC_BUILTINS,
1448         inline the atomic builtins.
1449         (__exchange_and_add_dispatch, __atomic_add_dispatch): Adjust.
1450         * configure.ac: Define _GLIBCXX_ATOMIC_BUILTINS when the atomic
1451         builtins are available.
1452         * configure: Regenerate.
1453         * config.h.in: Likewise.
1454
1455 2006-05-27  Paolo Carlini  <pcarlini@suse.de>
1456
1457         * configure.host: If the CPU provides atomic builtins select
1458         generic/atomic_builtins/atomicity.h.
1459         * config/cpu/generic/atomic_builtins/atomicity.h: Add.
1460         * config/cpu/powerpc/atomicity.h: Remove.
1461         * config/cpu/ia64/atomicity.h: Likewise.
1462         * config/cpu/alpha/atomicity.h: Likewise.
1463         * config/cpu/s390/atomicity.h: Likewise.
1464
1465 2006-05-26  Carlos O'Donell  <carlos@codesourcery.com>
1466
1467         * Makefile.am: Add install-html target. Add install-html to .PHONY
1468         * Makefile.in: Regenerate.
1469
1470 2006-05-24  Paolo Carlini  <pcarlini@suse.de>
1471
1472         PR libstdc++/24704
1473         * include/bits/atomicity.h (__exchange_and_add_single,
1474         __atomic_add_single): New, single thread versions of the atomic
1475         functions.
1476         (__exchange_and_add_dispatch, __atomic_add_dispatch): New,
1477         depending on __GTHREADS and __gthread_active_p() dispatch either
1478         to the above or to the existing atomic functions.
1479         * include/ext/pool_allocator.h: Update callers.
1480         * include/ext/rc_string_base.h: Likewise.
1481         * include/bits/locale_classes.h: Likewise.
1482         * include/bits/basic_string.h: Likewise.
1483         * include/bits/ios_base.h: Likewise.
1484         * include/tr1/boost_shared_ptr.h: Likewise.
1485         * src/ios.cc: Likewise.
1486         * src/locale.cc: Likewise.
1487         * src/ios_init.cc: Likewise.
1488
1489 2006-05-23  Paolo Carlini  <pcarlini@suse.de>
1490
1491         * testsuite/testsuite_shared.cc: Fix --enable-threads=single build.
1492
1493 2006-05-19  Paolo Carlini  <pcarlini@suse.de>
1494
1495         * testsuite/27_io/objects/wchar_t/9661-1.cc: Avoid leaking the
1496         semaphores if a VERIFY fails.
1497         * testsuite/27_io/objects/wchar_t/7.cc: Likewise.
1498         * testsuite/27_io/objects/char/9661-1.cc: Likewise.
1499         * testsuite/27_io/objects/char/7.cc: Likewise.
1500         * testsuite/27_io/basic_filebuf/seekoff/char/26777.cc: Likewise.
1501         * testsuite/27_io/basic_filebuf/imbue/wchar_t/14975-2.cc: Likewise.
1502         * testsuite/27_io/basic_filebuf/imbue/char/13171-2.cc: Likewise.
1503         * testsuite/27_io/basic_filebuf/close/char/4879.cc: Likewise.
1504         * testsuite/27_io/basic_filebuf/close/char/9964.cc: Likewise.
1505         * testsuite/27_io/basic_filebuf/underflow/char/10097.cc: Likewise.
1506
1507 2006-05-17  Paolo Carlini  <pcarlini@suse.de>
1508
1509         * include/tr1/hashtable (hashtable<>::m_find): Remove; update callers.
1510
1511         * include/tr1/hashtable (map_base<>::operator[]): Move out of line.
1512
1513         * include/tr1/hashtable (hashtable<>::m_insert(const value_type&,
1514         std::tr1::false_type)): Avoid memory leak risk for new_node.
1515
1516 2006-05-15  Paolo Carlini  <pcarlini@suse.de>
1517
1518         * include/tr1/hashtable (hashtable<>::m_find, m_insert_bucket): Add.
1519         (hashtable<>::find, m_insert(const value_type&, std::tr1::true_type),
1520         map_base<>::operator[]): Use the above.
1521         * testsuite/performance/23_containers/insert/unordered_map_array.cc:
1522         New.    
1523
1524         * include/tr1/hashtable (hashtable<>::find_node,
1525         insert(const value_type&, ...), erase_node): Rename to m_*, adjust
1526         callers.
1527         * include/tr1/hashtable: Minor cosmetic changes.
1528
1529 2006-05-13  Peter Doerfler  <gcc@pdoerfler.com>
1530
1531         * include/tr1/hashtable (identity<>::operator(),
1532         extract1st<>::operator()): Return by const ref.
1533
1534 2006-05-10  Steve Ellcey  <sje@cup.hp.com>
1535
1536         * testsuite/lib/libstdc++.exp (check_v3_target_cxa_atexit):
1537         Move to gcc subdir.
1538         * testsuite/lib/dg-options.exp (dg-require-iconv): Remove.
1539         (dg-require-cxa-atexit): Move to gcc subdir.
1540
1541 2006-05-10  Paolo Carlini  <pcarlini@suse.de>
1542             Peter Doerfler  <gcc@pdoerfler.com>
1543
1544         * include/tr1/hashtable (hashtable_iterator<>::hashtable_iterator(),
1545         hashtable_const_iterator<>::hashtable_const_iterator(),
1546         node_iterator<>::node_iterator(),
1547         node_const_iterator<>::node_const_iterator()): Add.
1548         (node_iterator<>::node_iterator(hash_node<>*),
1549         node_const_iterator<>::node_const_iterator(hash_node<>*)): Tweak,
1550         remove default.
1551         * testsuite/tr1/6_containers/unordered/hashtable/
1552         iterators_default_constructor.c: New.
1553
1554 2006-05-10  Marc Glisse  <marc.glisse@normalesup.org>
1555
1556         * include/ext/pool_allocator.h: Add missing std:: qualifications.
1557         * include/ext/mt_allocator.h: Likewise.
1558         * include/ext/pb_assoc/detail/resize_policy/
1559         hash_load_check_resize_trigger_imp.hpp: Likewise.
1560         * include/ext/pb_assoc/detail/resize_policy/
1561         hash_standard_resize_policy_imp.hpp: Likewise.
1562         * include/ext/pb_assoc/detail/lu_policy/
1563         counter_lu_metadata_imp.hpp: Likewise.
1564         * include/ext/pb_assoc/detail/map_debug_base.hpp: Likewise.
1565         * libsupc++/eh_alloc.cc: Typo: memcpy -> memset.
1566
1567 2006-05-07  Paolo Carlini  <pcarlini@suse.de>
1568
1569         * include/tr1/type_traits (integral_constant<>::value): Define.
1570         * testsuite/tr1/4_metaprogramming/helper_classes/static_definition.cc:
1571         New.
1572
1573 2006-05-04  Douglas Gregor  <dgregor@cs.indiana.edu>
1574
1575         PR libstdc++/27404
1576         * include/ext/rope (_Rope_const_iterator<>::operator*() const,
1577         _Rope_iterator<>::operator*() const): Add.
1578
1579 2006-05-01  Paolo Carlini  <pcarlini@suse.de>
1580
1581         * acinclude.m4 (GLIBCXX_ENABLE_WCHAR_T): Always check the
1582         presence of wctype.h, for use in GLIBCXX_ENABLE_C99.
1583         * configure: Regenerate.
1584
1585 2006-04-29  Paolo Carlini  <pcarlini@suse.de>
1586
1587         * include/bits/locale_facets.tcc (num_get<>::_M_extract_float):
1588         Special case main parsing loop for !_M_allocated (i.e., "C" locale).
1589         (num_get<>::_M_extract_int): Likewise.
1590         * include/bits/locale_facets.h (num_get<>::_M_find): New.
1591
1592 2006-04-27  Benjamin Kosnik  <bkoz@redhat.com>
1593
1594         * docs/html/17_intro/TODO: Update.
1595         
1596 2006-04-26  Benjamin Kosnik  <bkoz@redhat.com>
1597
1598         PR libstdc++/26875
1599         * include/ext/array_allocator.h (array_allocator): _M_used, new
1600         data member.  
1601         * testsuite/ext/array_allocator/26875.cc: New.
1602         
1603 2006-04-26  Shantonu Sen  <ssen@opendarwin.org>
1604
1605          PR libstdc++/26513
1606          * scripts/make_exports.pl: Use $ENV{NM_FOR_TARGET}, if present.
1607
1608 2006-04-23  Marc Glisse  <marc.glisse@normalesup.org>
1609
1610         PR libstdc++/27199
1611         * ext/pool_allocator.h: Add using declarations for size_t, ptrdiff_t.
1612         * ext/bitmap_allocator.h: Likewise; qualify with std::.
1613         * ext/new_allocator.h: Likewise.
1614         * ext/malloc_allocator.h: Likewise.
1615         * ext/array_allocator.h: Likewise.
1616         * ext/mt_allocator.h: Likewise.
1617         * ext/functional: Likewise for size_t.
1618         * ext/debug_allocator.h: Likewise.
1619         * bits/char_traits.h: Qualify with std:: size_t.
1620         * debug/hash_multimap.h: Likewise.
1621
1622 2006-04-23  Paolo Carlini  <pcarlini@suse.de>
1623
1624         * docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 42.
1625
1626 2006-04-19  Paolo Carlini  <pcarlini@suse.de>
1627
1628         PR libstdc++/26424
1629         * include/tr1/hashtable (X<>::primes): Extend for 64-bit machines.
1630         (X<>::n_primes): Adjust.
1631         (prime_rehash_policy::next_bkt, bkt_for_elements, need_rehash): Adjust.
1632
1633 2006-04-18  Paolo Carlini  <pcarlini@suse.de>
1634
1635         * docs/html/faq/index.html ([5.5]): Adjust to mention function
1636         objects and reference_wrapper; minor tweaks.
1637         * docs/html/faq/index.txt: Regenerate.
1638
1639 2006-04-16  Paolo Carlini  <pcarlini@suse.de>
1640
1641         PR libstdc++/6702 (again)
1642         * acinclude.m4 (GLIBCXX_ENABLE_C99): Don't check non-C99
1643         wchar_t functions...
1644         (GLIBCXX_ENABLE_WCHAR_T): ... do that here.
1645         * configure.ac: Adjust order of checks.
1646         * configure: Regenerate.
1647
1648 2006-04-14  Douglas Gregor  <dgregor@cs.indiana.edu>
1649
1650         PR libstdc++/27162
1651         * include/bits/stl_algo.h (__search_n(,,,, _BinaryPredicate,
1652         std::forward_iterator_tag)): Use __binary_pred, not ==.
1653
1654 2006-04-10  Matthias Klose  <doko@debian.org>
1655
1656         * testsuite/lib/libstdc++.exp (libstdc++_init): Recognize multilib
1657         directory names containing underscores.
1658
1659 2006-04-10  Paolo Carlini  <pcarlini@suse.de>
1660
1661         DR 538, [Ready]
1662         * include/bits/stl_algo.h (__unique_copy(,,, input_iterator_tag,
1663         output_iterator_tag), and predicated counterpart): Revert to the
1664         algorithm pre-DR 241, i.e., value_type of InputIterator is now
1665         required to be Assignable too.
1666         * testsuite/25_algorithms/unique_copy/3.cc: Remove.
1667         * docs/html/ext/howto.html: Add an entry for DR 538.
1668
1669 2006-03-29  Benjamin Kosnik  <bkoz@redhat.com>
1670
1671         * testsuite/data/sgetn.txt: Correct copyright holder.
1672         * testsuite/data/wistream_extractor_other-1.tst: Same.
1673         * testsuite/data/wistream_extractor_other-2.tst: Same.
1674         * testsuite/data/istream_extractor_other-1.txt: Same.
1675         * testsuite/data/filebuf_virtuals-1.txt: Same.
1676         * testsuite/data/wostream_inserter_other-1.tst: Same.
1677         * testsuite/data/wostream_inserter_other-2.tst: Same.
1678         * testsuite/data/ostream_inserter_other-1.tst: Same.
1679         * testsuite/data/ostream_inserter_other-2.tst: Same.
1680         * testsuite/data/wistream_extractor_other-1.txt: Same.
1681         * testsuite/data/istream_extractor_other-1.tst: Same.
1682         * testsuite/data/istream_extractor_other-2.tst: Same.
1683         * testsuite/data/filebuf_virtuals-1.tst: Same.
1684         * testsuite/27_io/basic_filebuf/sgetn/char/1-in.cc: Adjust test
1685         conditions.
1686         * testsuite/27_io/basic_filebuf/sgetn/char/1-io.cc: Same.
1687         * testsuite/27_io/basic_filebuf/sgetn/char/2-in.cc: Same.
1688         * testsuite/27_io/basic_filebuf/sgetn/char/2-io.cc: Same.
1689
1690 2006-03-28  Paolo Carlini  <pcarlini@suse.de>
1691
1692         * include/ext/vstring.h (operator[]): Allow s[s.size()] in
1693         debug mode, but not pedantic mode.
1694
1695 2006-03-24  Mark Mitchell  <mark@codesourcery.com>
1696             Joseph S. Myers  <joseph@codesourcery.com>
1697
1698         PR libstdc++/20448
1699         PR libstdc++/20451
1700         * scripts/testsuite_flags.in (--cxxflags): Don't define LOCALEDIR.
1701         * testsuite/lib/libstdc++.exp (libstdc++_init): Always define
1702         LOCALEDIR to ".".
1703         (v3-build_support): Build MO files.
1704
1705 2006-03-22  Paolo Carlini  <pcarlini@suse.de>
1706
1707         PR libstdc++/26777
1708         * include/bits/fstream.tcc (basic_filebuf<>::_M_seek): Check
1709         the return value of _M_file.seekoff.
1710         * testsuite/27_io/basic_filebuf/seekoff/char/26777.cc: New.
1711
1712 2006-03-21  Paolo Carlini  <pcarlini@suse.de>
1713
1714         PR libstdc++/25482
1715         * include/bits/stl_algobase.h (__copy_aux(_CharT*, _CharT*,
1716         ostreambuf_iterator<_CharT>), __copy_aux(const _CharT*, const _CharT*,
1717         ostreambuf_iterator<_CharT>), __copy_aux(istreambuf_iterator<_CharT>,
1718         istreambuf_iterator<_CharT>, _CharT*), copy(istreambuf_iterator<_CharT>,
1719         istreambuf_iterator<_CharT>, ostreambuf_iterator<_CharT>)): Declare.
1720         * include/bits/stl_algo.h (find(istreambuf_iterator<_CharT>,
1721         istreambuf_iterator<_CharT>, _CharT)): Likewise.
1722         * include/bits/streambuf_iterator.h (copy(istreambuf_iterator<_CharT>,
1723         istreambuf_iterator<_CharT>, ostreambuf_iterator<_CharT>),
1724         __copy_aux(_CharT*, _CharT*, ostreambuf_iterator<_CharT>),
1725         __copy_aux(const _CharT*, const _CharT*, ostreambuf_iterator<_CharT>),
1726         __copy_aux(istreambuf_iterator<_CharT>, istreambuf_iterator<_CharT>,
1727         _CharT*), find(istreambuf_iterator<_CharT>, istreambuf_iterator<_CharT>,
1728         _CharT)): Define.
1729         (class istreambuf_iterator<>, class ostreambuf_iterator<>): Declare
1730         friends.
1731         * include/std/std_streambuf.h (class basic_streambuf<>): Likewise.
1732         * include/bits/cpp_type_traits.h (struct __is_char<>): Add.
1733         * testsuite/25_algorithms/copy/streambuf_iterators/char/1.cc: New.
1734         * testsuite/25_algorithms/copy/streambuf_iterators/char/2.cc: New.
1735         * testsuite/25_algorithms/copy/streambuf_iterators/char/3.cc: New.
1736         * testsuite/25_algorithms/copy/streambuf_iterators/char/4.cc: New.
1737         * testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/1.cc: New.
1738         * testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/2.cc: New.
1739         * testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/3.cc: New.
1740         * testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/4.cc: New.
1741         * testsuite/25_algorithms/find/istreambuf_iterators/char/1.cc: New.
1742         * testsuite/25_algorithms/find/istreambuf_iterators/char/2.cc: New.
1743         * testsuite/25_algorithms/find/istreambuf_iterators/wchar_t/1.cc: New.
1744         * testsuite/25_algorithms/find/istreambuf_iterators/wchar_t/2.cc: New.
1745         * testsuite/performance/25_algorithms/copy_streambuf_iterators.cc: New.
1746         * testsuite/performance/25_algorithms/find_istreambuf_iterators.cc: New.
1747
1748 006-03-13  Paolo Carlini  <pcarlini@suse.de>
1749
1750         * include/bits/postypes.h (fpos<>::operator==, operator!=): Remove,
1751         exploit conversion to streamoff.
1752         * testsuite/27_io/fpos/mbstate_t/5.cc: New.
1753
1754 2006-03-12  Howard Hinnant  <hhinnant@apple.com>
1755
1756         * testsuite/27_io/basic_filebuf/underflow/char/10097.cc:
1757         Fix race condition.
1758         * testsuite/27_io/objects/char/9661-1.cc: Likewise.
1759         * testsuite/27_io/objects/wchar_t/9661-1.cc: Likewise.
1760
1761 2006-03-10  Paolo Carlini  <pcarlini@suse.de>
1762
1763         * include/tr1/cmath: Add atan2 and pow bits; add using declarations.    
1764         * include/tr1/math.h: Add using declarations.
1765         * include/tr1/complex: Add using declarations.
1766         * testsuite/tr1/8_c_compatibility/cmath/functions.cc: Fully
1767         qualify calls.
1768         * testsuite/tr1/8_c_compatibility/cmath/overloads.cc: Likewise;
1769         add atan2 and pow bits.
1770         * testsuite/tr1/8_c_compatibility/complex/overloads_float.cc: Likewise.
1771         * testsuite/tr1/8_c_compatibility/complex/overloads_int.cc: Likewise;
1772         adjust polar bits.
1773
1774         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add checks for double_t
1775         and float_t typedefs.
1776         * include/tr1/cmath: Add double_t and float_t.
1777         * testsuite/tr1/8_c_compatibility/cmath/types.cc: New.
1778
1779         * include/tr1/ctgmath: New.
1780         * include/tr1/tgmath.h: Likewise.
1781         * include/Makefile.am: Add.
1782         * testsuite/tr1/headers.cc: Update.
1783
1784         * include/Makefile.in: Regenerate.
1785         * configure: Likewise.
1786
1787         * docs/html/ext/tr1.html: Update.
1788
1789 2006-03-08  Paolo Carlini  <pcarlini@suse.de>
1790
1791         Implement the resolution of DR 455, [DR].
1792         * src/ios_init.cc (ios_base::Init::Init()): Do it.
1793         * testsuite/27_io/objects/char/dr455.cc: New.
1794         * testsuite/27_io/objects/wchar_t/dr455.cc: Likewise.
1795         * docs/html/ext/howto.html: Add an entry for DR 455.
1796
1797 2006-03-07  Paolo Carlini  <pcarlini@suse.de>
1798
1799         * include/tr1/cmath: Add C99 overloads.
1800         * include/tr1/common.h (struct __promote_3): Add.
1801         * testsuite/tr1/8_c_compatibility/cmath/overloads.cc: New.
1802
1803         * testsuite/tr1/8_c_compatibility/cmath/functions.cc: Tweak.
1804         * testsuite/tr1/8_c_compatibility/complex/overloads_float.cc: Likewise.
1805
1806 2006-03-06  Paolo Carlini  <pcarlini@suse.de>
1807
1808         PR target/26532
1809         * config/io/c_io_stdio.h (struct __ios_flags): Remove.
1810         * include/bits/ios_base.h: Adjust consistently.
1811         (ios_base::_S_local_word_size): Change to an anonymous enum.
1812         * src/ios.cc: Do not define static const data of __ios_flags,
1813         likewise for ios_base::_S_local_word_size.      
1814         * include/bits/locale_classes.h (locale::_S_categories_size):
1815         Change to an anonymous enum.
1816         * src/locale.cc: Don't define.
1817
1818 2006-03-03  Paolo Carlini  <pcarlini@suse.de>
1819
1820         PR libstdc++/26526
1821         * config/abi/pre/gnu.ver (__copy_streambufs, 64-bit version): Add
1822         @GLIBCXX_3.4.8; move existing symbols @GLIBCXX_3.4.8 to 3.4.9.
1823         * configure.ac (libtool_VERSION): To 6:9:0.
1824         * testsuite/testsuite_abi.cc (check_version): Add GLIBCXX_3.4.9.
1825         * configure: Regenerate.
1826
1827 2006-03-02  Paolo Carlini  <pcarlini@suse.de>
1828
1829         * config/abi/pre/gnu.ver: Adjust __copy_streambufs_eof export
1830         vs 64-bit arches.
1831
1832 2006-03-01  Paolo Carlini  <pcarlini@suse.de>
1833
1834         * docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 41.
1835
1836 2006-02-27  Jakub Jelinek  <jakub@redhat.com>
1837
1838         PR other/26208
1839         * libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Use
1840         _Unwind_GetIPInfo instead of _Unwind_GetIP.
1841
1842 2006-02-27  Paolo Carlini  <pcarlini@suse.de>
1843
1844         PR libstdc++/14866
1845         * testsuite/27_io/ios_base/sync_with_stdio/1.cc: Redirect
1846         stderr instead.
1847
1848 2006-02-26  Paolo Carlini  <pcarlini@suse.de>
1849
1850         * include/tr1/cmath: Add templates (8.16.3).    
1851         * include/tr1/cstdbool: New.
1852         * include/tr1/stdbool.h: Likewise.
1853         * include/Makefile.am: Add.
1854         * testsuite/tr1/8_c_compatibility/cmath/templates.cc: New.
1855         * testsuite/tr1/headers.cc: Update.
1856         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add <stdbool.h> check.
1857         * docs/html/ext/tr1.html: Update.
1858         * include/Makefile.in: Regenerate.
1859         * config.h.in: Likewise.
1860         * configure: Likewise.
1861
1862 2006-02-24  Paolo Carlini  <pcarlini@suse.de>
1863
1864         * include/tr1/array (array<>::swap, assign): Implement.
1865         * include/tr1/array (operator==, operator!=, operator<,
1866         operator>, operator>=, operator<=, swap, get): Inline.
1867         * testsuite/tr1/6_containers/array/requirements/member_swap.cc: New.
1868         * testsuite/tr1/6_containers/array/requirements/assign.cc: Likewise.
1869         * testsuite/tr1/6_containers/array/specialized_algorithms/swap.cc:
1870         Likewise.
1871
1872 2006-02-23  Benjamin Kosnik  <bkoz@redhat.com>
1873
1874         * testsuite/22_locale/codecvt/in/wchar_t/1.cc (test01): Change int
1875         to size_t. Use explicit static_cast for casts.
1876         * testsuite/22_locale/codecvt/in/wchar_t/6.cc (test06): Same.
1877         * testsuite/22_locale/codecvt/in/wchar_t/5.cc (test05): Same.
1878         * testsuite/ext/stdio_sync_filebuf/wchar_t/1.cc (test01): Same.
1879         
1880 2006-02-22  Paolo Carlini  <pcarlini@suse.de>
1881
1882         * docs/html/ext/pb_assoc/
1883         basic_tree_assoc_cntnr_const_node_iterator.html:Fix links
1884         * docs/html/ext/pb_assoc/basic_tree_assoc_cntnr_node_iterator.html:
1885         Likewise.
1886         * docs/html/ext/pb_assoc/hash_based_containers.html: Likewise.
1887         * docs/html/ext/pb_assoc/hash_standard_resize_policy.html: Likewise.
1888         * docs/html/ext/pb_assoc/interface.html: Likewise..
1889         * docs/html/ext/pb_assoc/list_updates.html: Likewise.
1890         * docs/html/ext/pb_assoc/lu_based_containers.html: Likewise.
1891         * docs/html/ext/pb_assoc/resize_policies.html: Likewise.
1892         * docs/html/ext/pb_assoc/sample_probe_fn.html: Likewise.
1893         * docs/html/ext/pb_assoc/sample_range_hashing.html: Likewise.
1894         * docs/html/ext/pb_assoc/sample_ranged_hash_fn.html: Likewise.
1895         * docs/html/ext/pb_assoc/sample_ranged_probe_fn.html: Likewise.
1896         * docs/html/ext/pb_assoc/sample_resize_policy.html: Likewise.
1897         * docs/html/ext/pb_assoc/tree_assoc_cntnr_const_node_iterator.html:
1898         Likewise.
1899         * docs/html/ext/pb_assoc/tree_assoc_cntnr_node_iterator.html: Likewise.
1900
1901 2006-02-22  Paolo Carlini  <pcarlini@suse.de>
1902
1903         PR libstdc++/26132
1904         * include/tr1/hashtable (hashtable<>::rehash): Define.
1905         * testsuite/tr1/6_containers/unordered/hashtable/26132.cc: New.
1906
1907         * include/tr1/hashtable: Trivial formatting and stylistic fixes.
1908
1909         * testsuite/tr1/headers.cc: remove <tr1/hashtable>, not a tr1 header,
1910         only an implementation detail.
1911
1912 2006-02-22  Paolo Carlini  <pcarlini@suse.de>
1913
1914         * include/debug/list (splice): Remove splice_alloc check, redundant
1915         after implementing the splice bits of N1599.
1916
1917 2006-02-21  Benjamin Kosnik  <bkoz@redhat.com>
1918
1919         * include/c_std/cmath.tcc: Use _GLIBCXX_BEGIN_NAMESPACE,
1920         _GLIBCXX_END_NAMESPACE.
1921
1922 2006-02-21  Benjamin Kosnik  <bkoz@redhat.com>
1923
1924         * include/bits/c++config: Simplify debug namespaces.
1925         * include/ext/hash_set: Specialize insert_iterator after norm,
1926         debug containers have been (optionally) declared. Use nested
1927         namespaces.     
1928         * include/ext/hash_map: Same.
1929         * include/debug/hash_map.h (insert): Add specialization for value
1930         pointer types.
1931         * include/debug/hash_set.h (insert): Same.
1932         * include/debug/hash_multimap.h: Change __gnu_debug_def to __debug.
1933         * include/debug/set.h: Same.
1934         * include/debug/bitset: Same.
1935         * include/debug/multiset.h: Same.
1936         * include/debug/hash_multiset.h: Same.
1937         * include/debug/vector: Same.
1938         * include/debug/map.h: Same.
1939         * include/debug/deque: Same.
1940         * include/debug/list: Same.
1941         * include/debug/multimap.h. Same.
1942         * include/debug/macros.h: Use __gnu_debug.
1943         * include/debug/debug.h: Same.
1944         * include/debug/formatter.h: Same.
1945         * include/debug/safe_sequence.h: Same.
1946         * include/debug/functions.h: Same.
1947         * include/debug/safe_base.h: Same.
1948         * include/debug/safe_iterator.h: Same.
1949         * include/debug/safe_iterator.tcc: Same.
1950         (_M_invalidate): Adjust compare order.
1951         * include/debug/string: Change std::__gnu_debug to __gnu_debug.
1952         * include/ext/hashtable.h: Formatting fixes.
1953         * include/bits/stl_map.h: Formatting fixes.             
1954         * src/compatibility.cc: Adjust compatibility symbols for old debug
1955         mode model.     
1956         * src/debug_list.cc: Tweak.
1957         * src/debug.cc: Adjust namespaces.
1958         * docs/html/debug_mode.html: Adjust namespace names.
1959         * testsuite/25_algorithms/heap/heap.cc: Restore _GLIBCXX_DEBUG
1960         macro guards, as count values differ when in debug mode.        
1961         * testsuite/23_containers/vector/26412.cc: Move to...
1962         * testsuite/23_containers/vector/26412-1.cc: ... here.
1963         * testsuite/23_containers/vector/26412-2.cc: Add.
1964
1965         * include/ext/pb_assoc/detail/standard_policies.hpp
1966         (PB_ASSOC_HASH_NAMESPACE): Remove, use __gnu_cxx::hash_map and
1967         std::equal_to.
1968
1969         * configure.ac (libtool_VERSION): To 6:8:0.
1970         * configure: Regenerate.
1971         * config/abi/pre/gnu.ver: Revert to exporting __gnu_debug symbols.
1972         (GLIBCXX_3.4.8): New.
1973         * testsuite/testsuite_abi.cc: Add GLIBCXX_3.4.8 to known versions.
1974         
1975 2006-02-21  Paolo Carlini  <pcarlini@suse.de>
1976
1977         * include/tr1/hashtable: Trivial formatting fixes.
1978
1979 2006-02-20  Paolo Carlini  <pcarlini@suse.de>
1980
1981         Revert recent commit for libstdc++/26211, now suspended waiting for
1982         DR 342 (reopened) to reach a new resolution.
1983         * include/bits/istream.tcc (basic_istream<>::tellg, seekg(pos_type),
1984         seekg(off_type, ios_base::seekdir)): Remove sentry.
1985         * testsuite/27_io/basic_istream/seekg/char/26211.cc: Remove.
1986         * testsuite/27_io/basic_istream/seekg/wchar_t/26211.cc: Likewise.
1987         * testsuite/27_io/basic_istream/tellg/char/26211.cc: Likewise.
1988         * testsuite/27_io/basic_istream/tellg/wchar_t/26211.cc: Likewise.
1989         * testsuite/27_io/basic_istream/seekg/char/8348-1.cc: Revert changes.
1990         * testsuite/27_io/basic_istream/seekg/wchar_t/8348-1.cc: Likewise.
1991         * testsuite/27_io/basic_istream/seekg/char/8348-2.cc: Likewise.
1992         * testsuite/27_io/basic_istream/seekg/wchar_t/8348-1.cc: Likewise.
1993         * testsuite/27_io/basic_istream/tellg/char/8348.cc: Likewise.
1994         * testsuite/27_io/basic_istream/tellg/wchar_t/8348.cc: Likewise.
1995
1996 2006-02-19  Paolo Carlini  <pcarlini@suse.de>
1997
1998         * include/std/std_sstream.h (basic_stringbuf<>::setbuf): Simply
1999         clear the internal _M_string, adjust _M_sync call.
2000         * include/bits/sstream.tcc (basic_stringbuf<>::_M_sync): Adjust
2001         consistently for calls from setbuf.
2002
2003 2006-02-17  Paolo Carlini  <pcarlini@suse.de>
2004             Howard Hinnant  <hhinnant@apple.com>
2005
2006         PR libstdc++/26250
2007         * include/bits/sstream.tcc (basic_stringbuf<>::overflow): Tweak
2008         to leave epgtr() just past the new write position, as per the
2009         relevant bits of 27.7.1.3/8 (not changed by DR 432).
2010         * testsuite/27_io/basic_stringbuf/overflow/char/26250.cc: New.
2011         * testsuite/27_io/basic_stringbuf/overflow/wchar_t/26250.cc: Same.
2012
2013         * docs/html/ext/howto.html: Add entries for DR 169 and DR 432.
2014
2015         * include/std/std_sstream.h (basic_stringbuf<>::_M_sync): Move out
2016         of line...
2017         * include/bits/sstream.tcc: ... here.
2018
2019 2006-02-16  Joseph S. Myers  <joseph@codesourcery.com>
2020
2021         PR libstdc++/14939
2022         * config/os/uclibc/ctype_base.h, config/os/uclibc/ctype_inline.h,
2023         config/os/uclibc/ctype_noninline.h, config/os/uclibc/os_defines.h:
2024         New.
2025         * acinclude.m4 (GLIBCXX_CONFIGURE): Test whether using uClibc.
2026         * configure.host: Use os/uclibc for uClibc.
2027         * crossconfig.m4 (*-linux*): Use link tests.  Don't hardcode
2028         presence of math functions.
2029         * configure: Regenerate.
2030
2031 2006-02-12  Paolo Carlini  <pcarlini@suse.de>
2032
2033         PR libstdc++/26211
2034         * include/bits/istream.tcc (basic_istream<>::tellg, seekg(pos_type),
2035         seekg(off_type, ios_base::seekdir)): Construct a sentry, as per
2036         27.6.1.3/1.
2037         * testsuite/27_io/basic_istream/seekg/char/26211.cc: New.
2038         * testsuite/27_io/basic_istream/seekg/wchar_t/26211.cc: Likewise.
2039         * testsuite/27_io/basic_istream/tellg/char/26211.cc: Likewise.
2040         * testsuite/27_io/basic_istream/tellg/wchar_t/26211.cc: Likewise.
2041         * testsuite/27_io/basic_istream/seekg/char/8348-1.cc: Adjust.
2042         * testsuite/27_io/basic_istream/seekg/wchar_t/8348-1.cc: Likewise.
2043         * testsuite/27_io/basic_istream/seekg/char/8348-2.cc: Likewise.
2044         * testsuite/27_io/basic_istream/seekg/wchar_t/8348-1.cc: Likewise.
2045         * testsuite/27_io/basic_istream/tellg/char/8348.cc: Likewise.
2046         * testsuite/27_io/basic_istream/tellg/wchar_t/8348.cc: Likewise.
2047
2048 2006-02-10  Paolo Carlini  <pcarlini@suse.de>
2049
2050         PR libstdc++/26181
2051         * include/bits/streambuf.tcc (__copy_streambufs_eof): New, like
2052         the existing __copy_streambufs but reporting eof in input.
2053         (__copy_streambufs): Just use the latter.
2054         * src/streambuf.cc (__copy_streambufs_eof): Adjust specializations
2055         of __copy_streambufs.
2056         * include/bits/istream.tcc (operator>>(__streambuf_type*)): Use
2057         __copy_streambufs_eof instead.
2058         * include/std/std_streambuf.h: Adjust.
2059         * src/streambuf-inst.cc: Adjust.
2060         * config/abi/pre/gnu.ver: Export the new symbols.
2061         * testsuite/27_io/basic_istream/extractors_other/char/26181.cc: New.
2062         * testsuite/27_io/basic_istream/extractors_other/wchar_t/26181.cc:
2063         Likewise.
2064         * testsuite/27_io/basic_istream/extractors_other/char/1.cc: Adjust.
2065         * testsuite/27_io/basic_istream/extractors_other/wchar_t/1.cc:
2066         Likewise.
2067
2068 2006-02-08  Benjamin Kosnik  <bkoz@redhat.com>
2069
2070         PR libstdc++/26142
2071         * include/debug/debug.h: Move debug alias inside namespace std,
2072         same with namespace __gnu_cxx. Add top-level __gnu_debug
2073         namespace.      
2074         * include/debug/hash_multimap.h: Nest within __gnu_cxx, not
2075         std. Also, change nesting namespace name from __gnu_debug_def to
2076         __gnu_debug.    
2077         * include/debug/hash_map.h: Same.
2078         * include/debug/hash_multiset.h: Same.
2079         * include/debug/hash_set.h: Same.
2080         * docs/html/debug.html: Same.
2081         * testsuite/23_containers/vector/26412.cc: New.
2082         * testsuite/23_containers/vector/invalidation/1.cc:  Correct
2083         qualifications for debug namespace change.
2084         * testsuite/23_containers/vector/invalidation/2.cc: Same.
2085         * testsuite/23_containers/vector/invalidation/3.cc: Same.
2086         * testsuite/23_containers/vector/invalidation/4.cc: Same.
2087         * testsuite/23_containers/deque/invalidation/1.cc: Same.
2088         * testsuite/23_containers/deque/invalidation/2.cc: Same.
2089         * testsuite/23_containers/deque/invalidation/3.cc: Same.
2090         * testsuite/23_containers/deque/invalidation/4.cc: Same.
2091         * testsuite/23_containers/multiset/invalidation/1.cc: Same.
2092         * testsuite/23_containers/multiset/invalidation/2.cc: Same.
2093         * testsuite/23_containers/multimap/invalidation/1.cc: Same.
2094         * testsuite/23_containers/multimap/invalidation/2.cc: Same.
2095         * testsuite/23_containers/bitset/invalidation/1.cc: Same.
2096         * testsuite/23_containers/bitset/cons/16020.cc: Same.
2097         * testsuite/23_containers/bitset/operations/13838.cc: Same.
2098         * testsuite/23_containers/list/invalidation/1.cc: Same.
2099         * testsuite/23_containers/list/invalidation/2.cc: Same.
2100         * testsuite/23_containers/list/invalidation/3.cc: Same.
2101         * testsuite/23_containers/list/invalidation/4.cc: Same.
2102         * testsuite/23_containers/set/invalidation/1.cc: Same.
2103         * testsuite/23_containers/set/invalidation/2.cc: Same.
2104         * testsuite/23_containers/map/invalidation/1.cc: Same.
2105         * testsuite/23_containers/map/invalidation/2.cc: Same.
2106         * testsuite/23_containers/map/modifiers/insert/16813.cc: Same.
2107         * testsuite/21_strings/basic_string/2.cc: Same.
2108
2109 2006-02-08  Paolo Carlini  <pcarlini@suse.de>
2110
2111         PR libstdc++/26133  (DR 241, [WP])
2112         * include/bits/stl_algo.h (__unique_copy(,,, forward_iterator_tag,
2113         output_iterator_tag), __unique_copy(,,, input_iterator_tag,
2114         output_iterator_tag), __unique_copy(,,, input_iterator_tag,
2115         forward_iterator_tag), and predicated counterparts): Add.
2116         (__unique_copy(,,, output_iterator_tag), __unique_copy(,,,
2117         forward_iterator_tag), and predicated counterparts): Remove.
2118         (unique_copy): Adjust, dispatch to the three helpers above.
2119         * testsuite/25_algorithms/unique_copy/2.cc: New.
2120         * testsuite/25_algorithms/unique_copy/26133.cc: Likewise.
2121         * testsuite/25_algorithms/unique_copy/3.cc: Likewise.   
2122         * docs/html/ext/howto.html: Add an entry for DR 241.
2123
2124         * testsuite/25_algorithms/unique_copy/1.cc: Minor cosmetic changes.
2125
2126 2006-02-07  Jakub Jelinek  <jakub@redhat.com>
2127             Benjamin Kosnik  <bkoz@redhat.com>
2128
2129         * configure.ac (_GLIBCXX_LONG_DOUBLE_COMPAT): New check.
2130         If true, set also port_specific_symbol_files and create
2131         as_symver_specs.
2132         (GLIBCXX_LDBL_COMPAT): New GLIBCXX_CONDITIONAL.
2133         * configure: Rebuilt.
2134         * config.h.in: Rebuilt.
2135         * config/os/gnu-linux/ldbl-extra.ver: New file.
2136         * config/abi/pre/gnu.ver: Make sure no __float128 symbols are
2137         exported.
2138         * include/bits/c++config (_GLIBCXX_LONG_DOUBLE_COMPAT,
2139         _GLIBCXX_LDBL_NAMESPACE, _GLIBCXX_BEGIN_LDBL_NAMESPACE,
2140         _GLIBCXX_END_LDBL_NAMESPACE): Define.
2141         * include/bits/localefwd.h: Use them to conditionally scope facets.
2142         * include/bits/locale_facets.h: Surround std::{money,num}_{get,put}
2143         with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
2144         Surround std::{money,num}_{get,put}
2145         with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
2146         [_GLIBCXX_LONG_DOUBLE_COMPAT] (std::money_get): Add __do_get method.
2147         [_GLIBCXX_LONG_DOUBLE_COMPAT] (std::money_put): Add __do_put method.
2148         [_GLIBCXX_LONG_DOUBLE_COMPAT] (std::num_get): Add __do_get method.
2149         [_GLIBCXX_LONG_DOUBLE_COMPAT] (std::num_put): Add __do_put method.
2150         * include/bits/locale_facets.tcc: Surround std::{money,num}_{get,put}
2151         with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
2152         (std::money_get::__do_get, std::money_put::__do_put,
2153         std::num_get::__do_get, std::num_put::__do_put): New
2154         specializations.
2155         * include/Makefile.am: Conditionally define
2156         _GLIBCXX_LONG_DOUBLE_COMPAT in c++config.
2157         * include/Makefile.in: Regenerate.
2158         * src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT] (_GLIBCXX_LOC_ID,
2159         _GLIBCXX_SYNC_ID): Define, use them.
2160         * src/compatibility-ldbl.cc: New file.
2161         * src/complex_io.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Add compatibility
2162         symbols.
2163         * src/limits.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
2164         * src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
2165         * src/locale-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.   
2166         * src/locale-misc-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
2167         * src/istream-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
2168         * src/ostream-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
2169         * src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
2170         * src/wlocale-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
2171         * src/compatibility.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
2172         * config/locale/generic/c_locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]:
2173         Likewise.
2174         * config/locale/gnu/c_locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]:
2175         Likewise.
2176         * src/Makefile.am (libstdc++-symbol.ver): Append instead of
2177         insert in the middle if port specific symbol file requests it.
2178         (ldbl_compat_sources): New variable.
2179         (sources): Use it.
2180         (compatibility-ldbl.lo, compatibility-ldbl.o): New rules.
2181         * src/Makefile.in: Rebuilt.
2182         * testsuite/testsuite_abi.cc: Recognize GLIBCXX_LDBL_3.4,
2183         GLIBCXX_LDBL_3.4.7, CXXABI_LDBL_1.3.    
2184
2185 2006-02-07  Paolo Carlini  <pcarlini@suse.de>   
2186
2187         * include/tr1/hashtable: Trivial formatting fixes.
2188
2189 2006-02-07  Paolo Carlini  <pcarlini@suse.de>
2190             Zak Kipling  <zak@transversal.com>
2191
2192         PR libstdc++/26127
2193         * include/tr1/hashtable (hashtable<>::key_equal): Define.
2194         (hashtable<>::bucket, rehash_base<>::max_load_factor): Fix.
2195         * testsuite/tr1/6_containers/unordered/hashtable/26127.cc: New.
2196
2197 2006-02-07  Paolo Carlini  <pcarlini@suse.de>
2198
2199         * include/tr1/cmath: New.
2200         * include/tr1/cstdlib: Likewise.
2201         * include/tr1/ctime: Likewise.
2202         * include/tr1/math.h: Likewise. 
2203         * include/tr1/stdlib.h: Likewise.
2204         * include/Makefile.am: Add.
2205         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add <math.h> checks.
2206         * testsuite/tr1/8_c_compatibility/cmath/functions.cc: New.
2207         * testsuite/tr1/8_c_compatibility/cstdlib/functions.cc: Likewise.
2208         * testsuite/tr1/8_c_compatibility/cstdlib/types.cc: Likewise.
2209         * testsuite/tr1/headers.cc: Update.     
2210
2211         * include/tr1/cinttypes: Do not provide abs and div, conflicting
2212         with the above overloads for _Longlong types.
2213         * include/tr1/inttypes.h: Adjust.
2214         * testsuite/tr1/8_c_compatibility/cinttypes/functions.cc: Adjust.
2215
2216         * docs/html/ext/tr1.html: Update.
2217         
2218         * testsuite/tr1/8_c_compatibility/cwchar/functions.cc: Tweak.
2219
2220         * include/Makefile.in: Regenerate.
2221         * config.h.in: Likewise.
2222         * configure: Likewise.
2223
2224 2006-02-07  Mark Mitchell  <mark@codesourcery.com>
2225
2226         * testsuite/testsuite_tr1.h (test_property): New function.
2227         * testsuite/tr1/4_metaprogramming/type_properties/extent/extent.cc 
2228         (test01) 
2229
2230 2006-02-05  Paolo Carlini  <pcarlini@suse.de>
2231
2232         * include/tr1/cstdio: New.
2233         * include/tr1/stdio.h: Likewise.
2234         * include/Makefile.am: Add.
2235         * testsuite/tr1/8_c_compatibility/cstdio/functions.cc: New.
2236         * testsuite/tr1/headers.cc: Update.     
2237         * docs/html/ext/tr1.html: Update.
2238
2239         * include/tr1/cwchar: Simplify, use _GLIBCXX_USE_C99, consistently
2240         with the facilities in std::.
2241         * include/tr1/cwctype: Likewise.
2242         * testsuite/tr1/8_c_compatibility/cwchar/functions.cc: Tweak.
2243         * testsuite/tr1/8_c_compatibility/cwctype/functions.cc: Likewise.
2244         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Remove <wchar.h> and
2245         <wctype.h> checks.
2246
2247         * include/Makefile.in: Regenerate.
2248         * config.h.in: Likewise.
2249         * configure: Likewise.
2250
2251 2006-02-04  Paolo Carlini  <pcarlini@suse.de>
2252
2253         * testsuite/tr1/8_c_compatibility/cwchar/functions.cc: Fix.
2254
2255 2006-02-04  Paolo Carlini  <pcarlini@suse.de>
2256
2257         * testsuite/27_io/basic_stringbuf/in_avail/char/21955.cc: Avoid
2258         warning on string constant.
2259
2260 2006-02-03  Paolo Carlini  <pcarlini@suse.de>
2261
2262         * include/tr1/cwchar: New.
2263         * include/tr1/cwctype: Likewise.
2264         * include/tr1/wchar.h: Likewise.
2265         * include/tr1/wctype.h: Likewise.
2266         * include/Makefile.am: Add.
2267         * testsuite/tr1/8_c_compatibility/cwchar/functions.cc: New.
2268         * testsuite/tr1/8_c_compatibility/cwctype/functions.cc: Likewise.
2269         * testsuite/tr1/headers.cc: Update.
2270         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add <wchar.h> and
2271         <wctype.h> checks.
2272         * docs/html/ext/tr1.html: Update.
2273         * include/Makefile.in: Regenerate.
2274         * config.h.in: Likewise.
2275         * configure: Likewise.
2276
2277         * testsuite/tr1/8_c_compatibility/cctype/functions.cc: Cosmetic tweak.
2278
2279 2006-02-02  Paolo Carlini  <pcarlini@suse.de>
2280
2281         * include/tr1/cfloat: New.
2282         * include/tr1/climits: Likewise.                
2283         * include/tr1/cstdarg: Likewise.
2284         * include/tr1/ctype.h: Likewise.
2285         * include/tr1/fenv.h: Likewise.
2286         * include/tr1/float.h: Likewise.
2287         * include/tr1/inttypes.h: Likewise.
2288         * include/tr1/limits.h: Likewise.
2289         * include/tr1/stdint.h: Likewise.
2290         * include/tr1/stdarg.h: Likewise.
2291         * include/Makefile.am: Add.
2292         * include/Makefile.in: Regenerate.
2293         * docs/html/ext/tr1.html: Update.
2294         * testsuite/tr1/headers.cc: New.
2295
2296         * include/tr1/cctype: Include <cctype> instead.
2297
2298 2006-01-31  Paolo Carlini  <pcarlini@suse.de>
2299
2300         PR libstdc++/21554
2301         * include/tr1/array (array<>::_M_instance): Maximally align.
2302         * testsuite/ext/array_allocator/2.cc: Do not xfail for powerpc.
2303
2304 2006-01-31  Ed Smith-Rowland  <3dw4rd@verizon.net>
2305
2306         * docs/html/faq/index.html ([1.0]): Replace references to CVS
2307         with appropriate references to SVN.
2308         ([1.3]): Likewise.
2309         ([1.4]): Likewise.
2310         ([2.3]): Likewise.
2311         * docs/html/faq/index.txt: Regenerated.
2312
2313 2006-01-30  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2314
2315         * include/bits/valarray_array.h (__valarray_default_construct):
2316         Replace use __is_fundamental with __is_pod.
2317         (__valarray_fill_construct): Likewise.
2318         (__valarray_copy_construct): Likewise.
2319         (__valarray_destroy_elements): Likewise.
2320         (__valarray_copy): Likewise.
2321
2322 2006-01-30  Paolo Carlini  <pcarlini@suse.de>
2323
2324         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Do the <inttypes.h>
2325         checks only if the <stdint.h> checks are successful.
2326         * configure: Regenerate.
2327
2328 2006-01-30  Paolo Carlini  <pcarlini@suse.de>
2329
2330         * include/tr1/cinttypes: New.
2331         * include/Makefile.am: Add.
2332         * testsuite/tr1/8_c_compatibility/cinttypes/functions: New.     
2333         * testsuite/tr1/8_c_compatibility/cinttypes/types: Likewise.
2334         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add <inttypes.h> checks.
2335         * docs/html/ext/tr1.html: Update.
2336         * include/Makefile.in: Regenerate.
2337         * config.h.in: Likewise.
2338         * configure: Likewise.
2339
2340         * testsuite/tr1/8_c_compatibility/cfenv/functions.cc: Cosmetic tweak.
2341         * testsuite/tr1/8_c_compatibility/cfenv/types.cc: Likewise.
2342
2343         * testsuite/tr1/8_c_compatibility/cstdint/types.cc: Fix, check in
2344         std::tr1.
2345
2346 2006-01-29  Paolo Carlini  <pcarlini@suse.de>
2347
2348         * include/tr1/cstdint: New.
2349         * include/Makefile.am: Add.
2350         * testsuite/tr1/8_c_compatibility/cstdint/types: New.
2351         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add <stdint.h> checks.
2352         * docs/html/ext/tr1.html: Update.
2353         * include/Makefile.in: Regenerate.
2354         * config.h.in: Likewise.
2355         * configure: Likewise.
2356
2357         * testsuite/tr1/8_c_compatibility/cfenv/types.cc: Cosmetic tweak.
2358
2359 2006-01-29  Paolo Carlini  <pcarlini@suse.de>
2360
2361         PR libstdc++/26006
2362         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Tighten <ctype.h> and
2363         <fenv.h> checks.
2364         * configure: Regenerate.
2365
2366 2006-01-26  Paolo Carlini  <pcarlini@suse.de>
2367
2368         * include/std/std_bitset.h (bitset<>::_M_copy_to_string):
2369         Call the internal _Unchecked_set(size_t) instead of set.
2370
2371 2006-01-26  Paolo Carlini  <pcarlini@suse.de>
2372
2373         * docs/html/install.html ([Tools you will need beforehand]):
2374         Clarify that the de_DE locale is used by configure; clarify
2375         that missing localedata leads to skipped tests, not fails.
2376
2377 2006-01-26  Paolo Carlini  <pcarlini@suse.de>
2378
2379         * include/tr1/cfenv: New.
2380         * include/Makefile.am: Add.
2381         * testsuite/tr1/8_c_compatibility/cfenv/functions.cc: New.
2382         * testsuite/tr1/8_c_compatibility/cfenv/types.cc: Likewise.
2383         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add <fenv.h> checks.
2384         * docs/html/ext/tr1.html: Update; add note.
2385         * include/Makefile.in: Regenerate.
2386         * config.h.in: Likewise.
2387         * configure: Likewise.  
2388
2389         * testsuite/tr1/8_c_compatibility/complex/functions.cc: Tweak.
2390         * testsuite/tr1/8_c_compatibility/cctype/functions.cc: Likewise.
2391
2392         * docs/html/faq/index.html: Fix link to tr1.html text; fix
2393         formatting.
2394
2395 2006-01-25  Paolo Carlini  <pcarlini@suse.de>
2396
2397         * include/tr1/cctype: New.
2398         * include/Makefile.am: Add.
2399         * testsuite/tr1/8_c_compatibility/cctype/functions.cc: New.
2400         * include/Makefile.in: Regenerate.
2401
2402         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): New, check for C99
2403         support to TR1, Chapter 8.
2404         * configure.ac: Use it.
2405         * include/tr1/complex: Adjust.
2406         * config.h.in: Regenerate.
2407         * configure: Likewise.
2408
2409 2006-01-25  Benjamin Kosnik  <bkoz@redhat.com>
2410
2411         * docs/html/configopts.html: Tweak docs.
2412
2413         * libsupc++/eh_personality.cc: Fix typos.
2414
2415 2006-01-24  Paolo Carlini  <pcarlini@suse.de>
2416
2417         PR libstdc++/25649
2418         * include/std/std_istream.h (operator>>(short&), operator>>(int&)):
2419         Move out of line...
2420         * include/bits/istream.tcc: ... here.
2421         * include/std/std_ostream.h (operator<<(short), operator<<(int)):
2422         Move out of line...
2423         * include/bits/ostream.tcc: ... here.
2424
2425 2006-01-24  Ed Smith-Rowland  <3dw4rd@verizon.net>
2426
2427         * docs/html/faq/index.html ([5.2]): Mention TR1 and point to
2428         paragraph [5.5], describing it.
2429         ([5.5]): New.
2430         * docs/html/ext/tr1.html: New.
2431
2432 2006-01-20  Benjamin Kosnik  <bkoz@redhat.com>
2433
2434         * acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Verbose ld version
2435         reporting.  Disable --gc-sections for old binutils, by version.
2436         * configure: Regenerate.
2437
2438 2006-01-20  Joseph S. Myers  <joseph@codesourcery.com>
2439
2440         PR libstdc++/25524
2441         * include/Makefile.am: Install host-specific headers in multilib
2442         subdirectory.
2443         * include/Makefile.in: Regenerate.
2444
2445 2006-01-19  Paolo Carlini  <pcarlini@suse.de>
2446
2447         Implement list::splice (and merge) bits of N1599
2448         * include/bits/stl_list.h (list<>::_M_check_equal_allocators): New.
2449         (list<>::splice(iterator, list&), splice(iterator, list&, iterator),
2450         splice(iterator, list&, iterator, iterator)): Use it.
2451         * include/bits/list.tcc (list<>::merge(list&), merge(list&,
2452         _StrictWeakOrdering)): Likewise.
2453         * testsuite/23_containers/list/operators/5.cc: New.
2454
2455 2006-01-19  H.J. Lu  <hongjiu.lu@intel.com>
2456
2457         PR libstdc++/25797
2458         * acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Remove -Werror
2459         from CFLAGS.  Check if linker really supports --gc-sections.
2460         * configure: Regenerated.
2461
2462 2006-01-18  Paul Brook  <paul@codesourcery.com>
2463
2464         * libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Use std::abort.
2465
2466 2006-01-18  Paolo Carlini  <pcarlini@suse.de>
2467
2468         * include/bits/allocator.h: Include <bits/cpp_type_traits.h>.
2469
2470 2006-01-18  Perry Smith  <pedz@easesoftware.net>
2471
2472         PR libstdc++/25823
2473         PR libstdc++/25824
2474         * libsupc++/eh_alloc.cc: Fix return type of memset declaration.
2475         * libsupc++/eh_globals.cc: If !_GLIBCXX_HOSTED declare malloc and free.
2476
2477 2006-01-18  Paolo Carlini  <pcarlini@suse.de>
2478
2479         * include/ext/pb_assoc/detail/value_type_adapter/
2480         value_type_adapter.hpp: Include <tr1/type_traits>.
2481         * include/ext/pb_assoc/detail/value_type_adapter/
2482         it_value_type_traits.hpp (it_value_type_traits_<>::value_type_holder):
2483         Use tr1::aligned_storage and tr1::alignment_of.
2484         (it_value_type_traits_<>::buf_t): Remove.
2485         (it_value_type_traits_<>::make_valid, recast): Adjust.
2486
2487 2006-01-16  Benjamin Kosnik  <bkoz@redhat.com>
2488
2489         PR libstdc++/25797
2490         * acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Add -Werror to
2491         CFLAGS for --gc-sections test.  Correct compile test.
2492         * configure: Regenerated.
2493         
2494 2006-01-15  Paolo Carlini  <pcarlini@suse.de>
2495             Gabriel Dos Reis  <gdr@integrable-solutions.net>
2496
2497         PR libstdc++/25626
2498         * include/std/std_valarray.h (valarray(const slice_array<>&),
2499         valarray(const gslice_array<>&), valarray(const mask_array<>&),
2500         valarray(const indirect_array<>&), valarray(const _Expr<>&)):
2501         Forward to __valarray_copy_construct, not __valarray_copy.
2502         * include/bits/valarray_array.h
2503         (__valarray_copy_construct(_Array<>, _Array<>, _Array<>, size_t),
2504         __valarray_copy_construct(_Array<>, size_t, size_t, _Array<>)):
2505         New.
2506
2507 2006-01-15  Paolo Carlini  <pcarlini@suse.de>
2508
2509         * testsuite/tr1/8_c_compatibility/complex/overloads_int.cc:
2510         Fix norm test, use casts everywhere.
2511
2512 2006-01-14  Paolo Carlini  <pcarlini@suse.de>
2513
2514         * testsuite/testsuite_tr1.h: Add missing include; use std::__are_same.
2515
2516 2006-01-14  Paolo Carlini  <pcarlini@suse.de>
2517
2518         * testsuite/tr1/8_c_compatibility/complex/overloads_int.cc:
2519         Fix wrong test (don't pick by mistake the (const complex<>&, int)
2520         overload); add some.
2521
2522 2006-01-13  Paolo Carlini  <pcarlini@suse.de>
2523             Howard Hinnant  <hhinnant@apple.com>
2524
2525         * include/tr1/complex (arg, conj, imag, norm, polar, pow, real):
2526         Add, implementing TR1, 8.1.9.
2527         (__promote_2): New.
2528         * include/tr1/common.h: New, provides __promote, __promote_2.
2529         * include/Makefile.am: Add.
2530         * include/Makefile.in: Regenerate.
2531         * testsuite/testsuite_tr1.h (check_ret_type): New.
2532         * testsuite/tr1/8_c_compatibility/complex/overloads_int.cc: New.
2533         * testsuite/tr1/8_c_compatibility/complex/overloads_float.cc: New.
2534
2535 2006-01-12  Benjamin Kosnik  <bkoz@redhat.com>
2536
2537         * acinclude.m4(GLIBCXX_CHECK_LINKER_FEATURES): Enable
2538         --gc-sections in more cases.    
2539         * configure: Regenerate.
2540         * scripts/testsuite_flags.in: Remove SECTION_LDFLAGS.
2541         * scripts/testsuite_flags.in (cxxldflags): New.
2542         * testsuite/lib/libstdc++.exp (v3_target_compile): Add cxxldflags.
2543         (libstdc++_init ): Same.
2544                 
2545 2006-01-12  Jan Beulich  <jbeulich@novell.com>
2546
2547         * crossconfig.m4: Add AC_DEFINE-s for HAVE_HYPOT, HAVE_ISINF, and
2548         HAVE_ISNAN for *-*-netware*.
2549         * configure: Refresh.
2550
2551 2006-01-11  Benjamin Kosnik  <bkoz@redhat.com>
2552
2553         * acinclude.m4(GLIBCXX_CHECK_LINKER_FEATURES): Use -Wl,-z,relro if
2554         possible.  
2555         * configure: Regenerate.
2556
2557 2006-01-10  Paolo Carlini  <pcarlini@suse.de>
2558
2559         * include/tr1/complex: New file, hosts the additions to header
2560         <complex> described in TR1, Chapter 8 [tr.c99].
2561         * include/Makefile.am: Add.
2562         * include/Makefile.in: Regenerate.
2563         * testsuite/tr1/8_c_compatibility/complex/functions.cc: New.
2564
2565 2006-01-09  Paolo Carlini  <pcarlini@suse.de>
2566
2567         PR libstdc++/25658
2568         * testsuite/23_containers/deque/cons/assign/1.cc: Divide
2569         sizes by 10.
2570
2571 2006-01-08  Paolo Carlini  <pcarlini@suse.de>
2572
2573         PR libstdc++/22102 (insert as close to hint as possible)
2574         * include/bits/stl_tree.h (_Rb_tree<>::_M_insert_lower,
2575         _M_insert_equal_lower): New.
2576         (_M_insert_equal(iterator, const _Val&),
2577         _M_insert_equal(const_iterator, const _Val&)): Use the above.
2578         * docs/html/ext/howto.html: Add an entry for DR 233.
2579         * testsuite/23_containers/multiset/modifiers/insert/22102.cc: New.
2580         * testsuite/23_containers/multimap/modifiers/insert/22102.cc: New.
2581
2582         * testsuite/23_containers/set/insert/: Move...
2583         * testsuite/23_containers/set/modifiers/insert/: ...here.
2584         * testsuite/23_containers/map/insert/: Move...
2585         * testsuite/23_containers/map/modifiers/insert/: ...here.
2586         * testsuite/23_containers/multiset/insert/: Move...
2587         * testsuite/23_containers/multiset/modifiers/insert/: ...here.
2588
2589 2006-01-06  Paolo Carlini  <pcarlini@suse.de>
2590
2591         * include/bits/stl_tree.h (_Rb_tree<>::insert_unique): Rename
2592         to _M_insert_unique.
2593         (_Rb_tree<>::insert_equal): Rename to _M_insert_equal.
2594         * include/bits/stl_map.h (class map<>): Update callers.
2595         * include/bits/stl_set.h (class set<>): Likewise.
2596         * include/bits/stl_multimap.h (class multimap<>): Likewise.
2597         * include/bits/stl_multiset.h (class multiset<>): Likewise.
2598
2599 2006-01-06  Paolo Carlini  <pcarlini@suse.de>
2600
2601         * include/bits/stl_bvector.h (vector<bool>::erase(iterator,
2602         iterator)): Just use _M_erase_at_end.
2603
2604 2006-01-06  Paolo Carlini  <pcarlini@suse.de>
2605
2606         * include/bits/stl_bvector.h (class vector<bool>): Move all the
2607         helpers under protected access mode, consistently with the primary
2608         vector template.
2609         (vector<bool>::_M_erase_at_end): Add.
2610         (erase(iterator, iterator), clear, resize, _M_fill_assign,
2611         _M_assign_aux): Use it.
2612         * testsuite/23_containers/vector/bool/modifiers/erase/1.cc: New.
2613
2614 2006-01-06  Paolo Carlini  <pcarlini@suse.de>
2615
2616         Implement Option 3 of DR 431 for vector<bool>.
2617         * include/bits/stl_bvector.h (class _Bvector_base): Change to
2618         a struct, consistently with the primary vector template.
2619         (class vector<bool>): Adjust to protected inheritance, tidy
2620         typedefs.
2621         (_Bvector_base<>::_M_get_Bit_allocator): Add.
2622         (vector<bool>::vector(const vector&)): Use it.
2623         (_Bvector_base<>::get_allocator): Tidy.
2624         (vector<bool>::swap): Use __alloc_swap.
2625         * testsuite/23_containers/vector/bool/modifiers/swap/1.cc: New.
2626         * testsuite/23_containers/vector/bool/modifiers/swap/2.cc: New.
2627
2628 2006-01-05  Paolo Carlini  <pcarlini@suse.de>
2629         
2630         * testsuite/testsuite_hooks.h (test_tm(unsigned)): Change to
2631         take all the tm members.
2632         * testsuite/testsuite_hooks.cc (test_tm): Adjust.
2633         * testsuite/22_locale/time_put/put/wchar_t/10.cc: Update.
2634         * testsuite/22_locale/time_put/put/wchar_t/1.cc: Likewise.
2635         * testsuite/22_locale/time_put/put/wchar_t/2.cc: Likewise.
2636         * testsuite/22_locale/time_put/put/wchar_t/3.cc: Likewise.
2637         * testsuite/22_locale/time_put/put/wchar_t/4.cc: Likewise.
2638         * testsuite/22_locale/time_put/put/wchar_t/5.cc: Likewise.
2639         * testsuite/22_locale/time_put/put/wchar_t/6.cc: Likewise.
2640         * testsuite/22_locale/time_put/put/wchar_t/7.cc: Likewise.
2641         * testsuite/22_locale/time_put/put/wchar_t/8.cc: Likewise.
2642         * testsuite/22_locale/time_put/put/wchar_t/9.cc: Likewise.
2643         * testsuite/22_locale/time_put/put/wchar_t/17038.cc: Likewise.
2644         * testsuite/22_locale/time_put/put/char/10.cc: Likewise.
2645         * testsuite/22_locale/time_put/put/char/1.cc: Likewise.
2646         * testsuite/22_locale/time_put/put/char/2.cc: Likewise.
2647         * testsuite/22_locale/time_put/put/char/3.cc: Likewise.
2648         * testsuite/22_locale/time_put/put/char/4.cc: Likewise.
2649         * testsuite/22_locale/time_put/put/char/5.cc: Likewise.
2650         * testsuite/22_locale/time_put/put/char/6.cc: Likewise.
2651         * testsuite/22_locale/time_put/put/char/7.cc: Likewise.
2652         * testsuite/22_locale/time_put/put/char/8.cc: Likewise.
2653         * testsuite/22_locale/time_put/put/char/9.cc: Likewise.
2654         * testsuite/22_locale/time_put/put/char/17038.cc: Likewise.
2655         * testsuite/22_locale/time_get/get_year/wchar_t/1.cc: Likewise.
2656         * testsuite/22_locale/time_get/get_year/wchar_t/3.cc: Likewise.
2657         * testsuite/22_locale/time_get/get_year/char/1.cc: Likewise.
2658         * testsuite/22_locale/time_get/get_year/char/3.cc: Likewise.
2659         * testsuite/22_locale/time_get/get_monthname/wchar_t/1.cc: Likewise.
2660         * testsuite/22_locale/time_get/get_monthname/wchar_t/2.cc: Likewise.
2661         * testsuite/22_locale/time_get/get_monthname/char/1.cc: Likewise.
2662         * testsuite/22_locale/time_get/get_monthname/char/2.cc: Likewise.
2663         * testsuite/22_locale/time_get/get_weekday/wchar_t/1.cc: Likewise.
2664         * testsuite/22_locale/time_get/get_weekday/wchar_t/2.cc: Likewise.
2665         * testsuite/22_locale/time_get/get_weekday/wchar_t/3.cc: Likewise.
2666         * testsuite/22_locale/time_get/get_weekday/char/1.cc: Likewise.
2667         * testsuite/22_locale/time_get/get_weekday/char/2.cc: Likewise.
2668         * testsuite/22_locale/time_get/get_weekday/char/3.cc: Likewise.
2669         * testsuite/22_locale/time_get/get_date/wchar_t/12750.cc: Likewise.
2670         * testsuite/22_locale/time_get/get_date/wchar_t/12750.cc: Likewise.
2671         * testsuite/22_locale/time_get/get_date/wchar_t/1.cc: Likewise.
2672         * testsuite/22_locale/time_get/get_date/wchar_t/2.cc: Likewise.
2673         * testsuite/22_locale/time_get/get_date/wchar_t/3.cc: Likewise.
2674         * testsuite/22_locale/time_get/get_date/char/12750.cc: Likewise.
2675         * testsuite/22_locale/time_get/get_date/char/12750.cc: Likewise.
2676         * testsuite/22_locale/time_get/get_date/char/1.cc: Likewise.
2677         * testsuite/22_locale/time_get/get_date/char/2.cc: Likewise.
2678         * testsuite/22_locale/time_get/get_date/char/3.cc: Likewise.
2679         * testsuite/22_locale/time_get/get_time/wchar_t/1.cc: Likewise.
2680         * testsuite/22_locale/time_get/get_time/wchar_t/2.cc: Likewise.
2681         * testsuite/22_locale/time_get/get_time/wchar_t/3.cc: Likewise.
2682         * testsuite/22_locale/time_get/get_time/wchar_t/4.cc: Likewise.
2683         * testsuite/22_locale/time_get/get_time/char/1.cc: Likewise.
2684         * testsuite/22_locale/time_get/get_time/char/2.cc: Likewise.
2685         * testsuite/22_locale/time_get/get_time/char/3.cc: Likewise.
2686         * testsuite/22_locale/time_get/get_time/char/4.cc: Likewise.
2687
2688 2006-01-05  Paolo Carlini  <pcarlini@suse.de>
2689         
2690         * testsuite/testsuite_hooks.h (test_tm(unsigned)): New.
2691         * testsuite/testsuite_hooks.cc (test_tm(unsigned)): Define.
2692         * testsuite/22_locale/time_put/put/wchar_t/10.cc: Use it.
2693         * testsuite/22_locale/time_put/put/wchar_t/1.cc: Likewise.
2694         * testsuite/22_locale/time_put/put/wchar_t/2.cc: Likewise.
2695         * testsuite/22_locale/time_put/put/wchar_t/3.cc: Likewise.
2696         * testsuite/22_locale/time_put/put/wchar_t/4.cc: Likewise.
2697         * testsuite/22_locale/time_put/put/wchar_t/5.cc: Likewise.
2698         * testsuite/22_locale/time_put/put/wchar_t/6.cc: Likewise.
2699         * testsuite/22_locale/time_put/put/wchar_t/7.cc: Likewise.
2700         * testsuite/22_locale/time_put/put/wchar_t/8.cc: Likewise.
2701         * testsuite/22_locale/time_put/put/wchar_t/9.cc: Likewise.
2702         * testsuite/22_locale/time_put/put/wchar_t/17038.cc: Likewise.
2703         * testsuite/22_locale/time_put/put/char/10.cc: Likewise.
2704         * testsuite/22_locale/time_put/put/char/1.cc: Likewise.
2705         * testsuite/22_locale/time_put/put/char/2.cc: Likewise.
2706         * testsuite/22_locale/time_put/put/char/3.cc: Likewise.
2707         * testsuite/22_locale/time_put/put/char/4.cc: Likewise.
2708         * testsuite/22_locale/time_put/put/char/5.cc: Likewise.
2709         * testsuite/22_locale/time_put/put/char/6.cc: Likewise.
2710         * testsuite/22_locale/time_put/put/char/7.cc: Likewise.
2711         * testsuite/22_locale/time_put/put/char/8.cc: Likewise.
2712         * testsuite/22_locale/time_put/put/char/9.cc: Likewise.
2713         * testsuite/22_locale/time_put/put/char/17038.cc: Likewise.
2714         * testsuite/22_locale/time_get/get_year/wchar_t/1.cc: Likewise.
2715         * testsuite/22_locale/time_get/get_year/wchar_t/3.cc: Likewise.
2716         * testsuite/22_locale/time_get/get_year/char/1.cc: Likewise.
2717         * testsuite/22_locale/time_get/get_year/char/3.cc: Likewise.
2718         * testsuite/22_locale/time_get/get_monthname/wchar_t/1.cc: Likewise.
2719         * testsuite/22_locale/time_get/get_monthname/wchar_t/2.cc: Likewise.
2720         * testsuite/22_locale/time_get/get_monthname/char/1.cc: Likewise.
2721         * testsuite/22_locale/time_get/get_monthname/char/2.cc: Likewise.
2722         * testsuite/22_locale/time_get/get_weekday/wchar_t/1.cc: Likewise.
2723         * testsuite/22_locale/time_get/get_weekday/wchar_t/2.cc: Likewise.
2724         * testsuite/22_locale/time_get/get_weekday/wchar_t/3.cc: Likewise.
2725         * testsuite/22_locale/time_get/get_weekday/char/1.cc: Likewise.
2726         * testsuite/22_locale/time_get/get_weekday/char/2.cc: Likewise.
2727         * testsuite/22_locale/time_get/get_weekday/char/3.cc: Likewise.
2728         * testsuite/22_locale/time_get/get_date/wchar_t/12750.cc: Likewise.
2729         * testsuite/22_locale/time_get/get_date/wchar_t/12750.cc: Likewise.
2730         * testsuite/22_locale/time_get/get_date/wchar_t/1.cc: Likewise.
2731         * testsuite/22_locale/time_get/get_date/wchar_t/2.cc: Likewise.
2732         * testsuite/22_locale/time_get/get_date/wchar_t/3.cc: Likewise.
2733         * testsuite/22_locale/time_get/get_date/char/12750.cc: Likewise.
2734         * testsuite/22_locale/time_get/get_date/char/12750.cc: Likewise.
2735         * testsuite/22_locale/time_get/get_date/char/1.cc: Likewise.
2736         * testsuite/22_locale/time_get/get_date/char/2.cc: Likewise.
2737         * testsuite/22_locale/time_get/get_date/char/3.cc: Likewise.
2738         * testsuite/22_locale/time_get/get_time/wchar_t/1.cc: Likewise.
2739         * testsuite/22_locale/time_get/get_time/wchar_t/2.cc: Likewise.
2740         * testsuite/22_locale/time_get/get_time/wchar_t/3.cc: Likewise.
2741         * testsuite/22_locale/time_get/get_time/wchar_t/4.cc: Likewise.
2742         * testsuite/22_locale/time_get/get_time/char/1.cc: Likewise.
2743         * testsuite/22_locale/time_get/get_time/char/2.cc: Likewise.
2744         * testsuite/22_locale/time_get/get_time/char/3.cc: Likewise.
2745         * testsuite/22_locale/time_get/get_time/char/4.cc: Likewise.
2746
2747 2006-01-04  Paolo Carlini  <pcarlini@suse.de>
2748
2749         * include/ext/sso_string_base.h (__sso_string_base<>::_M_dataplus):
2750         Use _CharT_alloc_type as base class.
2751         (_M_get_allocator, _M_swap, _M_create, _M_destroy): Adjust.
2752         * include/ext/vstring.h (get_allocator): Tidy.
2753
2754 2006-01-04  Paolo Carlini  <pcarlini@suse.de>
2755
2756         Implement Option 3 of DR 431 for all the containers.
2757         * include/bits/allocator.h (struct __alloc_swap): Add, swaps
2758         allocators, optimized to nothing in case they are empty.
2759         * include/bits/stl_deque.h (deque<>::swap): Use it.
2760         * include/bits/stl_list.h (list<>::swap): Likewise.
2761         * include/bits/stl_tree.h (_Rb_tree<>::swap): Likewise.
2762         * include/bits/stl_vector.h (vector<>::swap): Likewise.
2763         * include/tr1/hashtable (hashtable<>::swap): Likewise.
2764         * include/ext/rc_string_base.h (__rc_string_base<>::_M_swap):
2765         Likewise.
2766         * include/ext/sso_string_base.h (__sso_string_base<>::_M_swap):
2767         Likewise.
2768         * include/ext/vstring_util.h (__vstring_utility<>::_Alloc_hider):
2769         Clean-up (now vstring uses the generic __alloc_swap facility).
2770         * include/tr1/unordered_map: Adjust includes.
2771         * include/tr1/unordered_set: Likewise.
2772         * docs/html/ext/howto.html: Add an entry for DR 431.
2773         * testsuite/23_containers/deque/modifiers/swap.cc: Move to...
2774         * testsuite/23_containers/deque/modifiers/swap/1.cc: ... here.          
2775         * testsuite/23_containers/deque/modifiers/swap/2.cc: New.
2776         * testsuite/23_containers/deque/modifiers/swap/3.cc: New.
2777         * testsuite/23_containers/list/modifiers/swap.cc: Move to...
2778         * testsuite/23_containers/list/modifiers/swap/1.cc: ... here.           
2779         * testsuite/23_containers/list/modifiers/swap/2.cc: New.
2780         * testsuite/23_containers/list/modifiers/swap/3.cc: New.
2781         * testsuite/23_containers/vector/modifiers/swap.cc: Move to...
2782         * testsuite/23_containers/vector/modifiers/swap/1.cc: ... here.         
2783         * testsuite/23_containers/vector/modifiers/swap/2.cc: New.
2784         * testsuite/23_containers/vector/modifiers/swap/3.cc: New.
2785         * testsuite/23_containers/set/modifiers/swap.cc: Move to...
2786         * testsuite/23_containers/set/modifiers/swap/1.cc: ... here.            
2787         * testsuite/23_containers/set/modifiers/swap/2.cc: New.
2788         * testsuite/23_containers/set/modifiers/swap/3.cc: New.
2789         * testsuite/23_containers/map/modifiers/swap.cc: Move to...
2790         * testsuite/23_containers/map/modifiers/swap/1.cc: ... here.            
2791         * testsuite/23_containers/map/modifiers/swap/2.cc: New.
2792         * testsuite/23_containers/map/modifiers/swap/3.cc: New.
2793         * testsuite/23_containers/multiset/modifiers/swap.cc: Move to...
2794         * testsuite/23_containers/multiset/modifiers/swap/1.cc: ... here.               
2795         * testsuite/23_containers/multiset/modifiers/swap/2.cc: New.
2796         * testsuite/23_containers/multiset/modifiers/swap/3.cc: New.
2797         * testsuite/23_containers/multimap/modifiers/swap.cc: Move to...
2798         * testsuite/23_containers/multimap/modifiers/swap/1.cc: ... here.               
2799         * testsuite/23_containers/multimap/modifiers/swap/2.cc: New.
2800         * testsuite/23_containers/multimap/modifiers/swap/3.cc: New.
2801         * testsuite/tr1/6_containers/unordered/swap/unordered_set/1.cc: New.    
2802         * testsuite/tr1/6_containers/unordered/swap/unordered_set/2.cc: New.
2803         * testsuite/tr1/6_containers/unordered/swap/unordered_map/1.cc: New.    
2804         * testsuite/tr1/6_containers/unordered/swap/unordered_map/2.cc: New.
2805         * testsuite/tr1/6_containers/unordered/swap/unordered_multiset/1.cc: New.       
2806         * testsuite/tr1/6_containers/unordered/swap/unordered_multiset/2.cc: New.
2807         * testsuite/tr1/6_containers/unordered/swap/unordered_multimap/1.cc: New.       
2808         * testsuite/tr1/6_containers/unordered/swap/unordered_multimap/2.cc: New.
2809
2810 2006-01-03  Paolo Carlini  <pcarlini@suse.de>
2811
2812         * include/bits/stl_list.h (_List_base<>::_M_get_Node_allocator): Add.
2813         (_M_get_Tp_allocator, get_allocator): Tidy.
2814         (list<>::list(const list&), insert(iterator, size_type, const
2815         value_type&), insert(iterator, _InputIterator, _InputIterator)):
2816         Use _M_get_Node_allocator.
2817         * include/bits/stl_tree.h (_Rb_tree<>::_M_get_Node_allocator()): Add.
2818         (_Rb_tree(const _Rb_tree<>&): Use it.
2819         * include/bits/stl_deque.h (_Deque_base<>::_M_get_map_allocator,
2820         get_allocator): Tidy.
2821         * include/bits/stl_vector.h (_Vector_base<>::get_allocator): Tidy.
2822         * testsuite/23_containers/map/operators/1_neg.cc: Adjust dg-error
2823         line numbers.
2824         * testsuite/23_containers/set/operators/1_neg.cc: Likewise.
2825         
2826         * testsuite/testsuite_allocator.h (uneq_allocator<>::swap): Fix.
2827
2828         * testsuite/testsuite_allocator.h (class uneq_allocator): A simple
2829         non-empty testing allocator which can be endowed of a "personality"
2830         at construction time.
2831
2832 2006-01-03  Paolo Carlini  <pcarlini@suse.de>
2833
2834         * testsuite/27_io/basic_stringstream/str/char/1.cc: Initialize vars.
2835         * testsuite/27_io/basic_stringstream/str/wchar_t/1.cc: Likewise.
2836         * testsuite/27_io/basic_istringstream/str/char/1.cc: Likewise, tidy.
2837         * testsuite/27_io/basic_istringstream/str/wchar_t/1.cc: Likewise.
2838
2839 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
2840
2841         * src/Makefile.am (LTLDFLAGS): New variable. 
2842         (CXXLINK): Use LTLDFLAGS.
2843         * src/Makefile.in: Regenerated.
2844         * libsupc++/Makefile.am (LTLDFLAGS): New variable. 
2845         (CXXLINK): Use LTLDFLAGS.
2846         * libsupc++/Makefile.in: Regenerated.
2847
2848 2006-01-02  Paolo Carlini  <pcarlini@suse.de>
2849
2850         PR libstdc++/24645
2851         * include/std/std_istream.h (basic_istream<>::_M_extract): New.
2852         (operator>>(bool&), operator>>(short&), operator>>(unsigned short&),
2853         operator>>(int&), operator>>(unsigned int&), operator>>(long&),
2854         operator>>(unsigned long&), operator>>(long long&), operator>>
2855         (unsigned long long&), operator>>(float&), operator>>(double&),
2856         operator>>(long double&), operator>>(void*&)): Use it.
2857         * include/bits/istream.tcc (basic_istream<>::_M_extract): Define.
2858         * include/std/std_ostream.h (basic_ostream<>::_M_insert): New.
2859         (operator<<(long), operator<<(unsigned long), operator<<(bool),
2860         operator<<(short), operator<<(unsigned short), operator<<(int),
2861         operator<<(unsigned int), operator<<(long long), operator<<
2862         (unsigned long long), operator<<(double), operator<<(float),
2863         operator<<(long double), operator<<(const void*): Use it.
2864         * include/bits/ostream.tcc (basic_ostream<>::_M_insert): Define.
2865         * src/istream-inst.cc: Add _M_extract instantiations.
2866         * src/ostream-inst.cc: Add _M_insert instantiations.
2867         * config/abi/pre/gnu.ver: Export the new symbols @GLIBCXX_3.4.7;
2868         detail existing @GLIBCXX_3.4 exports of basic_ostream, num_put,
2869         money_put, etc., symbols to avoid exporting _M_insert symbols
2870         @GLIBCXX_3.4.