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