array (array<>::_M_at): Remove.
[platform/upstream/gcc.git] / libstdc++-v3 / ChangeLog
1 2006-12-28  Paolo Carlini  <pcarlini@suse.de>
2
3         * include/tr1/array (array<>::_M_at): Remove.
4         (array<>::_M_check): Add.
5         (array<>::at): Use the latter.
6
7 2006-12-22  Paolo Carlini  <pcarlini@suse.de>
8
9         DR 541, [WP].
10         * include/std/memory (auto_ptr<void>): Add specialization.
11         * testsuite/tr1/2_general_utilities/memory/shared_ptr/
12         assign/dr541.cc: New.
13         * testsuite/20_util/memory/auto_ptr/assign_neg.cc: Adjust
14         dg-error markers.
15         * docs/html/ext/howto.html: Add an entry for DR 541.
16
17 2006-12-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18
19         * docs/html/27_io/howto.html: Fix typos.
20         * docs/html/24_iterators/howto.html: Likewise.
21         * docs/html/18_support/howto.html: Likewise.
22         * docs/html/21_strings/howto.html: Likewise.
23         * docs/html/ext/howto.html: Likewise.
24         * docs/html/ext/ballocator_doc.html: Likewise.
25         * docs/html/17_intro/porting-howto.xml: Likewise.
26         * docs/html/17_intro/howto.html: Likewise.
27         * docs/html/22_locale/howto.html: Likewise.
28         * docs/html/faq/index.html: Likewise.
29         * docs/doxygen/tables.html: Likewise.
30
31 2006-12-13  Ian Lance Taylor  <iant@google.com>
32
33         PR c++/19564
34         PR c++/19756
35         * include/bits/locale_facets.tcc (num_get<>::_M_extract_float):
36         Add parentheses around && within || to avoid warning.
37         (num_get<>::_M_extract_int): Likewise.
38         (money_get<>::_M_extract): Likewise.
39         (num_get<>::do_get(iter_type, iter_type, ios_base&,
40         ios_base::iostate&, void*&)): Add parentheses around & within | to
41         avoid warning.
42         (num_put<>::do_put(iter_type, ios_base&, char_type, const void*)):
43         Likewise.
44         * include/bits/streambuf_iterator.h (istreambuf_iterator::equal):
45         Add parentheses around && within || to avoid warning.
46         * libsupc++/tinfo.cc (__do_dyncast): Likewise.
47         * src/locale.cc (locale::_S_normalize_category): Likewise.
48         * include/bits/stl_tree.h (_Rb_tree<>::_M_insert_unique): Add
49         braces to avoid ambiguous else warning.
50         * src/strstream.cc (strstreambuf::_M_free): Likewise.
51         * src/tree.cc (_Rb_tree_rebalance_for_erase): Likewise.
52
53 2006-12-12  Benjamin Kosnik  <bkoz@redhat.com>
54
55         PR libstdc++/28265
56         * crossconfig.m4: Remove GLIBCXX_CHECK_ICONV_SUPPORT call for
57         mingw crosses.
58         * configure: Regenerate.
59         
60 2006-12-12  Benjamin Kosnik  <bkoz@redhat.com>
61
62         PR libstdc++/26497
63         * crossconfig.m4: Add GLIBCXX_CHECK_LINKER_FEATURES for Solaris.
64         * acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Set
65         glibcxx_gnu_ld_version only when with GNU ld confirmed. 
66         * configure: Regenerate.
67
68 2006-12-11  Benjamin Kosnik  <bkoz@redhat.com>
69
70         PR libstdc++/28125
71         * acinclude.m4 (GLIBCXX_CHECK_ICONV_SUPPORT): Remove link test, ie
72         AC_CHECK_LIB for libiconv. Instead, use bits of AM_ICONV.
73         * configure: Regenerate.
74         * scripts/testsuite_flags.in (cxxldflags): Add LIBICONV bits.
75  
76 2006-12-11  Richard Guenther  <rguenther@suse.de>
77             Paolo Carlini  <pcarlini@suse.de>
78
79         * include/ext/pb_ds/detail/pat_trie_/traits.hpp: Qualify types.
80         * include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp: Likewise.
81         * include/ext/rope: Likewise.
82         * include/bits/stl_tree.h (struct _Rb_tree): Change the _Link_type
83         typedefs to use _Rb_tree_node<_Val> directly.
84         (_M_get_node, _M_put_node): Use _Link_type.
85
86 2006-12-10  Paolo Carlini  <pcarlini@suse.de>
87
88         * src/valarray-inst.cc (__gslice_to_index): Optimize performance.
89         * testsuite/performance/26_numerics/valarray_gslice_to_index.cc: New.
90
91 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
92
93         * testsuite/util/testsuite_hooks.cc (set_memory_limits): Don't set
94         RLIMIT_AS below 16MB on x86_64-linux.
95
96 2006-12-06  Benjamin Kosnik  <bkoz@redhat.com>
97
98         * include/Makefile.am (std_headers_rename): Remove.
99         (c_base_headers_rename): Remove.
100         (std_headers): Adjust to true names.
101         (c_base_headers): Adjust to true names.
102         (stamp-c_base, stamp_std, stamp_c_base_extra): Adjust.
103         * configure: Regenerate.
104         * include/Makefile.in: Regenerate.
105
106         * include/std/std_algorithm.h: To...
107         * include/std/std_bitset.h: To...
108         * include/std/std_complex.h: To...
109         * include/std/std_deque.h: To...
110         * include/std/std_fstream.h: To...
111         * include/std/std_functional.h: To...
112         * include/std/std_iomanip.h: To...
113         * include/std/std_iosfwd.h: To...
114         * include/std/std_ios.h: To...
115         * include/std/std_iostream.h: To...
116         * include/std/std_istream.h: To...
117         * include/std/std_iterator.h: To...
118         * include/std/std_limits.h: To...
119         * include/std/std_list.h: To...
120         * include/std/std_locale.h: To...
121         * include/std/std_map.h: To...
122         * include/std/std_memory.h: To...
123         * include/std/std_numeric.h: To...
124         * include/std/std_ostream.h: To...
125         * include/std/std_queue.h: To...
126         * include/std/std_set.h: To...
127         * include/std/std_sstream.h: To...
128         * include/std/std_stack.h: To...
129         * include/std/std_stdexcept.h: To...
130         * include/std/std_streambuf.h: To...
131         * include/std/std_string.h: To...
132         * include/std/std_utility.h: To...
133         * include/std/std_valarray.h: To...
134         * include/std/std_vector.h: To...
135         * include/std/algorithm: ...this.
136         * include/std/bitset: ...this.
137         * include/std/complex: ...this.
138         * include/std/deque: ...this.
139         * include/std/fstream: ...this.
140         * include/std/functional: ...this.
141         * include/std/iomanip: ...this.
142         * include/std/iosfwd: ...this.
143         * include/std/ios: ...this.
144         * include/std/iostream: ...this.
145         * include/std/istream: ...this.
146         * include/std/iterator: ...this.
147         * include/std/limits: ...this.
148         * include/std/list: ...this.
149         * include/std/locale: ...this.
150         * include/std/map: ...this.
151         * include/std/memory: ...this.
152         * include/std/numeric: ...this.
153         * include/std/ostream: ...this.
154         * include/std/queue: ...this.
155         * include/std/set: ...this.
156         * include/std/sstream: ...this.
157         * include/std/stack: ...this.
158         * include/std/stdexcept: ...this.
159         * include/std/streambuf: ...this.
160         * include/std/string: ...this.
161         * include/std/utility: ...this.
162         * include/std/valarray: ...this.
163         * include/std/vector: ...this.
164
165         * include/c_std/std_cassert.h: To...
166         * include/c_std/std_cctype.h: To...
167         * include/c_std/std_cerrno.h: To...
168         * include/c_std/std_cfloat.h: To...
169         * include/c_std/std_ciso646.h: To...
170         * include/c_std/std_climits.h: To...
171         * include/c_std/std_clocale.h: To...
172         * include/c_std/std_cmath.h: To...
173         * include/c_std/std_csetjmp.h: To...
174         * include/c_std/std_csignal.h: To...
175         * include/c_std/std_cstdarg.h: To...
176         * include/c_std/std_cstddef.h: To...
177         * include/c_std/std_cstdio.h: To...
178         * include/c_std/std_cstdlib.h: To...
179         * include/c_std/std_cstring.h: To...
180         * include/c_std/std_ctime.h: To...
181         * include/c_std/std_cwchar.h: To...
182         * include/c_std/std_cwctype.h: To...
183         * include/c_std/cassert: ...this.
184         * include/c_std/cctype: ...this.
185         * include/c_std/cerrno: ...this.
186         * include/c_std/cfloat: ...this.
187         * include/c_std/ciso646: ...this.
188         * include/c_std/climits: ...this.
189         * include/c_std/clocale: ...this.
190         * include/c_std/cmath: ...this.
191         * include/c_std/csetjmp: ...this.
192         * include/c_std/csignal: ...this.
193         * include/c_std/cstdarg: ...this.
194         * include/c_std/cstddef: ...this.
195         * include/c_std/cstdio: ...this.
196         * include/c_std/cstdlib: ...this.
197         * include/c_std/cstring: ...this.
198         * include/c_std/ctime: ...this.
199         * include/c_std/cwchar: ...this.
200         * include/c_std/cwctype: ...this.
201
202         * include/c/std_cassert.h: To...
203         * include/c/std_cctype.h: To...
204         * include/c/std_cerrno.h: To...
205         * include/c/std_cfloat.h: To...
206         * include/c/std_ciso646.h: To...
207         * include/c/std_climits.h: To...
208         * include/c/std_clocale.h: To...
209         * include/c/std_cmath.h: To...
210         * include/c/std_csetjmp.h: To...
211         * include/c/std_csignal.h: To...
212         * include/c/std_cstdarg.h: To...
213         * include/c/std_cstddef.h: To...
214         * include/c/std_cstdio.h: To...
215         * include/c/std_cstdlib.h: To...
216         * include/c/std_cstring.h: To...
217         * include/c/std_ctime.h: To...
218         * include/c/std_cwchar.h: To...
219         * include/c/std_cwctype.h: To...
220         * include/c/cassert: ...this.
221         * include/c/cctype: ...this.
222         * include/c/cerrno: ...this.
223         * include/c/cfloat: ...this.
224         * include/c/ciso646: ...this.
225         * include/c/climits: ...this.
226         * include/c/clocale: ...this.
227         * include/c/cmath: ...this.
228         * include/c/csetjmp: ...this.
229         * include/c/csignal: ...this.
230         * include/c/cstdarg: ...this.
231         * include/c/cstddef: ...this.
232         * include/c/cstdio: ...this.
233         * include/c/cstdlib: ...this.
234         * include/c/cstring: ...this.
235         * include/c/ctime: ...this.
236         * include/c/cwchar: ...this.
237         * include/c/cwctype: ...this.
238
239 2006-12-05  Benjamin Kosnik  <bkoz@redhat.com>
240
241         * include/bits/localefwd.h: Consistent @file placement, use
242         include/ as part of the path for files that have shadows instead of no
243         name.
244         * include/bits/valarray_after.h: Same.
245         * include/bits/gslice_array.h: Same.
246         * include/bits/gslice.h: Same.
247         * include/bits/locale_classes.h: Same.
248         * include/bits/locale_facets.h: Same.
249         * include/bits/indirect_array.h: Same.
250         * include/bits/basic_string.h: Same.
251         * include/bits/ios_base.h: Same.
252         * include/bits/postypes.h: Same.
253         * include/bits/codecvt.h: Same.
254         * include/bits/mask_array.h: Same.
255         * include/bits/slice_array.h: Same.
256         * include/bits/boost_concept_check.h: Same.
257         * include/bits/char_traits.h: Same.
258         * include/bits/stringfwd.h: Same.
259         * include/bits/c++config: Same.
260         * include/bits/valarray_array.h: Same.
261         * include/bits/valarray_before.h: Same.
262         * include/bits/cpp_type_traits.h: Same.
263         * include/c/std_cerrno.h: Same.
264         * include/precompiled/extc++.h: Same.
265         * include/precompiled/stdtr1c++.h: Same.
266         * include/precompiled/stdc++.h: Same.
267         * include/tr1/cinttypes: Same.
268         * include/tr1/fenv.h: Same.
269         * include/tr1/mu_iterate.h: Same.
270         * include/tr1/cstdio: Same.
271         * include/tr1/limits.h: Same.
272         * include/tr1/ctgmath: Same.
273         * include/tr1/cstdarg: Same.
274         * include/tr1/tuple: Same.
275         * include/tr1/float.h: Same.
276         * include/tr1/stdint.h: Same.
277         * include/tr1/tuple_iterate.h: Same.
278         * include/tr1/type_traits_fwd.h: Same.
279         * include/tr1/hashtable_policy.h: Same.
280         * include/tr1/cfenv: Same.
281         * include/tr1/wctype.h: Same.
282         * include/tr1/ref_fwd.h: Same.
283         * include/tr1/bind_repeat.h: Same.
284         * include/tr1/utility: Same.
285         * include/tr1/climits: Same.
286         * include/tr1/type_traits: Same.
287         * include/tr1/stdlib.h: Same.
288         * include/tr1/cwchar: Same.
289         * include/tr1/stdio.h: Same.
290         * include/tr1/ref_wrap_iterate.h: Same.
291         * include/tr1/cstdint: Same.
292         * include/tr1/memory: Same.
293         * include/tr1/cstdbool: Same.
294         * include/tr1/cwctype: Same.
295         * include/tr1/bind_iterate.h: Same.
296         * include/tr1/math.h: Same.
297         * include/tr1/random: Same.
298         * include/tr1/tuple_defs.h: Same.
299         * include/tr1/cstdlib: Same.
300         * include/tr1/unordered_map: Same.
301         * include/tr1/boost_shared_ptr.h: Same.
302         * include/tr1/cctype: Same.
303         * include/tr1/random.tcc: Same.
304         * include/tr1/wchar.h: Same.
305         * include/tr1/hashtable: Same.
306         * include/tr1/cmath: Same.
307         * include/tr1/stdbool.h: Same.
308         * include/tr1/ctime: Same.
309         * include/tr1/functional: Same.
310         * include/tr1/unordered_set: Same.
311         * include/tr1/inttypes.h: Same.
312         * include/tr1/functional_iterate.h: Same.
313         * include/tr1/repeat.h: Same.
314         * include/tr1/complex: Same.
315         * include/tr1/cfloat: Same.
316         * include/tr1/ctype.h: Same.
317         * include/tr1/stdarg.h: Same.
318         * include/tr1/tgmath.h: Same.
319         * include/tr1/array: Same.
320         * include/tr1/common.h: Same.
321         * include/std/std_valarray.h: Same.
322         * include/std/std_iostream.h: Same.
323         * include/std/std_queue.h: Same.
324         * include/std/std_algorithm.h: Same.
325         * include/std/std_streambuf.h: Same.
326         * include/std/std_iterator.h: Same.
327         * include/std/std_ios.h: Same.
328         * include/std/std_bitset.h: Same.
329         * include/std/std_iosfwd.h: Same.
330         * include/std/std_set.h: Same.
331         * include/std/std_iomanip.h: Same.
332         * include/std/std_fstream.h: Same.
333         * include/std/std_functional.h: Same.
334         * include/std/std_numeric.h: Same.
335         * include/std/std_vector.h: Same.
336         * include/std/std_deque.h: Same.
337         * include/std/std_stdexcept.h: Same.
338         * include/std/std_utility.h: Same.
339         * include/std/std_stack.h: Same.
340         * include/std/std_string.h: Same.
341         * include/std/std_complex.h: Same.
342         * include/std/std_memory.h: Same.
343         * include/std/std_ostream.h: Same.
344         * include/std/std_list.h: Same.
345         * include/std/std_map.h: Same.
346         * include/std/std_sstream.h: Same.
347         * include/c_std/std_csignal.h: Same.
348         * include/c_std/std_cstdlib.h: Same.
349         * include/c_std/std_cstdio.h: Same.
350         * include/c_std/std_cstdarg.h: Same.
351         * include/c_std/std_cctype.h: Same.
352         * include/c_std/std_cerrno.h: Same.
353         * include/c_std/std_cmath.h: Same.
354         * include/c_std/std_ctime.h: Same.
355         * include/c_std/std_clocale.h: Same.
356         * include/c_std/std_climits.h: Same.
357         * include/c_std/std_cassert.h: Same.
358         * include/c_std/cmath.tcc
359         * include/c_std/std_csetjmp.h: Same.
360         * include/c_std/std_cwchar.h: Same.
361         * include/c_std/std_cfloat.h: Same.
362         * include/c_std/std_cstring.h: Same.
363         * include/c_std/std_cstddef.h: Same.
364         * include/c_std/std_cwctype.h: Same.
365
366         * config/locale/gnu/c_locale.h: Namespace scope in all files.
367         * config/locale/gnu/messages_members.h: Same.
368         * config/locale/gnu/c++locale_internal.h: Same.
369         * config/locale/gnu/time_members.h: Same.
370         * config/locale/ieee_1003.1-2001/c_locale.h: Same.
371         * config/locale/ieee_1003.1-2001/messages_members.h: Same.
372         * config/locale/generic/c_locale.h: Same.
373         * config/locale/generic/messages_members.h: Same.
374         * config/locale/generic/time_members.h: Same.
375         * config/allocator/mt_allocator_base.h: Same.
376         * config/allocator/malloc_allocator_base.h: Same.
377         * config/allocator/new_allocator_base.h: Same.
378         * config/allocator/pool_allocator_base.h: Same.
379         * config/allocator/bitmap_allocator_base.h: Same.
380         * config/os/windiss/ctype_noninline.h: Same.
381         * config/os/windiss/os_defines.h: Same.
382         * config/os/windiss/ctype_inline.h: Same.
383         * config/os/newlib/ctype_noninline.h: Same.
384         * config/os/newlib/os_defines.h: Same.
385         * config/os/newlib/ctype_inline.h: Same.
386         * config/os/aix/ctype_noninline.h: Same.
387         * config/os/aix/os_defines.h: Same.
388         * config/os/aix/ctype_inline.h: Same.
389         * config/os/vxworks/ctype_noninline.h: Same.
390         * config/os/vxworks/os_defines.h: Same.
391         * config/os/vxworks/ctype_inline.h: Same.
392         * config/os/hpux/ctype_noninline.h: Same.
393         * config/os/hpux/os_defines.h: Same.
394         * config/os/hpux/ctype_inline.h: Same.
395         * config/os/mingw32/ctype_noninline.h: Same.
396         * config/os/mingw32/os_defines.h: Same.
397         * config/os/mingw32/ctype_inline.h: Same.
398         * config/os/gnu-linux/ctype_noninline.h: Same.
399         * config/os/gnu-linux/os_defines.h: Same.
400         * config/os/gnu-linux/ctype_inline.h: Same.
401         * config/os/tpf/ctype_noninline.h: Same.
402         * config/os/tpf/os_defines.h: Same.
403         * config/os/tpf/ctype_inline.h: Same.
404         * config/os/uclibc/ctype_noninline.h: Same.
405         * config/os/uclibc/os_defines.h: Same.
406         * config/os/uclibc/ctype_inline.h: Same.
407         * config/os/djgpp/ctype_noninline.h: Same.
408         * config/os/djgpp/os_defines.h: Same.
409         * config/os/djgpp/ctype_inline.h: Same.
410         * config/os/qnx/qnx6.1/ctype_noninline.h: Same.
411         * config/os/qnx/qnx6.1/ctype_inline.h: Same.
412         * config/os/bsd/netbsd/ctype_noninline.h: Same.
413         * config/os/bsd/netbsd/ctype_inline.h: Same.
414         * config/os/bsd/darwin/ctype_noninline.h: Same.
415         * config/os/bsd/darwin/ctype_inline.h: Same.
416         * config/os/bsd/freebsd/ctype_noninline.h: Same.
417         * config/os/bsd/freebsd/ctype_inline.h: Same.
418         * config/os/irix/irix5.2/ctype_noninline.h: Same.
419         * config/os/irix/irix5.2/ctype_inline.h: Same.
420         * config/os/irix/irix6.5/ctype_noninline.h: Same.
421         * config/os/irix/irix6.5/ctype_inline.h: Same.
422         * config/os/solaris/solaris2.5/ctype_noninline.h: Same.
423         * config/os/solaris/solaris2.5/ctype_inline.h: Same.
424         * config/os/solaris/solaris2.6/ctype_noninline.h: Same.
425         * config/os/solaris/solaris2.6/ctype_inline.h: Same.
426         * config/os/solaris/solaris2.7/ctype_noninline.h: Same.
427         * config/os/solaris/solaris2.7/ctype_inline.h: Same.
428         * config/os/generic/ctype_noninline.h: Same.
429         * config/os/generic/os_defines.h: Same.
430         * config/os/generic/ctype_inline.h: Same.
431         * config/cpu/arm/cxxabi_tweaks.h: Same.
432         * config/cpu/powerpc/cpu_defines.h: Same.
433         * config/cpu/generic/cxxabi_tweaks.h: Same.
434         * config/cpu/generic/cpu_defines.h: Same.
435         * config/cpu/generic/atomic_word.h: Same.
436         * config/io/c_io_stdio.h: Same.
437         * config/abi/compatibility.h: Same.
438
439         * docs/doxygen/user.cfg.in: Adjust file list.
440         
441 2006-12-05  Paolo Carlini  <pcarlini@suse.de>
442
443         DR 543, [Ready].
444         * include/bits/slice_array.h (slice::slice()): Implement the
445         resolution.
446         * include/bits/gslice.h (gslice::_Indexer::_Indexer()): Add.
447         (gslice::gslice()): Use it.
448         * testsuite/26_numerics/valarray/dr543.cc: New.
449         * docs/html/ext/howto.html: Add an entry for DR 543.
450
451 2006-12-05  Benjamin Kosnik  <bkoz@redhat.com>
452
453         * include/tr1/tuple: Consistent include guards.
454         * include/tr1/type_traits: Same.
455         * include/tr1/array: Same.
456
457 2006-12-04  Paolo Carlini  <pcarlini@suse.de>
458
459         PR libstdc++/29989 (again)
460         * include/bits/c++config: #undef min and max.
461         * testsuite/18_support/numeric_limits/29989.cc: New.
462
463 2006-12-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
464
465         * configure: Regenerate.
466
467 2006-12-03  Paolo Carlini  <pcarlini@suse.de>
468
469         PR libstdc++/29989
470         * include/bits/stl_algobase.h: Remove min and max #undefs.
471
472 2006-12-02  Howard Hinnant  <hhinnant@apple.com>
473
474         * acinclude.m4: Allow OPTIMIZE_CXXFLAGS to be set by configure.host.
475         * configure.host: Set OPTIMIZE_CXXFLAGS to -fvisibility-inlines-hidden
476         for x86/darwin.
477         * configure: Regenerate.
478
479 2006-12-01  Paolo Carlini  <pcarlini@suse.de>
480
481         * include/ext/mt_allocator.h (__pool_base::_M_get_align): Remove
482         redundant const qualifier on the return type.
483
484 2006-11-29  Benjamin Kosnik  <bkoz@redhat.com>
485
486         * include/ext/throw_allocator.h: Consistent @file markup.
487         * include/ext/type_traits.h: Same.
488         * include/debug/hash_map: Same.
489         * include/debug/hash_multimap.h: Same.
490         * include/debug/set.h: Same.
491         * include/debug/hash_set.h: Same.
492         * include/debug/formatter.h: Same.
493         * include/debug/bitset: Same.
494         * include/debug/set: Same.
495         * include/debug/multiset.h: Same.
496         * include/debug/safe_sequence.h: Same.
497         * include/debug/hash_set: Same.
498         * include/debug/functions.h: Same.
499         * include/debug/safe_base.h: Same.
500         * include/debug/hash_multiset.h: Same.
501         * include/debug/safe_iterator.tcc: Same.
502         * include/debug/vector: Same.
503         * include/debug/map.h: Same.
504         * include/debug/deque: Same.
505         * include/debug/hash_map.h: Same.
506         * include/debug/string: Same.
507         * include/debug/macros.h: Same.
508         * include/debug/list: Same.
509         * include/debug/debug.h: Same.
510         * include/debug/map: Same. 
511         * include/debug/safe_iterator.h: Same.
512         * include/debug/multimap.h: Same.
513         * config/cpu/generic/atomicity_mutex/atomicity.h: Same.
514         * config/cpu/generic/atomicity_builtins/atomicity.h: Same.
515         * config/cpu/generic/atomic_word.h: Same.
516         * include/tr1/memory: Same.
517         * include/tr1/random: Same.     
518         * include/std/std_queue.h: Same.
519         * include/std/std_iterator.h: Same.
520         * include/std/std_bitset.h: Same.
521         * include/std/std_set.h: Same.
522         * include/std/std_vector.h: Same.
523         * include/std/std_deque.h: Same.
524         * include/std/std_utility.h: Same.
525         * include/std/std_stack.h: Same.
526         * include/std/std_string.h: Same.
527         * include/std/std_list.h: Same.
528         * include/std/std_map.h: Same.
529         * libsupc++/typeinfo: Same.
530         * libsupc++/exception: Same.
531         * libsupc++/exception_defines.h: Same.
532         * libsupc++/new: Same.
533         
534         * include/ext/bitmap_allocator.h: Change namespace __balloc to
535         __detail.
536         * src/bitmap_allocator.cc: Same.
537         
538         * include/bits/cpp_type_traits.h: Change __true_type and
539         __false_type from global to namespace std scope.
540         * include/ext/slist: Same.
541         * include/ext/vstring.h: Same.
542         * include/ext/vstring.tcc: Same.
543         * include/ext/rc_string_base.h: Same.
544         * include/ext/sso_string_base.h: Same.
545
546         * include/bits/codecvt.h: Adjust markup so that correct namespace
547         scope information is in all files.
548         * include/bits/locale_facets.h: Same. Include ctype_base directly.
549         * config/os/windiss/ctype_base.h: Add in namespace markup.
550         * config/os/newlib/ctype_base.h: Same.
551         * config/os/aix/ctype_base.h: Same.
552         * config/os/vxworks/ctype_base.h: Same.
553         * config/os/hpux/ctype_base.h: Same.
554         * config/os/mingw32/ctype_base.h: Same.
555         * config/os/gnu-linux/ctype_base.h: Same.
556         * config/os/tpf/ctype_base.h: Same.
557         * config/os/uclibc/ctype_base.h: Same.
558         * config/os/djgpp/ctype_base.h: Same.
559         * config/os/qnx/qnx6.1/ctype_base.h: Same.
560         * config/os/bsd/netbsd/ctype_base.h: Same.
561         * config/os/bsd/darwin/ctype_base.h: Same.
562         * config/os/bsd/freebsd/ctype_base.h: Same.
563         * config/os/irix/irix5.2/ctype_base.h: Same.
564         * config/os/irix/irix6.5/ctype_base.h: Same.
565         * config/os/solaris/solaris2.5/ctype_base.h: Same.
566         * config/os/solaris/solaris2.6/ctype_base.h: Same.
567         * config/os/solaris/solaris2.7/ctype_base.h: Same.
568         * config/os/generic/ctype_base.h: Same.
569         * include/tr1/mu_iterate.h: Same.
570         * include/tr1/tuple: Same.
571         * include/tr1/tuple_iterate.h: Same.
572         * include/tr1/tuple_defs.h: Same.
573         * include/tr1/random.tcc: Same.
574         * include/tr1/functional: Same.
575         * include/tr1/functional_iterate.h: Same.
576         
577         * testsuite/ext/type_traits/remove_unsigned_integer_neg.cc: Line
578         number changes. 
579         * testsuite/ext/type_traits/add_unsigned_floating_neg.cc: Same.
580         * testsuite/ext/type_traits/remove_unsigned_floating_neg.cc: Same.
581         * testsuite/ext/type_traits/add_unsigned_integer_neg.cc: Same.
582
583         * docs/doxygen/user.cfg.in: Update to doxygen 1.5.1.
584         * docs/html/17_intro/license.html: Updated info for generated docs.
585         * docs/doxygen/guide.html: Adjust.
586         * docs/doxygen/run_doxygen: Adjust.
587         * docs/doxygen/mainpage.html: Same.
588         * docs/doxygen/doxygroups.cc: Same.
589         * docs/doxygen/Intro.3: Same.
590         * docs/doxygen/tables.html: Same.
591
592 2006-11-26  Paolo Carlini  <pcarlini@suse.de>
593
594         PR libstdc++/29385 (2nd part, based on an idea by Ion Gaztanaga)
595         * include/bits/stl_tree.h (_Rb_tree<>::_M_equal_range): Add.
596         (equal_range(const key_type&)): Use it.
597
598 2006-11-26  Paolo Carlini  <pcarlini@suse.de>
599
600         * testsuite/23_containers/multiset/operations/1.cc: New.
601         * testsuite/23_containers/set/operations/1.cc: Likewise.
602         * testsuite/23_containers/multimap/operations/1.cc: Likewise.
603         * testsuite/23_containers/map/operations/1.cc: Likewise.
604
605 2006-11-25  Paolo Carlini  <pcarlini@suse.de>
606
607         PR libstdc++/29385 (partial)
608         * include/bits/stl_tree.h (_Rb_tree<>::destroy_node): Uglify.
609         (_M_erase, erase(iterator), erase(const_iterator)): Adjust
610
611 2006-11-25  Paolo Carlini  <pcarlini@suse.de>
612
613         PR libstdc++/29385 (partial)
614         * include/bits/stl_tree.h (_Rb_tree<>::_M_lower_bound(_Const_Link_type,
615         _Const_Link_type, const _Key&), _M_upper_bound(_Const_Link_type,
616         _Const_Link_type, const _Key&)): Add.
617         (lower_bound(const key_type&), upper_bound(const key_type&),
618         find(const key_type&)): Call the latter.
619
620 2006-11-25  Gawain Bolton  <gp.bolton@computer.org>
621
622         PR libstdc++/29385 (partial)
623         * include/bits/stl_tree.h (_Rb_tree_rotate_left,
624         _Rb_tree_rotate_right): Do not declare.
625         (_Rb_tree<>::_M_insert(_Base_ptr, _Base_ptr, const value_type&),
626         _M_insert(_Const_Base_ptr, _Const_Base_ptr, const value_type&),
627         _M_insert_unique(iterator, const value_type&),
628         _M_insert_unique(const_iterator, const value_type&),
629         _M_insert_equal(iterator, const value_type&),
630         _M_insert_equal(const_iterator, const value_type&)):
631         Remove.
632         (_Rb_tree<>::_M_insert_(_Const_Base_ptr, _Const_Base_ptr,
633         const value_type&), _M_insert_unique_(const_iterator,
634         const value_type&), _M_insert_equal_(const_iterator,
635         const value_type&)): Add, adjust all callers.
636         * include/bits/stl_map.h (map<>::insert(iterator, const value_type&)):
637         Adjust.
638         * include/bits/stl_set.h (set<>::insert(iterator, const value_type&)):
639         Likewise.
640         * include/bits/stl_multimap.h (multimap<>::insert(iterator,
641         const value_type&)): Likewise.
642         * include/bits/stl_multiset.h (multiset<>::insert(iterator,
643         const value_type&)): Likewise.
644
645 2006-11-22  Antony King <anthony.king@st.com>
646             J"orn Rennecke <joern.rennecke@st.com>
647
648         PR libstdc++/29920
649         * include/Makefile.am (stamp-host): Remove CCODECVT_H line.
650         * include/Makefile.in: Regenerate.
651
652 2006-11-21  Benjamin Kosnik  <bkoz@redhat.com>
653         
654         * include/ext/hashtable.h: -Wshadow fixes.
655         * include/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp: Same.
656         * include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp: Same.
657         * include/ext/pb_ds/detail/pat_trie_/internal_node.hpp: Same.
658         * include/ext/pb_ds/detail/gp_hash_table_map_/
659         constructor_destructor_fn_imps.hpp: Same.
660         * include/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp: Same.
661         * include/ext/pb_ds/detail/ov_tree_map_/
662         constructors_destructor_fn_imps.hpp: Same.
663         * src/mt_allocator.cc: Same.
664         * src/debug.cc: Same.
665         * config/locale/gnu/codecvt_members.cc: Same.
666
667 2006-11-21  Benjamin Kosnik  <bkoz@redhat.com>
668             Howard Hinnant  <hhinnant@apple.com>
669
670         * src/iostream-inst.cc: Remove iostream include.
671
672 2006-11-19  Paolo Carlini  <pcarlini@suse.de>
673
674         * include/tr1/functional (hash(long long), hash(unsigned long long)):
675         Add specializations.
676
677 2006-11-18  Joseph Myers  <joseph@codesourcery.com>
678
679         * config/cpu/powerpc/atomic_word.h (_GLIBCXX_WRITE_MEM_BARRIER):
680         Use plain sync if __NO_LWSYNC__.
681
682 2006-11-14  Joseph Myers  <joseph@codesourcery.com>
683
684         * testsuite/26_numerics/complex/13450.cc: Do not test long double
685         in IBM long double case.
686
687 2006-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
688
689         * configure: Regenerated.
690
691 2006-11-13  Joseph Myers  <joseph@codesourcery.com>
692
693         * libsupc++/eh_globals.cc (__cxxabiv1::__cxa_get_globals):
694         Initialize propagatingExceptions if __ARM_EABI_UNWINDER__.
695         * libsupc++/eh_personality.cc (empty_exception_spec): Define
696         separately in __ARM_EABI_UNWINDER__ case.
697
698 2006-11-13  Joseph Myers  <joseph@codesourcery.com>
699
700         * libsupc++/typeinfo (__GXX_TYPEINFO_EQUALITY_INLINE): Define.
701         Use instead of __GXX_MERGED_TYPEINFO_NAMES to condition inline
702         definitions.
703         * libsupc++/tinfo.cc (operator==): Condition on
704         __GXX_TYPEINFO_EQUALITY_INLINE; check __GXX_MERGED_TYPEINFO_NAMES
705         to determine algorithm.
706         * libsupc++/tinfo2.cc (type_info::before): Likewise.
707
708 2006-11-12  Paolo Carlini  <pcarlini@suse.de>
709
710         * include/ext/bitmap_allocator.h: Uglify some names.
711         * include/ext/concurrence.h: Likewise.
712         * src/bitmap_allocator.cc: Likewise.
713
714 2006-11-11  Paolo Carlini  <pcarlini@suse.de>
715
716         PR libstdc++/29496
717         * include/debug/safe_base.h (_Safe_sequence_base::_M_get_mutex,
718         _Safe_iterator_base::_M_get_mutex, _M_attach_single, _M_detach_single):
719         New.
720         * src/debug.cc: Define the latter.
721         (_Safe_sequence_base::_M_detach_all, _M_detach_singular,
722         _M_revalidate_singular, _M_swap): Use the mutex.
723         (_Safe_iterator_base::_M_attach, _M_detach): Adjust, forward to the
724         *_single version.
725         * include/debug/safe_iterator.h (_Safe_iterator<>::_M_attach_single,
726         _M_invalidate_single): New.
727         * include/debug/safe_iterator.tcc: Define.
728         (_Safe_iterator<>::_M_invalidate): Adjust, forward to
729         _M_invalidate_single.
730         * include/debug/safe_sequence.h (_Safe_sequence<>::_M_invalidate_if,
731         _M_transfer_iter): Use the mutex, adjust, forward to the *_single
732         versions of _M_invalidate and _M_attach.
733         * config/abi/pre/gnu.ver (_Safe_sequence_base::_M_get_mutex,
734         _Safe_iterator_base::_M_get_mutex, _M_attach_single, _M_detach_single):
735         Add @GLIBCXX_3.4.10; adjust.
736         * configure.ac (libtool_VERSION): To 6:10:0.
737         * testsuite/util/testsuite_abi.cc (check_version): Add GLIBCXX_3.4.10.
738         * configure: Regenerate.
739
740 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
741
742         * config/locale/gnu/c_locale.cc (__convert_to_v): Prefer
743         strtold_l over __strtold_l if available.
744
745 2006-11-07  Benjamin Kosnik  <bkoz@redhat.com>
746
747         PR libstdc++/29722
748         * include/ext/concurrence.h (concurrence_lock_error): New.
749         (concurrence_unlock_error): New.
750         (__throw_concurrence_lock_error): New.
751         (__throw_concurrence_unlock_error): New.
752         (__mutex): Use functions.
753         (__recursive_mutex): Same.
754         * testsuite/abi/cxx_runtime_only_linkage.cc: New.
755
756         * include/ext/pb_ds/exception.hpp: Keep exception classes defined
757         even when -fno-exceptions is passed, consistent with other usage.
758         
759 2006-11-07  Benjamin Kosnik  <bkoz@redhat.com>
760
761         * include/ext/pb_ds/exception.hpp (pb_ds): Modify for -fno-exceptions.
762         (__throw_container_error): New. Conditionalize based on __EXCEPTIONS.
763         (__throw_insert_error): New.
764         (__throw_join_error): New.
765         (__throw_resize_error): New.
766         * include/ext/pb_ds/detail/resize_policy/
767         hash_prime_size_policy_imp.hpp: Use them.
768         * include/ext/pb_ds/detail/resize_policy/
769         hash_exponential_size_policy_imp.hpp: Same.
770         * include/ext/pb_ds/detail/resize_policy/
771         hash_load_check_resize_trigger_imp.hpp: Same.
772         * include/ext/pb_ds/detail/resize_policy/
773         hash_standard_resize_policy_imp.hpp: Same.
774         * include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp
775         * include/ext/pb_ds/detail/cc_hash_table_map_/
776         constructor_destructor_fn_imps.hpp: Same.
777         * include/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp
778         * include/ext/pb_ds/detail/pat_trie_/split_join_branch_bag.hpp
779         * include/ext/pb_ds/detail/pat_trie_/
780         constructors_destructor_fn_imps.hpp: Same.
781         * include/ext/pb_ds/detail/bin_search_tree_/
782         constructors_destructor_fn_imps.hpp: Same.
783         * include/ext/pb_ds/detail/bin_search_tree_/
784         split_join_fn_imps.hpp: Same.
785         * include/ext/pb_ds/detail/gp_hash_table_map_/
786         insert_no_store_hash_fn_imps.hpp: Same.
787         * include/ext/pb_ds/detail/gp_hash_table_map_/
788         resize_store_hash_fn_imps.hpp: Same.
789         * include/ext/pb_ds/detail/gp_hash_table_map_/
790         insert_store_hash_fn_imps.hpp: Same.
791         * include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp: Same.
792         * include/ext/pb_ds/detail/gp_hash_table_map_/
793         constructor_destructor_fn_imps.hpp: Same.
794         * include/ext/pb_ds/detail/gp_hash_table_map_/
795         resize_no_store_hash_fn_imps.hpp: Same.
796         * include/ext/pb_ds/detail/binary_heap_/
797         constructors_destructor_fn_imps.hpp: Same.
798         * include/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp: Same.
799         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
800         constructors_destructor_fn_imps.hpp: Same.
801         * include/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp: Same.
802         * include/ext/pb_ds/detail/list_update_map_/
803         constructor_destructor_fn_imps.hpp: Same.
804         * include/ext/pb_ds/exception.hpp: Same.        
805         * src/functexcept.cc: Qualify abort with std.
806
807 2006-11-07  Benjamin Kosnik  <bkoz@redhat.com>
808
809         * include/ext/pb_ds/exception.hpp: Add translation support to
810         exception strings.
811         * include/ext/concurrence.h: Same.
812         * include/tr1/array: Same.
813
814 2006-11-05  Paolo Carlini  <pcarlini@suse.de>
815
816         * docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 45.
817         * docs/html/ext/lwg-closed.html: Add.
818         * docs/html/ext/howto.html: Adjust.
819
820 2006-10-30  Paolo Carlini  <pcarlini@suse.de>
821
822         * include/tr1/utility (tuple_size<std::pair<> >::value): Provide
823         definition.
824
825 2006-10-30  Paolo Carlini  <pcarlini@suse.de>
826
827         * include/tr1/tuple_iterate.h (tuple_size<tuple<> >::value): Provide
828         definition.
829         * include/tr1/functional (is_bind_expression<>::value,
830         is_placeholder<>::value, + various partial specializations): Likewise.
831         * include/tr1/array (tuple_size<array<> >::value): Likewise.
832
833 2006-10-30  Paolo Carlini  <pcarlini@suse.de>
834
835         * testsuite/tr1/6_containers/array/capacity/max_size.cc: Actually
836         do test max_size().
837
838 2006-10-30  Joseph Myers  <joseph@codesourcery.com>
839
840         * testsuite/config/default.exp (${tool}_target_compile): Use
841         v3_target_compile.
842
843 2006-10-29  Paolo Carlini  <pcarlini@suse.de>
844
845         * src/debug.cc (_Safe_sequence_base::_M_revalidate_singular): Fix
846         pasto, advance __iter only once per iteration.
847
848 2006-10-29  Paolo Carlini  <pcarlini@suse.de>
849         
850         PR libstdc++/29520
851         * include/tr1/random (geometric_distribution<>::
852         operator()(_UniformRandomNumberGenerator&)): Only declare.
853         * include/tr1/random.tcc (geometric_distribution<>::
854         operator()(_UniformRandomNumberGenerator&),
855         poisson_distribution<>::operator()(_UniformRandomNumberGenerator&),
856         binomial_distribution<>::operator()(_UniformRandomNumberGenerator&)):
857         Reject candidate floating point values not convertible to the
858         result_type.
859
860 2006-10-28  Paolo Carlini  <pcarlini@suse.de>
861         
862         * include/tr1/array (array<>::_M_at): New.
863         (array<>::at): Fix off-by-one bug, use the above.
864         * testsuite/tr1/6_containers/array/element_access/
865         at_out_of_range.cc: Adjust.
866
867         * include/tr1/array (class array<>): Remove non-conforming default
868         for the second parameter.
869         * include/ext/array_allocator.h: Adjust.
870
871         * include/tr1/array (array<>::front, array<>::back): Do not return
872         a reference to memory not belonging to the array when _Nm == 0.
873
874 2006-10-17  Paolo Carlini  <pcarlini@suse.de>
875
876         * include/bits/locale_facets.tcc (money_get<>::__do_get(iter_type,
877         iter_type, bool, ios_base&, ios_base::iostate&, double&),
878         money_get<>::do_get(iter_type, iter_type, bool, ios_base&,
879         ios_base::iostate&, long double&), money_get<>::do_get(iter_type,
880         iter_type, bool, ios_base&, ios_base::iostate&, string_type&)): Tidy.
881
882 2006-10-17  Paolo Carlini  <pcarlini@suse.de>
883
884         PR libstdc++/26020
885         * include/bits/stl_iterator_base_funcs.h (advance): Convert
886         distance parameter to iterator_traits<>::difference_type.
887         * testsuite/24_iterators/26020.cc: New.
888
889 2006-10-17  Benjamin Kosnik  <bkoz@redhat.com>
890
891         * include/tr1/random.tcc: Fixup long line.
892
893 2006-10-17  Benjamin Kosnik  <bkoz@redhat.com>
894
895         PR libstdc++/28514 
896         * include/bits/cpp_type_traits.h (__detail): Uglify namespace.
897         * include/ext/rope: Remove global-scope anonymous namespace, use
898         nested __detail. Fixup resulting formatting issues.
899         * include/ext/ropeimpl.h: Same.
900         * include/tr1/hashtable_policy.h: Remove anonymous namespace
901         nesting for __detail.
902         * include/tr1/random: Revert anonymous namespace to nested
903         __detail namespace.
904         * include/tr1/random.tcc: Same.
905         * src/ext-inst.cc: Fixups for above.
906
907 2006-10-16  Douglas Gregor  <doug.gregor@gmail.com>
908
909         * include/Makefile.am (tr1_headers): Add new tuple_defs.h.
910         * include/Makefile.in (tr1_headers): Regenerate.
911         * include/tr1/tuple (tuple): Move declaration to tuple_defs.h.
912         (get): Ditto.
913         (operator==): Ditto.
914         (operator<): Ditto.
915         (operator!=): Ditto.
916         (operator>): Ditto.
917         (operator<=): Ditto.
918         (operator>=): Ditto.
919         (__stripped_tuple_type): Ditto.
920         Include tuple.defs.h
921         * include/tr1/tuple_iterate.h (tuple): Use
922         _GLIBCXX_TUPLE_ALL_TEMPLATE_PARAMS_UNNAMED macro instead of 10
923         "typename"s.
924         (tuple_element): Use _GLIBCXX_TUPLE_ALL_TEMPLATE_PARAMS and
925         _GLIBCXX_TYPLE_ALL_TEMPLATE_ARGS instead of 10
926         parameters/arguments.
927         * include/tr1/tuple_defs.h: New header, contains declarations and
928         definitions for the tuple template with all arguments.
929         * include/tr1/repeat.h (_GLIBCXX_TUPLE_ALL_TEMPLATE_PARAMS): New.
930         (_GLIBCXX_TUPLE_ALL_TEMPLATE_PARAMS_UNNAMED): New.
931         (_GLIBCXX_TUPLE_ALL_TEMPLATE_ARGS): New.
932         (_GLIBCXX_TEMPLATE_PARAMS_NULL_CLASS): New.
933         (_GLIBCXX_TEMPLATE_ARGS_STRIPPED): New.
934         * scripts/gen_includers.pl: Update.
935         * scripts/gen_includers2.pl: New.       
936
937 2006-10-16  Benjamin Kosnik  <bkoz@redhat.com>
938
939         PR libstdc++/29095 continued
940         * testsuite/lib/libstdc++.exp (v3_target_compile_as_c): Additions
941         so that testing not in the build directory works for the "C"
942         target language.
943
944 2006-10-16  Jakub Jelinek  <jakub@redhat.com>
945
946         * include/bits/basic_string.tcc (_Rep::_S_create): Call
947         _M_set_sharable() for backwards compatibility.
948
949 2006-10-15  Paolo Carlini  <pcarlini@suse.de>
950
951         * include/bits/istream.tcc (getline(basic_istream<>&,
952         basic_string<>&)): Move...
953         * include/bits/basic_string.h: ... here.
954         (operator<<(basic_ostream<>&, const basic_string<>&)): Mark inline.
955
956 2006-10-15  Geoffrey Keating  <geoffk@apple.com>
957
958         * scripts/make_exports.pl: Use -_ rather than --strip-underscores
959         or --strip-underscore.
960
961 2006-10-14  Geoffrey Keating  <geoffk@apple.com>
962
963         * aclocal.m4: Regenerate.
964         * configure: Regenerate with released autoconf-2.59.
965
966 2006-10-14  Paolo Carlini  <pcarlini@suse.de>
967
968         * docs/html/faq/index.html: Update.
969         * docs/html/faq/index.txt: Regenerate.
970
971 2006-10-14  Paolo Carlini  <pcarlini@suse.de>
972
973         * include/bits/ostream.tcc (operator<<(basic_ostream<>&,
974         const char*)): Further fix for throwing widen.
975
976 2006-10-14  Paolo Carlini  <pcarlini@suse.de>
977
978         * include/bits/ostream.tcc (operator<<(basic_ostream<>&,
979         const char*)): Fix thinko in change for libstdc++/28277,
980         avoid memory leaks.
981
982 2006-10-13  Paolo Carlini  <pcarlini@suse.de>
983
984         * include/bits/istream.tcc (operator>>(__istream_type&
985         (*)(__istream_type&)), operator>>(__ios_type& (*)(__ios_type&)),
986         operator>>(ios_base& (*)(ios_base&))): Move...
987         * include/std/std_istream.h: ... here.
988         (operator>>(basic_istream<char,>&, unsigned char&),
989         operator>>(basic_istream<char,>&, signed char&),
990         operator>>(basic_istream<char,>&, unsigned char*),
991         operator>>(basic_istream<char,>&, signed char*)): Mark inline.
992         * include/bits/ostream.tcc (operator<<(__ostream_type&
993         (*)(__ostream_type&)), operator<<(__ios_type& (*)(__ios_type&)),
994         operator<<(ios_base& (*)(ios_base&))): Move...
995         * include/std/std_ostream.h: ... here.
996         (operator<<(basic_ostream<>&, _CharT),
997         operator<<(basic_ostream<>&, char),
998         operator<<(basic_ostream<char,>&, char),
999         operator<<(basic_ostream<char,>&, signed char),
1000         operator<<(basic_ostream<char,>&, unsigned char),
1001         operator<<(basic_ostream<>&, const _CharT*),
1002         operator<<(basic_ostream<char,>&, const char*),
1003         operator<<(basic_ostream<char,>&, const signed char*),
1004         operator<<(basic_ostream<char,>&, const unsigned char*),
1005         endl(basic_ostream<>&), ends(basic_ostream<>&),
1006         flush(basic_ostream<>&)): Mark inline.
1007
1008 2006-10-13  Paolo Carlini  <pcarlini@suse.de>
1009
1010         PR libstdc++/28277 (partial: ostream bits 2)
1011         * include/std/std_ostream.h (basic_ostream<>::_M_insert(const
1012         char_type*, streamsize)): New.
1013         (basic_ostream<>::_M_write(char_type, streamsize)): Likewise.
1014         (operator<<(basic_ostream<>&, _CharT), operator<<(basic_ostream<>&,
1015         char), operator<<(basic_ostream<>&, const _CharT*),
1016         operator<<(basic_ostream<>&, const char*)): Use the latter.
1017         * include/bits/ostream.tcc (basic_ostream<>::_M_insert(const
1018         char_type*, streamsize)): Define.
1019         (operator<<(basic_ostream<>&, const char*)): Use the latter.
1020         (operator<<(basic_ostream<>&, _CharT), operator<<(basic_ostream<>&,
1021         char), operator<<(basic_ostream<>&, const _CharT*),
1022         operator<<(basic_ostream<>&, const char*),
1023         operator<<(basic_ostream<>&, const basic_string<>&)): Remove.
1024         * include/bits/basic_string.h (operator<<(basic_ostream<>&,
1025         const basic_string<>&)): Use the latter, implement DR 586.
1026         * config/abi/pre/gnu.ver: Adjust, export the new _M_insert.
1027         * docs/html/ext/howto.html: Add an entry for DR 586.
1028         * testsuite/21_strings/basic_string/inserters_extractors/char/
1029         28277.cc: New.
1030         * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/
1031         28277.cc: Likewise.
1032         * testsuite/27_io/basic_ostream/inserters_character/char/
1033         28277-3.cc: Likewise.
1034         * testsuite/27_io/basic_ostream/inserters_character/char/
1035         28277-4.cc: Likewise.
1036         * testsuite/27_io/basic_ostream/inserters_character/wchar_t/
1037         28277-2.cc: Likewise.
1038         * testsuite/27_io/basic_ostream/inserters_character/wchar_t/
1039         28277-3.cc: Likewise.
1040         * testsuite/27_io/basic_ostream/inserters_character/wchar_t/
1041         28277-4.cc: Likewise.
1042
1043 2006-10-11  Paolo Carlini  <pcarlini@suse.de>
1044
1045         * docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 44.
1046
1047 2006-10-11  Benjamin Kosnik  <bkoz@redhat.com>
1048
1049         PR libstdc++/29426
1050         * libsupc++/guard.cc (get_static_mutex): New. 
1051         (mutex_wrapper::mutex_wrapper): Use it to get properly initialized
1052         recursive mutex without ordering issues.
1053
1054         * src/locale_init.cc (__get_locale_mutex): No need to
1055         uglify. Change to get_locale_mutex.
1056         
1057 2006-10-11  Paolo Carlini  <pcarlini@suse.de>
1058
1059         * testsuite/22_locale/num_put/put/char/11.cc: New.
1060         * testsuite/22_locale/num_put/put/wchar_t/11.cc: Likewise.
1061
1062 2006-10-10  Benjamin Kosnik  <bkoz@redhat.com>
1063
1064         * testsuite/lib/libstdc++.exp (v3-build_support): Link
1065         libtestc++.a, not a bunch of object files.
1066
1067 2006-10-09  Benjamin Kosnik  <bkoz@redhat.com>
1068
1069         PR libstdc++/29118
1070         * src/locale_init.cc (__get_locale_mutex): New. 
1071         (locale::locale): Use it.
1072         (locale::global): Use it.       
1073
1074 2006-10-09  Benjamin Kosnik  <bkoz@redhat.com>
1075
1076         PR libstdc++/29095
1077         * libsupc++/cxxabi.h (__cxa_cdtor_type): Explicit "C" linkage.
1078         * config/cpu/arm/cxxabi_tweaks.h: Same.
1079         * config/cpu/generic/cxxabi_tweaks.h: Same.
1080         * testsuite/abi: Add.
1081         * testsuite/abi/header_cxxabi.cc: New.
1082         * testsuite/demangle: Move...
1083         * testsuite/abi/demangle: ...here.
1084         * testsuite/libstdc++-dg/conformance.exp: Adjust testsuite file
1085         calculation.
1086         * scripts/create_testsuite_files: Same.
1087         * testsuite/lib/libstdc++.exp (v3_target_compile_as_c): New.
1088         (libstdc++-dg-test): Use it.
1089         
1090 2006-10-09  Paolo Carlini  <pcarlini@suse.de>
1091
1092         PR libstdc++/28277 (partial: __add_grouping)
1093         * include/bits/locale_facets.tcc (__add_grouping<>(_CharT*, _CharT,
1094         const char*, size_t, const _CharT*, const _CharT*)): Rewrite in
1095         non-recursive form.
1096
1097 2006-10-09  Paolo Carlini  <pcarlini@suse.de>
1098
1099         PR libstdc++/28277 (partial: money_put bits)
1100         * include/bits/locale_facets.tcc (money_put<>::_M_insert(iter_type,
1101         ios_base&, char_type, const string_type&)): Avoid __builtin_alloca
1102         with no limit, do the work in place.
1103
1104         * include/bits/locale_facets.tcc (money_put<>::do_put(iter_type,
1105         bool, ios_base&, char_type, long double)): Avoid unnecessary
1106         __builtin_alloca, do the work in place.
1107
1108 2006-10-09  Benjamin Kosnik  <bkoz@redhat.com>
1109
1110         * src/globals_io.cc (_GLIBCXX_once): Remove, unused.
1111         (_GLIBCXX_mutex): Same.
1112         (_GLIBCXX_mutex_addres): Same.
1113         (_GLIBCXX_mutex_init): Same.
1114         (_GLIBCXX_mutex_address_init): Same.
1115
1116 2006-10-07  Paolo Carlini  <pcarlini@suse.de>
1117
1118         PR libstdc++/28277 (partial: money_get bits)
1119         * include/bits/locale_facets.tcc (money_get<>::do_get(iter_type,
1120         iter_type, bool, ios_base&, ios_base::iostate&, string_type&)):
1121         Avoid __builtin_alloca with no limit, do the work in place.
1122
1123 2006-10-07  Ion Gaztanaga  <igaztanaga@gmail.com>
1124             Paolo Carlini  <pcarlini@suse.de>
1125
1126         * include/bits/stl_tree.h (_Rb_tree<>::erase(const _Key&)): Don't
1127         call std::distance unnecessarily.
1128
1129 2006-10-06  Paolo Carlini  <pcarlini@suse.de>
1130
1131         PR libstdc++/29368
1132         * include/bits/basic_string.h: Adjust rfind documentation.
1133         * include/ext/vstring.h: Likewise.
1134
1135 2006-10-06  Paolo Carlini  <pcarlini@suse.de>
1136
1137         PR libstdc++/29354
1138         * include/bits/sstream.tcc (basic_stringbuf<>::seekpos(pos_type,
1139         ios_base::openmode)): Allow for seek to pos_type(off_type(0))
1140         when the stream is empty.
1141         * testsuite/27_io/basic_stringbuf/seekpos/char/29354.cc: New.
1142         * testsuite/27_io/basic_stringbuf/seekpos/wchar_t/29354.cc: New.
1143
1144 2006-10-04  Benjamin Kosnik  <bkoz@redhat.com>
1145             Mike Stump  <mrs@apple.com>
1146         
1147         * testsuite/27_io/ios_base/storage/2.cc: Fail on Darwin 8.[0-4].* only.
1148         * testsuite/23_containers/vector/resize/1.cc: Same.
1149
1150 2006-10-04  Benjamin Kosnik  <bkoz@redhat.com>
1151
1152         * testsuite/util/performance/priority_queue/mem_usage/
1153         pop_test.hpp: Correct typo.
1154         * testsuite/util/performance/assoc/mem_usage/
1155         multimap_insert_test.hpp: Same.
1156         * testsuite/util/performance/assoc/mem_usage/erase_test.hpp: Same.
1157
1158 2006-10-03  Benjamin Kosnik  <bkoz@redhat.com>
1159
1160         * testsuite/util/testsuite_allocator.h (allocation_tracker): To
1161         tracker_allocator_counter.
1162         (allocation_tracker::allocationTotal): To get_allocation_count.
1163         (allocation_tracker::deallocationTotal): To get_deallocation_count.
1164         (allocation_tracker::constructCount): To get_construct_count.
1165         (allocation_tracker::destructCount): To get_destruct_count.     
1166         (allocation_tracker::resetCounts): To reset.
1167         (tracker_alloc): To tracker_allocator.
1168         * testsuite/util/performance/mem: Remove.
1169         * testsuite/util/performance/mem/mem_track_allocator_base.hpp: Remove.
1170         * testsuite/util/performance/mem/mem_track_allocator.hpp: Remove.
1171         * testsuite/27_io/basic_stringbuf/4.cc: Adjust for new names
1172         or includes.
1173         * testsuite/ext/hash_set/check_construct_destroy.cc: Same.
1174         * testsuite/ext/slist/check_construct_destroy.cc: Same.
1175         * testsuite/performance/ext/pb_ds/
1176         hash_random_int_erase_mem_usage.cc: Same.
1177         * testsuite/performance/ext/pb_ds/multimap_text_insert_mem_usage.hpp
1178         * testsuite/performance/ext/pb_ds/
1179         priority_queue_text_pop_mem_usage.cc: Same.
1180         * testsuite/23_containers/vector/capacity/2.cc: Same.
1181         * testsuite/23_containers/vector/cons/4.cc: Same.
1182         * testsuite/23_containers/vector/check_construct_destroy.cc: Same.
1183         * testsuite/23_containers/deque/cons/2.cc: Same.
1184         * testsuite/23_containers/deque/check_construct_destroy.cc: Same.
1185         * testsuite/23_containers/list/check_construct_destroy.cc: Same.
1186         * testsuite/23_containers/set/check_construct_destroy.cc: Same.
1187         * testsuite/util/testsuite_allocator.h
1188         * testsuite/util/performance/priority_queue/mem_usage/pop_test.hpp
1189         * testsuite/util/performance/assoc/mem_usage/multimap_insert_test.hpp
1190         * testsuite/util/performance/assoc/mem_usage/erase_test.hpp
1191         * testsuite/util/testsuite_allocator.cc: Same.
1192         
1193 2006-10-03  Benjamin Kosnik  <bkoz@redhat.com>
1194
1195         * testsuite/util/native_type/priority_queue/native_pq_tag.hpp: Remove.
1196         * testsuite/util/statistic/sample_var.hpp: Rename to...
1197         * testsuite/util/statistic/sample_variance.hpp: ... this.
1198         * testsuite/util/statistic/res_recorder.hpp: Rename to...
1199         * testsuite/util/statistic/result_recorder.hpp: ... this.
1200         * testsuite/util/statistic/sample_mean.hpp: Format.
1201         * testsuite/util/statistic/sample_mean_confidence_checker.hpp: Same.
1202         * testsuite/util/regression/trait/priority_queue/trait.hpp: Same.
1203         * testsuite/util/regression/trait/erase_if_fn.hpp: Same.
1204         * testsuite/util/regression/trait/assoc/trait.hpp: Same.
1205         * testsuite/util/native_type/priority_queue/
1206         native_priority_queue.hpp: Same.
1207         * testsuite/util/native_type/assoc/native_tree_tag.hpp: Same.
1208         * testsuite/util/native_type/assoc/native_hash_tag.hpp: Same.
1209         * testsuite/util/native_type/assoc/native_hash_map.hpp: Same.
1210         * testsuite/util/performance/priority_queue/timing/join_test.hpp: Same.
1211         * testsuite/util/performance/priority_queue/timing/
1212         modify_test.hpp: Same.
1213         * testsuite/util/performance/assoc/timing/
1214         subscript_insert_test.hpp: Same.
1215         * testsuite/util/performance/time/timing_test_base.hpp: Same.
1216
1217 2006-10-02  Paolo Carlini  <pcarlini@suse.de>
1218
1219         * include/ext/rc_string_base.h (_M_compare<wchar_t>):
1220         Protect with _GLIBCXX_USE_WCHAR_T.
1221         * include/ext/sso_string_base.h (_M_compare<wchar_t>):
1222         Likewise.
1223         (__sso_string_base<>::_M_destroy): Inline.
1224
1225 2006-10-02  Benjamin Kosnik  <bkoz@redhat.com>
1226
1227         * include/ext/pb_ds/detail/basic_types.hpp (comp_hash_): Remove,
1228         format. 
1229         * include/ext/pb_ds/detail/types_traits.hpp
1230         (types_traits::comp_hash): Use pair typedef.    
1231         * include/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp: Same.
1232         * include/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp: Same.
1233
1234 2006-10-01  Paolo Carlini  <pcarlini@suse.de>
1235
1236         * include/tr1/random (xor_combine<>::_M_initialize_max_aux): New.
1237         (xor_combine<>::operator()()): Tweak per N2079.
1238         * include/tr1/random.tcc (xor_combine<>::_M_initialize_max_aux):
1239         Define.
1240         (xor_combine<>::_M_initialize_max): Use it.
1241         * testsuite/tr1/5_numerical_facilities/random/xor_combine/
1242         cons/default.cc: Adjust.
1243         * docs/html/ext/tr1.html: Adjust.
1244
1245 2006-10-01  Paolo Carlini  <pcarlini@suse.de>
1246
1247         * include/ext/type_traits.h: Avoid _T, badname for some targets;
1248         also avoid plain T.
1249
1250 2006-10-01  Paolo Carlini  <pcarlini@suse.de>
1251
1252         * config/io/basic_file_stdio.cc: As an extension, and
1253         consistently with C facilities, allow for in|out|app and
1254         in|out|app|binary openmodes.
1255         * testsuite/27_io/basic_filebuf/open/char/4.cc: New.
1256
1257 2006-09-30  Benjamin Kosnik  <bkoz@redhat.com>
1258
1259         * include/ext/pb_ds/detail/types_traits.hpp (store_extra_false_type):
1260         To false_type.
1261         (store_extra_true_type): To true_type.
1262         (no_throw_copies_true_type): To true_type.
1263         (no_throw_copies_false_type): To false_type.
1264         * include/ext/pb_ds/detail/cc_hash_table_map_/
1265         insert_no_store_hash_fn_imps.hpp: Same.
1266         * include/ext/pb_ds/detail/cc_hash_table_map_/
1267         resize_store_hash_fn_imps.hpp: Same.
1268         * include/ext/pb_ds/detail/cc_hash_table_map_/
1269         insert_store_hash_fn_imps.hpp: Same.
1270         * include/ext/pb_ds/detail/cc_hash_table_map_/
1271         entry_list_fn_imps.hpp: Same.
1272         * include/ext/pb_ds/detail/cc_hash_table_map_/
1273         debug_no_store_hash_fn_imps.hpp: Same.
1274         * include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp: Same.
1275         * include/ext/pb_ds/detail/cc_hash_table_map_/
1276         debug_store_hash_fn_imps.hpp: Same.
1277         * include/ext/pb_ds/detail/cc_hash_table_map_/
1278         resize_no_store_hash_fn_imps.hpp: Same.
1279         * include/ext/pb_ds/detail/gp_hash_table_map_/
1280         insert_no_store_hash_fn_imps.hpp: Same.
1281         * include/ext/pb_ds/detail/gp_hash_table_map_/
1282         resize_store_hash_fn_imps.hpp: Same.
1283         * include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp: Same.
1284         * include/ext/pb_ds/detail/gp_hash_table_map_/
1285         insert_store_hash_fn_imps.hpp: Same.
1286         * include/ext/pb_ds/detail/gp_hash_table_map_/
1287         find_no_store_hash_fn_imps.hpp: Same.
1288         * include/ext/pb_ds/detail/gp_hash_table_map_/
1289         debug_no_store_hash_fn_imps.hpp: Same.
1290         * include/ext/pb_ds/detail/gp_hash_table_map_/
1291         debug_store_hash_fn_imps.hpp: Same.
1292         * include/ext/pb_ds/detail/gp_hash_table_map_/
1293         resize_no_store_hash_fn_imps.hpp: Same.
1294         * include/ext/pb_ds/detail/list_update_map_/lu_map_.hpp: Same.
1295
1296 2006-09-29  Benjamin Kosnik  <bkoz@redhat.com>
1297
1298         * include/ext/pb_ds/detail/cc_hash_table_map_/
1299         constructor_destructor_no_store_hash_fn_imps.hpp: Formating fixes.
1300         * include/ext/pb_ds/detail/basic_tree_policy/
1301         null_node_metadata.hpp: Same.
1302         * include/ext/pb_ds/detail/binary_heap_/const_point_iterator.hpp: Same.
1303         * include/ext/pb_ds/detail/basic_types.hpp: Same.
1304         * include/ext/pb_ds/detail/list_update_policy/
1305         mtf_lu_policy_imp.hpp: Same.
1306         * include/ext/pb_ds/detail/list_update_policy/
1307         counter_lu_metadata.hpp: Same.
1308         * include/ext/pb_ds/detail/list_update_policy/
1309         sample_update_policy.hpp: Same.
1310         * include/ext/pb_ds/detail/list_update_policy/
1311         counter_lu_policy_imp.hpp: Same.
1312         * include/ext/pb_ds/list_update_policy.hpp: Same.       
1313
1314 2006-09-29  Benjamin Kosnik  <bkoz@redhat.com>
1315             Howard Hinnant  <hhinnant@apple.com>
1316             Paolo Carlini  <pcarlini@suse.de>
1317
1318         * include/ext/type_traits.h (__remove_unsigned): Fix up for signed
1319         char, bool, wchar_t, and floating point types.
1320         (__add_unsigned): Same. 
1321         * testsuite/ext/type_traits: New.
1322         * testsuite/ext/type_traits.cc: Move...
1323         * testsuite/ext/type_traits/numeric_traits.cc: ...here. 
1324         * testsuite/ext/type_traits/add_unsigned_floating_neg.cc: New.
1325         * testsuite/ext/type_traits/add_unsigned_integer_neg.cc: New.
1326         * testsuite/ext/type_traits/remove_unsigned_floating_neg.cc: New.
1327         * testsuite/ext/type_traits/remove_unsigned_integer_neg.cc: New.
1328         * testsuite/ext/type_traits/add_unsigned.cc: New.
1329         * testsuite/ext/type_traits/remove_unsigned.cc: New.
1330         
1331 2006-09-29  Joseph S. Myers  <joseph@codesourcery.com>
1332
1333         * acinclude.m4 (enable_symvers): Default to no if unable to link.
1334         * configure: Regenerate.
1335
1336 2006-09-28  Paolo Carlini  <pcarlini@suse.de>
1337
1338         * include/bits/stl_uninitialized.h
1339         (__uninitialized_fill_n_a(_ForwardIterator, _Size, const _Tp&,
1340         allocator<>)): Inline.
1341
1342 2006-09-28  Benjamin Kosnik  <bkoz@redhat.com>
1343
1344         * include/ext/pb_ds/detail/cc_hash_table_map_/
1345         erase_store_hash_fn_imps.hpp: Formatting fixes.
1346         * include/ext/pb_ds/detail/cc_hash_table_map_/
1347         constructor_destructor_no_store_hash_fn_imps.hpp: Same.
1348         * include/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp: Same.
1349         * include/ext/pb_ds/detail/cc_hash_table_map_/
1350         insert_no_store_hash_fn_imps.hpp: Same.
1351         * include/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp: Same.
1352         * include/ext/pb_ds/detail/cc_hash_table_map_/
1353         policy_access_fn_imps.hpp: Same.
1354         * include/ext/pb_ds/detail/cc_hash_table_map_/
1355         resize_store_hash_fn_imps.hpp: Same.
1356         * include/ext/pb_ds/detail/cc_hash_table_map_/
1357         constructor_destructor_store_hash_fn_imps.hpp: Same.
1358         * include/ext/pb_ds/detail/cc_hash_table_map_/
1359         insert_store_hash_fn_imps.hpp: Same.
1360         * include/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp: Same.
1361         * include/ext/pb_ds/detail/cc_hash_table_map_/
1362         entry_list_fn_imps.hpp: Same.
1363         * include/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp: Same.
1364         * include/ext/pb_ds/detail/cc_hash_table_map_/
1365         find_store_hash_fn_imps.hpp: Same.
1366         * include/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp: Same.
1367         * include/ext/pb_ds/detail/cc_hash_table_map_/
1368         debug_no_store_hash_fn_imps.hpp: Same.
1369         * include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp: Same.
1370         * include/ext/pb_ds/detail/cc_hash_table_map_/
1371         constructor_destructor_fn_imps.hpp: Same.
1372         * include/ext/pb_ds/detail/cc_hash_table_map_/
1373         cond_key_dtor_entry_dealtor.hpp: Same.
1374         * include/ext/pb_ds/detail/cc_hash_table_map_/
1375         debug_store_hash_fn_imps.hpp: Same.
1376         * include/ext/pb_ds/detail/cc_hash_table_map_/
1377         erase_no_store_hash_fn_imps.hpp: Same.
1378         * include/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp: Same.
1379         * include/ext/pb_ds/detail/cc_hash_table_map_/
1380         iterators_fn_imps.hpp: Same.
1381         * include/ext/pb_ds/detail/cc_hash_table_map_/
1382         resize_no_store_hash_fn_imps.hpp: Same.
1383         * include/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp: Same.
1384         * include/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp: Same.
1385         * include/ext/pb_ds/detail/pat_trie_/child_iterator.hpp: Same.
1386         * include/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp: Same.
1387         * include/ext/pb_ds/detail/pat_trie_/split_join_branch_bag.hpp: Same.
1388         * include/ext/pb_ds/detail/pat_trie_/head.hpp: Same.
1389         * include/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp: Same.
1390         * include/ext/pb_ds/detail/pat_trie_/cond_dtor_entry_dealtor.hpp: Same.
1391         * include/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp: Same.
1392         * include/ext/pb_ds/detail/pat_trie_/leaf.hpp: Same.
1393         * include/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp: Same.
1394         * include/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp: Same.
1395         * include/ext/pb_ds/detail/pat_trie_/node_base.hpp: Same.
1396         * include/ext/pb_ds/detail/pat_trie_/node_iterators.hpp: Same.
1397         * include/ext/pb_ds/detail/pat_trie_/point_iterators.hpp: Same.
1398         * include/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp: Same.
1399         * include/ext/pb_ds/detail/gp_hash_table_map_/
1400         erase_store_hash_fn_imps.hpp: Same.
1401         * include/ext/pb_ds/detail/gp_hash_table_map_/
1402         constructor_destructor_no_store_hash_fn_imps.hpp: Same.
1403         * include/ext/pb_ds/detail/gp_hash_table_map_/
1404         insert_no_store_hash_fn_imps.hpp: Same.
1405         * include/ext/pb_ds/detail/gp_hash_table_map_/
1406         policy_access_fn_imps.hpp: Same.
1407         * include/ext/pb_ds/detail/gp_hash_table_map_/
1408         resize_store_hash_fn_imps.hpp: Same.
1409         * include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp: Same.
1410         * include/ext/pb_ds/detail/gp_hash_table_map_/
1411         constructor_destructor_store_hash_fn_imps.hpp: Same.
1412         * include/ext/pb_ds/detail/gp_hash_table_map_/
1413         insert_store_hash_fn_imps.hpp: Same.
1414         * include/ext/pb_ds/detail/gp_hash_table_map_/
1415         iterator_fn_imps.hpp: Same.
1416         * include/ext/pb_ds/detail/gp_hash_table_map_/
1417         info_fn_imps.hpp: Same.
1418         * include/ext/pb_ds/detail/gp_hash_table_map_/
1419         find_no_store_hash_fn_imps.hpp: Same.
1420         * include/ext/pb_ds/detail/gp_hash_table_map_/
1421         find_store_hash_fn_imps.hpp: Same.
1422         * include/ext/pb_ds/detail/gp_hash_table_map_/
1423         debug_no_store_hash_fn_imps.hpp: Same.
1424         * include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp: Same.
1425         * include/ext/pb_ds/detail/gp_hash_table_map_/
1426         constructor_destructor_fn_imps.hpp: Same.
1427         * include/ext/pb_ds/detail/gp_hash_table_map_/
1428         erase_no_store_hash_fn_imps.hpp: Same.
1429         * include/ext/pb_ds/detail/gp_hash_table_map_/
1430         resize_no_store_hash_fn_imps.hpp: Same.
1431         * include/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp: Same.
1432         * include/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp: Same.
1433         * include/ext/pb_ds/detail/ov_tree_map_/
1434         policy_access_fn_imps.hpp: Same.
1435         * include/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp: Same.
1436         * include/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp: Same.
1437         * include/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp: Same.
1438         * include/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp: Same.
1439         * include/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp: Same.
1440         * include/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp: Same.
1441         * include/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp: Same.
1442         * include/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp: Same.
1443         * include/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp: Same.
1444         * include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp: Same.
1445         * include/ext/pb_ds/detail/splay_tree_/
1446         constructors_destructor_fn_imps.hpp: Same.
1447         * include/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp: Same.
1448         * include/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp: Same.
1449         * include/ext/pb_ds/detail/splay_tree_/node.hpp: Same.
1450         * include/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp: Same.
1451         * include/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp: Same.
1452         * include/ext/pb_ds/detail/splay_tree_/traits.hpp: Same.
1453         * include/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp: Same.
1454         * include/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp: Same.
1455         * include/ext/pb_ds/detail/list_update_map_/
1456         entry_metadata_base.hpp: Same.
1457         * include/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp: Same.
1458         * include/ext/pb_ds/detail/list_update_map_/lu_map_.hpp: Same.
1459         * include/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp: Same.
1460         * include/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp: Same.
1461         * include/ext/pb_ds/detail/list_update_map_/
1462         iterators_fn_imps.hpp: Same.
1463         * include/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp: Same.
1464         * include/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp: Same.
1465         * include/ext/pb_ds/detail/rb_tree_map_/
1466         constructors_destructor_fn_imps.hpp: Same.
1467         * include/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp: Same.
1468         * include/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp: Same.
1469         * include/ext/pb_ds/detail/rb_tree_map_/node.hpp: Same.
1470         * include/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp: Same.
1471         * include/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp: Same.
1472         * include/ext/pb_ds/detail/rb_tree_map_/traits.hpp: Same.
1473
1474 2006-09-28  Paolo Carlini  <pcarlini@suse.de>
1475
1476         * include/tr1/boost_shared_ptr.h: Use __atomic_add_dispatch and
1477         __exchange_and_add_dispatch everywhere.
1478
1479 2006-09-27  Benjamin Kosnik  <bkoz@redhat.com>
1480
1481         * include/ext/typelist.h (type_to_type): Remove.
1482         * include/ext/throw_allocator.h (assert_allocatod): Remove.
1483         (check_allocated(label)): New.
1484         (print_to_string): Print numerical output correctly.
1485
1486         * testsuite/ext/pb_ds/example/hash_resize_neg.cc: Adjust line numbers.
1487
1488         * testsuite/util/regression/rand/priority_queue/detail/
1489         operator_fn_imps.hpp: Set and clear label, throw
1490         probability. Check only allocations of the marked label.
1491         * testsuite/util/regression/rand/assoc/detail/
1492         operator_fn_imps.hpp: Same.
1493
1494         * testsuite/performance/ext/pb_ds/text_find_timing.cc: Adjustments for
1495         removal of type_to_type.
1496         * testsuite/performance/ext/pb_ds/
1497         hash_random_int_erase_mem_usage.cc: Same.
1498         * testsuite/performance/ext/pb_ds/tree_text_insert_timing.cc: Same.
1499         * testsuite/performance/ext/pb_ds/
1500         priority_queue_text_push_timing.cc: Same.
1501         * testsuite/performance/ext/pb_ds/
1502         random_int_subscript_find_timing.cc: Same.
1503         * testsuite/performance/ext/pb_ds/tree_split_join_timing.cc: Same.
1504         * testsuite/performance/ext/pb_ds/random_int_find_timing.cc: Same.
1505         * testsuite/performance/ext/pb_ds/
1506         multimap_text_insert_mem_usage.hpp: Same.
1507         * testsuite/performance/ext/pb_ds/
1508         priority_queue_random_int_push_timing.cc: Same.
1509         * testsuite/performance/ext/pb_ds/multimap_text_find_timing.hpp: Same.
1510         * testsuite/performance/ext/pb_ds/
1511         priority_queue_text_modify_timing.hpp: Same.
1512         * testsuite/performance/ext/pb_ds/
1513         tree_order_statistics_timing.cc: Same.
1514         * testsuite/performance/ext/pb_ds/
1515         priority_queue_text_push_pop_timing.cc: Same.
1516         * testsuite/performance/ext/pb_ds/
1517         priority_queue_text_join_timing.cc: Same.
1518         * testsuite/performance/ext/pb_ds/
1519         priority_queue_random_int_push_pop_timing.cc: Same.
1520         * testsuite/performance/ext/pb_ds/
1521         random_int_subscript_insert_timing.cc: Same.
1522         * testsuite/performance/ext/pb_ds/tree_text_lor_find_timing.cc: Same.
1523         * testsuite/performance/ext/pb_ds/
1524         multimap_text_insert_timing.hpp: Same.
1525         * testsuite/performance/ext/pb_ds/
1526         priority_queue_text_pop_mem_usage.cc: Same.
1527         * testsuite/performance/ext/pb_ds/
1528         hash_zlob_random_int_find_timing.cc: Same. 
1529         * testsuite/util/regression/trait/assoc/type_trait.hpp: Same.
1530         * testsuite/util/regression/rand/priority_queue/
1531         rand_regression_test.hpp: Same.
1532         * testsuite/util/regression/rand/assoc/detail/
1533         constructor_destructor_fn_imps.hpp: Same.
1534         * testsuite/util/regression/rand/assoc/detail/insert_fn_imps.hpp: Same.
1535         * testsuite/util/regression/rand/assoc/rand_regression_test.hpp: Same.
1536         * testsuite/util/regression/rand/assoc/
1537         container_rand_regression_test.hpp: Same.
1538         * testsuite/util/regression/assoc/common_type.hpp: Same.
1539         * testsuite/util/regression/basic_type.hpp: Same.
1540         * testsuite/util/common_type/assoc/common_type.hpp: Same.
1541         * testsuite/util/common_type/assoc/string_form.hpp: Same.
1542         * testsuite/util/common_type/assoc/template_policy.hpp: Same.
1543         * testsuite/util/common_type/assoc/native_set.hpp: Same.
1544         * testsuite/util/performance/priority_queue/mem_usage/
1545         pop_test.hpp: Same.
1546         * testsuite/util/performance/priority_queue/timing/
1547         push_pop_test.hpp: Same.
1548         * testsuite/util/performance/priority_queue/timing/join_test.hpp: Same.
1549         * testsuite/util/performance/priority_queue/timing/push_test.hpp: Same.
1550         * testsuite/util/performance/priority_queue/timing/
1551         modify_test.hpp: Same.
1552         * testsuite/util/performance/assoc/mem_usage/
1553         multimap_insert_test.hpp: Same.
1554         * testsuite/util/performance/assoc/mem_usage/erase_test.hpp: Same.
1555         * testsuite/util/performance/assoc/timing/
1556         multimap_insert_test.hpp: Same.
1557         * testsuite/util/performance/assoc/timing/
1558         subscript_find_test.hpp: Same.
1559         * testsuite/util/performance/assoc/timing/find_test.hpp: Same.
1560         * testsuite/util/performance/assoc/timing/
1561         subscript_insert_test.hpp: Same.
1562         * testsuite/util/performance/assoc/timing/insert_test.hpp: Same.
1563         * testsuite/util/performance/assoc/timing/
1564         tree_order_statistics_test.hpp: Same.
1565         * testsuite/util/performance/assoc/timing/multimap_find_test.hpp: Same.
1566         * testsuite/util/performance/assoc/timing/
1567         tree_split_join_test.hpp: Same.
1568         * testsuite/util/performance/assoc/multimap_common_type.hpp: Same.
1569         * testsuite/util/testsuite_common_types.h: Same.
1570
1571         * include/ext/pb_ds/detail/cc_hash_table_map_/
1572         constructor_destructor_no_store_hash_fn_imps.hpp: Typedef
1573         normalization, consistency in member names between cc and gp hash
1574         tables, formatting fixes.
1575         * include/ext/pb_ds/detail/cc_hash_table_map_/
1576         erase_store_hash_fn_imps.hpp: Same.
1577         * include/ext/pb_ds/detail/cc_hash_table_map_/
1578         insert_no_store_hash_fn_imps.hpp: Same.
1579         * include/ext/pb_ds/detail/cc_hash_table_map_/
1580         constructor_destructor_store_hash_fn_imps.hpp: Same.
1581         * include/ext/pb_ds/detail/cc_hash_table_map_/
1582         insert_store_hash_fn_imps.hpp: Same.
1583         * include/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp: Same.
1584         * include/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp: Same.
1585         * include/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp: Same.
1586         * include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp: Same.
1587         * include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp: Same.
1588         * include/ext/pb_ds/detail/cc_hash_table_map_/
1589         constructor_destructor_fn_imps.hpp: Same.
1590         * include/ext/pb_ds/detail/cc_hash_table_map_/
1591         erase_no_store_hash_fn_imps.hpp: Same.
1592         * include/ext/pb_ds/detail/gp_hash_table_map_/
1593         constructor_destructor_no_store_hash_fn_imps.hpp: Same.
1594         * include/ext/pb_ds/detail/gp_hash_table_map_/
1595         erase_store_hash_fn_imps.hpp: Same.
1596         * include/ext/pb_ds/detail/gp_hash_table_map_/
1597         insert_no_store_hash_fn_imps.hpp: Same.
1598         * include/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp: Same.
1599         * include/ext/pb_ds/detail/gp_hash_table_map_/
1600         constructor_destructor_store_hash_fn_imps.hpp: Same.
1601         * include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp: Same.
1602         * include/ext/pb_ds/detail/gp_hash_table_map_/
1603         insert_store_hash_fn_imps.hpp: Same.
1604         * include/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp: Same.
1605         * include/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp: Same.
1606         * include/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp: Same.
1607         * include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp: Same.
1608         * include/ext/pb_ds/detail/gp_hash_table_map_/
1609         constructor_destructor_fn_imps.hpp: Same.
1610         * include/ext/pb_ds/detail/gp_hash_table_map_/
1611         erase_no_store_hash_fn_imps.hpp: Same.
1612
1613         * include/ext/pb_ds/assoc_container.hpp: Formatting fixes.
1614         * include/ext/pb_ds/detail/resize_policy/
1615         hash_prime_size_policy_imp.hpp: Same.
1616         * include/ext/pb_ds/detail/resize_policy/
1617         hash_standard_resize_policy_imp.hpp: Same.
1618         * include/ext/pb_ds/detail/types_traits.hpp: Same.
1619         * include/ext/pb_ds/detail/constructors_destructor_fn_imps.hpp: Same.
1620         * include/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp: Same.
1621         * include/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp: Same.
1622         * include/ext/pb_ds/detail/hash_fn/
1623         direct_mod_range_hashing_imp.hpp: Same.
1624         * include/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp: Same.
1625         * include/ext/pb_ds/detail/hash_fn/
1626         direct_mask_range_hashing_imp.hpp: Same.
1627         
1628 2006-09-27  Paolo Carlini  <pcarlini@suse.de>
1629
1630         PR libstdc++/29217
1631         * src/localename.cc (locale::_Impl::_M_replace_categories)):
1632         Compensate for the inconsistent numerical encodings of the
1633         collate and time categories vs the corresponding names.
1634         * testsuite/22_locale/locale/cons/29217.cc: New.
1635
1636         * testsuite/22_locale/locale/cons/2.cc: Enable and split
1637         out the few ENC_TRAITS bits to...
1638         * testsuite/22_locale/locale/cons/unicode/1.cc... here.
1639
1640 2006-09-25  Howard Hinnant  <hhinnant@apple.com>
1641
1642         PR libstdc++/29224
1643         * include/tr1/functional_iterate.h: Avoid -Wshadow warnings.
1644
1645 2006-09-25  Paolo Carlini  <pcarlini@suse.de>
1646
1647         PR libstdc++/29179
1648         * include/ext/mt_allocator.h (__pool_base): Adjust/extend
1649         documentation in comments.
1650
1651 2006-09-24  Paolo Carlini  <pcarlini@suse.de>
1652
1653         * include/tr1/boost_shared_ptr.h (shared_ptr<>::shared_ptr(const
1654         __shared_ptr<>&), shared_ptr(const __weak_ptr<>&),
1655         shared_ptr(const __shared_ptr<>&, __static_cast_tag),
1656         shared_ptr(const __shared_ptr<>&, __const_cast_tag),
1657         shared_ptr(const __shared_ptr<>&, __dynamic_cast_tag),
1658         weak_ptr<>::weak_ptr(const __shared_ptr<>&), weak_ptr(const
1659         __weak_ptr<>&)): Remove.
1660         (shared_ptr<>::shared_ptr(const shared_ptr<>&),
1661         shared_ptr(const weak_ptr<>&), shared_ptr(const shared_ptr<>&,
1662         __static_cast_tag), shared_ptr(const shared_ptr<>&,
1663         __const_cast_tag), shared_ptr(const shared_ptr<>&,
1664         __dynamic_cast_tag), static_pointer_cast(const shared_ptr<>&),
1665         const_pointer_cast(const shared_ptr<>&), dynamic_pointer_cast(const
1666         shared_ptr<>&), weak_ptr<>::weak_ptr(const shared_ptr<>&),
1667         weak_ptr(const weak_ptr<>&), weak_ptr<>::lock(), 
1668         __enable_shared_from_this_helper(const __shared_count<>&, const
1669         enable_shared_from_this<>*, const _Tp2*)): Add. 
1670         (class enable_shared_from_this): Add.
1671         * testsuite/tr1/2_general_utilities/memory/enable_shared_from_this/
1672         1.cc: New.
1673         * testsuite/tr1/2_general_utilities/memory/shared_ptr/casts/1.cc:
1674         Likewise.
1675         * testsuite/tr1/2_general_utilities/memory/weak_ptr/lock/1.cc:
1676         Likewise.
1677
1678         * include/tr1/boost_shared_ptr.h: Further formatting and
1679         uglification fixes.
1680
1681 2006-09-22  Paolo Carlini  <pcarlini@suse.de>
1682
1683         PR libstdc++/29134 (vector<bool> bits)
1684         * include/bits/stl_bvector.h (vector<bool>::max_size):
1685         Use allocator' max_size.
1686         * testsuite/23_containers/vector/bool/capacity/29134.cc: New.
1687
1688         * testsuite/23_containers/deque/capacity/29134-2.cc: Minor tweak.
1689         * testsuite/23_containers/vector/capacity/29134-2.cc: Likewise.
1690
1691 2006-09-22  Paolo Carlini  <pcarlini@suse.de>
1692
1693         * include/tr1/type_traits (add_reference): Robustify vs
1694         reference to void.
1695         * testsuite/tr1/4_metaprogramming/reference_modifications/
1696         add_reference.cc: Add test.
1697
1698         * include/tr1/memory: include <tr1/type_traits>.
1699         * include/tr1/boost_shared_ptr.h (__shared_ptr<>::operator*):
1700         Use add_reference instead.
1701         * testsuite/tr1/2_general_utilities/memory/enable_shared_from_this/
1702         explicit_instantiation/1.cc: New.
1703         * testsuite/tr1/2_general_utilities/memory/shared_ptr/
1704         explicit_instantiation/1.cc: Likewise.
1705         * testsuite/tr1/2_general_utilities/memory/weak_ptr/
1706         explicit_instantiation/1.cc: Likewise.
1707
1708         * testsuite/util/testsuite_tr1.h: Tweak; avoid empty enum.
1709
1710         * include/tr1/type_traits_fwd.h: Spelling fix.
1711
1712         * include/tr1/boost_shared_ptr.h: Obvious stylistic fixes.
1713
1714 2006-09-22  Paolo Carlini  <pcarlini@suse.de>
1715
1716         * include/tr1/boost_shared_ptr.h: Trivial formatting fixes.
1717
1718 2006-09-21  Benjamin Kosnik  <bkoz@redhat.com>
1719
1720         * include/ext/type_traits.h (__numeric_traits_integer): New.
1721         (__numeric_traits_floating): New.
1722         (__numeric_traits): Use them.
1723         * testsuite/ext/type_traits.cc: New.
1724         
1725 2006-09-21  Paolo Carlini  <pcarlini@suse.de>
1726
1727         * include/ext/hash_map: Remove forward declaration of equality
1728         operator, not needed for friendship of all its instances.
1729         * include/ext/hash_set: Likewise.
1730         * include/bits/stl_set.h: Likewise for equality operator and
1731         operator less.
1732         * include/bits/stl_multiset.h: Likewise.
1733         * include/bits/stl_multimap.h: Likewise.
1734         * include/bits/stl_queue.h: Likewise.
1735         * include/bits/stl_stack.h: Likewise.
1736         * include/bits/streambuf_iterator.h: Likewise for copy.
1737         * include/std/std_streambuf.h: Likewise for __copy_aux and find.
1738         * include/tr1/boost_shared_ptr.h: Likewise for get_deleter.
1739         * include/tr1/random: Likewise, remove all forward declarations
1740         of inserters and extractors.
1741
1742 2006-09-21  Paolo Carlini  <pcarlini@suse.de>
1743
1744         * include/ext/sso_string_base.h (__sso_string_base<>::_M_max_size(),
1745         _M_destroy, _M_create): Use _M_get_allocator.
1746
1747 2006-09-21  Ben Elliston  <bje@au.ibm.com>
1748
1749         * crossconfig.m4 (GLIBCXX_CROSSCONFIG): Remove invocations of
1750         GLIBCXX_CHECK_COMPILER_FEATURES.
1751         * configure.ac: Always invoke GLIBCXX_CHECK_COMPILER_FEATURES.
1752         Remove invocations elsewhere.
1753         * configure: Regenerate.
1754
1755 2006-09-21  Paolo Carlini  <pcarlini@suse.de>
1756
1757         PR libstdc++/29134 (ext/vstring bits)
1758         * include/ext/sso_string_base.h (__sso_string_base<>::_S_max_size):
1759         Remove.
1760         (__sso_string_base<>::_M_max_size): Use allocator' max_size.
1761         (__sso_string_base<>::_M_create): Adjust.
1762         * include/ext/vstring.h: Minor comment tweak.
1763         * testsuite/ext/vstring/capacity/29134.cc: New.
1764
1765 2006-09-20  Paolo Carlini  <pcarlini@suse.de>
1766
1767         PR libstdc++/29134
1768         * include/bits/stl_list.h (list<>::max_size): Forward to allocator'
1769         max_size.
1770         * include/bits/stl_vector.h (vector<>::max_size): Likewise.
1771         * include/bits/stl_deque.h (deque<>::max_size): Likewise.
1772         * include/bits/stl_tree.h (_Rb_tree<>::max_size): Likewise.
1773         * include/tr1/hashtable (_Hashtable<>::max_size): Likewise.
1774         * testsuite/23_containers/vector/capacity/29134.cc: Add.
1775         * testsuite/23_containers/deque/capacity/29134.cc: Likewise.
1776         * testsuite/23_containers/list/capacity/29134.cc: Likewise.
1777         * testsuite/23_containers/set/capacity/29134.cc: Likewise.
1778         * testsuite/23_containers/map/capacity/29134.cc: Likewise.
1779         * testsuite/23_containers/multiset/capacity/29134.cc: Likewise.
1780         * testsuite/23_containers/multimap/capacity/29134.cc: Likewise. 
1781         * testsuite/tr1/6_containers/unordered/capacity/29134-set.cc: Likewise.
1782         * testsuite/tr1/6_containers/unordered/capacity/29134-map.cc: Likewise.
1783         * testsuite/tr1/6_containers/unordered/capacity/29134-multiset.cc:
1784         Likewise.
1785         * testsuite/tr1/6_containers/unordered/capacity/29134-multimap.cc:
1786         Likewise.
1787
1788         * include/bits/deque.tcc (deque<>::_M_new_elements_at_front,
1789         deque<>::_M_new_elements_at_back): Check for length errors.
1790         * testsuite/23_containers/deque/capacity/29134-2.cc: New.
1791         * testsuite/23_containers/vector/capacity/29134-2.cc: Likewise.
1792
1793         * include/tr1/hashtable (_Hashtable<>::_M_get_Value_allocator): Add.
1794         (_Hashtable<>::_M_allocate_node, _M_deallocate_node): Use it.
1795         * testsuite/tr1/6_containers/unordered/instantiate/set.cc: Add test.
1796         * testsuite/tr1/6_containers/unordered/instantiate/map.cc: Likewise.
1797         * testsuite/tr1/6_containers/unordered/instantiate/multiset.cc:
1798         Likewise.
1799         * testsuite/tr1/6_containers/unordered/instantiate/multimap.cc:
1800         Likewise.
1801
1802 2006-09-20  Benjamin Kosnik  <bkoz@redhat.com>
1803
1804         * include/ext/pb_ds/detail/
1805         typelist_assoc_container.hpp: Remove, unused.
1806         * include/ext/pb_ds/detail/typelist/
1807         typelist_assoc_container_find.hpp: Same.
1808         * include/ext/pb_ds/detail/typelist: Remove.    
1809         * include/ext/pb_ds/detail/typelist.hpp: Merge...
1810         * include/ext/pb_ds/detail/typelist/typelist_flatten.hpp: Same.
1811         * include/ext/pb_ds/detail/typelist/typelist_contains.hpp: Same.
1812         * include/ext/pb_ds/detail/typelist/typelist_typelist_append.hpp: Same.
1813         * include/ext/pb_ds/detail/typelist/typelist_apply.hpp: Same.
1814         * include/ext/pb_ds/detail/typelist/typelist_filter.hpp: Same.
1815         * include/ext/pb_ds/detail/typelist/typelist_append.hpp: Same.
1816         * include/ext/pb_ds/detail/typelist/typelist_at_index.hpp: Same.
1817         * include/ext/pb_ds/detail/typelist/typelist_transform.hpp: Same.
1818         * include/ext/typelist.h: ... into this.
1819         * include/Makefile.am: Subtractions.
1820         * include/Makefile.in: Regenerate.
1821
1822         * include/ext/pb_ds/assoc_container.hpp: Fixups for new includes,
1823         namespaces, and names.  
1824         * include/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp: Same.
1825         * include/ext/pb_ds/detail/resize_policy/
1826         hash_prime_size_policy_imp.hpp: Same.
1827         * include/ext/pb_ds/detail/resize_policy/
1828         cc_hash_max_collision_check_resize_trigger_imp.hpp: Same.
1829         * include/ext/pb_ds/detail/resize_policy/
1830         sample_resize_policy.hpp: Same.
1831         * include/ext/pb_ds/detail/resize_policy/
1832         sample_resize_trigger.hpp: Same.
1833         * include/ext/pb_ds/detail/resize_policy/
1834         hash_exponential_size_policy_imp.hpp: Same.
1835         * include/ext/pb_ds/detail/resize_policy/
1836         hash_load_check_resize_trigger_size_base.hpp: Same.
1837         * include/ext/pb_ds/detail/resize_policy/
1838         hash_load_check_resize_trigger_imp.hpp: Same.
1839         * include/ext/pb_ds/detail/resize_policy/
1840         hash_standard_resize_policy_imp.hpp: Same.
1841         * include/ext/pb_ds/detail/container_base_dispatch.hpp: Same.
1842         * testsuite/performance/ext/pb_ds/text_find_timing.cc
1843         * testsuite/performance/ext/pb_ds/hash_random_int_erase_mem_usage.cc
1844         * testsuite/performance/ext/pb_ds/tree_text_insert_timing.cc
1845         * testsuite/performance/ext/pb_ds/priority_queue_text_push_timing.cc
1846         * testsuite/performance/ext/pb_ds/random_int_subscript_find_timing.cc
1847         * testsuite/performance/ext/pb_ds/tree_split_join_timing.cc
1848         * testsuite/performance/ext/pb_ds/random_int_find_timing.cc
1849         * testsuite/performance/ext/pb_ds/
1850         multimap_text_insert_mem_usage.hpp: Same.
1851         * testsuite/performance/ext/pb_ds/
1852         priority_queue_random_int_push_timing.cc
1853         * testsuite/performance/ext/pb_ds/multimap_text_find_timing.hpp: Same.
1854         * testsuite/performance/ext/pb_ds/
1855         priority_queue_text_modify_timing.hpp: Same.
1856         * testsuite/performance/ext/pb_ds/tree_order_statistics_timing.cc
1857         * testsuite/performance/ext/pb_ds/
1858         priority_queue_text_push_pop_timing.cc
1859         * testsuite/performance/ext/pb_ds/priority_queue_text_join_timing.cc
1860         * testsuite/performance/ext/pb_ds/
1861         priority_queue_random_int_push_pop_timing.cc
1862         * testsuite/performance/ext/pb_ds/random_int_subscript_insert_timing.cc
1863         * testsuite/performance/ext/pb_ds/tree_text_lor_find_timing.cc
1864         * testsuite/performance/ext/pb_ds/
1865         multimap_text_insert_timing.hpp: Same.
1866         * testsuite/performance/ext/pb_ds/priority_queue_text_pop_mem_usage.cc
1867         * testsuite/performance/ext/pb_ds/hash_zlob_random_int_find_timing.cc
1868         * testsuite/performance/23_containers/find/map.cc
1869         * testsuite/performance/23_containers/create/map.cc
1870         * testsuite/performance/23_containers/insert_erase/associative.cc
1871         * testsuite/performance/23_containers/insert/sequence.cc
1872         * testsuite/performance/23_containers/insert/associative.cc
1873         * testsuite/performance/23_containers/create_from_sorted/set.cc
1874         * testsuite/performance/23_containers/index/map.cc
1875         * testsuite/performance/23_containers/insert_from_sorted/set.cc
1876         * testsuite/performance/23_containers/create_sort/list.cc
1877         * testsuite/performance/23_containers/sort_search/list.cc
1878         * testsuite/performance/23_containers/producer_consumer/sequence.cc
1879         * testsuite/performance/23_containers/producer_consumer/associative.cc
1880         * testsuite/util/regression/trait/assoc/type_trait.hpp: Same.
1881         * testsuite/util/regression/rand/priority_queue/
1882         rand_regression_test.hpp: Same.
1883         * testsuite/util/regression/rand/assoc/rand_regression_test.hpp: Same.
1884         * testsuite/util/regression/assoc/common_type.hpp: Same.
1885         * testsuite/util/native_type/assoc/native_multimap.hpp: Same.
1886         * testsuite/util/native_type/assoc/native_tree_tag.hpp: Same.
1887         * testsuite/util/native_type/assoc/native_hash_multimap.hpp: Same.
1888         * testsuite/util/native_type/assoc/native_set.hpp: Same.
1889         * testsuite/util/native_type/assoc/native_map.hpp: Same.
1890         * testsuite/util/native_type/assoc/native_hash_set.hpp: Same.
1891         * testsuite/util/native_type/assoc/native_hash_map.hpp: Same.
1892         * testsuite/util/common_type/priority_queue/common_type.hpp: Same.
1893         * testsuite/util/common_type/assoc/common_type.hpp: Same.
1894         * testsuite/util/common_type/assoc/string_form.hpp: Same.
1895         * testsuite/util/common_type/assoc/template_policy.hpp: Same.
1896         * testsuite/util/performance/priority_queue/mem_usage/pop_test.hpp: 
1897         Same.
1898         * testsuite/util/performance/priority_queue/timing/push_pop_test.hpp: 
1899         Same.
1900         * testsuite/util/performance/priority_queue/timing/join_test.hpp: Same.
1901         * testsuite/util/performance/priority_queue/timing/push_test.hpp: Same.
1902         * testsuite/util/performance/priority_queue/timing/modify_test.hpp: 
1903         Same.
1904         * testsuite/util/performance/assoc/mem_usage/multimap_insert_test.hpp: 
1905         Same.
1906         * testsuite/util/performance/assoc/mem_usage/erase_test.hpp: Same.
1907         * testsuite/util/performance/assoc/timing/common_type.hpp: Same.
1908         * testsuite/util/performance/assoc/timing/multimap_insert_test.hpp: 
1909         Same.
1910         * testsuite/util/performance/assoc/timing/subscript_find_test.hpp: 
1911         Same.
1912         * testsuite/util/performance/assoc/timing/find_test.hpp: Same.
1913         * testsuite/util/performance/assoc/timing/subscript_insert_test.hpp: 
1914         Same.
1915         * testsuite/util/performance/assoc/timing/insert_test.hpp: Same.
1916         * testsuite/util/performance/assoc/timing/
1917         tree_order_statistics_test.hpp: Same.
1918         * testsuite/util/performance/assoc/timing/multimap_find_test.hpp: Same.
1919         * testsuite/util/performance/assoc/timing/tree_split_join_test.hpp: 
1920         Same.
1921         * testsuite/util/performance/assoc/multimap_common_type.hpp: Same.
1922
1923         * testsuite/ext/pb_ds/example/hash_resize_neg.cc: Fixup line numbers.
1924         
1925 2006-09-19  Paolo Carlini  <pcarlini@suse.de>
1926
1927         * include/tr1/hashtable_policy.h: Uglify all the names.
1928         * include/tr1/hashtable: Likewise.
1929         * include/tr1/unordered_map: Likewise.
1930         * include/tr1/unordered_set: Likewise.
1931         * include/tr1/functional: Uglify struct hash names.
1932         * include/tr1/cmath: Uglify namespace detail to __detail.
1933
1934 2006-09-18  Benjamin Kosnik  <bkoz@redhat.com>
1935
1936         * testsuite/util/regression/res_mng: Remove.
1937         * testsuite/util/regression/res_mng/dbg_ex_allocator_base.cc: Merge..
1938         * testsuite/util/regression/res_mng/forced_exception.hpp: Merge...
1939         * testsuite/util/regression/res_mng/dbg_ex_allocator_base.hpp: Merge..
1940         * testsuite/util/regression/res_mng/dbg_ex_allocator.hpp: Merge..
1941         * testsuite/util/testsuite_allocator.h (throw_allocator): Merge...
1942         * include/ext/throw_allocator.h (throw_allocator): ... into this.
1943         * src/throw_allocator.cc: ...and this.
1944         * include/Makefile.am (ext_headers): Add.
1945         * include/Makefile.in: Regenerate.      
1946         * src/Makefile.am (sources): New.
1947         * src/Makefile.in: Regenerate.
1948         * testsuite/lib/libstdc++.exp: Subtract dbg_ex_allocator_base.cc.
1949
1950         * include/ext/pb_ds/detail/map_debug_base.hpp: Adjust
1951         includes, names, and namespaces.
1952         * testsuite/23_containers/list/modifiers/insert/25288.cc: Same.
1953         * testsuite/util/regression/rand/priority_queue/detail/
1954         erase_fn_imps.hpp: Same.
1955         * testsuite/util/regression/rand/priority_queue/detail/
1956         constructor_destructor_fn_imps.hpp: Same.
1957         * testsuite/util/regression/rand/priority_queue/detail/
1958         insert_fn_imps.hpp: Same.
1959         * testsuite/util/regression/rand/priority_queue/detail/
1960         modify_fn_imps.hpp: Same.
1961         * testsuite/util/regression/rand/priority_queue/detail/
1962         split_join_fn_imps.hpp: Same.
1963         * testsuite/util/regression/rand/priority_queue/detail/
1964         operator_fn_imps.hpp: Same.
1965         * testsuite/util/regression/rand/priority_queue/
1966         container_rand_regression_test.hpp: Same.
1967         * testsuite/util/regression/rand/assoc/detail/
1968         subscript_fn_imps.hpp: Same.
1969         * testsuite/util/regression/rand/assoc/detail/
1970         operator_fn_imps.hpp: Same.
1971         * testsuite/util/regression/rand/assoc/detail/erase_fn_imps.hpp: Same.
1972         * testsuite/util/regression/rand/assoc/detail/
1973         constructor_destructor_fn_imps.hpp
1974         * testsuite/util/regression/rand/assoc/detail/insert_fn_imps.hpp: Same.
1975         * testsuite/util/regression/rand/assoc/detail/
1976         split_join_fn_imps.hpp: Same.
1977         * testsuite/util/regression/rand/assoc/
1978         container_rand_regression_test.hpp: Same.
1979         * testsuite/util/regression/priority_queue/common_type.hpp: Same.
1980         * testsuite/util/regression/assoc/common_type.hpp: Same.
1981         * testsuite/util/regression/basic_type.hpp: Same.
1982         * testsuite/util/rng/twister_rand_gen.cc: Tweak.
1983         
1984 2006-09-18  Tom Tromey  <tromey@redhat.com>
1985
1986         * configure: Rebuilt.
1987
1988 2006-09-18  Paolo Carlini  <pcarlini@suse.de>
1989
1990         * include/bits/locale_facets.tcc (_M_group_int): Remove
1991         redundant using-declaration.
1992
1993 2006-09-18  Benjamin Kosnik  <bkoz@redhat.com>
1994
1995         * include/ext/typelist.h (cond_type): Remove, use __conditional_type.
1996
1997 2006-09-18  Benjamin Kosnik  <bkoz@redhat.com>
1998             Peter Doerfler  <gcc@pdoerfler.com>
1999             Paolo Carlini  <pcarlini@suse.de>
2000         
2001         * include/ext/type_traits.h: New. 
2002         (__conditional_type): New.
2003         (__numeric_traits): New.
2004         (__add_unsigned): New.
2005         (__remove_unsigned): New.
2006         (__enable_if): New.
2007         * include/Makefile.am: Add.
2008         * include/Makefile.in: Regenerate.
2009         * include/ext/pb_ds/detail/type_utils.hpp: Use ext include,
2010         remove duplicates.
2011         * include/tr1/hashtable_policy.h (IF): Use __conditional_type.
2012         (_Max_digits10): Same.
2013         (identity): Use _Identity.
2014         (extract1st): Use _Select1st.
2015         * include/tr1/random (_Select): Use __conditional_type.
2016         (_To_Unsigned_Type): Use __add_unsigned. Linebreak fixups.
2017         * include/bits/locale_facets.tcc (__to_unsigned_type): Remove, use
2018         __add_unsigned.
2019         * include/tr1/random.tcc: Fixups as above.
2020         * include/tr1/unordered_map: Same.
2021         * include/tr1/hashtable: Same.
2022         * include/tr1/unordered_set: Same.
2023         * include/ext/pb_ds/detail/gp_hash_table_map_/
2024         standard_policies.hpp: Same.
2025         * include/ext/pb_ds/detail/standard_policies.hpp: Same.
2026         * include/ext/pb_ds/detail/typelist/typelist_filter.hpp: Same.
2027         * include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp: Same.
2028         * include/ext/pb_ds/detail/type_utils.hpp: Same.
2029         * include/ext/pb_ds/trie_policy.hpp: Same.
2030         * docs/html/ext/pb_ds/string_trie_e_access_traits.html: Same.
2031         
2032         * include/bits/cpp_type_traits.h (__enable_if): Move to ext, make
2033         boolean argument first. 
2034         * include/bits/locale_facets.h: Fixups for __enable_if argument
2035         and namespace switch.
2036         * include/bits/stl_algobase.h: Same.
2037         * include/bits/stl_algo.h: Same.
2038         * include/bits/stl_iterator.h: Same.
2039         * include/bits/streambuf_iterator.h: Same.
2040         * include/debug/safe_iterator.h: Same.
2041         * include/tr1/hashtable_policy.h: Same.
2042         * include/tr1/cmath: Same.
2043         * include/tr1/functional: Same.
2044         * include/tr1/functional_iterate.h: Same.
2045         * include/std/std_streambuf.h: Same.
2046         * include/c_std/std_cmath.h: Same.
2047         * testsuite/util/testsuite_tr1.h: Same.
2048         * testsuite/util/performance/assoc/multimap_common_type.hpp: Same.
2049         
2050 2006-09-18  Paolo Carlini  <pcarlini@suse.de>
2051
2052         PR libstdc++/29063
2053         * include/bits/valarray_array.h: Fix typo, undefine
2054         _DEFINE_ARRAY_FUNCTION.
2055         * include/std/std_valarray.h: Undefine _DEFINE_BINARY_OPERATOR.
2056
2057 2006-09-14  Benjamin Kosnik  <bkoz@redhat.com>
2058
2059         * include/bits/concurrence.h (__mutex::__mutex): Pass address of
2060         mutex to *_MUTEX_INIT_FUNCTION.
2061         
2062 2006-09-13  Benjamin Kosnik  <bkoz@redhat.com>  
2063
2064         * include/bits/atomicity.h: Move to...
2065         * include/ext/atomicity.h: ...here.     
2066         * include/bits/concurrence.h: Move to...
2067         * include/ext/concurrence.h: ...here.
2068         * include/Makefile.am (ext_headers): Additions.
2069         (bits_headers): Subtractions.
2070         * include/Makefile.in: Regenerate.
2071
2072         * include/ext/bitmap_allocator.h (_Mutex), __threads_enabled,
2073         _Lock, _Auto_Lock): Subsume into...
2074         * include/bits/concurrence.h (__mutex): ..this. Error check
2075         locking and unlocking.  
2076         (lock): Uglify to...
2077         (__scoped_lock): Use __mutex. 
2078         (__glibcxx_mutex_define_initialized): Remove.
2079         (__glibcxx_mutex_type): Remove.
2080
2081         * include/tr1/boost_shared_ptr.h: Formating tweaks, adjustments.
2082         (_Lock_policy): Move from here...
2083         * include/ext/concurrence.h: ... to here.
2084         (__shared_ptr_default_lock_mode): To __default_lock_policy.
2085         (_S_lockfree): To _S_atomic.
2086         Document.
2087
2088         * libsupc++/guard.cc (static_mutex): Subsume into and fixup for...
2089         * include/ext/concurrence.h (__recursive_mutex): ...this. Error
2090         check locking and unlocking.
2091         * libsupc++/eh_alloc.cc: Use __scoped_lock.
2092
2093         * config/os/aix/atomicity.h: Fixups for include paths, mutex to
2094         __scoped_mutex change, removal of locking defines.
2095         * config/os/irix/atomicity.h: Same.
2096         * config/cpu/cris/atomicity.h: Same.
2097         * config/cpu/m68k/atomicity.h: Same.
2098         * config/cpu/hppa/atomicity.h: Same.
2099         * config/cpu/mips/atomicity.h: Same.
2100         * config/cpu/sparc/atomicity.h: Same.
2101         * config/cpu/i386/atomicity.h: Same.
2102         * config/cpu/i486/atomicity.h: Same.
2103         * config/cpu/sh/atomicity.h: Same.
2104         * config/cpu/generic/atomicity_mutex/atomicity.h: Same.
2105         * include/ext/pool_allocator.h: Same.
2106         * include/ext/bitmap_allocator.h: Same.
2107         * include/ext/rc_string_base.h: Same.
2108         * include/ext/mt_allocator.h: Same.
2109         * include/bits/locale_classes.h: Same.
2110         * include/bits/basic_string.h: Same.
2111         * include/bits/ios_base.h: Same.
2112         * include/tr1/memory: Same.
2113         * src/pool_allocator.cc: Same.
2114         * src/mt_allocator.cc: Same.
2115         * src/locale_init.cc: Same.
2116         * src/ios.cc: Same.
2117         * src/locale.cc: Same.
2118         * src/bitmap_allocator.cc: Same.
2119         * src/ios_init.cc: Same.
2120         * src/debug.cc: Same.
2121         
2122 2006-09-12  Benjamin Kosnik  <bkoz@redhat.com>
2123
2124         * libsupc++/eh_globals.cc: Remove __gnu_internal.
2125         * config/io/basic_file_stdio.cc: Same.
2126         * config/abi/compatibility.h: Same.
2127         * config/cpu/generic/atomicity_mutex/atomicity.h: Same.
2128         * config/cpu/sh/atomicity.h: Same.
2129         
2130 2006-09-10  Paolo Carlini  <pcarlini@suse.de>
2131
2132         * include/bits/stl_heap.h (sort_heap): Iterator post-decrement is
2133         only required to be convertible to the iterator type.
2134
2135 2006-09-08  Paolo Carlini  <pcarlini@suse.de>
2136
2137         * include/tr1/random.tcc (poisson_distribution<>::operator()):
2138         Avoid potential warnings when _IntType is unsigned.
2139
2140 2006-09-08  Benjamin Kosnik  <bkoz@redhat.com>
2141
2142         * include/debug/debug.h (_GLIBCXX_DEBUG_ONLY): New.
2143         * include/ext/bitmap_allocator.h (_BALLOC_SANITY_CHECK,
2144         _BALLOC_ASSERT): Remove. Use _GLIBCXX_DEBUG,
2145         _GLIBCXX_DEBUG_ASSERT.
2146         * include/ext/pb_ds/hash_policy.hpp (PB_DS_DBG_ASSERT): Convert to
2147         _GLIBCXX_DEBUG_ASSERT. Formatting corrections.
2148         (PB_DS_DBG_VERIFY): Remove, unused.
2149         (PB_DS_DBG_ONLY): Convert to _GLIBCXX_DEBUG blocks.
2150         * include/ext/pb_ds/detail/resize_policy/
2151         hash_load_check_resize_trigger_imp.hpp: Same.
2152         * include/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp: Same.
2153         * include/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp: Same.
2154         * include/ext/pb_ds/detail/binomial_heap_base_/
2155         insert_fn_imps.hpp: Same.
2156         * include/ext/pb_ds/detail/binomial_heap_base_/
2157         binomial_heap_base_.hpp: Same.
2158         * include/ext/pb_ds/detail/binomial_heap_base_/
2159         constructors_destructor_fn_imps.hpp: Same.
2160         * include/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp: Same.
2161         * include/ext/pb_ds/detail/binomial_heap_base_/
2162         split_join_fn_imps.hpp: Same.
2163         * include/ext/pb_ds/detail/cc_hash_table_map_/
2164         constructor_destructor_no_store_hash_fn_imps.hpp: Same.
2165         * include/ext/pb_ds/detail/cc_hash_table_map_/
2166         erase_store_hash_fn_imps.hpp: Same.
2167         * include/ext/pb_ds/detail/cc_hash_table_map_/
2168         insert_no_store_hash_fn_imps.hpp: Same.
2169         * include/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp: Same.
2170         * include/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp: Same.
2171         * include/ext/pb_ds/detail/cc_hash_table_map_/
2172         constructor_destructor_store_hash_fn_imps.hpp: Same.
2173         * include/ext/pb_ds/detail/cc_hash_table_map_/
2174         insert_store_hash_fn_imps.hpp: Same.    
2175         * include/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp: Same.
2176         * include/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp: Same.
2177         * include/ext/pb_ds/detail/cc_hash_table_map_/
2178         debug_no_store_hash_fn_imps.hpp: Same.
2179         * include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp: Same.
2180         * include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp: Same.
2181         * include/ext/pb_ds/detail/cc_hash_table_map_/
2182         constructor_destructor_fn_imps.hpp: Same.
2183         * include/ext/pb_ds/detail/cc_hash_table_map_/
2184         debug_store_hash_fn_imps.hpp: Same.
2185         * include/ext/pb_ds/detail/cc_hash_table_map_/
2186         erase_no_store_hash_fn_imps.hpp: Same.
2187         * include/ext/pb_ds/detail/unordered_iterator/iterator.hpp: Same.
2188         * include/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp: Same.
2189         * include/ext/pb_ds/detail/unordered_iterator/
2190         const_point_iterator.hpp: Same.
2191         * include/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp: Same.
2192         * include/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp: Same.
2193         * include/ext/pb_ds/detail/pat_trie_/child_iterator.hpp: Same.
2194         * include/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp: Same.
2195         * include/ext/pb_ds/detail/pat_trie_/split_join_branch_bag.hpp: Same.
2196         * include/ext/pb_ds/detail/pat_trie_/
2197         constructors_destructor_fn_imps.hpp: Same.
2198         * include/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp: Same.
2199         * include/ext/pb_ds/detail/pat_trie_/head.hpp: Same.
2200         * include/ext/pb_ds/detail/pat_trie_/const_child_iterator.hpp: Same.
2201         * include/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp: Same.
2202         * include/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp: Same.
2203         * include/ext/pb_ds/detail/pat_trie_/leaf.hpp: Same.
2204         * include/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp: Same.
2205         * include/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp: Same.
2206         * include/ext/pb_ds/detail/pat_trie_/node_base.hpp: Same.
2207         * include/ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp: Same.
2208         * include/ext/pb_ds/detail/pat_trie_/node_iterators.hpp: Same.
2209         * include/ext/pb_ds/detail/pat_trie_/internal_node.hpp: Same.
2210         * include/ext/pb_ds/detail/pat_trie_/point_iterators.hpp: Same.
2211         * include/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp: Same.
2212         * include/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp: Same.
2213         * include/ext/pb_ds/detail/bin_search_tree_/
2214         constructors_destructor_fn_imps.hpp: Same.
2215         * include/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp: Same.
2216         * include/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp: Same.
2217         * include/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp: Same.
2218         * include/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp: Same.
2219         * include/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp: Same.
2220         * include/ext/pb_ds/detail/bin_search_tree_/
2221         split_join_fn_imps.hpp: Same.
2222         * include/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp: Same.
2223         * include/ext/pb_ds/detail/gp_hash_table_map_/
2224         constructor_destructor_no_store_hash_fn_imps.hpp: Same.
2225         * include/ext/pb_ds/detail/gp_hash_table_map_/
2226         erase_store_hash_fn_imps.hpp: Same.
2227         * include/ext/pb_ds/detail/gp_hash_table_map_/
2228         insert_no_store_hash_fn_imps.hpp: Same.
2229         * include/ext/pb_ds/detail/gp_hash_table_map_/
2230         resize_store_hash_fn_imps.hpp: Same.    
2231         * include/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp: Same.
2232         * include/ext/pb_ds/detail/gp_hash_table_map_/
2233         constructor_destructor_store_hash_fn_imps.hpp: Same.
2234         * include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp: Same.
2235         * include/ext/pb_ds/detail/gp_hash_table_map_/
2236         insert_store_hash_fn_imps.hpp: Same.    
2237         * include/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp: Same.
2238         * include/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp: Same.
2239         * include/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp: Same.
2240         * include/ext/pb_ds/detail/gp_hash_table_map_/
2241         debug_no_store_hash_fn_imps.hpp: Same.
2242         * include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp: Same.
2243         * include/ext/pb_ds/detail/gp_hash_table_map_/
2244         constructor_destructor_fn_imps.hpp: Same.
2245         * include/ext/pb_ds/detail/gp_hash_table_map_/
2246         debug_store_hash_fn_imps.hpp: Same.
2247         * include/ext/pb_ds/detail/gp_hash_table_map_/
2248         erase_no_store_hash_fn_imps.hpp: Same.
2249         * include/ext/pb_ds/detail/gp_hash_table_map_/
2250         resize_no_store_hash_fn_imps.hpp: Same.
2251         * include/ext/pb_ds/detail/types_traits.hpp: Same.
2252         * include/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp: Same.
2253         * include/ext/pb_ds/detail/binary_heap_/const_iterator.hpp: Same.
2254         * include/ext/pb_ds/detail/binary_heap_/
2255         constructors_destructor_fn_imps.hpp: Same.      
2256         * include/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp: Same.
2257         * include/ext/pb_ds/detail/binary_heap_/const_point_iterator.hpp: Same.
2258         * include/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp: Same.
2259         * include/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp: Same.
2260         * include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp: Same.
2261         * include/ext/pb_ds/detail/binary_heap_/resize_policy.hpp: Same.
2262         * include/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp: Same.
2263         * include/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp: Same.
2264         * include/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp: Same.
2265         * include/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp: Same.
2266         * include/ext/pb_ds/detail/pairing_heap_/
2267         constructors_destructor_fn_imps.hpp: Same.
2268         * include/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp: Same.
2269         * include/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp: Same.
2270         * include/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp: Same.
2271         * include/ext/pb_ds/detail/binomial_heap_/
2272         constructors_destructor_fn_imps.hpp: Same.
2273         * include/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp: Same.
2274         * include/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp: Same.
2275         * include/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp: Same.
2276         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
2277         erase_fn_imps.hpp: Same.
2278         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
2279         left_child_next_sibling_heap_.hpp: Same.
2280         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
2281         const_iterator.hpp: Same.       
2282         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
2283         insert_fn_imps.hpp: Same.       
2284         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
2285         constructors_destructor_fn_imps.hpp: Same.
2286         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
2287         debug_fn_imps.hpp: Same.
2288         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/
2289         const_point_iterator.hpp: Same.
2290         * include/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp: Same.
2291         * include/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp: Same.
2292         * include/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp: Same.
2293         * include/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp: Same.
2294         * include/ext/pb_ds/detail/thin_heap_/
2295         constructors_destructor_fn_imps.hpp: Same.
2296         * include/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp: Same.
2297         * include/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp: Same.
2298         * include/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp: Same.
2299         * include/ext/pb_ds/detail/ov_tree_map_/cond_dtor.hpp: Same.
2300         * include/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp: Same.
2301         * include/ext/pb_ds/detail/ov_tree_map_/
2302         constructors_destructor_fn_imps.hpp: Same.      
2303         * include/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp: Same.
2304         * include/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp: Same.
2305         * include/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp: Same.
2306         * include/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp: Same.
2307         * include/ext/pb_ds/detail/map_debug_base.hpp: Same.
2308         * include/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp: Same.
2309         * include/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp: Same.
2310         * include/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp: Same.
2311         * include/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp: Same.
2312         * include/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp: Same.
2313         * include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp: Same.
2314         * include/ext/pb_ds/detail/splay_tree_/
2315         constructors_destructor_fn_imps.hpp: Same.
2316         * include/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp: Same.
2317         * include/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp: Same.
2318         * include/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp: Same.
2319         * include/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp: Same.
2320         * include/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp: Same.
2321         * include/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp: Same.
2322         * include/ext/pb_ds/detail/list_update_map_/lu_map_.hpp: Same.
2323         * include/ext/pb_ds/detail/list_update_map_/
2324         constructor_destructor_fn_imps.hpp: Same.
2325         * include/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp: Same.
2326         * include/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp: Same.
2327         * include/ext/pb_ds/detail/list_update_map_/
2328         iterators_fn_imps.hpp: Same.
2329         * include/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp: Same.
2330         * include/ext/pb_ds/detail/rc_binomial_heap_/
2331         rc_binomial_heap_.hpp: Same.
2332         * include/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp: Same.
2333         * include/ext/pb_ds/detail/rc_binomial_heap_/
2334         constructors_destructor_fn_imps.hpp: Same.
2335         * include/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp: Same.
2336         * include/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp: Same.
2337         * include/ext/pb_ds/detail/rc_binomial_heap_/
2338         split_join_fn_imps.hpp: Same.
2339         * include/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp: Same.
2340         * include/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp: Same.
2341         * include/ext/pb_ds/detail/rb_tree_map_/
2342         constructors_destructor_fn_imps.hpp: Same.      
2343         * include/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp: Same.
2344         * include/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp: Same.
2345         * include/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp: Same.
2346         * testsuite/util/regression/res_mng/forced_exception.hpp: Same.
2347         * testsuite/util/regression/res_mng/dbg_ex_allocator_base.hpp: Same.
2348         * testsuite/util/regression/res_mng/dbg_ex_allocator.hpp: Same.
2349         * testsuite/util/rng/twister_rand_gen.cc
2350         * testsuite/util/native_type/assoc/native_multimap.hpp: Same.
2351         * testsuite/util/native_type/assoc/native_hash_multimap.hpp: Same.
2352
2353 2006-09-05  Paolo Carlini  <pcarlini@suse.de>
2354
2355         * include/bits/basic_string.tcc (find(const _CharT*, size_type,
2356         size_type)): Robustify.
2357         * include/ext/vstring.tcc (find(const _CharT*, size_type,
2358         size_type)): Likewise.
2359
2360 2006-09-05  Paolo Carlini  <pcarlini@suse.de>
2361
2362         * include/bits/basic_string.tcc (find(const _CharT*, size_type,
2363         size_type)): Reimplement in terms of traits::eq and traits::compare.
2364         * include/ext/vstring.tcc (find(const _CharT*, size_type,
2365         size_type)): Likewise.
2366         * src/string-inst.cc: Remove unneded std::search instantiation.
2367
2368 2006-09-04  Benjamin Kosnik  <bkoz@redhat.com>
2369
2370         PR c++/28871
2371         * include/ext/bitmap_allocator.h: Add comment for end of anonymous
2372         namespace.
2373         * include/ext/rope: Same.
2374         * include/bits/cpp_type_traits.h: Same.
2375         * include/tr1/tuple: Same.
2376         * include/tr1/functional_iterate.h: Same.
2377
2378         * include/bits/cpp_type_traits.h: Revert anonymous namespace
2379         change, use nested detail instead.
2380
2381         * testsuite/lib/libstdc++.exp (libstdc++_init): PCHFLAGS revert to
2382         stdc++.h.
2383         
2384 2006-09-04  Paolo Carlini  <pcarlini@suse.de>
2385
2386         * src/mt_allocator.cc (__pool<true>::_M_reclaim_block): Do
2387         not name a variable __used, badname on BSD.
2388
2389 2006-09-02  Paolo Carlini  <pcarlini@suse.de>
2390             Richard Guenther  <rguenther@suse.de>
2391
2392         PR libstdc++/24469
2393         * src/mt_allocator.cc (__pool<true>::_M_reserve_block,
2394         __pool<true>::_M_reclaim_block): Fix the logic to avoid
2395         races, exploit atomic counters stored in second part of
2396         the memory pointed by _M_used.
2397         (__pool<true>::_M_initialize): Adjust _M_used allocation.
2398         * include/ext/mt_allocator.h (__pool<true>::_Bin_record):
2399         Update comment.
2400
2401 2006-08-31  Benjamin Kosnik  <bkoz@redhat.com>
2402
2403         PR libstdc++/28671 continued
2404         * acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): Don't use
2405         CXXFLAGS when checking for atomic builtins.
2406         * configure: Regenerate.
2407         * include/bits/atomicity.h: Revert.
2408         
2409 2006-08-31  Richard Guenther  <rguenther@suse.de>
2410
2411         * include/ext/mt_allocator.h: Remove volatile qualifiers
2412         from data members and corresponding locals and function
2413         signatures.
2414
2415 2006-08-31  Paolo Carlini  <pcarlini@suse.de>
2416
2417         * config/abi/pre/gnu.ver: Correct atomic helper function signature
2418         for case where _Atomic_word is long.
2419
2420 2006-08-31  Benjamin Kosnik  <bkoz@redhat.com>
2421
2422         PR libstdc++/28671
2423         * include/bits/atomicity.h (__exchange_and_add): Declare only.
2424         (__atomic_add): Same.
2425         * config/cpu/generic/atomicity_builtins/atomicity.h: Remove comment.
2426         
2427 2006-08-30  Benjamin Kosnik  <bkoz@redhat.com>
2428             Richard Guenther  <rguenther@suse.de>
2429         
2430         * config/abi/pre/gnu.ver: Spell out exact signatures for atomic
2431         access functions.
2432
2433         * include/bits/atomicity.h (__atomic_add_dispatch): Remove
2434         volatile qualification for _Atomic_word argument.
2435         (__atomic_add_single): Same.
2436         (__exchange_and_add_dispatch): Same.
2437         (__exchange_and_add_single): Same.
2438         
2439 2006-08-29  Paolo Carlini  <pcarlini@suse.de>
2440
2441         * include/tr1/random (subtract_with_carry_01<>::_M_initialize_npows):
2442         New.
2443         (subtract_with_carry_01<>::subtract_with_carry_01(),
2444         subtract_with_carry_01<>::subtract_with_carry_01(unsigned long),
2445         subtract_with_carry_01<>::subtract_with_carry_01(_Gen&)): Use it.
2446         * include/tr1/random.tcc: Define.
2447
2448         * include/tr1/random (xor_combine<>::_M_initialize_max()): New.
2449         (xor_combine<>::xor_combine(), xor_combine<>::xor_combine(const
2450         base1_type&, const base2_type&), xor_combine<>::xor_combine(unsigned
2451         long), xor_combine<>::xor_combine(_Gen&)): Use it.
2452         (xor_combine<>::min, xor_combine<>::max): Adjust.
2453         * include/tr1/random.tcc: Define.
2454
2455 2006-08-29  Benjamin Kosnik  <bkoz@redhat.com>
2456
2457         * acinclude.m4(glibcxx_PCHFLAGS): Set to stdtr1c++.h.
2458         * configure: Regenerate.
2459         
2460         * scripts/check_compile: Output current compile line.
2461         
2462 2006-08-28  Benjamin Kosnik  <bkoz@redhat.com>
2463
2464         PR libstdc++/23773 partial
2465         * docs/html/abi.html: Update.
2466
2467 2006-08-28  Roger Sayle  <roger@eyesopen.com>
2468             Paolo Carlini  <pcarlini@suse.de>
2469
2470         * include/bits/stl_algo.h (__heap_select, __introselect): New.
2471         (nth_element): New implementation.
2472         (partial_copy): Use __heap_select.
2473         * testsuite/performance/25_algorithms/nth_element_worst_case.cc: New.
2474
2475 2006-08-28  Paolo Carlini  <pcarlini@suse.de>
2476             Roger Sayle  <roger@eyesopen.com>
2477
2478         * testsuite/25_algorithms/nth_element/2.cc: New.
2479
2480 2006-08-27  Paolo Carlini  <pcarlini@suse.de>
2481
2482         PR libstdc++/28830
2483         * testsuite/tr1/2_general_utilities/memory/shared_ptr/thread/
2484         lockfree_weaktoshared.cc: Rename to...
2485         * testsuite/tr1/2_general_utilities/memory/shared_ptr/thread/
2486         default_weaktoshared.cc: ... this; test the default base class.
2487         * testsuite/tr1/2_general_utilities/memory/shared_ptr/thread/
2488         mutex_weaktoshared.cc: Run like the other thread tests.
2489
2490 2006-08-25  Paolo Carlini  <pcarlini@suse.de>
2491
2492         * docs/html/ext/tr1.html: Update.
2493
2494 2006-08-25  Paolo Carlini  <pcarlini@suse.de>
2495
2496         * include/tr1/random (bernoulli_distribution::operator()): Fix
2497         wrt generators returning integers.
2498         (uniform_int<>::_M_call): Add.
2499         (uniform_int<>::operator()): Use it.
2500
2501         * include/tr1/random (_Adaptor<>::min, _Adaptor<>::max): Add.
2502         (_Adaptor<>::operator()): Allow for nonzero _M_g.min().
2503
2504         * include/tr1/random.tcc (linear_congruential<>::min, max):
2505         Move inline...
2506         (__mod): Move ...
2507         * include/tr1/random: ... here.
2508         (struct _Mod): Declare.
2509
2510         * include/tr1/random (struct _To_Unsigned_Type): Only declare,
2511         move...
2512         * include/tr1/random.tcc: ... here.
2513
2514 2006-08-22  Phillip Jordan  <phillip.m.jordan@gmail.com>
2515
2516         *include/tr1/boost_shared_ptr.h: Added locking policy to
2517         tr1::shared_ptr<> and related classes.
2518         * testsuite/tr1/2_general_utilities/memory/shared_ptr/thread: New.
2519         * testsuite/tr1/2_general_utilities/memory/shared_ptr/thread/
2520         lockfree_weaktoshared.cc: New.
2521         * testsuite/tr1/2_general_utilities/memory/shared_ptr/thread/
2522         mutex_weaktoshared.cc: New.
2523         *testsuite/tr1/2_general_utilities/memory/shared_ptr/assign/
2524         shared_ptr_neg.cc: Modify.
2525         
2526 2006-08-22  Paolo Carlini  <pcarlini@suse.de>
2527
2528         * include/tr1/random.tcc (subtract_with_carry_01<>::
2529         seed(_Gen&, false_type)): Fix _M_carry initialization.
2530         
2531         * testsuite/tr1/5_numerical_facilities/random/
2532         subtract_with_carry/cons/default.cc: Qualify 1 as 1UL.
2533         * testsuite/tr1/5_numerical_facilities/random/
2534         subtract_with_carry/cons/gen1.cc: Likewise.
2535
2536 2006-08-22  Paolo Carlini  <pcarlini@suse.de>
2537
2538         * include/tr1/random (class subtract_with_carry_01<>): Add.
2539         * include/tr1/random.tcc (subtract_with_carry_01<>::
2540         seed(unsigned long), subtract_with_carry_01<>::
2541         seed(_Gen&, false_type), subtract_with_carry_01<>::
2542         operator(), operator<<(std::basic_ostream<>&, const
2543         subtract_with_carry_01<>&), operator>>(std::basic_istream<>&,
2544         subtract_with_carry_01<>&)): Define.
2545         * testsuite/tr1/5_numerical_facilities/random/ranlux3_01.cc:
2546         New.
2547         * testsuite/tr1/5_numerical_facilities/random/ranlux4_01.cc:
2548         Likewise.
2549         * testsuite/tr1/5_numerical_facilities/random/
2550         subtract_with_carry_01/cons/seed1.cc: Likewise.
2551         * testsuite/tr1/5_numerical_facilities/random/
2552         subtract_with_carry_01/cons/seed2.cc: Likewise.
2553         * testsuite/tr1/5_numerical_facilities/random/
2554         subtract_with_carry_01/cons/default.cc: Likewise.
2555         * testsuite/tr1/5_numerical_facilities/random/
2556         subtract_with_carry_01/cons/gen1.cc: Likewise.
2557         * testsuite/tr1/5_numerical_facilities/random/
2558         subtract_with_carry_01/requirements/typedefs.cc: Likewise.
2559         * testsuite/tr1/5_numerical_facilities/random/
2560         subtract_with_carry_01/operators/equal.cc: Likewise.
2561         * testsuite/tr1/5_numerical_facilities/random/
2562         subtract_with_carry_01/operators/not_equal.cc: Likewise.
2563         * testsuite/tr1/5_numerical_facilities/random/
2564         subtract_with_carry_01/operators/serialize.cc: Likewise.
2565
2566         * docs/html/ext/howto.html: Add two implemented TR1 issues.
2567
2568         * include/tr1/random.tcc (struct _To_Unsigned_Type<>): Move...
2569         * include/tr1/random: ... here.
2570         (class subtract_with_carry<>): Use it everywhere.
2571
2572         * testsuite/tr1/5_numerical_facilities/random/
2573         subtract_with_carry/cons/seed1.cc: Qualify 1 as 1UL.
2574         * testsuite/tr1/5_numerical_facilities/random/
2575         subtract_with_carry/cons/seed2.cc: Likewise.
2576         * testsuite/tr1/5_numerical_facilities/random/
2577         subtract_with_carry/cons/default.cc: Likewise.
2578         * testsuite/tr1/5_numerical_facilities/random/
2579         subtract_with_carry/cons/gen1.cc: Likewise.
2580         * testsuite/tr1/5_numerical_facilities/random/
2581         subtract_with_carry/requirements/typedefs.cc: Likewise.
2582         * testsuite/tr1/5_numerical_facilities/random/
2583         subtract_with_carry/operators/equal.cc: Likewise.
2584         * testsuite/tr1/5_numerical_facilities/random/
2585         subtract_with_carry/operators/not_equal.cc: Likewise.
2586         * testsuite/tr1/5_numerical_facilities/random/
2587         subtract_with_carry/operators/serialize.cc: Likewise.
2588
2589         * include/tr1/random (class binomial_distribution<>): Reorder the
2590         data members to save space.
2591
2592 2006-08-20  Paolo Carlini  <pcarlini@suse.de>
2593
2594         * include/tr1/random (gamma_distribution<>::_M_initialize,
2595         gamma_distribution<>::_M_l_d): Add.
2596         (gamma_distribution<>::gamma_distribution(const result_type&),
2597         operator>>(std::basic_istream<>&, gamma_distribution&)): Use it.
2598         include/tr1/random.tcc (gamma_distribution<>::_M_initialize):
2599         Define.
2600         (gamma_distribution<>::operator()): Adjust.
2601
2602         * include/tr1/random (geometric_distribution<>::_M_initialize): Add.
2603         (geometric_distribution<>::geometric_distribution(const _RealType&),
2604         operator>>(std::basic_istream<>&, geometric_distribution&)): Use it.
2605
2606 2006-08-18  Paolo Carlini  <pcarlini@suse.de>
2607
2608         * include/tr1/random (class binomial_distribution<>): Add.
2609         * include/tr1/random.tcc (binomial_distribution<>::operator(),
2610         operator<<(std::basic_ostream<>&, const binomial_distribution<>&),
2611         operator>>(std::basic_istream<>&, binomial_distribution<>&,
2612         binomial_distribution<>::_M_waiting(), binomial_distribution<>::
2613         _M_initialize()): Define.
2614         * testsuite/tr1/5_numerical_facilities/random/binomial_distribution/
2615         requirements/typedefs.cc: New.
2616
2617         * include/tr1/random (geometric_distribution<>::
2618         geometric_distribution(const _RealType&)): Fix DEBUG_ASSERT
2619         limits.
2620
2621         * include/tr1/random (poisson_distribution): Add normal_distribution
2622         member, adjust consistently; minor tweaks and rearrangements of the
2623         arithmetic.
2624         (operator>>(std::basic_istream<>&, poisson_distribution<>&)): Move
2625         out of line.
2626         * include/tr1/random.tcc: Adjust.
2627
2628         * include/tr1/random.tcc (normal_distribution<>::operator()): Minor
2629         tweaks.
2630
2631 2006-08-18  Paolo Carlini  <pcarlini@suse.de>
2632
2633         PR libstdc++/28765
2634         * include/ext/rc_string_base.h (_M_clear): New.
2635         * include/ext/sso_string_base.h (_M_clear): Likewise.
2636         * include/ext/vstring.h (clear): Use it.
2637
2638 2006-08-15  Paolo Carlini  <pcarlini@suse.de>
2639
2640         * include/tr1/random (poisson_distribution<>::_M_initialize): Add.
2641         (poisson_distribution<>::poisson_distribution(const _RealType&):
2642         Use it.
2643         (operator>>(std::basic_istream<>&, poisson_distribution<>&)):
2644         Likewise.
2645         (poisson_distribution<>::_M_large): Remove.
2646         * include/tr1/random.tcc (poisson_distribution<>::_M_initialize):
2647         Define.
2648         (operator<<(std::basic_ostream<>&, const poisson_distribution<>&)):
2649         Do not output the constants.
2650
2651         * include/tr1/random (operator>>(std::basic_istream<>&,
2652         gamma_distribution&)): Minor tweak.
2653         
2654         * include/tr1/random.tcc (poisson_distribution<>::operator()):
2655         Minor tweak.
2656
2657         * include/tr1/random: Consistently, all data members private.
2658
2659 2006-08-15  Paolo Carlini  <pcarlini@suse.de>
2660
2661         * include/tr1/random.tcc (mersenne_twister<>::operator()): Revert
2662         last change (per gcc-patches/2006-08/msg00484.html).
2663
2664 2006-08-14  Paolo Carlini  <pcarlini@suse.de>
2665
2666         * include/tr1/random (class poisson_distribution<>): Add.
2667         * include/tr1/random.tcc (poisson_distribution<>::operator(),
2668         operator<<(std::basic_ostream<>&, const poisson_distribution<>&),
2669         operator>>(std::basic_istream<>&, poisson_distribution<>&,
2670         poisson_distribution<>::poisson_distribution(const _RealType&)):
2671         Define.
2672         * testsuite/tr1/5_numerical_facilities/random/poisson_distribution/
2673         requirements/typedefs.cc: New.
2674
2675         * include/tr1/random.tcc (mersenne_twister<>::operator()): Tweak
2676         a bit for efficiency.
2677         
2678         * include/tr1/random.tcc (operator<<(std::basic_ostream<>&,
2679         const normal_distribution<>&), operator>>(std::basic_istream<>&,
2680         normal_distribution<>&)): Do not output _M_saved unnecessarily.
2681
2682         * include/tr1/random: Trivial formatting fixes.
2683         * include/tr1/cmath: Likewise.
2684
2685 2006-08-11  Paolo Carlini  <pcarlini@suse.de>
2686
2687         * include/bits/stl_bvector.h (__fill_bvector(_Bit_iterator,
2688         _Bit_iterator, bool)): New.
2689         (fill(_Bit_iterator, _Bit_iterator, const bool&)): Use it.
2690
2691 2006-08-10  Paolo Carlini  <pcarlini@suse.de>
2692
2693         * include/tr1/random.tcc (gamma_distribution<>::operator()): Fixes
2694         from the Errata of Devroye's book.
2695
2696 2006-08-10  Paolo Carlini  <pcarlini@suse.de>
2697
2698         * include/bits/stl_bvector.h (_Bit_iterator_base::_M_incr(ptrdiff_t)):
2699         Tidy a bit, thus reducing generated code size.
2700
2701 2006-08-09  Paolo Carlini  <pcarlini@suse.de>
2702
2703         * include/bits/stl_bvector.h (vector<bool>::_M_copy_aligned): New.
2704         (vector<bool>::vector(const vector&), operator=(const vector&),
2705         reserve(size_type), _M_fill_insert(iterator, size_type, bool),
2706         _M_insert_range(iterator, _ForwardIterator, _ForwardIterator,
2707         std::forward_iterator_tag), _M_insert_aux(iterator, bool)): Use it.
2708         * testsuite/performance/23_containers/copy_construct/
2709         vector_bool.cc: New.
2710
2711         * testsuite/23_containers/vector/bool/cons/1.cc: New.
2712         * testsuite/23_containers/vector/bool/cons/2.cc: Likewise.
2713
2714         * include/bits/stl_bvector.h (vector<bool>::_M_fill): Remove.
2715         (fill(_Bit_iterator, _Bit_iterator, const bool&)): New.
2716         (vector<bool>::_M_fill_insert(iterator, size_type, bool)): Adjust.
2717
2718         * include/bits/stl_bvector.h (_M_initialize_range(_InputIterator,
2719         _InputIterator, std::input_iterator_tag)): Remove redundant
2720         assignments.
2721
2722         * include/bits/stl_algo.h (find(istreambuf_iterator<>,
2723         istreambuf_iterator<>, _CharT)): Adjust signature.
2724         * include/bits/streambuf_iterator.h: Likewise.
2725         * include/std/std_streambuf.h: Likewise.        
2726
2727 2006-08-09  Paolo Carlini  <pcarlini@suse.de>
2728
2729         * include/bits/stl_algobase.h (fill(const _Deque_iterator<>&,
2730         const _Deque_iterator<>&, const _Tp&)): Move...
2731         * include/bits/deque.tcc: ... here.
2732         * include/bits/stl_deque.h: Declare.
2733
2734 2006-08-06  Paolo Carlini  <pcarlini@suse.de>
2735
2736         PR libstdc++/16611
2737         * include/bits/stl_bvector.h (vector<bool>::operator[],
2738         vector<bool>::operator[] const): Do not use iterator::operator+,
2739         hand code.
2740
2741 2006-08-05  Paolo Carlini  <pcarlini@suse.de>
2742
2743         PR libstdc++/28587
2744         * include/bits/stl_bvector.h (vector<bool>::_M_fill): New.
2745         (vector<bool>::_M_fill_insert): Use it.
2746         * testsuite/performance/23_containers/resize/vector_bool.cc: New.
2747         
2748         * testsuite/23_containers/vector/bool/modifiers/insert/1.cc: New.
2749         * testsuite/23_containers/vector/bool/capacity/1.cc: Likewise.
2750
2751 2006-08-04  Paolo Carlini  <pcarlini@suse.de>
2752
2753         * include/bits/stl_queue.h (priority_queue<>::push,
2754         priority_queue<>::pop): Remove try/catch, just follow the
2755         letter of the Standard.
2756
2757 2006-08-03  Paolo Carlini  <pcarlini@suse.de>
2758
2759         * include/bits/stl_queue.h: Trivial formatting fixes.
2760         * include/bits/stl_stack.h: Likewise.
2761
2762 2006-08-01  Ed Smith-Rowland  <3dw4rd@verizon.net>
2763
2764         * docs/html/ext/tr1.html: Update.
2765
2766 2006-07-31  Paolo Carlini  <pcarlini@suse.de>
2767
2768         * include/bits/locale_facets.tcc (num_put<>::_M_insert_float):
2769         Find the decimal point in cs, instead of ws; tidy.
2770
2771 2006-07-30  Roger Sayle  <roger@eyesopen.com>
2772
2773         * include/ext/codevt_specializations.h (__iconv_adaptor): Use
2774         identifier _Tp instead of _T in template argument to avoid conflict.
2775
2776 2006-07-30  Paolo Carlini  <pcarlini@suse.de>
2777
2778         * include/bits/stl_algo.h (stable_sort): Uglify the buf variable.
2779         * include/bits/stl_tempbuf.h (_Temporary_buffer<>::
2780         _M_initialize_buffer): Uglify the val parameter.
2781
2782 2006-07-27  Benjamin Kosnik  <bkoz@wells.artheist.org>
2783
2784         PR libstdc++/19664 round 3      
2785         * include/Makefile.am (tr1_headers): Add hashtable_policy.h.
2786         * include/Makefile.in: Regenerate.
2787         * include/tr1/hashtable: Move policy classes into...
2788         * include/tr1/hashtable_policy.h: ... this. New.
2789         
2790         * src/globals_locale.cc: Move contents....
2791         * src/locale_init.cc: ... to here, put in anonymous namespace.
2792         * src/Makefile.am: Remove globals_locale.cc.
2793         * src/Makefile.in: Regenerate.
2794
2795         * src/locale.cc: Convert __gnu_internal to anonymous namespace.
2796         * src/debug.cc: Same.
2797         * src/ext-inst.cc: Same.
2798         * src/mt_allocator.cc: Same.
2799         * src/pool_allocator.cc: Same.
2800         
2801         * include/tr1/random: Convert std::tr1::_Private to anonymous
2802         namespace.
2803         * include/tr1/random.tcc: Same.
2804
2805         * include/tr1/hashtable: Move ::Internal to std::tr1::detail and
2806         enclose bits that can actually be internal in in anonymous
2807         namespace.
2808         * include/tr1/unordered_set: Adjust explicit qualifications for
2809         namespace changes.
2810         * include/tr1/unordered_map: Same.
2811
2812         * include/tr1/cmath: Convert __gnu_internal to nested detail namespace.
2813
2814         * include/bits/cpp_type_traits.h: Move __type_type into anonymous
2815         namespace.
2816         
2817         * include/ext/rope: Change _Rope_constants to anonymous namespace.
2818         * include/ext/ropeimpl.h: Same.
2819         * src/ext-inst.cc: Same.
2820
2821 2006-07-24  Paolo Carlini  <pcarlini@suse.de>
2822
2823         * include/tr1/cinttypes: Simply protect everything with
2824         _GLIBCXX_USE_C99_INTTYPES_TR1.
2825         * include/tr1/cfenv: Likewise with _GLIBCXX_USE_C99_FENV_TR1.
2826         * include/tr1/cstdint: Likewise with _GLIBCXX_USE_C99_STDINT_TR1.
2827
2828 2006-07-21  Benjamin Kosnik  <bkoz@redhat.com>
2829
2830         * include/tr1/random: Make include guards consistent.
2831         * include/tr1/unordered_map: Same.
2832         * include/tr1/hashtable: Same.
2833         * include/tr1/unordered_set: Same.
2834
2835 2006-07-21  Steve Ellcey  <sje@cup.hp.com>
2836
2837         PR target/26792
2838         * configure.ac: Use GCC_CHECK_UNWIND_GETIPINFO to
2839         define HAVE_GETIPINFO.
2840         * aclocal.m4: Add include of ../config/unwind_ipinfo.m4.
2841         * config.h.in: Regenerate.
2842         * configure: Regenerate.
2843         * Makefile.in: Regenerate.
2844         * libmath/Makefile.in: Regenerate.
2845         * include/Makefile.in: Regenerate.
2846         * src/Makefile.in: Regenerate.
2847         * libsupc++/Makefile.in: Regenerate.
2848         * testsuite/Makefile.in: Regenerate.
2849         * po/Makefile.in: Regenerate.
2850         * libsupc++/eh_personality.cc: Check HAVE_GETIPINFO.
2851
2852 2006-07-21  Jason Merrill  <jason@redhat.com>
2853
2854         PR libstdc++/19664 round 2      
2855         * libsupc++/eh_personality.cc: Wrap extern "C" function
2856         definitions in namespace __cxxabiv1.
2857
2858 2006-07-21  David Daney  <ddaney@avtrex.com>
2859
2860         PR libgcj/28426
2861         * acinclude.m4: Added a comment.
2862
2863 2006-07-20  Benjamin Kosnik  <bkoz@redhat.com>
2864             Jakub Jelinek  <jakub@redhat.com>
2865         
2866         PR libstdc++/19664 round 1
2867         * acinclude.m4 (GLIBCXX_ENABLE_VISIBILITY): Check it.
2868         * configure.ac: Use it.
2869         * configure: Regenerate.
2870         * docs/html/configopts.html: Document it.
2871         * include/Makefile.am: Slip in to c++config.
2872         * include/Makefile.in: Regenerate.
2873         * include/bits/c++config (_GLIBCXX_VISIBILITY): New.
2874         (_GLIBCXX_BEGIN_NAMESPACE): Use it.
2875         (_GLIBCXX_END_NAMESPACE): Use it.
2876         (_GLIBCXX_BEGIN_NESTED_NAMESPACE): Use it.
2877         (_GLIBCXX_END_NESTED_NAMESPACE): Use it.                
2878         * src/debug.cc: Mark __gnu_internal namespace with hidden
2879         visibility attribute.
2880         * src/ext-inst.cc: Same.
2881         * src/globals_io.cc: Same.
2882         * src/globals_locale.cc: Same.
2883         * src/ios_init.cc: Same.
2884         * src/locale.cc: Same.
2885         * src/mt_allocator.cc: Same.
2886         * src/pool_allocator.cc: Same.
2887
2888 2006-07-16  Paolo Carlini  <pcarlini@suse.de>
2889
2890         PR libstdc++/28277 (partial: valarray bits)
2891         * include/std/std_valarray.h (valarray<>::shift(int),
2892         valarray<>::cshift(int)): Avoid __builtin_alloca with no limit,
2893         do the work in place.
2894         * testsuite/26_numerics/valarray/28277.cc: New.
2895
2896 2006-07-15  Paolo Carlini  <pcarlini@suse.de>
2897
2898         PR libstdc++/28277 (partial: ostream bits 1)
2899         * include/bits/ostream.tcc (operator<<(basic_ostream<_CharT>&,
2900         const char*)): Avoid __builtin_alloca with no limit in the
2901         widening.
2902         * testsuite/27_io/basic_ostream/inserters_character/wchar_t/
2903         28277-1.cc: New.
2904
2905 2006-07-14  Benjamin Kosnik  <bkoz@redhat.com>
2906
2907         * acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): New.
2908         * configure.ac: Use it.
2909         * configure: Regenerated.
2910         * config.h.in: Regenerated.
2911         * configure.host: Simplify.
2912         * include/bits/atomicity.h: Adjust macros.
2913         * config/cpu/generic/atomicity.h: Move...
2914         * config/cpu/generic/atomicity_mutex: New.
2915         * config/cpu/generic/atomicity_mutex/atomicity.h: ...here.
2916         * config/cpu/generic/atomic_builtins: Rename...
2917         * config/cpu/generic/atomicity_builtins: ...to this.
2918         * config/cpu/generic/atomicity_builtins/atomicity.h: Moved.
2919         * config/cpu/mips/atomicity.h: Comment MIPS II requirement.
2920
2921         * scripts/testsuite_flags.in: Make --cxxflags reflect CXXFLAGS.
2922         
2923 2006-07-14  Paolo Carlini  <pcarlini@suse.de>
2924
2925         * include/tr1/random (minstd_rand0, minstd_rand, ranlux3, ranlux4):
2926         Use unsigned long as implementation-defined type.
2927
2928 2006-07-14  Paolo Carlini  <pcarlini@suse.de>
2929
2930         * include/tr1/random.tcc (struct _To_Unsigned_Type): Add.
2931         (subtract_with_carry<>::seed(_Gen&, false_type)): Use an
2932         unsigned type in the loop, fix factor multiplier, take g
2933         invocations modulo 2^32.
2934
2935         * include/tr1/random.tcc (subtract_with_carry<>::
2936         seed(unsigned long)): Fix value == 0 special case.
2937
2938         * include/tr1/random (struct _Shift): Fix for large shifts.
2939
2940 2006-07-13  Paolo Carlini  <pcarlini@suse.de>
2941
2942         * testsuite/performance/21_strings/string_copy_cons_and_dest.cc: New.
2943
2944 2006-07-13  Benjamin Kosnik  <bkoz@redhat.com>
2945
2946         * include/Makefile.am (pch*_output_anchor): Add.
2947         (pch*_output): Use.
2948         (CLEANFILES): Use.
2949         * include/Makefile.in: Regenerate.
2950         
2951         * scripts/check_performance: Be verbose on compile error.
2952
2953 2006-07-12  Benjamin Kosnik  <bkoz@redhat.com>
2954
2955         * include/Makefile.am: Revert last change.
2956         * include/Makefile.in: Same.
2957
2958 2006-07-12  Benjamin Kosnik  <bkoz@redhat.com>
2959
2960         * include/Makefile.am (pch_output): Don't precompile extc++.h.
2961         (pch_output_dirs): Same.
2962         * include/Makefile.in: Regenerate.
2963
2964         * testsuite/lib/libstdc++.exp: Test PCH with stdtr1c++.h.
2965         
2966 2006-07-11  Paolo Carlini  <pcarlini@suse.de>
2967
2968         * include/ext/codecvt_specializations.h: Fix typo in commit
2969         for libstdc++/28290.
2970
2971 2006-07-11  Paolo Carlini  <pcarlini@suse.de>
2972
2973         * include/bits/locale_facets.tcc (collate<>::do_transform(
2974         const _CharT*, const _CharT*)): Simplify previous fix for
2975         libstdc++/28277, always allocate memory dynamically.
2976
2977 2006-07-11  Paolo Carlini  <pcarlini@suse.de>
2978
2979         PR libstdc++/28344
2980         * include/tr1/random (gamma_distribution<>::
2981         gamma_distribution(const result_type&)): Don't use __alpha as
2982         parameter name, a predefined macro on Alpha systems.
2983
2984 2006-07-11  Paolo Carlini  <pcarlini@suse.de>
2985
2986         PR libstdc++/28290
2987         * include/ext/codecvt_specializations.h: Fix, adding missing
2988         includes and guards.
2989
2990 2006-07-11  Paolo Carlini  <pcarlini@suse.de>
2991
2992         PR libstdc++/28277 (partial: collate bits)
2993         * include/bits/locale_facets.tcc (collate<>::do_transform(
2994         const _CharT*, const _CharT*)): Avoid __builtin_alloca with no
2995         limit; also avoid multiple calls (in a loop).
2996         * testsuite/22_locale/collate/transform/char/28277.cc: New.
2997         * testsuite/22_locale/collate/transform/wchar_t/28277.cc: Likewise.
2998
2999 2006-07-10  Mike Stump  <mrs@apple.com>
3000
3001         * libsupc++/eh_globals.cc (~__eh_globals_init): Unset _M_init.
3002
3003 2006-07-10  Benjamin Kosnik  <bkoz@redhat.com>
3004
3005         PR libstdc++/15448
3006         * include/Makefile.am: Clean up pch rules.
3007         * include/Makefile.in: Regenerate.
3008
3009 2006-07-09  Paolo Carlini  <pcarlini@suse.de>
3010
3011         * include/bits/locale_facets.tcc (__int_to_char<>(_CharT*,
3012         long, const _CharT*, ios_base::fmtflags), __int_to_char<>(_CharT*,
3013         unsigned long, const _CharT*, ios_base::fmtflags),
3014         __int_to_char<>(_CharT*, long long, const _CharT*, ios_base::fmtflags),
3015         __int_to_char<>(_CharT*, unsigned long long, const _CharT*,
3016         ios_base::fmtflags)): Remove.
3017         (__int_to_char<>(_CharT*, _ValueT, const _CharT*, ios_base::fmtflags,
3018         bool)): Adjust.
3019         (num_put<>::_M_insert_int(_OutIter, ios_base&, _CharT, _ValueT)):
3020         Likewise.
3021
3022 2006-07-06  Paolo Carlini  <pcarlini@suse.de>
3023
3024         * include/tr1/random (class gamma_distribution<>): Add.
3025         * include/tr1/random.tcc (gamma_distribution<>::operator(),
3026         operator<<(std::basic_ostream<>&, const gamma_distribution<>&)):
3027         Define.
3028         * testsuite/tr1/5_numerical_facilities/random/gamma_distribution/
3029         requirements/typedefs.cc: New.
3030
3031 2006-07-06  Benjamin Kosnik  <bkoz@redhat.com>
3032
3033         * testsuite/util/regression/trait/assoc/trait.hpp: Format.
3034         * testsuite/util/regression/rand/priority_queue/
3035         rand_regression_test.hpp: Same.
3036         * testsuite/util/regression/rand/assoc/rand_regression_test.hpp: Same.
3037         * testsuite/util/regression/rand/
3038         assoc/container_rand_regression_test.hpp: Same.
3039         * testsuite/util/regression/priority_queue/common_type.hpp: Same.
3040         * testsuite/util/regression/assoc/common_type.hpp: Same.
3041         * testsuite/util/regression/basic_type.hpp: Same.
3042
3043 2006-07-05  Benjamin Kosnik  <bkoz@redhat.com>  
3044
3045         * include/Makefile.am (pch_output): New.
3046         (clean-local): Use it.
3047         * include/Makefile.in: Regenerate.
3048
3049 2006-07-04  Paolo Carlini  <pcarlini@suse.de>
3050
3051         * include/tr1/random (_Adaptor<>::operator()()): Cast 1 to
3052         result_type.
3053         (variate_generator<>::operator()(),
3054         variate_generator<>::operator()(_Tp)): Inline.
3055
3056         * include/tr1/random: Minor cosmetic changes.
3057
3058 2006-07-03  Paolo Carlini  <pcarlini@suse.de>
3059
3060         * include/ext/rc_string_base.h (__rc_string_base::_S_max_size):
3061         Adjust, take into account rounding in _M_create.
3062         (__rc_string_base::_M_create): Add early _S_max_size check.
3063
3064 2006-07-03  Ian Lance Taylor  <ian@airs.com>
3065             Paolo Carlini  <pcarlini@suse.de>
3066
3067         * include/ext/rc_string_base.h (__rc_string_base::_S_max_size):
3068         Increase by a factor of two.
3069         * include/ext/sso_string_base.h (__sso_string_base::_S_max_size):
3070         Likewise.
3071
3072 2006-07-03  Paolo Carlini  <pcarlini@suse.de>
3073
3074         * include/ext/sso_string_base.h (__sso_string_base::_M_create): Never
3075         allocate a string bigger than _S_max_size.
3076
3077 2006-06-29  Benjamin Kosnik  <bkoz@redhat.com>
3078
3079         * include/Makefile.am (pch1_input, pch1_output_builddir,
3080         pch1_outputj_installdir, pch1_source): Move from pch_*.
3081         (pch2_input, pch2_output_builddir,
3082         pch2_output_installdir, pch2_source): Clone for ext.
3083         (pch3_input, pch3_output_builddir,
3084         pch3_output_installdir, pch3_source): Clone for tr1.
3085         (install-pch): Same.
3086         * include/Makefile.in: Regenerate.
3087
3088         * include/precompiled: New directory.
3089         * include/stdc++.h: Move...
3090         * include/precompiled/stdc++.h: ... here.               
3091         * include/precompiled/stdtr1c++.h: New.
3092         * include/precompiled/extc++.h: New.
3093
3094         * testsuite/lib/libstdc++.exp (libstdc++_init): Set PCH_CXXFLAGS
3095         to -include bits/stdtr1c++.h.
3096
3097 2006-06-29  Benjamin Kosnik  <bkoz@redhat.com>
3098
3099         * testsuite/lib/libstdc++.exp (v3_target_compile): Set timeout to
3100         600.
3101
3102 2006-06-27  Benjamin Kosnik  <bkoz@redhat.com>
3103
3104         * testsuite/util/regression/rand/priority_queue/
3105         rand_regression_test.hpp: Revert.
3106
3107 2006-06-27  Benjamin Kosnik  <bkoz@redhat.com>
3108
3109         * include/ext/typelist.h (typelist_append): To append_typelist. 
3110         (typelist): To node.
3111         Enclose in namespace typelist.
3112         * testsuite/util/testsuite_common_types.h: Adjust names, namespaces.
3113         * testsuite/performance/23_containers/find/map.cc: Same.
3114         * testsuite/performance/23_containers/create/map.cc: Same.
3115         * testsuite/performance/23_containers/insert_erase/associative.cc: 
3116         Same.
3117         * testsuite/performance/23_containers/insert/sequence.cc: Same.
3118         * testsuite/performance/23_containers/insert/associative.cc: Same.
3119         * testsuite/performance/23_containers/create_from_sorted/set.cc: Same.
3120         * testsuite/performance/23_containers/index/map.cc: Same.
3121         * testsuite/performance/23_containers/insert_from_sorted/set.cc: Same.
3122         * testsuite/performance/23_containers/create_sort/list.cc: Same.
3123         * testsuite/performance/23_containers/sort_search/list.cc: Same.
3124         * testsuite/performance/23_containers/producer_consumer/sequence.cc: 
3125         Same.
3126         * testsuite/performance/23_containers/producer_consumer/associative.cc:
3127         Same.
3128
3129 2006-06-26  Benjamin Kosnik  <bkoz@redhat.com>
3130
3131         * testsuite/ext/pb_ds/regression/trie_no_data_map_rand.cc:
3132         Reduce iterations by half.
3133         * testsuite/ext/pb_ds/regression/hash_data_map_rand.cc: Same.
3134         * testsuite/ext/pb_ds/regression/hash_no_data_map_rand.cc: Same.
3135         * testsuite/ext/pb_ds/regression/list_update_data_map_rand.cc: Same.
3136         * testsuite/ext/pb_ds/regression/list_update_no_data_map_rand.cc: Same.
3137         * testsuite/ext/pb_ds/regression/priority_queue_rand.cc: Same.
3138         * testsuite/ext/pb_ds/regression/tree_data_map_rand.cc: Same.
3139         * testsuite/ext/pb_ds/regression/tree_no_data_map_rand.cc: Same.
3140         * testsuite/ext/pb_ds/regression/trie_data_map_rand.cc: Same.
3141
3142         * testsuite/util/regression/rand/assoc/rand_regression_test.hpp:
3143         Set probability of compare from 1 to 0.25.
3144         * testsuite/util/regression/rand/priority_queue/
3145         rand_regression_test.hpp: Same.
3146
3147 2006-06-25  Paolo Carlini  <pcarlini@suse.de>
3148
3149         * include/tr1/random (operator<<(std::basic_ostream<>&,
3150         const linear_congruential<>&), operator>>(std::basic_istream<>&,
3151         linear_congruential<>&), operator<<(std::basic_ostream<>&,
3152         const mersenne_twister<>&), operator>>(std::basic_istream<>&,
3153         mersenne_twister<>&), operator<<(std::basic_ostream<>&,
3154         const subtract_with_carry<>&), operator>>(std::basic_istream<>&,
3155         subtract_with_carry<>&), operator<<(std::basic_ostream<>&,
3156         const discard_block<>&), operator>>(std::basic_istream<>&,
3157         discard_block<>&), operator<<(std::basic_ostream<>&,
3158         const xor_combine<>&), operator>>(std::basic_istream<>&,
3159         xor_combine<>&), operator<<(std::basic_ostream<>&,
3160         const uniform_int<>&), operator>>(std::basic_istream<>&,
3161         uniform_int<>&), operator<<(std::basic_ostream<>&,
3162         const bernoulli_distribution&), operator<<(std::basic_ostream<>&,
3163         const geometric_distribution<>&), operator<<(std::basic_ostream<>&,
3164         const uniform_real<>&), operator>>(std::basic_istream<>&,
3165         uniform_real<>&), operator<<(std::basic_ostream<>&,
3166         const exponential_distribution<>&), operator<<(std::basic_ostream<>&,
3167         const normal_distribution<>&), operator>>(std::basic_istream<>&,
3168         normal_distribution<>&)): Redo per TR1 specs; move out of line...
3169         * include/tr1/random.tcc: ... here.
3170
3171 2006-06-24  Paolo Carlini  <pcarlini@suse.de>
3172
3173         * include/tr1/random (class normal_distribution<>): Add.
3174         * include/tr1/random.tcc (normal_distribution<>::operator()): Define.
3175         
3176         * include/tr1/random.tcc (struct _Max): Remove, "inline" in the
3177         only user, mersenne_twister<>::max().
3178
3179         * include/tr1/random.tcc (struct _Shift): Move...
3180         * include/tr1/random: ... here.
3181
3182         * include/tr1/random.tcc (linear_congruential<>::
3183         linear_congruential(unsigned long), linear_congruential<>::
3184         linear_congruential(_Gen&), mersenne_twister<>::max())): Move inline...
3185         * include/tr1/random: ... here.
3186
3187         * include/tr1/random (exponential_distribution<>::
3188         exponential_distribution(const result_type&)): Add missing
3189         _GLIBCXX_DEBUG_ASSERT.
3190
3191         * testsuite/tr1/5_numerical_facilities/random/
3192         exponential_distribution/requirements/typedefs.cc: New.
3193         * testsuite/tr1/5_numerical_facilities/random/
3194         normal_distribution/requirements/typedefs.cc: Likewise.
3195         * testsuite/tr1/5_numerical_facilities/random/
3196         bernoulli_distribution/requirements/typedefs.cc: Likewise.
3197         * testsuite/tr1/5_numerical_facilities/random/
3198         geometric_distribution/requirements/typedefs.cc: Likewise.
3199
3200 2006-06-23  Benjamin Kosnik  <bkoz@redhat.com>
3201
3202         PR libstdc++/27984
3203         * testsuite/lib/libstdc++.exp (libstdc++_init): Adjust
3204         testing includes.
3205         * docs/html/test.html: Adjust for testsuite changes.
3206         
3207 2006-06-22  Jonathan Lennox  <lennox@cs.columbia.edu>
3208             Paolo Carlini  <pcarlini@suse.de>
3209
3210         * include/ext/pb_ds/detail/resize_policy/
3211         hash_prime_size_policy_imp.hpp: Cast to size_t instead.
3212
3213 2006-06-22  Ami Tavory  <atavory@gmail.com>
3214
3215         * include/ext/pb_ds/detail/resize_policy/
3216         hash_prime_size_policy_imp.hpp: Fix for 64-bit machines.
3217
3218 2006-06-21  Paolo Carlini  <pcarlini@suse.de>
3219
3220         * include/bits/postypes.h (operator==(const fpos<>&, const fpos<>&),
3221         operator!=(const fpos<>&, const fpos<>&)): Add.
3222         * testsuite/27_io/fpos/mbstate_t/6.cc: New.
3223
3224 2006-06-21  Mark Mitchell  <mark@codesourcery.com>
3225
3226         * acinclude.m4 (GLIBCXX_EXPORT_INSTALL_INFO): When
3227         cross-compiling, put headers in $prefix/$target/include/c++.
3228         * configure: Regenerated.
3229
3230 2006-06-20  Paolo Carlini  <pcarlini@suse.de>
3231
3232         * include/tr1/random.tcc (struct _Private::_Mod_w<>,
3233         _Private::__mod_w<>): Remove.
3234         (struct _Private::_Shift<>): New.
3235         (struct _Private::_Max_w<>): Rename to _Max, use the latter.
3236         (mersenne_twister<>::seed(unsigned long), seed(_Gen&, false_type),
3237         max()): Adjust.
3238
3239 2006-06-20  Vladimir Prus  <vladimir@codesourcery.com>
3240
3241         * libsupc++/eh_arm.cc (__cxa_begin_cleanup): Always return 'true'.
3242
3243 2006-06-19  Paolo Carlini  <pcarlini@suse.de>
3244
3245         * include/tr1/random (xor_combine<>::operator<<): Fix typo.
3246         
3247         * include/tr1/random (bernoulli_distribution::min(),
3248         bernoulli_distribution::max(), geometric_distribution<>::min(),
3249         geometric_distribution<>::max()): Remove.
3250
3251         * include/tr1/random (geometric_distribution<>::operator()):
3252         Simplify formula.
3253
3254         * include/tr1/random: Minor cosmetic changes.
3255
3256         * testsuite/tr1/5_numerical_facilities/random/discard_block/
3257         operators/equal.cc: New.
3258         * testsuite/tr1/5_numerical_facilities/random/discard_block/
3259         operators/not_equal.cc: Likewise.
3260         * testsuite/tr1/5_numerical_facilities/random/discard_block/
3261         operators/serialize.cc: Likewise.
3262         * testsuite/tr1/5_numerical_facilities/random/xor_combine/
3263         operators/equal.cc: Likewise.
3264         * testsuite/tr1/5_numerical_facilities/random/xor_combine/
3265         operators/not_equal.cc: Likewise.
3266         * testsuite/tr1/5_numerical_facilities/random/xor_combine/
3267         operators/serialize.cc: Likewise.
3268
3269 2006-06-17  Ami Tavory  <atavory@gmail.com>
3270             Paolo Carlini  <pcarlini@suse.de>
3271
3272         * testsuite/util/rng/twister_rand_gen.cc: Adapt to simply use
3273         tr1::mt19937.
3274         * testsuite/util/rng/twister_rand_gen.hpp: Likewise.
3275
3276 2006-06-16  Paolo Carlini  <pcarlini@suse.de>
3277
3278         * include/tr1/random (uniform_real<>::uniform_real(_RealType,
3279         _RealType)): Implement.
3280         (uniform_real<>::min()): Likewise.
3281         (uniform_real<>::max()): Likewise.
3282         (uniform_real<>::reset()): Likewise.
3283
3284         * include/tr1/random (class uniform_real<>): Minor cosmetic tweaks.
3285
3286 2006-06-16  Paolo Carlini  <pcarlini@suse.de>
3287
3288         * include/bits/locale_facets.tcc (time_get<>::_M_extract_via_format):
3289         Ignore the value of the __err argument.
3290         (time_get<>::do_get_weekday): Likewise.
3291         (time_get<>::do_get_monthname): Likewise.
3292         * testsuite/22_locale/time_get/get_year/wchar_t/5.cc: New.
3293         * testsuite/22_locale/time_get/get_year/char/5.cc: Likewise.
3294         * testsuite/22_locale/time_get/get_monthname/wchar_t/5.cc: Likewise.
3295         * testsuite/22_locale/time_get/get_monthname/char/5.cc: Likewise.
3296         * testsuite/22_locale/time_get/get_weekday/wchar_t/5.cc: Likewise.
3297         * testsuite/22_locale/time_get/get_weekday/char/5.cc: Likewise.
3298         * testsuite/22_locale/time_get/get_date/wchar_t/5.cc: Likewise.
3299         * testsuite/22_locale/time_get/get_date/char/5.cc: Likewise.
3300         * testsuite/22_locale/time_get/get_time/wchar_t/5.cc: Likewise.
3301         * testsuite/22_locale/time_get/get_time/char/5.cc: Likewise.
3302
3303 2006-06-15  Benjamin Kosnik  <bkoz@redhat.com>
3304
3305         * include/ext/pb_ds/detail/type_utils.hpp (numeric_traits): Add,
3306         const expression interface to std::numeric_limits::min and max
3307         functions.
3308         * include/ext/pb_ds/trie_policy.hpp (string_trie_e_access_traits):
3309         Use it.
3310
3311         * include/ext/pb_ds/detail/resize_policy/
3312         hash_load_check_resize_trigger_imp.hpp: Format.
3313         * include/ext/pb_ds/detail/pat_trie_/internal_node.hpp: Same.
3314
3315 2006-06-15  Paolo Carlini  <pcarlini@suse.de>
3316
3317         * include/tr1/random.tcc (mersenne_twister<>::operator()()):
3318         Reload the last position of the _M_x vector too.
3319
3320 2006-06-15  Paolo Carlini  <pcarlini@suse.de>
3321
3322         * include/tr1/random (class xor_combine): Fix result_type typedef.
3323         * testsuite/tr1/5_numerical_facilities/random/xor_combine/
3324         cons/default.cc: New.
3325         * testsuite/tr1/5_numerical_facilities/random/xor_combine/
3326         requirements/typedefs.cc: Tweak.
3327
3328         * include/tr1/random: Minor cosmetic changes.
3329
3330 2006-06-14  Ami Tavory  <atavory@gmail.com>
3331             Benjamin Kosnik  <bkoz@redhat.com>
3332
3333         * include/ext/pb_assoc: Delete.
3334         * include/ext/pb_ds: Add.
3335         * docs/html/ext/pb_assoc: Delete.
3336         * docs/html/ext/pb_ds: Add.
3337         * testsuite/ext/pb_assoc: Delete.
3338         * testsuite/ext/pb_ds: Add.
3339         * testsuite/performance/ext: Add.
3340         * testsuite/performance/ext/pb_ds: Add. 
3341
3342         * testsuite/util/regression: New.
3343         * testsuite/util/rng: New.
3344         * testsuite/util/native_type: New.
3345         * testsuite/util/common_type: New.
3346         * testsuite/util/performance: New.
3347         * testsuite/util/hash_fn: New.
3348         * testsuite/util/io: New.
3349         * testsuite/util/statistic: New.
3350
3351         * scripts/make_graph.py: New.
3352         * scripts/make_graphs.py: New.
3353         * testsuite/data/thirty_years_among_the_dead_preproc.txt: Add.
3354         * testsuite/data/make_graph_htmls.xml: Add.
3355         * testsuite/data/make_graph_test_infos.xml: Add.        
3356
3357         * testsuite/lib/libstdc++.exp (v3-build_support): Add in new
3358         object files for regression testing.
3359         * docs/html/documentation.html: Adjust links.
3360         * include/Makefile.am (install-headers): Update for new sources,
3361         directories.
3362         * include/Makefine.in: Regenerate.
3363         * scripts/testsuite_flags.in: Adjust to testsuite/util path.
3364         * scripts/check_performance: Simplify, adjust for new testsuite output.
3365         * testsuite/Makefile.am (check-performance): Adjust.
3366         (doc-performance): New.
3367         * testsuite/Makefile.in: Regenerate.
3368
3369         * include/ext/pb_ds: New.
3370         * include/ext/pb_ds/assoc_container.hpp: Same.
3371         * include/ext/pb_ds/detail: New.
3372         * include/ext/pb_ds/detail/binomial_heap_base_: New.
3373         * include/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp: Same.
3374         * include/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp: Same.
3375         * include/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp: Same.
3376         * include/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp: Same.
3377         * include/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp: Same.
3378         * include/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp: Same.
3379         * include/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp: Same.
3380         * include/ext/pb_ds/detail/resize_policy: New.
3381         * include/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp: Same.
3382         * include/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp: Same.
3383         * include/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp: Same.
3384         * include/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp: Same.
3385         * include/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp: Same.
3386         * include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp: Same.
3387         * include/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp: Same.
3388         * include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp: Same.
3389         * include/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp: Same.
3390         * include/ext/pb_ds/detail/container_base_dispatch.hpp: Same.
3391         * include/ext/pb_ds/detail/cc_hash_table_map_: New.
3392         * include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp: Same.
3393         * include/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp: Same.
3394         * include/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp: Same.
3395         * include/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp: Same.
3396         * include/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp: Same.
3397         * include/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp: Same.
3398         * include/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp: Same.
3399         * include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp: Same.
3400         * include/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp: Same.
3401         * include/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp: Same.
3402         * include/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp: Same.
3403         * include/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp: Same.
3404         * include/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp: Same.
3405         * include/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp: Same.
3406         * include/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp: Same.
3407         * include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp: Same.
3408         * include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp: Same.
3409         * include/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp: Same.
3410         * include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp: Same.
3411         * include/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp: Same.
3412         * include/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp: Same.
3413         * include/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp: Same.
3414         * include/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp: Same.
3415         * include/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp: Same.
3416         * include/ext/pb_ds/detail/cc_hash_table_map_/standard_policies.hpp: Same.
3417         * include/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp: Same.
3418         * include/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp: Same.
3419         * include/ext/pb_ds/detail/typelist_assoc_container.hpp: Same.
3420         * include/ext/pb_ds/detail/tree_trace_base.hpp: Same.
3421         * include/ext/pb_ds/detail/unordered_iterator: New.
3422         * include/ext/pb_ds/detail/unordered_iterator/iterator.hpp: Same.
3423         * include/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp: Same.
3424         * include/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp: Same.
3425         * include/ext/pb_ds/detail/unordered_iterator/const_point_iterator.hpp: Same.
3426         * include/ext/pb_ds/detail/typelist.hpp: Same.
3427         * include/ext/pb_ds/detail/pat_trie_: New.
3428         * include/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp: Same.
3429         * include/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp: Same.
3430         * include/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp: Same.
3431         * include/ext/pb_ds/detail/pat_trie_/child_iterator.hpp: Same.
3432         * include/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp: Same.
3433         * include/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp: Same.
3434         * include/ext/pb_ds/detail/pat_trie_/split_join_branch_bag.hpp: Same.
3435         * include/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp: Same.
3436         * include/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp: Same.
3437         * include/ext/pb_ds/detail/pat_trie_/head.hpp: Same.
3438         * include/ext/pb_ds/detail/pat_trie_/const_child_iterator.hpp: Same.
3439         * include/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp: Same.
3440         * include/ext/pb_ds/detail/pat_trie_/traits.hpp: Same.
3441         * include/ext/pb_ds/detail/pat_trie_/cond_dtor_entry_dealtor.hpp: Same.
3442         * include/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp: Same.
3443         * include/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp: Same.
3444         * include/ext/pb_ds/detail/pat_trie_/leaf.hpp: Same.
3445         * include/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp: Same.
3446         * include/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp: Same.
3447         * include/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp: Same.
3448         * include/ext/pb_ds/detail/pat_trie_/node_base.hpp: Same.
3449         * include/ext/pb_ds/detail/pat_trie_/node_metadata_base.hpp: Same.
3450         * include/ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp: Same.
3451         * include/ext/pb_ds/detail/pat_trie_/node_iterators.hpp: Same.
3452         * include/ext/pb_ds/detail/pat_trie_/internal_node.hpp: Same.
3453         * include/ext/pb_ds/detail/pat_trie_/point_iterators.hpp: Same.
3454         * include/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp: Same.
3455         * include/ext/pb_ds/detail/bin_search_tree_: New.
3456         * include/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp: Same.
3457         * include/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp: Same.
3458         * include/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp: Same.
3459         * include/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp: Same.
3460         * include/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp: Same.
3461         * include/ext/pb_ds/detail/bin_search_tree_/cond_dtor_entry_dealtor.hpp: Same.
3462         * include/ext/pb_ds/detail/bin_search_tree_/traits.hpp: Same.
3463         * include/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp: Same.
3464         * include/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp: Same.
3465         * include/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp: Same.
3466         * include/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp: Same.
3467         * include/ext/pb_ds/detail/bin_search_tree_/cond_key_dtor_entry_dealtor.hpp: Same.
3468         * include/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp: Same.
3469         * include/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp: Same.
3470         * include/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp: Same.
3471         * include/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp: Same.
3472         * include/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp: Same.
3473         * include/ext/pb_ds/detail/gp_hash_table_map_: New.
3474         * include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp: Same.
3475         * include/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp: Same.
3476         * include/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp: Same.
3477         * include/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp: Same.
3478         * include/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp: Same.
3479         * include/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp: Same.
3480         * include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp: Same.
3481         * include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp: Same.
3482         * include/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp: Same.
3483         * include/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp: Same.
3484         * include/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp: Same.
3485         * include/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp: Same.
3486         * include/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp: Same.
3487         * include/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp: Same.
3488         * include/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp: Same.
3489         * include/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp: Same.
3490         * include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp: Same.
3491         * include/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp: Same.
3492         * include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp: Same.
3493         * include/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp: Same.
3494         * include/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp: Same.
3495         * include/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp: Same.
3496         * include/ext/pb_ds/detail/gp_hash_table_map_/standard_policies.hpp: Same.
3497         * include/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp: Same.
3498         * include/ext/pb_ds/detail/standard_policies.hpp: Same.
3499         * include/ext/pb_ds/detail/typelist: New.
3500         * include/ext/pb_ds/detail/typelist/typelist_flatten.hpp: Same.
3501         * include/ext/pb_ds/detail/typelist/typelist_contains.hpp: Same.
3502         * include/ext/pb_ds/detail/typelist/typelist_typelist_append.hpp: Same.
3503         * include/ext/pb_ds/detail/typelist/typelist_apply.hpp: Same.
3504         * include/ext/pb_ds/detail/typelist/typelist_filter.hpp: Same.
3505         * include/ext/pb_ds/detail/typelist/typelist_append.hpp: Same.
3506         * include/ext/pb_ds/detail/typelist/typelist_assoc_container_find.hpp: Same.
3507         * include/ext/pb_ds/detail/typelist/typelist_transform.hpp: Same.
3508         * include/ext/pb_ds/detail/typelist/typelist_at_index.hpp: Same.
3509         * include/ext/pb_ds/detail/tree_policy: New.
3510         * include/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp: Same.
3511         * include/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp: Same.
3512         * include/ext/pb_ds/detail/tree_policy/null_node_update_imp.hpp: Same.
3513         * include/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp: Same.
3514         * include/ext/pb_ds/detail/basic_tree_policy: New.
3515         * include/ext/pb_ds/detail/basic_tree_policy/basic_tree_policy_base.hpp: Same.
3516         * include/ext/pb_ds/detail/basic_tree_policy/null_node_metadata.hpp: Same.
3517         * include/ext/pb_ds/detail/basic_tree_policy/traits.hpp: Same.
3518         * include/ext/pb_ds/detail/types_traits.hpp: Same.
3519         * include/ext/pb_ds/detail/binary_heap_: New.
3520         * include/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp: Same.
3521         * include/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp: Same.
3522         * include/ext/pb_ds/detail/binary_heap_/const_iterator.hpp: Same.
3523         * include/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp: Same.
3524         * include/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp: Same.
3525         * include/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp: Same.
3526         * include/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp: Same.
3527         * include/ext/pb_ds/detail/binary_heap_/const_point_iterator.hpp: Same.
3528         * include/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp: Same.
3529         * include/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp: Same.
3530         * include/ext/pb_ds/detail/binary_heap_/entry_pred.hpp: Same.
3531         * include/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp: Same.
3532         * include/ext/pb_ds/detail/binary_heap_/resize_policy.hpp: Same.
3533         * include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp: Same.
3534         * include/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp: Same.
3535         * include/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp: Same.
3536         * include/ext/pb_ds/detail/trie_policy: New.
3537         * include/ext/pb_ds/detail/trie_policy/string_trie_e_access_traits_imp.hpp: Same.
3538         * include/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp: Same.
3539         * include/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp: Same.
3540         * include/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp: Same.
3541         * include/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp: Same.
3542         * include/ext/pb_ds/detail/trie_policy/sample_trie_e_access_traits.hpp: Same.
3543         * include/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp: Same.
3544         * include/ext/pb_ds/detail/trie_policy/null_node_update_imp.hpp: Same.
3545         * include/ext/pb_ds/detail/cond_dealtor.hpp: Same.
3546         * include/ext/pb_ds/detail/priority_queue_base_dispatch.hpp: Same.
3547         * include/ext/pb_ds/detail/pairing_heap_: Name.
3548         * include/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp: Same.
3549         * include/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp: Same.
3550         * include/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp: Same.
3551         * include/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp: Same.
3552         * include/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp: Same.
3553         * include/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp: Same.
3554         * include/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp: Same.
3555         * include/ext/pb_ds/detail/binomial_heap_: New.
3556         * include/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp: Same.
3557         * include/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp: Same.
3558         * include/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp: Same.
3559         * include/ext/pb_ds/detail/constructors_destructor_fn_imps.hpp: Same.
3560         * include/ext/pb_ds/detail/type_utils.hpp: Same.
3561         * include/ext/pb_ds/detail/eq_fn: New.
3562         * include/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp: Same.
3563         * include/ext/pb_ds/detail/eq_fn/eq_by_less.hpp: Same.
3564         * include/ext/pb_ds/detail/basic_types.hpp: Same.
3565         * include/ext/pb_ds/detail/list_update_policy: New.
3566         * include/ext/pb_ds/detail/list_update_policy/mtf_lu_policy_imp.hpp: Same.
3567         * include/ext/pb_ds/detail/list_update_policy/counter_lu_metadata.hpp: Same.
3568         * include/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp: Same.
3569         * include/ext/pb_ds/detail/list_update_policy/counter_lu_policy_imp.hpp: Same.
3570         * include/ext/pb_ds/detail/thin_heap_: New.
3571         * include/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp: Same.
3572         * include/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp: Same.
3573         * include/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp: Same.
3574         * include/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp: Same.
3575         * include/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp: Same.
3576         * include/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp: Same.
3577         * include/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp: Same.
3578         * include/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp: Same.
3579         * include/ext/pb_ds/detail/left_child_next_sibling_heap_: New.
3580         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp: Same.
3581         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp: Same.
3582         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp: Same.
3583         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp: Same.
3584         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp: Same.
3585         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp: Same.
3586         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp: Same.
3587         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp: Same.
3588         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp: Same.
3589         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp: Same.
3590         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp: Same.
3591         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp: Same.
3592         * include/ext/pb_ds/detail/left_child_next_sibling_heap_/const_point_iterator.hpp: Same.
3593         * include/ext/pb_ds/detail/ov_tree_map_: New.
3594         * include/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp: Same.
3595         * include/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp: Same.
3596         * include/ext/pb_ds/detail/ov_tree_map_/cond_dtor.hpp: Same.
3597         * include/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp: Same.
3598         * include/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp: Same.
3599         * include/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp: Same.
3600         * include/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp: Same.
3601         * include/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp: Same.
3602         * include/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp: Same.
3603         * include/ext/pb_ds/detail/ov_tree_map_/traits.hpp: Same.
3604         * include/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp: Same.
3605         * include/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp: Same.
3606         * include/ext/pb_ds/detail/map_debug_base.hpp: Same.
3607         * include/ext/pb_ds/detail/hash_fn: New.
3608         * include/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp: Same.
3609         * include/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp: Same.
3610         * include/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp: Same.
3611         * include/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp: Same.
3612         * include/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp: Same.
3613         * include/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp: Same.
3614         * include/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp: Same.
3615         * include/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp: Same.
3616         * include/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp: Same.
3617         * include/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp: Same.
3618         * include/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp: Same.
3619         * include/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp: Same.
3620         * include/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp: Same.
3621         * include/ext/pb_ds/detail/splay_tree_: New.
3622         * include/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp: Same.
3623         * include/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp: Same.
3624         * include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp: Same.
3625         * include/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp: Same.
3626         * include/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp: Same.
3627         * include/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp: Same.
3628         * include/ext/pb_ds/detail/splay_tree_/node.hpp: Same.
3629         * include/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp: Same.
3630         * include/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp: Same.
3631         * include/ext/pb_ds/detail/splay_tree_/traits.hpp: Same.
3632         * include/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp: Same.
3633         * include/ext/pb_ds/detail/list_update_map_: New.
3634         * include/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp: Same.
3635         * include/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp: Same.
3636         * include/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp: Same.
3637         * include/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp: Same.
3638         * include/ext/pb_ds/detail/list_update_map_/lu_map_.hpp: Same.
3639         * include/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp: Same.
3640         * include/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp: Same.
3641         * include/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp: Same.
3642         * include/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp: Same.
3643         * include/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp: Same.
3644         * include/ext/pb_ds/detail/rc_binomial_heap_: New.
3645         * include/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp: Same.
3646         * include/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp: Same.
3647         * include/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp: Same.
3648         * include/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp: Same.
3649         * include/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp: Same.
3650         * include/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp: Same.
3651         * include/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp: Same.
3652         * include/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp: Same.
3653         * include/ext/pb_ds/detail/rb_tree_map_: New.
3654         * include/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp: Same.
3655         * include/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp: Same.
3656         * include/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp: Same.
3657         * include/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp: Same.
3658         * include/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp: Same.
3659         * include/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp: Same.
3660         * include/ext/pb_ds/detail/rb_tree_map_/node.hpp: Same.
3661         * include/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp: Same.
3662         * include/ext/pb_ds/detail/rb_tree_map_/traits.hpp: Same.
3663         * include/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp: Same.
3664         * include/ext/pb_ds/list_update_policy.hpp: Same.
3665         * include/ext/pb_ds/exception.hpp: Same.
3666         * include/ext/pb_ds/tree_policy.hpp: Same.
3667         * include/ext/pb_ds/tag_and_trait.hpp: Same.
3668         * include/ext/pb_ds/hash_policy.hpp: Same.
3669         * include/ext/pb_ds/trie_policy.hpp: Same.
3670         * include/ext/pb_ds/priority_queue.hpp: Same.
3671
3672         * docs/html/ext/pb_ds: New.
3673         * docs/html/ext/pb_ds/container_tag.html: Same.
3674         * docs/html/ext/pb_ds/trivial_iterator_tag.html: Same.
3675         * docs/html/ext/pb_ds/tree_text_lor_find_timing_test_local.png
3676         * docs/html/ext/pb_ds/sample_trie_e_access_traits.html: Same.
3677         * docs/html/ext/pb_ds/gp_hash_table.html: Same.
3678         * docs/html/ext/pb_ds/priority_queue_tag_cd.svg
3679         * docs/html/ext/pb_ds/container_cd.svg
3680         * docs/html/ext/pb_ds/linear_probe_fn.html: Same.
3681         * docs/html/ext/pb_ds/hash_random_int_erase_mem_usage_test_local.png
3682         * docs/html/ext/pb_ds/quadratic_probe_fn.html: Same.
3683         * docs/html/ext/pb_ds/assoc_regression_tests.html: Same.
3684         * docs/html/ext/pb_ds/tree_tag.html: Same.
3685         * docs/html/ext/pb_ds/hash_random_int_erase_mem_usage_test.html: Same.
3686         * docs/html/ext/pb_ds/interface.html: Same.
3687         * docs/html/ext/pb_ds/hash_zlob_random_int_find_timing_test_msvc.png
3688         * docs/html/ext/pb_ds/hash_random_int_subscript_find_timing_test.html: Same.
3689         * docs/html/ext/pb_ds/lu_based_containers.html: Same.
3690         * docs/html/ext/pb_ds/embedded_lists_3.png
3691         * docs/html/ext/pb_ds/tree_text_find_find_timing_test.html: Same.
3692         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small_s2p_hash_local.png
3693         * docs/html/ext/pb_ds/assoc_performance_tests.html: Same.
3694         * docs/html/ext/pb_ds/list_update.html: Same.
3695         * docs/html/ext/pb_ds/priority_queue_random_int_push_pop_timing_test_gcc.png
3696         * docs/html/ext/pb_ds/tree_text_insert_timing_test_pat_trie_local.png
3697         * docs/html/ext/pb_ds/point_iterators_range_ops_1.png
3698         * docs/html/ext/pb_ds/gp_hash_random_int_subscript_timing_test_insert_msvc.png
3699         * docs/html/ext/pb_ds/hash_zlob_random_int_find_timing_test_gcc.png
3700         * docs/html/ext/pb_ds/text_find_timing_test_tree_like_msvc.png
3701         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small_s2p_tree_local.png
3702         * docs/html/ext/pb_ds/priority_queue_text_modify_down_timing_test_local.png
3703         * docs/html/ext/pb_ds/tree_text_insert_timing_test_pat_trie_msvc.png
3704         * docs/html/ext/pb_ds/priority_queue_text_modify_down_timing_test.html: Same.
3705         * docs/html/ext/pb_ds/move_to_front_lu_policy.html: Same.
3706         * docs/html/ext/pb_ds/multimap_text_find_timing_test_large_s2p_hash_gcc.png
3707         * docs/html/ext/pb_ds/hash_random_int_find_find_timing_test.html: Same.
3708         * docs/html/ext/pb_ds/string_trie_e_access_traits.html: Same.
3709         * docs/html/ext/pb_ds/prerequisites.html: Same.
3710         * docs/html/ext/pb_ds/gp_hash_tag.html: Same.
3711         * docs/html/ext/pb_ds/priority_queue_tag_cd.png
3712         * docs/html/ext/pb_ds/container_cd.png
3713         * docs/html/ext/pb_ds/priority_queue_text_join_timing_test_gcc.png
3714         * docs/html/ext/pb_ds/container_base.html: Same.
3715         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_small_s2p_hash_msvc.png
3716         * docs/html/ext/pb_ds/tree_random_int_find_find_timing_test.html: Same.
3717         * docs/html/ext/pb_ds/binary_priority_queue_random_int_push_timing_test_msvc.png
3718         * docs/html/ext/pb_ds/gp_hash_random_int_subscript_timing_test_find_local.png
3719         * docs/html/ext/pb_ds/gp_hash_random_int_subscript_timing_test_find_gcc.png
3720         * docs/html/ext/pb_ds/priority_queue_text_push_pop_timing_test_msvc.png
3721         * docs/html/ext/pb_ds/random_int_find_find_timing_test_tree_msvc.png
3722         * docs/html/ext/pb_ds/text_find_timing_test_hash_local.png
3723         * docs/html/ext/pb_ds/tree_text_insert_timing_test_node_tree_msvc.png
3724         * docs/html/ext/pb_ds/ov_tree_tag.html: Same.
3725         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_small_s2p_hash_local.png
3726         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_large_s2p_hash_msvc.png
3727         * docs/html/ext/pb_ds/priority_queue_text_pop_mem_usage_test_msvc.png
3728         * docs/html/ext/pb_ds/priority_queue_text_modify_down_timing_test_pairing_thin_msvc.png
3729         * docs/html/ext/pb_ds/list_update_tag.html: Same.
3730         * docs/html/ext/pb_ds/balls_and_bins.png
3731         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_small_s2p_tree_local.png
3732         * docs/html/ext/pb_ds/disclaimer.html: Same.
3733         * docs/html/ext/pb_ds/insert_error.html: Same.
3734         * docs/html/ext/pb_ds/multimap_text_find_timing_test_small_s2p_hash_gcc.png
3735         * docs/html/ext/pb_ds/ccgp_hash_random_int_subscript_timing_test_insert_gcc.png
3736         * docs/html/ext/pb_ds/examples.html: Same.
3737         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_small.html: Same.
3738         * docs/html/ext/pb_ds/pairing_priority_queue_text_push_pop_timing_test_gcc.png
3739         * docs/html/ext/pb_ds/sample_probe_fn.html: Same.
3740         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large_s2p_hash_local.png
3741         * docs/html/ext/pb_ds/priority_queue_text_push_timing_test.html: Same.
3742         * docs/html/ext/pb_ds/priority_queue_random_int_push_timing_test_gcc.png
3743         * docs/html/ext/pb_ds/null_mapped_type.html: Same.
3744         * docs/html/ext/pb_ds/binary_priority_queue_random_int_push_timing_test_gcc.png
3745         * docs/html/ext/pb_ds/tree_order_statistics_timing_test_gcc.png
3746         * docs/html/ext/pb_ds/associative_container_tag.html: Same.
3747         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large_s2p_tree_local.png
3748         * docs/html/ext/pb_ds/design.html: Same.
3749         * docs/html/ext/pb_ds/cc_hash_max_collision_check_resize_trigger.html: Same.
3750         * docs/html/ext/pb_ds/pairing_heap_tag.html: Same.
3751         * docs/html/ext/pb_ds/tree_text_lor_find_timing_test_gcc.png
3752         * docs/html/ext/pb_ds/references.html: Same.
3753         * docs/html/ext/pb_ds/tree_order_statistics_timing_test_msvc.png
3754         * docs/html/ext/pb_ds/hash_load_check_resize_trigger.html: Same.
3755         * docs/html/ext/pb_ds/priority_queue_text_pop_mem_usage_test_gcc.png
3756         * docs/html/ext/pb_ds/priority_queue_text_modify_down_timing_test_pairing_thin_gcc.png
3757         * docs/html/ext/pb_ds/hash_random_int_erase_mem_usage_test_gcc.png
3758         * docs/html/ext/pb_ds/pq_different_underlying_dss.png
3759         * docs/html/ext/pb_ds/insert_resize_sequence_diagram1.png
3760         * docs/html/ext/pb_ds/pq_regression_tests.html: Same.
3761         * docs/html/ext/pb_ds/sample_tree_node_update.html: Same.
3762         * docs/html/ext/pb_ds/invalidation_guarantee_erase.png
3763         * docs/html/ext/pb_ds/basic_invalidation_guarantee.html: Same.
3764         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_large_s2p_hash_local.png
3765         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_large_s2p_hash_gcc.png
3766         * docs/html/ext/pb_ds/hash_zlob_random_int_find_timing_test_local.png
3767         * docs/html/ext/pb_ds/point_iterators_range_ops_2.png
3768         * docs/html/ext/pb_ds/null_probe_fn.html: Same.
3769         * docs/html/ext/pb_ds/hash_prime_size_policy.html: Same.
3770         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small_s2p_hash_msvc.png
3771         * docs/html/ext/pb_ds/priority_queue_text_modify_down_timing_test_gcc.png
3772         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_large_s2p_tree_local.png
3773         * docs/html/ext/pb_ds/binary_priority_queue_random_int_push_timing_test_local.png
3774         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large_s2p_hash_msvc.png
3775         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large_s2p_tree_gcc.png
3776         * docs/html/ext/pb_ds/multimap_text_find_timing_test_large.html: Same.
3777         * docs/html/ext/pb_ds/sample_resize_policy.html: Same.
3778         * docs/html/ext/pb_ds/binomial_heap_tag.html: Same.
3779         * docs/html/ext/pb_ds/priority_queue_text_pop_mem_usage_test_local.png
3780         * docs/html/ext/pb_ds/priority_queue_text_modify_down_timing_test_pairing_thin_local.png
3781         * docs/html/ext/pb_ds/tree_text_lor_find_find_timing_test.html: Same.
3782         * docs/html/ext/pb_ds/priority_queue_text_join_timing_test_msvc.png
3783         * docs/html/ext/pb_ds/trie_based_containers.html: Same.
3784         * docs/html/ext/pb_ds/cc_hash_random_int_subscript_timing_test_insert_gcc.png
3785         * docs/html/ext/pb_ds/tree_split_join_timing_test_local.png
3786         * docs/html/ext/pb_ds/text_find_timing_test_hash_gcc.png
3787         * docs/html/ext/pb_ds/motivation.html: Same.
3788         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_small_s2p_tree_msvc.png
3789         * docs/html/ext/pb_ds/tree_split_join_timing_test_gcc.png
3790         * docs/html/ext/pb_ds/tree.html: Same.
3791         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_small_s2p_hash_gcc.png
3792         * docs/html/ext/pb_ds/cc_hash_random_int_subscript_timing_test_insert_msvc.png
3793         * docs/html/ext/pb_ds/invalidation_guarantee_cd.png
3794         * docs/html/ext/pb_ds/tutorial.html: Same.
3795         * docs/html/ext/pb_ds/null_trie_node_update.html: Same.
3796         * docs/html/ext/pb_ds/priority_queue_text_modify_up_timing_test_gcc.png
3797         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_large_s2p_tree_msvc.png
3798         * docs/html/ext/pb_ds/ccgp_hash_random_int_subscript_timing_test_insert_local.png
3799         * docs/html/ext/pb_ds/point_iterators_cd.png
3800         * docs/html/ext/pb_ds/multimap_text_find_timing_test_small_s2p_hash_local.png
3801         * docs/html/ext/pb_ds/priority_queue_random_int_push_pop_timing_test_local.png
3802         * docs/html/ext/pb_ds/rb_tree_tag.html: Same.
3803         * docs/html/ext/pb_ds/cc_hash_random_int_subscript_timing_test_find_msvc.png
3804         * docs/html/ext/pb_ds/pairing_priority_queue_text_push_timing_test_msvc.png
3805         * docs/html/ext/pb_ds/tree_text_insert_timing_test_pat_trie_gcc.png
3806         * docs/html/ext/pb_ds/exceptions.html: Same.
3807         * docs/html/ext/pb_ds/priority_queue_text_modify_up_timing_test_msvc.png
3808         * docs/html/ext/pb_ds/multimap_text_find_timing_test_small_s2p_tree_local.png
3809         * docs/html/ext/pb_ds/hash_policy_cd.png
3810         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small_s2p_tree_gcc.png
3811         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small.html: Same.
3812         * docs/html/ext/pb_ds/ds_gen.html: Same.
3813         * docs/html/ext/pb_ds/hash_exponential_size_policy.html: Same.
3814         * docs/html/ext/pb_ds/gp_hash_random_int_subscript_timing_test_insert_local.png
3815         * docs/html/ext/pb_ds/hash_random_int_erase_mem_usage_test_msvc.png
3816         * docs/html/ext/pb_ds/index.html: Same.
3817         * docs/html/ext/pb_ds/binary_heap_tag.html: Same.
3818         * docs/html/ext/pb_ds/basic_hash_tag.html: Same.
3819         * docs/html/ext/pb_ds/trie_order_statistics_node_update.html: Same.
3820         * docs/html/ext/pb_ds/sample_resize_trigger.html: Same.
3821         * docs/html/ext/pb_ds/priority_queue_text_push_timing_test_local.png
3822         * docs/html/ext/pb_ds/hash_text_find_find_timing_test.html: Same.
3823         * docs/html/ext/pb_ds/tree_text_insert_timing_test.html: Same.
3824         * docs/html/ext/pb_ds/trie_tag.html: Same.
3825         * docs/html/ext/pb_ds/cc_hash_random_int_subscript_timing_test_find_local.png
3826         * docs/html/ext/pb_ds/pq_tests.html: Same.
3827         * docs/html/ext/pb_ds/insert_resize_sequence_diagram2.png
3828         * docs/html/ext/pb_ds/node_invariant_invalidations.png
3829         * docs/html/ext/pb_ds/priority_queue_text_modify_down_timing_test_msvc.png
3830         * docs/html/ext/pb_ds/resize_policy_cd.png
3831         * docs/html/ext/pb_ds/embedded_lists_1.png
3832         * docs/html/ext/pb_ds/hash_ranged_hash_range_hashing_fns.png
3833         * docs/html/ext/pb_ds/null_lu_metadata.html: Same.
3834         * docs/html/ext/pb_ds/tree_order_statistics_timing_test.html: Same.
3835         * docs/html/ext/pb_ds/trie_prefix_search_node_update.html: Same.
3836         * docs/html/ext/pb_ds/hash_range_hashing_seq_diagram.png
3837         * docs/html/ext/pb_ds/point_invalidation_guarantee.html: Same.
3838         * docs/html/ext/pb_ds/direct_mod_range_hashing.html: Same.
3839         * docs/html/ext/pb_ds/tree_text_insert_timing_test_vector_tree_local.png
3840         * docs/html/ext/pb_ds/priority_queue_random_int_push_pop_timing_test_msvc.png
3841         * docs/html/ext/pb_ds/misc.html: Same.
3842         * docs/html/ext/pb_ds/multimap_text_find_timing_test_large_s2p_hash_local.png
3843         * docs/html/ext/pb_ds/counter_lu_policy.html: Same.
3844         * docs/html/ext/pb_ds/different_underlying_dss.png
3845         * docs/html/ext/pb_ds/restoring_node_invariants.png
3846         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_large.html: Same.
3847         * docs/html/ext/pb_ds/pairing_priority_queue_text_push_timing_test_local.png
3848         * docs/html/ext/pb_ds/sample_update_policy.html: Same.
3849         * docs/html/ext/pb_ds/pairing_priority_queue_text_push_timing_test_gcc.png
3850         * docs/html/ext/pb_ds/tree_order_statistics_timing_test_local.png
3851         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small_s2p_tree_msvc.png
3852         * docs/html/ext/pb_ds/simple_list.png
3853         * docs/html/ext/pb_ds/text_find_timing_test_hash_msvc.png
3854         * docs/html/ext/pb_ds/assoc_examples.html: Same.
3855         * docs/html/ext/pb_ds/priority_queue_text_push_pop_timing_test_local.png
3856         * docs/html/ext/pb_ds/hash_based_containers.html: Same.
3857         * docs/html/ext/pb_ds/text_find_timing_test_tree_like_local.png
3858         * docs/html/ext/pb_ds/multimap_text_find_timing_test_large_s2p_tree_local.png
3859         * docs/html/ext/pb_ds/multimap_text_find_timing_test_large_s2p_tree_gcc.png
3860         * docs/html/ext/pb_ds/tree_node_iterator.html: Same.
3861         * docs/html/ext/pb_ds/priority_queue_text_modify_up_timing_test_pairing_thin_msvc.png
3862         * docs/html/ext/pb_ds/trie_node_iterator.html: Same.
3863         * docs/html/ext/pb_ds/tree_based_containers.html: Same.
3864         * docs/html/ext/pb_ds/hash_random_int_subscript_insert_timing_test.html: Same.
3865         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large_s2p_tree_msvc.png
3866         * docs/html/ext/pb_ds/ccgp_hash_random_int_subscript_timing_test_insert_msvc.png
3867         * docs/html/ext/pb_ds/multimap_text_find_timing_test_small_s2p_hash_msvc.png
3868         * docs/html/ext/pb_ds/priority_queue_text_push_timing_test_gcc.png
3869         * docs/html/ext/pb_ds/rationale_null_node_updator.png
3870         * docs/html/ext/pb_ds/priority_queue_text_modify_up_timing_test_pairing_thin_local.png
3871         * docs/html/ext/pb_ds/lu.png
3872         * docs/html/ext/pb_ds/assoc_container_traits.html: Same.
3873         * docs/html/ext/pb_ds/gp_hash_random_int_find_timing_test_msvc.png
3874         * docs/html/ext/pb_ds/assoc_design.html: Same.
3875         * docs/html/ext/pb_ds/splay_tree_tag.html: Same.
3876         * docs/html/ext/pb_ds/cc_hash_random_int_subscript_timing_test_find_gcc.png
3877         * docs/html/ext/pb_ds/priority_queue_random_int_push_timing_test.html: Same.
3878         * docs/html/ext/pb_ds/assoc_container_tag_cd.svg
3879         * docs/html/ext/pb_ds/resize_error.html: Same.
3880         * docs/html/ext/pb_ds/multimap_text_find_timing_test_large_s2p_hash_msvc.png
3881         * docs/html/ext/pb_ds/tree_text_insert_timing_test_node_tree_gcc.png
3882         * docs/html/ext/pb_ds/priority_queue_text_join_timing_test.html: Same.
3883         * docs/html/ext/pb_ds/basic_tree_assoc_container_const_node_iterator.html: Same.
3884         * docs/html/ext/pb_ds/gp_hash_random_int_find_timing_test_gcc.png
3885         * docs/html/ext/pb_ds/trie_const_node_iterator.html: Same.
3886         * docs/html/ext/pb_ds/hash_zlob_random_int_find_find_timing_test.html: Same.
3887         * docs/html/ext/pb_ds/multimap_text_find_timing_test_small_s2p_tree_gcc.png
3888         * docs/html/ext/pb_ds/sample_size_policy.html: Same.
3889         * docs/html/ext/pb_ds/tree_text_insert_timing_test_vector_tree_gcc.png
3890         * docs/html/ext/pb_ds/cc_hash_table.html: Same.
3891         * docs/html/ext/pb_ds/node_invariants.png
3892         * docs/html/ext/pb_ds/tree_split_join_timing_test_msvc.png
3893         * docs/html/ext/pb_ds/priority_queue_text_modify_up_timing_test.html: Same.
3894         * docs/html/ext/pb_ds/tree_order_statistics_node_update.html: Same.
3895         * docs/html/ext/pb_ds/cc_hash_random_int_find_timing_test_msvc.png
3896         * docs/html/ext/pb_ds/cc_hash_random_int_subscript_timing_test_insert_local.png
3897         * docs/html/ext/pb_ds/priority_queue.html: Same.
3898         * docs/html/ext/pb_ds/assoc_tests.html: Same.
3899         * docs/html/ext/pb_ds/assoc_container_tag_cd.png
3900         * docs/html/ext/pb_ds/basic_hash_table.html: Same.
3901         * docs/html/ext/pb_ds/basic_tree_tag.html: Same.
3902         * docs/html/ext/pb_ds/tree_split_join_timing_test.html: Same.
3903         * docs/html/ext/pb_ds/priority_queue_text_modify_up_timing_test_local.png
3904         * docs/html/ext/pb_ds/insert_resize_sequence_diagram3.png
3905         * docs/html/ext/pb_ds/embedded_lists_2.png
3906         * docs/html/ext/pb_ds/random_int_find_find_timing_test_tree_local.png
3907         * docs/html/ext/pb_ds/sample_ranged_probe_fn.html: Same.
3908         * docs/html/ext/pb_ds/random_int_find_find_timing_test_tree_gcc.png
3909         * docs/html/ext/pb_ds/sample_trie_node_update.html: Same.
3910         * docs/html/ext/pb_ds/introduction.html: Same.
3911         * docs/html/ext/pb_ds/pq_performance_tests.html: Same.
3912         * docs/html/ext/pb_ds/pat_trie.png
3913         * docs/html/ext/pb_ds/range_invalidation_guarantee.html: Same.
3914         * docs/html/ext/pb_ds/contact.html: Same.
3915         * docs/html/ext/pb_ds/sample_range_hashing.html: Same.
3916         * docs/html/ext/pb_ds/priority_queue_random_int_push_timing_test_local.png
3917         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large_s2p_hash_gcc.png
3918         * docs/html/ext/pb_ds/update_seq_diagram.png
3919         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_large_s2p_tree_gcc.png
3920         * docs/html/ext/pb_ds/direct_mask_range_hashing.html: Same.
3921         * docs/html/ext/pb_ds/tests.html: Same.
3922         * docs/html/ext/pb_ds/cc_hash_random_int_find_timing_test_gcc.png
3923         * docs/html/ext/pb_ds/tree_node_updator_policy_cd.png
3924         * docs/html/ext/pb_ds/text_find_timing_test_tree_like_gcc.png
3925         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_large.html: Same.
3926         * docs/html/ext/pb_ds/trie_node_updator_policy_cd.png
3927         * docs/html/ext/pb_ds/priority_queue_random_int_push_timing_test_msvc.png
3928         * docs/html/ext/pb_ds/concepts.html: Same.
3929         * docs/html/ext/pb_ds/pq_examples.html: Same.
3930         * docs/html/ext/pb_ds/priority_queue_tag.html: Same.
3931         * docs/html/ext/pb_ds/priority_queue_random_int_push_pop_timing_test.html: Same.
3932         * docs/html/ext/pb_ds/update_policy_cd.png
3933         * docs/html/ext/pb_ds/thin_heap_tag.html: Same.
3934         * docs/html/ext/pb_ds/pairing_priority_queue_text_push_pop_timing_test_msvc.png
3935         * docs/html/ext/pb_ds/basic_tree.html: Same.
3936         * docs/html/ext/pb_ds/null_hash_fn.html: Same.
3937         * docs/html/ext/pb_ds/null_tree_node_update.html: Same.
3938         * docs/html/ext/pb_ds/priority_queue_text_modify_up_timing_test_pairing_thin_gcc.png
3939         * docs/html/ext/pb_ds/trie.html: Same.
3940         * docs/html/ext/pb_ds/multimap_text_find_timing_test_small_s2p_tree_msvc.png
3941         * docs/html/ext/pb_ds/rc_binomial_heap_tag.html: Same.
3942         * docs/html/ext/pb_ds/priority_queue_text_push_timing_test_msvc.png
3943         * docs/html/ext/pb_ds/pq_container_traits.html: Same.
3944         * docs/html/ext/pb_ds/pq_design.html: Same.
3945         * docs/html/ext/pb_ds/checked_by_tidy.gif
3946         * docs/html/ext/pb_ds/tree_text_insert_timing_test_node_tree_local.png
3947         * docs/html/ext/pb_ds/multimap_text_insert_mem_usage_test_small_s2p_hash_gcc.png
3948         * docs/html/ext/pb_ds/priority_queue_text_push_pop_timing_test.html: Same.
3949         * docs/html/ext/pb_ds/multimap_text_insert_timing_test_small_s2p_tree_gcc.png
3950         * docs/html/ext/pb_ds/pairing_priority_queue_text_push_pop_timing_test_local.png
3951         * docs/html/ext/pb_ds/acks.html: Same.
3952         * docs/html/ext/pb_ds/gp_hash_random_int_find_timing_test_local.png
3953         * docs/html/ext/pb_ds/cc_hash_tag.html: Same.
3954         * docs/html/ext/pb_ds/sample_ranged_hash_fn.html: Same.
3955         * docs/html/ext/pb_ds/multimap_text_find_timing_test_large_s2p_tree_msvc.png
3956         * docs/html/ext/pb_ds/priority_queue_text_pop_mem_usage_test.html: Same.
3957         * docs/html/ext/pb_ds/multimap_text_find_timing_test_small.html: Same.
3958         * docs/html/ext/pb_ds/tree_text_lor_find_timing_test_msvc.png
3959         * docs/html/ext/pb_ds/hash_range_hashing_seq_diagram2.png
3960         * docs/html/ext/pb_ds/gp_hash_random_int_subscript_timing_test_find_msvc.png
3961         * docs/html/ext/pb_ds/PythonPoweredSmall.gif
3962         * docs/html/ext/pb_ds/cc_hash_random_int_find_timing_test_local.png
3963         * docs/html/ext/pb_ds/pat_trie_tag.html: Same.
3964         * docs/html/ext/pb_ds/hash_standard_resize_policy.html: Same.
3965         * docs/html/ext/pb_ds/tree_text_insert_timing_test_vector_tree_msvc.png
3966         * docs/html/ext/pb_ds/gp_hash_random_int_subscript_timing_test_insert_gcc.png
3967         * docs/html/ext/pb_ds/join_error.html: Same.
3968         * docs/html/ext/pb_ds/priority_queue_text_push_pop_timing_test_gcc.png
3969         * docs/html/ext/pb_ds/priority_queue_text_join_timing_test_local.png
3970
3971         * testsuite/ext/pb_ds: New.
3972         * testsuite/ext/pb_ds/regression: New.
3973         * testsuite/ext/pb_ds/regression/trie_data_map_rand.cc: Same.
3974         * testsuite/ext/pb_ds/regression/hash_data_map_rand.cc: Same.
3975         * testsuite/ext/pb_ds/regression/associative_containers.cc: Same.
3976         * testsuite/ext/pb_ds/regression/list_update_no_data_map_rand.cc: Same.
3977         * testsuite/ext/pb_ds/regression/tree_no_data_map_rand.cc: Same.
3978         * testsuite/ext/pb_ds/regression/list_update_data_map_rand.cc: Same.
3979         * testsuite/ext/pb_ds/regression/priority_queues.cc: Same.
3980         * testsuite/ext/pb_ds/regression/hash_no_data_map_rand.cc: Same.
3981         * testsuite/ext/pb_ds/regression/priority_queue_rand.cc: Same.
3982         * testsuite/ext/pb_ds/regression/trie_no_data_map_rand.cc: Same.
3983         * testsuite/ext/pb_ds/regression/tree_data_map_rand.cc: Same.
3984         * testsuite/ext/pb_ds/example: New.
3985         * testsuite/ext/pb_ds/example/hash_shift_mask.cc: Same.
3986         * testsuite/ext/pb_ds/example/basic_set.cc: Same.
3987         * testsuite/ext/pb_ds/example/hash_illegal_resize.cc: Same.
3988         * testsuite/ext/pb_ds/example/hash_resize_neg.cc: Same.
3989         * testsuite/ext/pb_ds/example/store_hash.cc: Same.
3990         * testsuite/ext/pb_ds/example/assoc_container_traits.cc: Same.
3991         * testsuite/ext/pb_ds/example/hash_load_set_change.cc: Same.
3992         * testsuite/ext/pb_ds/example/ranged_hash.cc: Same.
3993         * testsuite/ext/pb_ds/example/hash_resize.cc: Same.
3994         * testsuite/ext/pb_ds/example/tree_order_statistics.cc: Same.
3995         * testsuite/ext/pb_ds/example/trie_prefix_search.cc: Same.
3996         * testsuite/ext/pb_ds/example/basic_multiset.cc: Same.
3997         * testsuite/ext/pb_ds/example/priority_queue_xref.cc: Same.
3998         * testsuite/ext/pb_ds/example/hash_find_neg.cc: Same.
3999         * testsuite/ext/pb_ds/example/erase_if.cc: Same.
4000         * testsuite/ext/pb_ds/example/priority_queue_container_traits.cc: Same.
4001         * testsuite/ext/pb_ds/example/tree_join.cc: Same.
4002         * testsuite/ext/pb_ds/example/basic_map.cc: Same.
4003         * testsuite/ext/pb_ds/example/trie_split.cc: Same.
4004         * testsuite/ext/pb_ds/example/priority_queue_split_join.cc: Same.
4005         * testsuite/ext/pb_ds/example/priority_queue_dijkstra.cc: Same.
4006         * testsuite/ext/pb_ds/example/priority_queue_erase_if.cc: Same.
4007         * testsuite/ext/pb_ds/example/hash_mod.cc: Same.
4008         * testsuite/ext/pb_ds/example/tree_order_statistics_join.cc: Same.
4009         * testsuite/ext/pb_ds/example/trie_dna.cc: Same.
4010         * testsuite/ext/pb_ds/example/hash_initial_size.cc: Same.
4011         * testsuite/ext/pb_ds/example/basic_priority_queue.cc: Same.
4012         * testsuite/ext/pb_ds/example/tree_intervals.cc: Same.
4013         * testsuite/ext/pb_ds/example/basic_multimap.cc: Same.
4014         * testsuite/performance/ext: New.
4015         * testsuite/performance/ext/pb_ds: New.
4016         * testsuite/performance/ext/pb_ds/multimap_text_find_timing_small.cc: Same.
4017         * testsuite/performance/ext/pb_ds/text_find_timing.cc: Same.
4018         * testsuite/performance/ext/pb_ds/hash_random_int_erase_mem_usage.cc: Same.
4019         * testsuite/performance/ext/pb_ds/tree_text_insert_timing.cc: Same.
4020         * testsuite/performance/ext/pb_ds/priority_queue_text_modify_down_timing.cc: Same.
4021         * testsuite/performance/ext/pb_ds/random_int_subscript_find_timing.cc: Same.
4022         * testsuite/performance/ext/pb_ds/priority_queue_text_push_timing.cc: Same.
4023         * testsuite/performance/ext/pb_ds/tree_split_join_timing.cc: Same.
4024         * testsuite/performance/ext/pb_ds/random_int_find_timing.cc: Same.
4025         * testsuite/performance/ext/pb_ds/multimap_text_insert_timing_large.cc: Same.
4026         * testsuite/performance/ext/pb_ds/multimap_text_insert_mem_usage.hpp: Same.
4027         * testsuite/performance/ext/pb_ds/priority_queue_random_int_push_timing.cc: Same.
4028         * testsuite/performance/ext/pb_ds/multimap_text_find_timing.hpp: Same.
4029         * testsuite/performance/ext/pb_ds/priority_queue_text_modify_timing.hpp: Same.
4030         * testsuite/performance/ext/pb_ds/tree_order_statistics_timing.cc: Same.
4031         * testsuite/performance/ext/pb_ds/priority_queue_text_modify_up_timing.cc: Same.
4032         * testsuite/performance/ext/pb_ds/multimap_text_insert_mem_usage_large.cc: Same.
4033         * testsuite/performance/ext/pb_ds/priority_queue_text_push_pop_timing.cc: Same.
4034         * testsuite/performance/ext/pb_ds/multimap_text_find_timing_large.cc: Same.
4035         * testsuite/performance/ext/pb_ds/priority_queue_text_join_timing.cc: Same.
4036         * testsuite/performance/ext/pb_ds/multimap_text_insert_timing_small.cc: Same.
4037         * testsuite/performance/ext/pb_ds/priority_queue_random_int_push_pop_timing.cc: Same.
4038         * testsuite/performance/ext/pb_ds/random_int_subscript_insert_timing.cc: Same.
4039         * testsuite/performance/ext/pb_ds/tree_text_lor_find_timing.cc: Same.
4040         * testsuite/performance/ext/pb_ds/priority_queue_text_pop_mem_usage.cc: Same.
4041         * testsuite/performance/ext/pb_ds/multimap_text_insert_timing.hpp: Same.
4042         * testsuite/performance/ext/pb_ds/hash_zlob_random_int_find_timing.cc: Same.
4043         * testsuite/performance/ext/pb_ds/multimap_text_insert_mem_usage_small.cc: Same.
4044         * testsuite/data/make_graph_test_infos.xml: Same.
4045         * testsuite/data/thirty_years_among_the_dead_preproc.txt: New.
4046         * testsuite/data/make_graph_htmls.xml: Same.
4047         * testsuite/util/regression: New.
4048         * testsuite/util/regression/trait: New.
4049         * testsuite/util/regression/trait/priority_queue: New.
4050         * testsuite/util/regression/trait/priority_queue/trait.hpp: Same.
4051         * testsuite/util/regression/trait/erase_if_fn.hpp: Same.
4052         * testsuite/util/regression/trait/assoc: New.
4053         * testsuite/util/regression/trait/assoc/native_type_trait.hpp: Same.
4054         * testsuite/util/regression/trait/assoc/node_update_trait.hpp: Same.
4055         * testsuite/util/regression/trait/assoc/get_set_load_trait.hpp: Same.
4056         * testsuite/util/regression/trait/assoc/get_set_loads_trait.hpp: Same.
4057         * testsuite/util/regression/trait/assoc/trait.hpp: Same.
4058         * testsuite/util/regression/trait/assoc/type_trait.hpp: Same.
4059         * testsuite/util/regression/trait/assoc/resize_trait.hpp: Same.
4060         * testsuite/util/regression/trait/assoc/to_string.hpp: Same.
4061         * testsuite/util/regression/rand: New.
4062         * testsuite/util/regression/rand/priority_queue: New.
4063         * testsuite/util/regression/rand/priority_queue/detail: New.
4064         * testsuite/util/regression/rand/priority_queue/detail/erase_fn_imps.hpp: Same.
4065         * testsuite/util/regression/rand/priority_queue/detail/cmp_fn_imps.hpp: Same.
4066         * testsuite/util/regression/rand/priority_queue/detail/policy_access_fn_imps.hpp: Same.
4067         * testsuite/util/regression/rand/priority_queue/detail/defs_fn_imps.hpp: Same.
4068         * testsuite/util/regression/rand/priority_queue/detail/it_conversion_fn_imps.hpp: Same.
4069         * testsuite/util/regression/rand/priority_queue/detail/constructor_destructor_fn_imps.hpp: Same.
4070         * testsuite/util/regression/rand/priority_queue/detail/diagnostic_fn_imps.hpp: Same.
4071         * testsuite/util/regression/rand/priority_queue/detail/insert_fn_imps.hpp: Same.
4072         * testsuite/util/regression/rand/priority_queue/detail/clear_fn_imps.hpp: Same.
4073         * testsuite/util/regression/rand/priority_queue/detail/modify_fn_imps.hpp: Same.
4074         * testsuite/util/regression/rand/priority_queue/detail/split_join_fn_imps.hpp: Same.
4075         * testsuite/util/regression/rand/priority_queue/detail/operator_fn_imps.hpp: Same.
4076         * testsuite/util/regression/rand/priority_queue/rand_regression_test.hpp: Same.
4077         * testsuite/util/regression/rand/priority_queue/container_rand_regression_test.hpp: Same.
4078         * testsuite/util/regression/rand/io: New.
4079         * testsuite/util/regression/rand/io/priority_queue: New.
4080         * testsuite/util/regression/rand/io/priority_queue/xml_formatter.hpp: Same.
4081         * testsuite/util/regression/rand/io/assoc: New.
4082         * testsuite/util/regression/rand/io/assoc/xml_formatter.hpp: Same.
4083         * testsuite/util/regression/rand/io/xml_formatter.hpp: Same.
4084         * testsuite/util/regression/rand/assoc: New.
4085         * testsuite/util/regression/rand/assoc/detail: New.
4086         * testsuite/util/regression/rand/assoc/detail/subscript_fn_imps.hpp: Same.
4087         * testsuite/util/regression/rand/assoc/detail/cmp_fn_imps.hpp: Same.
4088         * testsuite/util/regression/rand/assoc/detail/policy_access_fn_imps.hpp: Same.
4089         * testsuite/util/regression/rand/assoc/detail/defs_fn_imps.hpp: Same.
4090         * testsuite/util/regression/rand/assoc/detail/it_conversion_fn_imps.hpp: Same.
4091         * testsuite/util/regression/rand/assoc/detail/diagnostic_fn_imps.hpp: Same.
4092         * testsuite/util/regression/rand/assoc/detail/clear_fn_imps.hpp: Same.
4093         * testsuite/util/regression/rand/assoc/detail/get_set_load_fn_imps.hpp: Same.
4094         * testsuite/util/regression/rand/assoc/detail/operator_fn_imps.hpp: Same.
4095         * testsuite/util/regression/rand/assoc/detail/erase_fn_imps.hpp: Same.
4096         * testsuite/util/regression/rand/assoc/detail/resize_fn_imps.hpp: Same.
4097         * testsuite/util/regression/rand/assoc/detail/constructor_destructor_fn_imps.hpp: Same.
4098         * testsuite/util/regression/rand/assoc/detail/insert_fn_imps.hpp: Same.
4099         * testsuite/util/regression/rand/assoc/detail/split_join_fn_imps.hpp: Same.
4100         * testsuite/util/regression/rand/assoc/detail/get_set_loads_fn_imps.hpp: Same.
4101         * testsuite/util/regression/rand/assoc/rand_regression_test.hpp: Same.
4102         * testsuite/util/regression/rand/assoc/container_rand_regression_test.hpp: Same.
4103         * testsuite/util/regression/priority_queue: New.
4104         * testsuite/util/regression/priority_queue/common_type.hpp: Same.
4105         * testsuite/util/regression/basic_type.hpp: Same.
4106         * testsuite/util/regression/assoc: New.
4107         * testsuite/util/regression/assoc/common_type.hpp: Same.
4108         * testsuite/util/regression/res_mng: New.
4109         * testsuite/util/regression/res_mng/forced_exception.hpp: Same.
4110         * testsuite/util/regression/res_mng/dbg_ex_allocator_base.cc: Same.
4111         * testsuite/util/regression/res_mng/dbg_ex_allocator_base.hpp: Same.
4112         * testsuite/util/regression/res_mng/dbg_ex_allocator.hpp: Same.
4113         * testsuite/util/rng: New.
4114         * testsuite/util/rng/twister_rand_gen.cc: Same.
4115         * testsuite/util/rng/twister_rand_gen.hpp: Same.
4116         * testsuite/util/native_type: New.
4117         * testsuite/util/native_type/priority_queue: New.
4118         * testsuite/util/native_type/priority_queue/native_priority_queue.hpp: Same.
4119         * testsuite/util/native_type/priority_queue/native_pq_tag.hpp: Same.
4120         * testsuite/util/native_type/assoc: New.
4121         * testsuite/util/native_type/assoc/native_multimap.hpp: Same.
4122         * testsuite/util/native_type/assoc/native_tree_tag.hpp: Same.
4123         * testsuite/util/native_type/assoc/native_set.hpp: Same.
4124         * testsuite/util/native_type/assoc/native_hash_multimap.hpp: Same.
4125         * testsuite/util/native_type/assoc/native_map.hpp: Same.
4126         * testsuite/util/native_type/assoc/native_hash_tag.hpp: Same.
4127         * testsuite/util/native_type/assoc/native_hash_set.hpp: Same.
4128         * testsuite/util/native_type/assoc/native_hash_map.hpp: Same.
4129         * testsuite/util/common_type: New.
4130         * testsuite/util/common_type/priority_queue
4131         * testsuite/util/common_type/priority_queue/common_type.hpp: Same.
4132         * testsuite/util/common_type/priority_queue/string_form.hpp: Same.
4133         * testsuite/util/common_type/priority_queue/detail
4134         * testsuite/util/common_type/priority_queue/detail/ds_string_form.hpp: Same.
4135         * testsuite/util/common_type/assoc: New.
4136         * testsuite/util/common_type/assoc/common_type.hpp: Same.
4137         * testsuite/util/common_type/assoc/string_form.hpp: Same.
4138         * testsuite/util/common_type/assoc/template_policy.hpp: Same.
4139         * testsuite/util/common_type/assoc/detail: New.
4140         * testsuite/util/common_type/assoc/detail/resize_policy_string_form.hpp: Same.
4141         * testsuite/util/common_type/assoc/detail/trigger_policy_string_form.hpp: Same.
4142         * testsuite/util/common_type/assoc/detail/ds_string_form.hpp: Same.
4143         * testsuite/util/common_type/assoc/detail/comb_hash_fn_string_form.hpp: Same.
4144         * testsuite/util/common_type/assoc/detail/size_policy_string_form.hpp: Same.
4145         * testsuite/util/common_type/assoc/detail/probe_fn_string_form.hpp: Same.
4146         * testsuite/util/common_type/assoc/detail/tree_supports_order_statistics.hpp: Same.
4147         * testsuite/util/common_type/assoc/detail/trie_supports_prefix_search.hpp: Same.
4148         * testsuite/util/common_type/assoc/detail/list_update_policy_string_form.hpp: Same.
4149         * testsuite/util/common_type/assoc/detail/trie_supports_order_statistics.hpp: Same.
4150         * testsuite/util/common_type/assoc/detail/store_hash_string_form.hpp: Same.
4151         * testsuite/util/common_type/assoc/native_set.hpp: Same.
4152         * testsuite/util/performance: New.
4153         * testsuite/util/performance/priority_queue: New.
4154         * testsuite/util/performance/priority_queue/mem_usage: New.
4155         * testsuite/util/performance/priority_queue/mem_usage/pop_test.hpp: Same.
4156         * testsuite/util/performance/priority_queue/timing: New.
4157         * testsuite/util/performance/priority_queue/timing/push_pop_test.hpp: Same.
4158         * testsuite/util/performance/priority_queue/timing/push_test.hpp: Same.
4159         * testsuite/util/performance/priority_queue/timing/join_test.hpp: Same.
4160         * testsuite/util/performance/priority_queue/timing/modify_test.hpp: Same.
4161         * testsuite/util/performance/io: New.
4162         * testsuite/util/performance/io/xml_formatter.hpp: Same.
4163         * testsuite/util/performance/assoc: New.
4164         * testsuite/util/performance/assoc/mem_usage: New.
4165         * testsuite/util/performance/assoc/mem_usage/multimap_insert_test.hpp: Same.
4166         * testsuite/util/performance/assoc/mem_usage/erase_test.hpp: Same.
4167         * testsuite/util/performance/assoc/multimap_common_type.hpp: Same.
4168         * testsuite/util/performance/assoc/timing: New.
4169         * testsuite/util/performance/assoc/timing/common_type.hpp: Same.
4170         * testsuite/util/performance/assoc/timing/multimap_insert_test.hpp: Same.
4171         * testsuite/util/performance/assoc/timing/subscript_find_test.hpp: Same.
4172         * testsuite/util/performance/assoc/timing/find_test.hpp: Same.
4173         * testsuite/util/performance/assoc/timing/subscript_insert_test.hpp: Same.
4174         * testsuite/util/performance/assoc/timing/insert_test.hpp: Same.
4175         * testsuite/util/performance/assoc/timing/tree_order_statistics_test.hpp: Same.
4176         * testsuite/util/performance/assoc/timing/multimap_find_test.hpp: Same.
4177         * testsuite/util/performance/assoc/timing/tree_split_join_test.hpp: Same.
4178         * testsuite/util/performance/time: New.
4179         * testsuite/util/performance/time/elapsed_timer.cc: Same.
4180         * testsuite/util/performance/time/elapsed_timer.hpp: Same.
4181         * testsuite/util/performance/time/timing_test_base.hpp: Same.
4182         * testsuite/util/performance/mem: New.
4183         * testsuite/util/performance/mem/mem_track_allocator_base.hpp: Same.
4184         * testsuite/util/performance/mem/mem_track_allocator.hpp: Same.
4185         * testsuite/util/hash_fn: New.
4186         * testsuite/util/hash_fn/limit_string_hash_fn.hpp: Same.
4187         * testsuite/util/hash_fn/string_ranged_hash_fn.hpp: Same.
4188         * testsuite/util/hash_fn/string_hash_fn.hpp: Same.
4189         * testsuite/util/hash_fn/string_ranged_probe_fn.hpp: Same.
4190         * testsuite/util/hash_fn/dna_str_limit.hpp: Same.
4191         * testsuite/util/io: New.
4192         * testsuite/util/io/prog_bar.cc: Same.
4193         * testsuite/util/io/prog_bar.hpp: Same.
4194         * testsuite/util/io/text_populate.hpp: Same.
4195         * testsuite/util/io/xml.hpp: Same.
4196         * testsuite/util/io/illegal_input_error.hpp: Same.
4197         * testsuite/util/io/xml_test_formatter.hpp: Same.
4198         * testsuite/util/io/verified_cmd_line_input.cc: Same.
4199         * testsuite/util/io/verified_cmd_line_input.hpp: Same.
4200         * testsuite/util/statistic: New.
4201         * testsuite/util/statistic/sample_var.hpp: Same.
4202         * testsuite/util/statistic/res_recorder.hpp: Same.
4203         * testsuite/util/statistic/sample_mean.hpp: Same.
4204         * testsuite/util/statistic/sample_mean_confidence_checker.hpp: Same.
4205         
4206 2006-06-12  Paolo Carlini  <pcarlini@suse.de>
4207
4208         PR libstdc++/26970
4209         * config/locale/gnu/c_locale.h (__convert_from_v<>): Change to
4210         variadic function, instead of template function.
4211         * config/locale/generic/c_locale.h (__convert_from_v<>): Likewise.
4212         * include/bits/locale_facets.tcc (num_put<>::_M_insert_float):
4213         Adjust.
4214         (money_put<>::do_put(long double)): Likewise.
4215         * src/locale-misc-inst.cc: Remove.
4216         * src/Makefile.am: Adjust.
4217         * src/Makefile.in: Regenerate.
4218
4219 2006-06-09  Paolo Carlini  <pcarlini@suse.de>
4220
4221         * include/tr1/random (random_device::random_device(const
4222         std::string& = "/dev/urandom")): Open in binary mode.
4223
4224         * include/tr1/random (random_device::random_device(const
4225         std::string& = "rand")): Use mersenne_twister.
4226         (random_device::_M_strtoul): New.
4227         (random_device::operator()()): Update.
4228
4229         * include/tr1/random: Minor stylistic changes, consistently
4230         qualify with std::.
4231
4232 2006-06-09  Paolo Carlini  <pcarlini@suse.de>
4233
4234         * acinclude.m4 ([GLIBCXX_CHECK_RANDOM_TR1]): New, check for
4235         the availability of "/dev/random" and "/dev/urandom".
4236         * configure.ac: Use it.
4237         * include/tr1/random (random_device): Implement, a fall-back for
4238         systems not providing "/dev/random" and "/dev/urandom" included.
4239         * testsuite/tr1/5_numerical_facilities/random/random_device/
4240         cons/default.cc: New.
4241         * testsuite/tr1/5_numerical_facilities/random/random_device/
4242         cons/token.cc: Likewise.
4243         * testsuite/tr1/5_numerical_facilities/random/random_device/
4244         requirements/typedefs.cc: Likewise.
4245         * config.h.in: Regenerate.
4246         * configure: Likewise.
4247
4248         * testsuite/tr1/5_numerical_facilities/random/mersenne_twister/
4249         cons/gen1.cc: Minor tweak, add bool test.
4250
4251 2006-06-06  Benjamin Kosnik  <bkoz@redhat.com>
4252
4253         * testsuite/util: New directory.
4254         * testsuite/testsuite_hooks.cc: Move to util sub-directory.
4255         * testsuite/testsuite_abi_check.cc: Same.
4256         * testsuite/testsuite_abi.cc: Same.
4257         * testsuite/testsuite_tr1.h: Same.
4258         * testsuite/testsuite_io.h: Same.
4259         * testsuite/testsuite_iterators.h: Same.
4260         * testsuite/testsuite_allocator.cc: Same.
4261         * testsuite/testsuite_allocator.h: Same.
4262         * testsuite/testsuite_hooks.h: Same.
4263         * testsuite/testsuite_character.cc: Same.
4264         * testsuite/testsuite_abi.h: Same.
4265         * testsuite/testsuite_character.h: Same.
4266         * testsuite/testsuite_visualization.h: Same.
4267         * testsuite/testsuite_performance.h: Same.
4268         * testsuite/testsuite_shared.cc: Same.
4269         * testsuite/testsuite_common_types.h: Same.
4270
4271         * testsuite/lib/libstdc++.exp (v3-build_support): Adjust paths.
4272         * testsuite/libstdc++-abi/abi.exp: Same.
4273         * testsuite/libstdc++-dg/conformance.exp: Remove any files in the
4274         utilities subdirectory from the list of test cases.
4275         
4276         * scripts/testsuite_flags.in (build-includes): Adjust path for
4277         testsuite includes.
4278         * scripts/create_testsuite_files (dlist): Don't let utility files
4279         creep into the testsuite_files list.
4280         
4281 2006-06-06  Paolo Carlini  <pcarlini@suse.de>
4282
4283         * include/tr1/random (mersenne_twister<>::operator==,
4284         operator!=, operator<<, operator>>): Implement.
4285         * testsuite/tr1/5_numerical_facilities/random/mersenne_twister/
4286         operators/equal.cc: New.        
4287         * testsuite/tr1/5_numerical_facilities/random/mersenne_twister/
4288         operators/not_equal.cc: Likewise.
4289         * testsuite/tr1/5_numerical_facilities/random/mersenne_twister/
4290         operators/serialize.cc: Likewise.
4291
4292         * include/tr1/random (subtract_with_carry<>::operator==): Fix,
4293         compare the whole state; use std::equal.
4294
4295         * include/tr1/random: Minor formatting and style changes.
4296
4297 2006-06-06  Benjamin Kosnik  <bkoz@redhat.com>
4298
4299         * testsuite/tr1/5_numerical_facilies: Move to...
4300         * testsuite/tr1/5_numerical_facilities: ...this.        
4301
4302 2006-06-06  Paolo Carlini  <pcarlini@suse.de>
4303
4304         * include/tr1/random: Trivial uglification fixes.
4305         * include/tr1/random.tcc: Likewise.
4306
4307         * include/tr1/random (subtract_with_carry<>::
4308         subtract_with_carry(_IntType)): Fix parameter type to unsigned long.
4309         (subtract_with_carry<>::seed(_IntType)): Likewise.
4310         * include/tr1/random.tcc (subtract_with_carry<>::seed(_IntType)):
4311         Adjust.
4312
4313 2006-06-05  Paolo Carlini  <pcarlini@suse.de>
4314
4315         * include/tr1/random (mersenne_twister<>::seed()): Fix per
4316         tr1/5.1.4.2, p8.
4317         * include/tr1/random.tcc (mod_w): Add.
4318         (mersenne_twister<>::seed(unsigned long)): Fix per tr1/5.1.4.2, p9.
4319         (mersenne_twister<>::seed(Gen&, false_type)): Adjust to use mod_w.
4320         * testsuite/tr1/5_numerical_facilies/random/mt19937.cc: Fix
4321         expected result per tr1/5.1.5, p2.
4322         * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
4323         cons/default.cc: Adjust.
4324
4325         * include/tr1/random (exponential_distribution<>::operator()()): Fix.
4326
4327 2006-06-05  Paolo Carlini  <pcarlini@suse.de>
4328
4329         * include/tr1/random.tcc (Max::value()): Cast 1 to Tp(1) and
4330         adjust shift count to w; rename as Max_w.
4331         (struct Mod_w): New.
4332         (mersenne_twister<>::seed(Gen&, false_type): Use the latter.
4333         (mersenne_twister<>::operator()()): Fix ~0ul to ~_UInt().
4334         * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
4335         cons/default.cc: Fix ~0ul to 2^32-1.
4336         * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
4337         cons/gen1.cc: Likewise.
4338
4339 2006-06-05  Stephen M. Webb  <stephen.webb@bregmasoft.com>
4340
4341         * include/tr1/random: New.
4342         * include/tr1/random.tcc: Likewise.
4343         * include/Makefile.am: Add.
4344         * testsuite/tr1/5_numerical_facilies/random/ranlux3.cc: New.
4345         * testsuite/tr1/5_numerical_facilies/random/ranlux4.cc: Likewise.
4346         * testsuite/tr1/5_numerical_facilies/random/mt19937.cc: Likewise.
4347         * testsuite/tr1/5_numerical_facilies/random/variate_generator/
4348         requirements/typedefs.cc: Likewise.
4349         * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
4350         cons/seed1.cc: Likewise.
4351         * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
4352         cons/seed2.cc: Likewise.
4353         * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
4354         cons/default.cc: Likewise.
4355         * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
4356         cons/gen1.cc: Likewise.
4357         * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
4358         requirements/typedefs.cc: Likewise.
4359         * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
4360         operators/equal.cc: Likewise.
4361         * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
4362         operators/not_equal.cc: Likewise.
4363         * testsuite/tr1/5_numerical_facilies/random/subtract_with_carry/
4364         operators/serialize.cc: Likewise.
4365         * testsuite/tr1/5_numerical_facilies/random/uniform_real/
4366         requirements/typedefs.cc: Likewise.
4367         * testsuite/tr1/5_numerical_facilies/random/discard_block/
4368         requirements/requirements.cc: Likewise.
4369         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
4370         cons/seed1.cc: Likewise.
4371         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
4372         cons/seed2.cc: Likewise.
4373         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
4374         cons/default.cc: Likewise.
4375         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
4376         cons/gen1.cc: Likewise.
4377         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
4378         requirements/non_uint_neg.cc: Likewise.
4379         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
4380         requirements/typedefs.cc: Likewise.
4381         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
4382         operators/equal.cc: Likewise.
4383         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
4384         operators/not_equal.cc: Likewise.
4385         * testsuite/tr1/5_numerical_facilies/random/linear_congruential/
4386         operators/serialize.cc: Likewise.
4387         * testsuite/tr1/5_numerical_facilies/random/xor_combine/
4388         requirements/typedefs.cc: Likewise.
4389         * testsuite/tr1/5_numerical_facilies/random/minstd_rand.cc: Likewise.
4390         * testsuite/tr1/5_numerical_facilies/random/minstd_rand0.cc: Likewise.
4391         * testsuite/tr1/5_numerical_facilies/random/uniform_int/
4392         cons/range.cc: Likewise.
4393         * testsuite/tr1/5_numerical_facilies/random/uniform_int/
4394         cons/default.cc: Likewise.
4395         * testsuite/tr1/5_numerical_facilies/random/uniform_int/
4396         cons/range_neg.cc: Likewise.
4397         * testsuite/tr1/5_numerical_facilies/random/uniform_int/
4398         requirements/typedefs.cc: Likewise.
4399         * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
4400         cons/seed1.cc: Likewise.
4401         * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
4402         cons/seed2.cc: Likewise.
4403         * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
4404         cons/default.cc: Likewise.
4405         * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
4406         cons/gen1.cc: Likewise.
4407         * testsuite/tr1/5_numerical_facilies/random/mersenne_twister/
4408         requirements/typedefs.cc: Likewise.
4409         * include/Makefile.in: Regenerate.
4410         * testsuite/tr1/headers.cc: Update.
4411
4412 2006-06-04  Paolo Carlini  <pcarlini@suse.de>
4413
4414         PR libstdc++/27867
4415         * include/bits/valarray_before.h (struct _BinClos<_Oper, _ValArray,
4416         _ValArray, _Tp, _Tp>): Fix value_type typedef.
4417         * testsuite/26_numerics/valarray/27867.cc: New.
4418
4419 2006-05-29  Paolo Carlini  <pcarlini@suse.de>
4420
4421         PR libstdc++/24692
4422         * include/bits/atomicity.h (__exchange_and_add_multi,
4423         __atomic_add_multi): New, depending on _GLIBCXX_ATOMIC_BUILTINS,
4424         inline the atomic builtins.
4425         (__exchange_and_add_dispatch, __atomic_add_dispatch): Adjust.
4426         * configure.ac: Define _GLIBCXX_ATOMIC_BUILTINS when the atomic
4427         builtins are available.
4428         * configure: Regenerate.
4429         * config.h.in: Likewise.
4430
4431 2006-05-27  Paolo Carlini  <pcarlini@suse.de>
4432
4433         * configure.host: If the CPU provides atomic builtins select
4434         generic/atomic_builtins/atomicity.h.
4435         * config/cpu/generic/atomic_builtins/atomicity.h: Add.
4436         * config/cpu/powerpc/atomicity.h: Remove.
4437         * config/cpu/ia64/atomicity.h: Likewise.
4438         * config/cpu/alpha/atomicity.h: Likewise.
4439         * config/cpu/s390/atomicity.h: Likewise.
4440
4441 2006-05-26  Carlos O'Donell  <carlos@codesourcery.com>
4442
4443         * Makefile.am: Add install-html target. Add install-html to .PHONY
4444         * Makefile.in: Regenerate.
4445
4446 2006-05-24  Paolo Carlini  <pcarlini@suse.de>
4447
4448         PR libstdc++/24704
4449         * include/bits/atomicity.h (__exchange_and_add_single,
4450         __atomic_add_single): New, single thread versions of the atomic
4451         functions.
4452         (__exchange_and_add_dispatch, __atomic_add_dispatch): New,
4453         depending on __GTHREADS and __gthread_active_p() dispatch either
4454         to the above or to the existing atomic functions.
4455         * include/ext/pool_allocator.h: Update callers.
4456         * include/ext/rc_string_base.h: Likewise.
4457         * include/bits/locale_classes.h: Likewise.
4458         * include/bits/basic_string.h: Likewise.
4459         * include/bits/ios_base.h: Likewise.
4460         * include/tr1/boost_shared_ptr.h: Likewise.
4461         * src/ios.cc: Likewise.
4462         * src/locale.cc: Likewise.
4463         * src/ios_init.cc: Likewise.
4464
4465 2006-05-23  Paolo Carlini  <pcarlini@suse.de>
4466
4467         * testsuite/testsuite_shared.cc: Fix --enable-threads=single build.
4468
4469 2006-05-19  Paolo Carlini  <pcarlini@suse.de>
4470
4471         * testsuite/27_io/objects/wchar_t/9661-1.cc: Avoid leaking the
4472         semaphores if a VERIFY fails.
4473         * testsuite/27_io/objects/wchar_t/7.cc: Likewise.
4474         * testsuite/27_io/objects/char/9661-1.cc: Likewise.
4475         * testsuite/27_io/objects/char/7.cc: Likewise.
4476         * testsuite/27_io/basic_filebuf/seekoff/char/26777.cc: Likewise.
4477         * testsuite/27_io/basic_filebuf/imbue/wchar_t/14975-2.cc: Likewise.
4478         * testsuite/27_io/basic_filebuf/imbue/char/13171-2.cc: Likewise.
4479         * testsuite/27_io/basic_filebuf/close/char/4879.cc: Likewise.
4480         * testsuite/27_io/basic_filebuf/close/char/9964.cc: Likewise.
4481         * testsuite/27_io/basic_filebuf/underflow/char/10097.cc: Likewise.
4482
4483 2006-05-17  Paolo Carlini  <pcarlini@suse.de>
4484
4485         * include/tr1/hashtable (hashtable<>::m_find): Remove; update callers.
4486
4487         * include/tr1/hashtable (map_base<>::operator[]): Move out of line.
4488
4489         * include/tr1/hashtable (hashtable<>::m_insert(const value_type&,
4490         std::tr1::false_type)): Avoid memory leak risk for new_node.
4491
4492 2006-05-15  Paolo Carlini  <pcarlini@suse.de>
4493
4494         * include/tr1/hashtable (hashtable<>::m_find, m_insert_bucket): Add.
4495         (hashtable<>::find, m_insert(const value_type&, std::tr1::true_type),
4496         map_base<>::operator[]): Use the above.
4497         * testsuite/performance/23_containers/insert/unordered_map_array.cc:
4498         New.    
4499
4500         * include/tr1/hashtable (hashtable<>::find_node,
4501         insert(const value_type&, ...), erase_node): Rename to m_*, adjust
4502         callers.
4503         * include/tr1/hashtable: Minor cosmetic changes.
4504
4505 2006-05-13  Peter Doerfler  <gcc@pdoerfler.com>
4506
4507         * include/tr1/hashtable (identity<>::operator(),
4508         extract1st<>::operator()): Return by const ref.
4509
4510 2006-05-10  Steve Ellcey  <sje@cup.hp.com>
4511
4512         * testsuite/lib/libstdc++.exp (check_v3_target_cxa_atexit):
4513         Move to gcc subdir.
4514         * testsuite/lib/dg-options.exp (dg-require-iconv): Remove.
4515         (dg-require-cxa-atexit): Move to gcc subdir.
4516
4517 2006-05-10  Paolo Carlini  <pcarlini@suse.de>
4518             Peter Doerfler  <gcc@pdoerfler.com>
4519
4520         * include/tr1/hashtable (hashtable_iterator<>::hashtable_iterator(),
4521         hashtable_const_iterator<>::hashtable_const_iterator(),
4522         node_iterator<>::node_iterator(),
4523         node_const_iterator<>::node_const_iterator()): Add.
4524         (node_iterator<>::node_iterator(hash_node<>*),
4525         node_const_iterator<>::node_const_iterator(hash_node<>*)): Tweak,
4526         remove default.
4527         * testsuite/tr1/6_containers/unordered/hashtable/
4528         iterators_default_constructor.c: New.
4529
4530 2006-05-10  Marc Glisse  <marc.glisse@normalesup.org>
4531
4532         * include/ext/pool_allocator.h: Add missing std:: qualifications.
4533         * include/ext/mt_allocator.h: Likewise.
4534         * include/ext/pb_assoc/detail/resize_policy/
4535         hash_load_check_resize_trigger_imp.hpp: Likewise.
4536         * include/ext/pb_assoc/detail/resize_policy/
4537         hash_standard_resize_policy_imp.hpp: Likewise.
4538         * include/ext/pb_assoc/detail/lu_policy/
4539         counter_lu_metadata_imp.hpp: Likewise.
4540         * include/ext/pb_assoc/detail/map_debug_base.hpp: Likewise.
4541         * libsupc++/eh_alloc.cc: Typo: memcpy -> memset.
4542
4543 2006-05-07  Paolo Carlini  <pcarlini@suse.de>
4544
4545         * include/tr1/type_traits (integral_constant<>::value): Define.
4546         * testsuite/tr1/4_metaprogramming/helper_classes/static_definition.cc:
4547         New.
4548
4549 2006-05-04  Douglas Gregor  <dgregor@cs.indiana.edu>
4550
4551         PR libstdc++/27404
4552         * include/ext/rope (_Rope_const_iterator<>::operator*() const,
4553         _Rope_iterator<>::operator*() const): Add.
4554
4555 2006-05-01  Paolo Carlini  <pcarlini@suse.de>
4556
4557         * acinclude.m4 (GLIBCXX_ENABLE_WCHAR_T): Always check the
4558         presence of wctype.h, for use in GLIBCXX_ENABLE_C99.
4559         * configure: Regenerate.
4560
4561 2006-04-29  Paolo Carlini  <pcarlini@suse.de>
4562
4563         * include/bits/locale_facets.tcc (num_get<>::_M_extract_float):
4564         Special case main parsing loop for !_M_allocated (i.e., "C" locale).
4565         (num_get<>::_M_extract_int): Likewise.
4566         * include/bits/locale_facets.h (num_get<>::_M_find): New.
4567
4568 2006-04-27  Benjamin Kosnik  <bkoz@redhat.com>
4569
4570         * docs/html/17_intro/TODO: Update.
4571         
4572 2006-04-26  Benjamin Kosnik  <bkoz@redhat.com>
4573
4574         PR libstdc++/26875
4575         * include/ext/array_allocator.h (array_allocator): _M_used, new
4576         data member.  
4577         * testsuite/ext/array_allocator/26875.cc: New.
4578         
4579 2006-04-26  Shantonu Sen  <ssen@opendarwin.org>
4580
4581         PR libstdc++/26513
4582         * scripts/make_exports.pl: Use $ENV{NM_FOR_TARGET}, if present.
4583
4584 2006-04-23  Marc Glisse  <marc.glisse@normalesup.org>
4585
4586         PR libstdc++/27199
4587         * ext/pool_allocator.h: Add using declarations for size_t, ptrdiff_t.
4588         * ext/bitmap_allocator.h: Likewise; qualify with std::.
4589         * ext/new_allocator.h: Likewise.
4590         * ext/malloc_allocator.h: Likewise.
4591         * ext/array_allocator.h: Likewise.
4592         * ext/mt_allocator.h: Likewise.
4593         * ext/functional: Likewise for size_t.
4594         * ext/debug_allocator.h: Likewise.
4595         * bits/char_traits.h: Qualify with std:: size_t.
4596         * debug/hash_multimap.h: Likewise.
4597
4598 2006-04-23  Paolo Carlini  <pcarlini@suse.de>
4599
4600         * docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 42.
4601
4602 2006-04-19  Paolo Carlini  <pcarlini@suse.de>
4603
4604         PR libstdc++/26424
4605         * include/tr1/hashtable (X<>::primes): Extend for 64-bit machines.
4606         (X<>::n_primes): Adjust.
4607         (prime_rehash_policy::next_bkt, bkt_for_elements, need_rehash): Adjust.
4608
4609 2006-04-18  Paolo Carlini  <pcarlini@suse.de>
4610
4611         * docs/html/faq/index.html ([5.5]): Adjust to mention function
4612         objects and reference_wrapper; minor tweaks.
4613         * docs/html/faq/index.txt: Regenerate.
4614
4615 2006-04-16  Paolo Carlini  <pcarlini@suse.de>
4616
4617         PR libstdc++/6702 (again)
4618         * acinclude.m4 (GLIBCXX_ENABLE_C99): Don't check non-C99
4619         wchar_t functions...
4620         (GLIBCXX_ENABLE_WCHAR_T): ... do that here.
4621         * configure.ac: Adjust order of checks.
4622         * configure: Regenerate.
4623
4624 2006-04-14  Douglas Gregor  <dgregor@cs.indiana.edu>
4625
4626         PR libstdc++/27162
4627         * include/bits/stl_algo.h (__search_n(,,,, _BinaryPredicate,
4628         std::forward_iterator_tag)): Use __binary_pred, not ==.
4629
4630 2006-04-10  Matthias Klose  <doko@debian.org>
4631
4632         * testsuite/lib/libstdc++.exp (libstdc++_init): Recognize multilib
4633         directory names containing underscores.
4634
4635 2006-04-10  Paolo Carlini  <pcarlini@suse.de>
4636
4637         DR 538, [Ready]
4638         * include/bits/stl_algo.h (__unique_copy(,,, input_iterator_tag,
4639         output_iterator_tag), and predicated counterpart): Revert to the
4640         algorithm pre-DR 241, i.e., value_type of InputIterator is now
4641         required to be Assignable too.
4642         * testsuite/25_algorithms/unique_copy/3.cc: Remove.
4643         * docs/html/ext/howto.html: Add an entry for DR 538.
4644
4645 2006-03-29  Benjamin Kosnik  <bkoz@redhat.com>
4646
4647         * testsuite/data/sgetn.txt: Correct copyright holder.
4648         * testsuite/data/wistream_extractor_other-1.tst: Same.
4649         * testsuite/data/wistream_extractor_other-2.tst: Same.
4650         * testsuite/data/istream_extractor_other-1.txt: Same.
4651         * testsuite/data/filebuf_virtuals-1.txt: Same.
4652         * testsuite/data/wostream_inserter_other-1.tst: Same.
4653         * testsuite/data/wostream_inserter_other-2.tst: Same.
4654         * testsuite/data/ostream_inserter_other-1.tst: Same.
4655         * testsuite/data/ostream_inserter_other-2.tst: Same.
4656         * testsuite/data/wistream_extractor_other-1.txt: Same.
4657         * testsuite/data/istream_extractor_other-1.tst: Same.
4658         * testsuite/data/istream_extractor_other-2.tst: Same.
4659         * testsuite/data/filebuf_virtuals-1.tst: Same.
4660         * testsuite/27_io/basic_filebuf/sgetn/char/1-in.cc: Adjust test
4661         conditions.
4662         * testsuite/27_io/basic_filebuf/sgetn/char/1-io.cc: Same.
4663         * testsuite/27_io/basic_filebuf/sgetn/char/2-in.cc: Same.
4664         * testsuite/27_io/basic_filebuf/sgetn/char/2-io.cc: Same.
4665
4666 2006-03-28  Paolo Carlini  <pcarlini@suse.de>
4667
4668         * include/ext/vstring.h (operator[]): Allow s[s.size()] in
4669         debug mode, but not pedantic mode.
4670
4671 2006-03-24  Mark Mitchell  <mark@codesourcery.com>
4672             Joseph S. Myers  <joseph@codesourcery.com>
4673
4674         PR libstdc++/20448
4675         PR libstdc++/20451
4676         * scripts/testsuite_flags.in (--cxxflags): Don't define LOCALEDIR.
4677         * testsuite/lib/libstdc++.exp (libstdc++_init): Always define
4678         LOCALEDIR to ".".
4679         (v3-build_support): Build MO files.
4680
4681 2006-03-22  Paolo Carlini  <pcarlini@suse.de>
4682
4683         PR libstdc++/26777
4684         * include/bits/fstream.tcc (basic_filebuf<>::_M_seek): Check
4685         the return value of _M_file.seekoff.
4686         * testsuite/27_io/basic_filebuf/seekoff/char/26777.cc: New.
4687
4688 2006-03-21  Paolo Carlini  <pcarlini@suse.de>
4689
4690         PR libstdc++/25482
4691         * include/bits/stl_algobase.h (__copy_aux(_CharT*, _CharT*,
4692         ostreambuf_iterator<_CharT>), __copy_aux(const _CharT*, const _CharT*,
4693         ostreambuf_iterator<_CharT>), __copy_aux(istreambuf_iterator<_CharT>,
4694         istreambuf_iterator<_CharT>, _CharT*), copy(istreambuf_iterator<_CharT>,
4695         istreambuf_iterator<_CharT>, ostreambuf_iterator<_CharT>)): Declare.
4696         * include/bits/stl_algo.h (find(istreambuf_iterator<_CharT>,
4697         istreambuf_iterator<_CharT>, _CharT)): Likewise.
4698         * include/bits/streambuf_iterator.h (copy(istreambuf_iterator<_CharT>,
4699         istreambuf_iterator<_CharT>, ostreambuf_iterator<_CharT>),
4700         __copy_aux(_CharT*, _CharT*, ostreambuf_iterator<_CharT>),
4701         __copy_aux(const _CharT*, const _CharT*, ostreambuf_iterator<_CharT>),
4702         __copy_aux(istreambuf_iterator<_CharT>, istreambuf_iterator<_CharT>,
4703         _CharT*), find(istreambuf_iterator<_CharT>, istreambuf_iterator<_CharT>,
4704         _CharT)): Define.
4705         (class istreambuf_iterator<>, class ostreambuf_iterator<>): Declare
4706         friends.
4707         * include/std/std_streambuf.h (class basic_streambuf<>): Likewise.
4708         * include/bits/cpp_type_traits.h (struct __is_char<>): Add.
4709         * testsuite/25_algorithms/copy/streambuf_iterators/char/1.cc: New.
4710         * testsuite/25_algorithms/copy/streambuf_iterators/char/2.cc: New.
4711         * testsuite/25_algorithms/copy/streambuf_iterators/char/3.cc: New.
4712         * testsuite/25_algorithms/copy/streambuf_iterators/char/4.cc: New.
4713         * testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/1.cc: New.
4714         * testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/2.cc: New.
4715         * testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/3.cc: New.
4716         * testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/4.cc: New.
4717         * testsuite/25_algorithms/find/istreambuf_iterators/char/1.cc: New.
4718         * testsuite/25_algorithms/find/istreambuf_iterators/char/2.cc: New.
4719         * testsuite/25_algorithms/find/istreambuf_iterators/wchar_t/1.cc: New.
4720         * testsuite/25_algorithms/find/istreambuf_iterators/wchar_t/2.cc: New.
4721         * testsuite/performance/25_algorithms/copy_streambuf_iterators.cc: New.
4722         * testsuite/performance/25_algorithms/find_istreambuf_iterators.cc: New.
4723
4724 006-03-13  Paolo Carlini  <pcarlini@suse.de>
4725
4726         * include/bits/postypes.h (fpos<>::operator==, operator!=): Remove,
4727         exploit conversion to streamoff.
4728         * testsuite/27_io/fpos/mbstate_t/5.cc: New.
4729
4730 2006-03-12  Howard Hinnant  <hhinnant@apple.com>
4731
4732         * testsuite/27_io/basic_filebuf/underflow/char/10097.cc:
4733         Fix race condition.
4734         * testsuite/27_io/objects/char/9661-1.cc: Likewise.
4735         * testsuite/27_io/objects/wchar_t/9661-1.cc: Likewise.
4736
4737 2006-03-10  Paolo Carlini  <pcarlini@suse.de>
4738
4739         * include/tr1/cmath: Add atan2 and pow bits; add using declarations.    
4740         * include/tr1/math.h: Add using declarations.
4741         * include/tr1/complex: Add using declarations.
4742         * testsuite/tr1/8_c_compatibility/cmath/functions.cc: Fully
4743         qualify calls.
4744         * testsuite/tr1/8_c_compatibility/cmath/overloads.cc: Likewise;
4745         add atan2 and pow bits.
4746         * testsuite/tr1/8_c_compatibility/complex/overloads_float.cc: Likewise.
4747         * testsuite/tr1/8_c_compatibility/complex/overloads_int.cc: Likewise;
4748         adjust polar bits.
4749
4750         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add checks for double_t
4751         and float_t typedefs.
4752         * include/tr1/cmath: Add double_t and float_t.
4753         * testsuite/tr1/8_c_compatibility/cmath/types.cc: New.
4754
4755         * include/tr1/ctgmath: New.
4756         * include/tr1/tgmath.h: Likewise.
4757         * include/Makefile.am: Add.
4758         * testsuite/tr1/headers.cc: Update.
4759
4760         * include/Makefile.in: Regenerate.
4761         * configure: Likewise.
4762
4763         * docs/html/ext/tr1.html: Update.
4764
4765 2006-03-08  Paolo Carlini  <pcarlini@suse.de>
4766
4767         Implement the resolution of DR 455, [DR].
4768         * src/ios_init.cc (ios_base::Init::Init()): Do it.
4769         * testsuite/27_io/objects/char/dr455.cc: New.
4770         * testsuite/27_io/objects/wchar_t/dr455.cc: Likewise.
4771         * docs/html/ext/howto.html: Add an entry for DR 455.
4772
4773 2006-03-07  Paolo Carlini  <pcarlini@suse.de>
4774
4775         * include/tr1/cmath: Add C99 overloads.
4776         * include/tr1/common.h (struct __promote_3): Add.
4777         * testsuite/tr1/8_c_compatibility/cmath/overloads.cc: New.
4778
4779         * testsuite/tr1/8_c_compatibility/cmath/functions.cc: Tweak.
4780         * testsuite/tr1/8_c_compatibility/complex/overloads_float.cc: Likewise.
4781
4782 2006-03-06  Paolo Carlini  <pcarlini@suse.de>
4783
4784         PR target/26532
4785         * config/io/c_io_stdio.h (struct __ios_flags): Remove.
4786         * include/bits/ios_base.h: Adjust consistently.
4787         (ios_base::_S_local_word_size): Change to an anonymous enum.
4788         * src/ios.cc: Do not define static const data of __ios_flags,
4789         likewise for ios_base::_S_local_word_size.      
4790         * include/bits/locale_classes.h (locale::_S_categories_size):
4791         Change to an anonymous enum.
4792         * src/locale.cc: Don't define.
4793
4794 2006-03-03  Paolo Carlini  <pcarlini@suse.de>
4795
4796         PR libstdc++/26526
4797         * config/abi/pre/gnu.ver (__copy_streambufs, 64-bit version): Add
4798         @GLIBCXX_3.4.8; move existing symbols @GLIBCXX_3.4.8 to 3.4.9.
4799         * configure.ac (libtool_VERSION): To 6:9:0.
4800         * testsuite/testsuite_abi.cc (check_version): Add GLIBCXX_3.4.9.
4801         * configure: Regenerate.
4802
4803 2006-03-02  Paolo Carlini  <pcarlini@suse.de>
4804
4805         * config/abi/pre/gnu.ver: Adjust __copy_streambufs_eof export
4806         vs 64-bit arches.
4807
4808 2006-03-01  Paolo Carlini  <pcarlini@suse.de>
4809
4810         * docs/html/ext/lwg-active.html, lwg-defects.html: Import Revision 41.
4811
4812 2006-02-27  Jakub Jelinek  <jakub@redhat.com>
4813
4814         PR other/26208
4815         * libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Use
4816         _Unwind_GetIPInfo instead of _Unwind_GetIP.
4817
4818 2006-02-27  Paolo Carlini  <pcarlini@suse.de>
4819
4820         PR libstdc++/14866
4821         * testsuite/27_io/ios_base/sync_with_stdio/1.cc: Redirect
4822         stderr instead.
4823
4824 2006-02-26  Paolo Carlini  <pcarlini@suse.de>
4825
4826         * include/tr1/cmath: Add templates (8.16.3).    
4827         * include/tr1/cstdbool: New.
4828         * include/tr1/stdbool.h: Likewise.
4829         * include/Makefile.am: Add.
4830         * testsuite/tr1/8_c_compatibility/cmath/templates.cc: New.
4831         * testsuite/tr1/headers.cc: Update.
4832         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add <stdbool.h> check.
4833         * docs/html/ext/tr1.html: Update.
4834         * include/Makefile.in: Regenerate.
4835         * config.h.in: Likewise.
4836         * configure: Likewise.
4837
4838 2006-02-24  Paolo Carlini  <pcarlini@suse.de>
4839
4840         * include/tr1/array (array<>::swap, assign): Implement.
4841         * include/tr1/array (operator==, operator!=, operator<,
4842         operator>, operator>=, operator<=, swap, get): Inline.
4843         * testsuite/tr1/6_containers/array/requirements/member_swap.cc: New.
4844         * testsuite/tr1/6_containers/array/requirements/assign.cc: Likewise.
4845         * testsuite/tr1/6_containers/array/specialized_algorithms/swap.cc:
4846         Likewise.
4847
4848 2006-02-23  Benjamin Kosnik  <bkoz@redhat.com>
4849
4850         * testsuite/22_locale/codecvt/in/wchar_t/1.cc (test01): Change int
4851         to size_t. Use explicit static_cast for casts.
4852         * testsuite/22_locale/codecvt/in/wchar_t/6.cc (test06): Same.
4853         * testsuite/22_locale/codecvt/in/wchar_t/5.cc (test05): Same.
4854         * testsuite/ext/stdio_sync_filebuf/wchar_t/1.cc (test01): Same.
4855         
4856 2006-02-22  Paolo Carlini  <pcarlini@suse.de>
4857
4858         * docs/html/ext/pb_assoc/
4859         basic_tree_assoc_cntnr_const_node_iterator.html:Fix links
4860         * docs/html/ext/pb_assoc/basic_tree_assoc_cntnr_node_iterator.html:
4861         Likewise.
4862         * docs/html/ext/pb_assoc/hash_based_containers.html: Likewise.
4863         * docs/html/ext/pb_assoc/hash_standard_resize_policy.html: Likewise.
4864         * docs/html/ext/pb_assoc/interface.html: Likewise..
4865         * docs/html/ext/pb_assoc/list_updates.html: Likewise.
4866         * docs/html/ext/pb_assoc/lu_based_containers.html: Likewise.
4867         * docs/html/ext/pb_assoc/resize_policies.html: Likewise.
4868         * docs/html/ext/pb_assoc/sample_probe_fn.html: Likewise.
4869         * docs/html/ext/pb_assoc/sample_range_hashing.html: Likewise.
4870         * docs/html/ext/pb_assoc/sample_ranged_hash_fn.html: Likewise.
4871         * docs/html/ext/pb_assoc/sample_ranged_probe_fn.html: Likewise.
4872         * docs/html/ext/pb_assoc/sample_resize_policy.html: Likewise.
4873         * docs/html/ext/pb_assoc/tree_assoc_cntnr_const_node_iterator.html:
4874         Likewise.
4875         * docs/html/ext/pb_assoc/tree_assoc_cntnr_node_iterator.html: Likewise.
4876
4877 2006-02-22  Paolo Carlini  <pcarlini@suse.de>
4878
4879         PR libstdc++/26132
4880         * include/tr1/hashtable (hashtable<>::rehash): Define.
4881         * testsuite/tr1/6_containers/unordered/hashtable/26132.cc: New.
4882
4883         * include/tr1/hashtable: Trivial formatting and stylistic fixes.
4884
4885         * testsuite/tr1/headers.cc: remove <tr1/hashtable>, not a tr1 header,
4886         only an implementation detail.
4887
4888 2006-02-22  Paolo Carlini  <pcarlini@suse.de>
4889
4890         * include/debug/list (splice): Remove splice_alloc check, redundant
4891         after implementing the splice bits of N1599.
4892
4893 2006-02-21  Benjamin Kosnik  <bkoz@redhat.com>
4894
4895         * include/c_std/cmath.tcc: Use _GLIBCXX_BEGIN_NAMESPACE,
4896         _GLIBCXX_END_NAMESPACE.
4897
4898 2006-02-21  Benjamin Kosnik  <bkoz@redhat.com>
4899
4900         * include/bits/c++config: Simplify debug namespaces.
4901         * include/ext/hash_set: Specialize insert_iterator after norm,
4902         debug containers have been (optionally) declared. Use nested
4903         namespaces.     
4904         * include/ext/hash_map: Same.
4905         * include/debug/hash_map.h (insert): Add specialization for value
4906         pointer types.
4907         * include/debug/hash_set.h (insert): Same.
4908         * include/debug/hash_multimap.h: Change __gnu_debug_def to __debug.
4909         * include/debug/set.h: Same.
4910         * include/debug/bitset: Same.
4911         * include/debug/multiset.h: Same.
4912         * include/debug/hash_multiset.h: Same.
4913         * include/debug/vector: Same.
4914         * include/debug/map.h: Same.
4915         * include/debug/deque: Same.
4916         * include/debug/list: Same.
4917         * include/debug/multimap.h. Same.
4918         * include/debug/macros.h: Use __gnu_debug.
4919         * include/debug/debug.h: Same.
4920         * include/debug/formatter.h: Same.
4921         * include/debug/safe_sequence.h: Same.
4922         * include/debug/functions.h: Same.
4923         * include/debug/safe_base.h: Same.
4924         * include/debug/safe_iterator.h: Same.
4925         * include/debug/safe_iterator.tcc: Same.
4926         (_M_invalidate): Adjust compare order.
4927         * include/debug/string: Change std::__gnu_debug to __gnu_debug.
4928         * include/ext/hashtable.h: Formatting fixes.
4929         * include/bits/stl_map.h: Formatting fixes.             
4930         * src/compatibility.cc: Adjust compatibility symbols for old debug
4931         mode model.     
4932         * src/debug_list.cc: Tweak.
4933         * src/debug.cc: Adjust namespaces.
4934         * docs/html/debug_mode.html: Adjust namespace names.
4935         * testsuite/25_algorithms/heap/heap.cc: Restore _GLIBCXX_DEBUG
4936         macro guards, as count values differ when in debug mode.        
4937         * testsuite/23_containers/vector/26412.cc: Move to...
4938         * testsuite/23_containers/vector/26412-1.cc: ... here.
4939         * testsuite/23_containers/vector/26412-2.cc: Add.
4940
4941         * include/ext/pb_assoc/detail/standard_policies.hpp
4942         (PB_ASSOC_HASH_NAMESPACE): Remove, use __gnu_cxx::hash_map and
4943         std::equal_to.
4944
4945         * configure.ac (libtool_VERSION): To 6:8:0.
4946         * configure: Regenerate.
4947         * config/abi/pre/gnu.ver: Revert to exporting __gnu_debug symbols.
4948         (GLIBCXX_3.4.8): New.
4949         * testsuite/testsuite_abi.cc: Add GLIBCXX_3.4.8 to known versions.
4950         
4951 2006-02-21  Paolo Carlini  <pcarlini@suse.de>
4952
4953         * include/tr1/hashtable: Trivial formatting fixes.
4954
4955 2006-02-20  Paolo Carlini  <pcarlini@suse.de>
4956
4957         Revert recent commit for libstdc++/26211, now suspended waiting for
4958         DR 342 (reopened) to reach a new resolution.
4959         * include/bits/istream.tcc (basic_istream<>::tellg, seekg(pos_type),
4960         seekg(off_type, ios_base::seekdir)): Remove sentry.
4961         * testsuite/27_io/basic_istream/seekg/char/26211.cc: Remove.
4962         * testsuite/27_io/basic_istream/seekg/wchar_t/26211.cc: Likewise.
4963         * testsuite/27_io/basic_istream/tellg/char/26211.cc: Likewise.
4964         * testsuite/27_io/basic_istream/tellg/wchar_t/26211.cc: Likewise.
4965         * testsuite/27_io/basic_istream/seekg/char/8348-1.cc: Revert changes.
4966         * testsuite/27_io/basic_istream/seekg/wchar_t/8348-1.cc: Likewise.
4967         * testsuite/27_io/basic_istream/seekg/char/8348-2.cc: Likewise.
4968         * testsuite/27_io/basic_istream/seekg/wchar_t/8348-1.cc: Likewise.
4969         * testsuite/27_io/basic_istream/tellg/char/8348.cc: Likewise.
4970         * testsuite/27_io/basic_istream/tellg/wchar_t/8348.cc: Likewise.
4971
4972 2006-02-19  Paolo Carlini  <pcarlini@suse.de>
4973
4974         * include/std/std_sstream.h (basic_stringbuf<>::setbuf): Simply
4975         clear the internal _M_string, adjust _M_sync call.
4976         * include/bits/sstream.tcc (basic_stringbuf<>::_M_sync): Adjust
4977         consistently for calls from setbuf.
4978
4979 2006-02-17  Paolo Carlini  <pcarlini@suse.de>
4980             Howard Hinnant  <hhinnant@apple.com>
4981
4982         PR libstdc++/26250
4983         * include/bits/sstream.tcc (basic_stringbuf<>::overflow): Tweak
4984         to leave epgtr() just past the new write position, as per the
4985         relevant bits of 27.7.1.3/8 (not changed by DR 432).
4986         * testsuite/27_io/basic_stringbuf/overflow/char/26250.cc: New.
4987         * testsuite/27_io/basic_stringbuf/overflow/wchar_t/26250.cc: Same.
4988
4989         * docs/html/ext/howto.html: Add entries for DR 169 and DR 432.
4990
4991         * include/std/std_sstream.h (basic_stringbuf<>::_M_sync): Move out
4992         of line...
4993         * include/bits/sstream.tcc: ... here.
4994
4995 2006-02-16  Joseph S. Myers  <joseph@codesourcery.com>
4996
4997         PR libstdc++/14939
4998         * config/os/uclibc/ctype_base.h, config/os/uclibc/ctype_inline.h,
4999         config/os/uclibc/ctype_noninline.h, config/os/uclibc/os_defines.h:
5000         New.
5001         * acinclude.m4 (GLIBCXX_CONFIGURE): Test whether using uClibc.
5002         * configure.host: Use os/uclibc for uClibc.
5003         * crossconfig.m4 (*-linux*): Use link tests.  Don't hardcode
5004         presence of math functions.
5005         * configure: Regenerate.
5006
5007 2006-02-12  Paolo Carlini  <pcarlini@suse.de>
5008
5009         PR libstdc++/26211
5010         * include/bits/istream.tcc (basic_istream<>::tellg, seekg(pos_type),
5011         seekg(off_type, ios_base::seekdir)): Construct a sentry, as per
5012         27.6.1.3/1.
5013         * testsuite/27_io/basic_istream/seekg/char/26211.cc: New.
5014         * testsuite/27_io/basic_istream/seekg/wchar_t/26211.cc: Likewise.
5015         * testsuite/27_io/basic_istream/tellg/char/26211.cc: Likewise.
5016         * testsuite/27_io/basic_istream/tellg/wchar_t/26211.cc: Likewise.
5017         * testsuite/27_io/basic_istream/seekg/char/8348-1.cc: Adjust.
5018         * testsuite/27_io/basic_istream/seekg/wchar_t/8348-1.cc: Likewise.
5019         * testsuite/27_io/basic_istream/seekg/char/8348-2.cc: Likewise.
5020         * testsuite/27_io/basic_istream/seekg/wchar_t/8348-1.cc: Likewise.
5021         * testsuite/27_io/basic_istream/tellg/char/8348.cc: Likewise.
5022         * testsuite/27_io/basic_istream/tellg/wchar_t/8348.cc: Likewise.
5023
5024 2006-02-10  Paolo Carlini  <pcarlini@suse.de>
5025
5026         PR libstdc++/26181
5027         * include/bits/streambuf.tcc (__copy_streambufs_eof): New, like
5028         the existing __copy_streambufs but reporting eof in input.
5029         (__copy_streambufs): Just use the latter.
5030         * src/streambuf.cc (__copy_streambufs_eof): Adjust specializations
5031         of __copy_streambufs.
5032         * include/bits/istream.tcc (operator>>(__streambuf_type*)): Use
5033         __copy_streambufs_eof instead.
5034         * include/std/std_streambuf.h: Adjust.
5035         * src/streambuf-inst.cc: Adjust.
5036         * config/abi/pre/gnu.ver: Export the new symbols.
5037         * testsuite/27_io/basic_istream/extractors_other/char/26181.cc: New.
5038         * testsuite/27_io/basic_istream/extractors_other/wchar_t/26181.cc:
5039         Likewise.
5040         * testsuite/27_io/basic_istream/extractors_other/char/1.cc: Adjust.
5041         * testsuite/27_io/basic_istream/extractors_other/wchar_t/1.cc:
5042         Likewise.
5043
5044 2006-02-08  Benjamin Kosnik  <bkoz@redhat.com>
5045
5046         PR libstdc++/26142
5047         * include/debug/debug.h: Move debug alias inside namespace std,
5048         same with namespace __gnu_cxx. Add top-level __gnu_debug
5049         namespace.      
5050         * include/debug/hash_multimap.h: Nest within __gnu_cxx, not
5051         std. Also, change nesting namespace name from __gnu_debug_def to
5052         __gnu_debug.    
5053         * include/debug/hash_map.h: Same.
5054         * include/debug/hash_multiset.h: Same.
5055         * include/debug/hash_set.h: Same.
5056         * docs/html/debug.html: Same.
5057         * testsuite/23_containers/vector/26412.cc: New.
5058         * testsuite/23_containers/vector/invalidation/1.cc:  Correct
5059         qualifications for debug namespace change.
5060         * testsuite/23_containers/vector/invalidation/2.cc: Same.
5061         * testsuite/23_containers/vector/invalidation/3.cc: Same.
5062         * testsuite/23_containers/vector/invalidation/4.cc: Same.
5063         * testsuite/23_containers/deque/invalidation/1.cc: Same.
5064         * testsuite/23_containers/deque/invalidation/2.cc: Same.
5065         * testsuite/23_containers/deque/invalidation/3.cc: Same.
5066         * testsuite/23_containers/deque/invalidation/4.cc: Same.
5067         * testsuite/23_containers/multiset/invalidation/1.cc: Same.
5068         * testsuite/23_containers/multiset/invalidation/2.cc: Same.
5069         * testsuite/23_containers/multimap/invalidation/1.cc: Same.
5070         * testsuite/23_containers/multimap/invalidation/2.cc: Same.
5071         * testsuite/23_containers/bitset/invalidation/1.cc: Same.
5072         * testsuite/23_containers/bitset/cons/16020.cc: Same.
5073         * testsuite/23_containers/bitset/operations/13838.cc: Same.
5074         * testsuite/23_containers/list/invalidation/1.cc: Same.
5075         * testsuite/23_containers/list/invalidation/2.cc: Same.
5076         * testsuite/23_containers/list/invalidation/3.cc: Same.
5077         * testsuite/23_containers/list/invalidation/4.cc: Same.
5078         * testsuite/23_containers/set/invalidation/1.cc: Same.
5079         * testsuite/23_containers/set/invalidation/2.cc: Same.
5080         * testsuite/23_containers/map/invalidation/1.cc: Same.
5081         * testsuite/23_containers/map/invalidation/2.cc: Same.
5082         * testsuite/23_containers/map/modifiers/insert/16813.cc: Same.
5083         * testsuite/21_strings/basic_string/2.cc: Same.
5084
5085 2006-02-08  Paolo Carlini  <pcarlini@suse.de>
5086
5087         PR libstdc++/26133  (DR 241, [WP])
5088         * include/bits/stl_algo.h (__unique_copy(,,, forward_iterator_tag,
5089         output_iterator_tag), __unique_copy(,,, input_iterator_tag,
5090         output_iterator_tag), __unique_copy(,,, input_iterator_tag,
5091         forward_iterator_tag), and predicated counterparts): Add.
5092         (__unique_copy(,,, output_iterator_tag), __unique_copy(,,,
5093         forward_iterator_tag), and predicated counterparts): Remove.
5094         (unique_copy): Adjust, dispatch to the three helpers above.
5095         * testsuite/25_algorithms/unique_copy/2.cc: New.
5096         * testsuite/25_algorithms/unique_copy/26133.cc: Likewise.
5097         * testsuite/25_algorithms/unique_copy/3.cc: Likewise.   
5098         * docs/html/ext/howto.html: Add an entry for DR 241.
5099
5100         * testsuite/25_algorithms/unique_copy/1.cc: Minor cosmetic changes.
5101
5102 2006-02-07  Jakub Jelinek  <jakub@redhat.com>
5103             Benjamin Kosnik  <bkoz@redhat.com>
5104
5105         * configure.ac (_GLIBCXX_LONG_DOUBLE_COMPAT): New check.
5106         If true, set also port_specific_symbol_files and create
5107         as_symver_specs.
5108         (GLIBCXX_LDBL_COMPAT): New GLIBCXX_CONDITIONAL.
5109         * configure: Rebuilt.
5110         * config.h.in: Rebuilt.
5111         * config/os/gnu-linux/ldbl-extra.ver: New file.
5112         * config/abi/pre/gnu.ver: Make sure no __float128 symbols are
5113         exported.
5114         * include/bits/c++config (_GLIBCXX_LONG_DOUBLE_COMPAT,
5115         _GLIBCXX_LDBL_NAMESPACE, _GLIBCXX_BEGIN_LDBL_NAMESPACE,
5116         _GLIBCXX_END_LDBL_NAMESPACE): Define.
5117         * include/bits/localefwd.h: Use them to conditionally scope facets.
5118         * include/bits/locale_facets.h: Surround std::{money,num}_{get,put}
5119         with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
5120         Surround std::{money,num}_{get,put}
5121         with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
5122         [_GLIBCXX_LONG_DOUBLE_COMPAT] (std::money_get): Add __do_get method.
5123         [_GLIBCXX_LONG_DOUBLE_COMPAT] (std::money_put): Add __do_put method.
5124         [_GLIBCXX_LONG_DOUBLE_COMPAT] (std::num_get): Add __do_get method.
5125         [_GLIBCXX_LONG_DOUBLE_COMPAT] (std::num_put): Add __do_put method.
5126         * include/bits/locale_facets.tcc: Surround std::{money,num}_{get,put}
5127         with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
5128         (std::money_get::__do_get, std::money_put::__do_put,
5129         std::num_get::__do_get, std::num_put::__do_put): New
5130         specializations.
5131         * include/Makefile.am: Conditionally define
5132         _GLIBCXX_LONG_DOUBLE_COMPAT in c++config.
5133         * include/Makefile.in: Regenerate.
5134         * src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT] (_GLIBCXX_LOC_ID,
5135         _GLIBCXX_SYNC_ID): Define, use them.
5136         * src/compatibility-ldbl.cc: New file.
5137         * src/complex_io.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Add compatibility
5138         symbols.
5139         * src/limits.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
5140         * src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
5141         * src/locale-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.   
5142         * src/locale-misc-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
5143         * src/istream-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
5144         * src/ostream-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
5145         * src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
5146         * src/wlocale-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
5147         * src/compatibility.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
5148         * config/locale/generic/c_locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]:
5149         Likewise.
5150         * config/locale/gnu/c_locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]:
5151         Likewise.
5152         * src/Makefile.am (libstdc++-symbol.ver): Append instead of
5153         insert in the middle if port specific symbol file requests it.
5154         (ldbl_compat_sources): New variable.
5155         (sources): Use it.
5156         (compatibility-ldbl.lo, compatibility-ldbl.o): New rules.
5157         * src/Makefile.in: Rebuilt.
5158         * testsuite/testsuite_abi.cc: Recognize GLIBCXX_LDBL_3.4,
5159         GLIBCXX_LDBL_3.4.7, CXXABI_LDBL_1.3.    
5160
5161 2006-02-07  Paolo Carlini  <pcarlini@suse.de>   
5162
5163         * include/tr1/hashtable: Trivial formatting fixes.
5164
5165 2006-02-07  Paolo Carlini  <pcarlini@suse.de>
5166             Zak Kipling  <zak@transversal.com>
5167
5168         PR libstdc++/26127
5169         * include/tr1/hashtable (hashtable<>::key_equal): Define.
5170         (hashtable<>::bucket, rehash_base<>::max_load_factor): Fix.
5171         * testsuite/tr1/6_containers/unordered/hashtable/26127.cc: New.
5172
5173 2006-02-07  Paolo Carlini  <pcarlini@suse.de>
5174
5175         * include/tr1/cmath: New.
5176         * include/tr1/cstdlib: Likewise.
5177         * include/tr1/ctime: Likewise.
5178         * include/tr1/math.h: Likewise. 
5179         * include/tr1/stdlib.h: Likewise.
5180         * include/Makefile.am: Add.
5181         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add <math.h> checks.
5182         * testsuite/tr1/8_c_compatibility/cmath/functions.cc: New.
5183         * testsuite/tr1/8_c_compatibility/cstdlib/functions.cc: Likewise.
5184         * testsuite/tr1/8_c_compatibility/cstdlib/types.cc: Likewise.
5185         * testsuite/tr1/headers.cc: Update.     
5186
5187         * include/tr1/cinttypes: Do not provide abs and div, conflicting
5188         with the above overloads for _Longlong types.
5189         * include/tr1/inttypes.h: Adjust.
5190         * testsuite/tr1/8_c_compatibility/cinttypes/functions.cc: Adjust.
5191
5192         * docs/html/ext/tr1.html: Update.
5193         
5194         * testsuite/tr1/8_c_compatibility/cwchar/functions.cc: Tweak.
5195
5196         * include/Makefile.in: Regenerate.
5197         * config.h.in: Likewise.
5198         * configure: Likewise.
5199
5200 2006-02-07  Mark Mitchell  <mark@codesourcery.com>
5201
5202         * testsuite/testsuite_tr1.h (test_property): New function.
5203         * testsuite/tr1/4_metaprogramming/type_properties/extent/extent.cc 
5204         (test01) 
5205
5206 2006-02-05  Paolo Carlini  <pcarlini@suse.de>
5207
5208         * include/tr1/cstdio: New.
5209         * include/tr1/stdio.h: Likewise.
5210         * include/Makefile.am: Add.
5211         * testsuite/tr1/8_c_compatibility/cstdio/functions.cc: New.
5212         * testsuite/tr1/headers.cc: Update.     
5213         * docs/html/ext/tr1.html: Update.
5214
5215         * include/tr1/cwchar: Simplify, use _GLIBCXX_USE_C99, consistently
5216         with the facilities in std::.
5217         * include/tr1/cwctype: Likewise.
5218         * testsuite/tr1/8_c_compatibility/cwchar/functions.cc: Tweak.
5219         * testsuite/tr1/8_c_compatibility/cwctype/functions.cc: Likewise.
5220         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Remove <wchar.h> and
5221         <wctype.h> checks.
5222
5223         * include/Makefile.in: Regenerate.
5224         * config.h.in: Likewise.
5225         * configure: Likewise.
5226
5227 2006-02-04  Paolo Carlini  <pcarlini@suse.de>
5228
5229         * testsuite/tr1/8_c_compatibility/cwchar/functions.cc: Fix.
5230
5231 2006-02-04  Paolo Carlini  <pcarlini@suse.de>
5232
5233         * testsuite/27_io/basic_stringbuf/in_avail/char/21955.cc: Avoid
5234         warning on string constant.
5235
5236 2006-02-03  Paolo Carlini  <pcarlini@suse.de>
5237
5238         * include/tr1/cwchar: New.
5239         * include/tr1/cwctype: Likewise.
5240         * include/tr1/wchar.h: Likewise.
5241         * include/tr1/wctype.h: Likewise.
5242         * include/Makefile.am: Add.
5243         * testsuite/tr1/8_c_compatibility/cwchar/functions.cc: New.
5244         * testsuite/tr1/8_c_compatibility/cwctype/functions.cc: Likewise.
5245         * testsuite/tr1/headers.cc: Update.
5246         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add <wchar.h> and
5247         <wctype.h> checks.
5248         * docs/html/ext/tr1.html: Update.
5249         * include/Makefile.in: Regenerate.
5250         * config.h.in: Likewise.
5251         * configure: Likewise.
5252
5253         * testsuite/tr1/8_c_compatibility/cctype/functions.cc: Cosmetic tweak.
5254
5255 2006-02-02  Paolo Carlini  <pcarlini@suse.de>
5256
5257         * include/tr1/cfloat: New.
5258         * include/tr1/climits: Likewise.                
5259         * include/tr1/cstdarg: Likewise.
5260         * include/tr1/ctype.h: Likewise.
5261         * include/tr1/fenv.h: Likewise.
5262         * include/tr1/float.h: Likewise.
5263         * include/tr1/inttypes.h: Likewise.
5264         * include/tr1/limits.h: Likewise.
5265         * include/tr1/stdint.h: Likewise.
5266         * include/tr1/stdarg.h: Likewise.
5267         * include/Makefile.am: Add.
5268         * include/Makefile.in: Regenerate.
5269         * docs/html/ext/tr1.html: Update.
5270         * testsuite/tr1/headers.cc: New.
5271
5272         * include/tr1/cctype: Include <cctype> instead.
5273
5274 2006-01-31  Paolo Carlini  <pcarlini@suse.de>
5275
5276         PR libstdc++/21554
5277         * include/tr1/array (array<>::_M_instance): Maximally align.
5278         * testsuite/ext/array_allocator/2.cc: Do not xfail for powerpc.
5279
5280 2006-01-31  Ed Smith-Rowland  <3dw4rd@verizon.net>
5281
5282         * docs/html/faq/index.html ([1.0]): Replace references to CVS
5283         with appropriate references to SVN.
5284         ([1.3]): Likewise.
5285         ([1.4]): Likewise.
5286         ([2.3]): Likewise.
5287         * docs/html/faq/index.txt: Regenerated.
5288
5289 2006-01-30  Gabriel Dos Reis  <gdr@integrable-solutions.net>
5290
5291         * include/bits/valarray_array.h (__valarray_default_construct):
5292         Replace use __is_fundamental with __is_pod.
5293         (__valarray_fill_construct): Likewise.
5294         (__valarray_copy_construct): Likewise.
5295         (__valarray_destroy_elements): Likewise.
5296         (__valarray_copy): Likewise.
5297
5298 2006-01-30  Paolo Carlini  <pcarlini@suse.de>
5299
5300         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Do the <inttypes.h>
5301         checks only if the <stdint.h> checks are successful.
5302         * configure: Regenerate.
5303
5304 2006-01-30  Paolo Carlini  <pcarlini@suse.de>
5305
5306         * include/tr1/cinttypes: New.
5307         * include/Makefile.am: Add.
5308         * testsuite/tr1/8_c_compatibility/cinttypes/functions: New.     
5309         * testsuite/tr1/8_c_compatibility/cinttypes/types: Likewise.
5310         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add <inttypes.h> checks.
5311         * docs/html/ext/tr1.html: Update.
5312         * include/Makefile.in: Regenerate.
5313         * config.h.in: Likewise.
5314         * configure: Likewise.
5315
5316         * testsuite/tr1/8_c_compatibility/cfenv/functions.cc: Cosmetic tweak.
5317         * testsuite/tr1/8_c_compatibility/cfenv/types.cc: Likewise.
5318
5319         * testsuite/tr1/8_c_compatibility/cstdint/types.cc: Fix, check in
5320         std::tr1.
5321
5322 2006-01-29  Paolo Carlini  <pcarlini@suse.de>
5323
5324         * include/tr1/cstdint: New.
5325         * include/Makefile.am: Add.
5326         * testsuite/tr1/8_c_compatibility/cstdint/types: New.
5327         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add <stdint.h> checks.
5328         * docs/html/ext/tr1.html: Update.
5329         * include/Makefile.in: Regenerate.
5330         * config.h.in: Likewise.
5331         * configure: Likewise.
5332
5333         * testsuite/tr1/8_c_compatibility/cfenv/types.cc: Cosmetic tweak.
5334
5335 2006-01-29  Paolo Carlini  <pcarlini@suse.de>
5336
5337         PR libstdc++/26006
5338         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Tighten <ctype.h> and
5339         <fenv.h> checks.
5340         * configure: Regenerate.
5341
5342 2006-01-26  Paolo Carlini  <pcarlini@suse.de>
5343
5344         * include/std/std_bitset.h (bitset<>::_M_copy_to_string):
5345         Call the internal _Unchecked_set(size_t) instead of set.
5346
5347 2006-01-26  Paolo Carlini  <pcarlini@suse.de>
5348
5349         * docs/html/install.html ([Tools you will need beforehand]):
5350         Clarify that the de_DE locale is used by configure; clarify
5351         that missing localedata leads to skipped tests, not fails.
5352
5353 2006-01-26  Paolo Carlini  <pcarlini@suse.de>
5354
5355         * include/tr1/cfenv: New.
5356         * include/Makefile.am: Add.
5357         * testsuite/tr1/8_c_compatibility/cfenv/functions.cc: New.
5358         * testsuite/tr1/8_c_compatibility/cfenv/types.cc: Likewise.
5359         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Add <fenv.h> checks.
5360         * docs/html/ext/tr1.html: Update; add note.
5361         * include/Makefile.in: Regenerate.
5362         * config.h.in: Likewise.
5363         * configure: Likewise.  
5364
5365         * testsuite/tr1/8_c_compatibility/complex/functions.cc: Tweak.
5366         * testsuite/tr1/8_c_compatibility/cctype/functions.cc: Likewise.
5367
5368         * docs/html/faq/index.html: Fix link to tr1.html text; fix
5369         formatting.
5370
5371 2006-01-25  Paolo Carlini  <pcarlini@suse.de>
5372
5373         * include/tr1/cctype: New.
5374         * include/Makefile.am: Add.
5375         * testsuite/tr1/8_c_compatibility/cctype/functions.cc: New.
5376         * include/Makefile.in: Regenerate.
5377
5378         * acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): New, check for C99
5379         support to TR1, Chapter 8.
5380         * configure.ac: Use it.
5381         * include/tr1/complex: Adjust.
5382         * config.h.in: Regenerate.
5383         * configure: Likewise.
5384
5385 2006-01-25  Benjamin Kosnik  <bkoz@redhat.com>
5386
5387         * docs/html/configopts.html: Tweak docs.
5388
5389         * libsupc++/eh_personality.cc: Fix typos.
5390
5391 2006-01-24  Paolo Carlini  <pcarlini@suse.de>
5392
5393         PR libstdc++/25649
5394         * include/std/std_istream.h (operator>>(short&), operator>>(int&)):
5395         Move out of line...
5396         * include/bits/istream.tcc: ... here.
5397         * include/std/std_ostream.h (operator<<(short), operator<<(int)):
5398         Move out of line...
5399         * include/bits/ostream.tcc: ... here.
5400
5401 2006-01-24  Ed Smith-Rowland  <3dw4rd@verizon.net>
5402
5403         * docs/html/faq/index.html ([5.2]): Mention TR1 and point to
5404         paragraph [5.5], describing it.
5405         ([5.5]): New.
5406         * docs/html/ext/tr1.html: New.
5407
5408 2006-01-20  Benjamin Kosnik  <bkoz@redhat.com>
5409
5410         * acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Verbose ld version
5411         reporting.  Disable --gc-sections for old binutils, by version.
5412         * configure: Regenerate.
5413
5414 2006-01-20  Joseph S. Myers  <joseph@codesourcery.com>
5415
5416         PR libstdc++/25524
5417         * include/Makefile.am: Install host-specific headers in multilib
5418         subdirectory.
5419         * include/Makefile.in: Regenerate.
5420
5421 2006-01-19  Paolo Carlini  <pcarlini@suse.de>
5422
5423         Implement list::splice (and merge) bits of N1599
5424         * include/bits/stl_list.h (list<>::_M_check_equal_allocators): New.
5425         (list<>::splice(iterator, list&), splice(iterator, list&, iterator),
5426         splice(iterator, list&, iterator, iterator)): Use it.
5427         * include/bits/list.tcc (list<>::merge(list&), merge(list&,
5428         _StrictWeakOrdering)): Likewise.
5429         * testsuite/23_containers/list/operators/5.cc: New.
5430
5431 2006-01-19  H.J. Lu  <hongjiu.lu@intel.com>
5432
5433         PR libstdc++/25797
5434         * acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Remove -Werror
5435         from CFLAGS.  Check if linker really supports --gc-sections.
5436         * configure: Regenerated.
5437
5438 2006-01-18  Paul Brook  <paul@codesourcery.com>
5439
5440         * libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Use std::abort.
5441
5442 2006-01-18  Paolo Carlini  <pcarlini@suse.de>
5443
5444         * include/bits/allocator.h: Include <bits/cpp_type_traits.h>.
5445
5446 2006-01-18  Perry Smith  <pedz@easesoftware.net>
5447
5448         PR libstdc++/25823
5449         PR libstdc++/25824
5450         * libsupc++/eh_alloc.cc: Fix return type of memset declaration.
5451         * libsupc++/eh_globals.cc: If !_GLIBCXX_HOSTED declare malloc and free.
5452
5453 2006-01-18  Paolo Carlini  <pcarlini@suse.de>
5454
5455         * include/ext/pb_assoc/detail/value_type_adapter/
5456         value_type_adapter.hpp: Include <tr1/type_traits>.
5457         * include/ext/pb_assoc/detail/value_type_adapter/
5458         it_value_type_traits.hpp (it_value_type_traits_<>::value_type_holder):
5459         Use tr1::aligned_storage and tr1::alignment_of.
5460         (it_value_type_traits_<>::buf_t): Remove.
5461         (it_value_type_traits_<>::make_valid, recast): Adjust.
5462
5463 2006-01-16  Benjamin Kosnik  <bkoz@redhat.com>
5464
5465         PR libstdc++/25797
5466         * acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Add -Werror to
5467         CFLAGS for --gc-sections test.  Correct compile test.
5468         * configure: Regenerated.
5469         
5470 2006-01-15  Paolo Carlini  <pcarlini@suse.de>
5471             Gabriel Dos Reis  <gdr@integrable-solutions.net>
5472
5473         PR libstdc++/25626
5474         * include/std/std_valarray.h (valarray(const slice_array<>&),
5475         valarray(const gslice_array<>&), valarray(const mask_array<>&),
5476         valarray(const indirect_array<>&), valarray(const _Expr<>&)):
5477         Forward to __valarray_copy_construct, not __valarray_copy.
5478         * include/bits/valarray_array.h
5479         (__valarray_copy_construct(_Array<>, _Array<>, _Array<>, size_t),
5480         __valarray_copy_construct(_Array<>, size_t, size_t, _Array<>)):
5481         New.
5482
5483 2006-01-15  Paolo Carlini  <pcarlini@suse.de>
5484
5485         * testsuite/tr1/8_c_compatibility/complex/overloads_int.cc:
5486         Fix norm test, use casts everywhere.
5487
5488 2006-01-14  Paolo Carlini  <pcarlini@suse.de>
5489
5490         * testsuite/testsuite_tr1.h: Add missing include; use std::__are_same.
5491
5492 2006-01-14  Paolo Carlini  <pcarlini@suse.de>
5493
5494         * testsuite/tr1/8_c_compatibility/complex/overloads_int.cc:
5495         Fix wrong test (don't pick by mistake the (const complex<>&, int)
5496         overload); add some.
5497
5498 2006-01-13  Paolo Carlini  <pcarlini@suse.de>
5499             Howard Hinnant  <hhinnant@apple.com>
5500
5501         * include/tr1/complex (arg, conj, imag, norm, polar, pow, real):
5502         Add, implementing TR1, 8.1.9.
5503         (__promote_2): New.
5504         * include/tr1/common.h: New, provides __promote, __promote_2.
5505         * include/Makefile.am: Add.
5506         * include/Makefile.in: Regenerate.
5507         * testsuite/testsuite_tr1.h (check_ret_type): New.
5508         * testsuite/tr1/8_c_compatibility/complex/overloads_int.cc: New.
5509         * testsuite/tr1/8_c_compatibility/complex/overloads_float.cc: New.
5510
5511 2006-01-12  Benjamin Kosnik  <bkoz@redhat.com>
5512
5513         * acinclude.m4(GLIBCXX_CHECK_LINKER_FEATURES): Enable
5514         --gc-sections in more cases.    
5515         * configure: Regenerate.
5516         * scripts/testsuite_flags.in: Remove SECTION_LDFLAGS.
5517         * scripts/testsuite_flags.in (cxxldflags): New.
5518         * testsuite/lib/libstdc++.exp (v3_target_compile): Add cxxldflags.
5519         (libstdc++_init ): Same.
5520                 
5521 2006-01-12  Jan Beulich  <jbeulich@novell.com>
5522
5523         * crossconfig.m4: Add AC_DEFINE-s for HAVE_HYPOT, HAVE_ISINF, and
5524         HAVE_ISNAN for *-*-netware*.
5525         * configure: Refresh.
5526
5527 2006-01-11  Benjamin Kosnik  <bkoz@redhat.com>
5528
5529         * acinclude.m4(GLIBCXX_CHECK_LINKER_FEATURES): Use -Wl,-z,relro if
5530         possible.  
5531         * configure: Regenerate.
5532
5533 2006-01-10  Paolo Carlini  <pcarlini@suse.de>
5534
5535         * include/tr1/complex: New file, hosts the additions to header
5536         <complex> described in TR1, Chapter 8 [tr.c99].
5537         * include/Makefile.am: Add.
5538         * include/Makefile.in: Regenerate.
5539         * testsuite/tr1/8_c_compatibility/complex/functions.cc: New.
5540
5541 2006-01-09  Paolo Carlini  <pcarlini@suse.de>
5542
5543         PR libstdc++/25658
5544         * testsuite/23_containers/deque/cons/assign/1.cc: Divide
5545         sizes by 10.
5546
5547 2006-01-08  Paolo Carlini  <pcarlini@suse.de>
5548
5549         PR libstdc++/22102 (insert as close to hint as possible)
5550         * include/bits/stl_tree.h (_Rb_tree<>::_M_insert_lower,
5551         _M_insert_equal_lower): New.
5552         (_M_insert_equal(iterator, const _Val&),
5553         _M_insert_equal(const_iterator, const _Val&)): Use the above.
5554         * docs/html/ext/howto.html: Add an entry for DR 233.
5555         * testsuite/23_containers/multiset/modifiers/insert/22102.cc: New.
5556         * testsuite/23_containers/multimap/modifiers/insert/22102.cc: New.
5557
5558         * testsuite/23_containers/set/insert/: Move...
5559         * testsuite/23_containers/set/modifiers/insert/: ...here.
5560         * testsuite/23_containers/map/insert/: Move...
5561         * testsuite/23_containers/map/modifiers/insert/: ...here.
5562         * testsuite/23_containers/multiset/insert/: Move...
5563         * testsuite/23_containers/multiset/modifiers/insert/: ...here.
5564
5565 2006-01-06  Paolo Carlini  <pcarlini@suse.de>
5566
5567         * include/bits/stl_tree.h (_Rb_tree<>::insert_unique): Rename
5568         to _M_insert_unique.
5569         (_Rb_tree<>::insert_equal): Rename to _M_insert_equal.
5570         * include/bits/stl_map.h (class map<>): Update callers.
5571         * include/bits/stl_set.h (class set<>): Likewise.
5572         * include/bits/stl_multimap.h (class multimap<>): Likewise.
5573         * include/bits/stl_multiset.h (class multiset<>): Likewise.
5574
5575 2006-01-06  Paolo Carlini  <pcarlini@suse.de>
5576
5577         * include/bits/stl_bvector.h (vector<bool>::erase(iterator,
5578         iterator)): Just use _M_erase_at_end.
5579
5580 2006-01-06  Paolo Carlini  <pcarlini@suse.de>
5581
5582         * include/bits/stl_bvector.h (class vector<bool>): Move all the
5583         helpers under protected access mode, consistently with the primary
5584         vector template.
5585         (vector<bool>::_M_erase_at_end): Add.
5586         (erase(iterator, iterator), clear, resize, _M_fill_assign,
5587         _M_assign_aux): Use it.
5588         * testsuite/23_containers/vector/bool/modifiers/erase/1.cc: New.
5589
5590 2006-01-06  Paolo Carlini  <pcarlini@suse.de>
5591
5592         Implement Option 3 of DR 431 for vector<bool>.
5593         * include/bits/stl_bvector.h (class _Bvector_base): Change to
5594         a struct, consistently with the primary vector template.
5595         (class vector<bool>): Adjust to protected inheritance, tidy
5596         typedefs.
5597         (_Bvector_base<>::_M_get_Bit_allocator): Add.
5598         (vector<bool>::vector(const vector&)): Use it.
5599         (_Bvector_base<>::get_allocator): Tidy.
5600         (vector<bool>::swap): Use __alloc_swap.
5601         * testsuite/23_containers/vector/bool/modifiers/swap/1.cc: New.
5602         * testsuite/23_containers/vector/bool/modifiers/swap/2.cc: New.
5603
5604 2006-01-05  Paolo Carlini  <pcarlini@suse.de>
5605         
5606         * testsuite/testsuite_hooks.h (test_tm(unsigned)): Change to
5607         take all the tm members.
5608         * testsuite/testsuite_hooks.cc (test_tm): Adjust.
5609         * testsuite/22_locale/time_put/put/wchar_t/10.cc: Update.
5610         * testsuite/22_locale/time_put/put/wchar_t/1.cc: Likewise.
5611         * testsuite/22_locale/time_put/put/wchar_t/2.cc: Likewise.
5612         * testsuite/22_locale/time_put/put/wchar_t/3.cc: Likewise.
5613         * testsuite/22_locale/time_put/put/wchar_t/4.cc: Likewise.
5614         * testsuite/22_locale/time_put/put/wchar_t/5.cc: Likewise.
5615         * testsuite/22_locale/time_put/put/wchar_t/6.cc: Likewise.
5616         * testsuite/22_locale/time_put/put/wchar_t/7.cc: Likewise.
5617         * testsuite/22_locale/time_put/put/wchar_t/8.cc: Likewise.
5618         * testsuite/22_locale/time_put/put/wchar_t/9.cc: Likewise.
5619         * testsuite/22_locale/time_put/put/wchar_t/17038.cc: Likewise.
5620         * testsuite/22_locale/time_put/put/char/10.cc: Likewise.
5621         * testsuite/22_locale/time_put/put/char/1.cc: Likewise.
5622         * testsuite/22_locale/time_put/put/char/2.cc: Likewise.
5623         * testsuite/22_locale/time_put/put/char/3.cc: Likewise.
5624         * testsuite/22_locale/time_put/put/char/4.cc: Likewise.
5625         * testsuite/22_locale/time_put/put/char/5.cc: Likewise.
5626         * testsuite/22_locale/time_put/put/char/6.cc: Likewise.
5627         * testsuite/22_locale/time_put/put/char/7.cc: Likewise.
5628         * testsuite/22_locale/time_put/put/char/8.cc: Likewise.
5629         * testsuite/22_locale/time_put/put/char/9.cc: Likewise.
5630         * testsuite/22_locale/time_put/put/char/17038.cc: Likewise.
5631         * testsuite/22_locale/time_get/get_year/wchar_t/1.cc: Likewise.
5632         * testsuite/22_locale/time_get/get_year/wchar_t/3.cc: Likewise.
5633         * testsuite/22_locale/time_get/get_year/char/1.cc: Likewise.
5634         * testsuite/22_locale/time_get/get_year/char/3.cc: Likewise.
5635         * testsuite/22_locale/time_get/get_monthname/wchar_t/1.cc: Likewise.
5636         * testsuite/22_locale/time_get/get_monthname/wchar_t/2.cc: Likewise.
5637         * testsuite/22_locale/time_get/get_monthname/char/1.cc: Likewise.
5638         * testsuite/22_locale/time_get/get_monthname/char/2.cc: Likewise.
5639         * testsuite/22_locale/time_get/get_weekday/wchar_t/1.cc: Likewise.
5640         * testsuite/22_locale/time_get/get_weekday/wchar_t/2.cc: Likewise.
5641         * testsuite/22_locale/time_get/get_weekday/wchar_t/3.cc: Likewise.
5642         * testsuite/22_locale/time_get/get_weekday/char/1.cc: Likewise.
5643         * testsuite/22_locale/time_get/get_weekday/char/2.cc: Likewise.
5644         * testsuite/22_locale/time_get/get_weekday/char/3.cc: Likewise.
5645         * testsuite/22_locale/time_get/get_date/wchar_t/12750.cc: Likewise.
5646         * testsuite/22_locale/time_get/get_date/wchar_t/12750.cc: Likewise.
5647         * testsuite/22_locale/time_get/get_date/wchar_t/1.cc: Likewise.
5648         * testsuite/22_locale/time_get/get_date/wchar_t/2.cc: Likewise.
5649         * testsuite/22_locale/time_get/get_date/wchar_t/3.cc: Likewise.
5650         * testsuite/22_locale/time_get/get_date/char/12750.cc: Likewise.
5651         * testsuite/22_locale/time_get/get_date/char/12750.cc: Likewise.
5652         * testsuite/22_locale/time_get/get_date/char/1.cc: Likewise.
5653         * testsuite/22_locale/time_get/get_date/char/2.cc: Likewise.
5654         * testsuite/22_locale/time_get/get_date/char/3.cc: Likewise.
5655         * testsuite/22_locale/time_get/get_time/wchar_t/1.cc: Likewise.
5656         * testsuite/22_locale/time_get/get_time/wchar_t/2.cc: Likewise.
5657         * testsuite/22_locale/time_get/get_time/wchar_t/3.cc: Likewise.
5658         * testsuite/22_locale/time_get/get_time/wchar_t/4.cc: Likewise.
5659         * testsuite/22_locale/time_get/get_time/char/1.cc: Likewise.
5660         * testsuite/22_locale/time_get/get_time/char/2.cc: Likewise.
5661         * testsuite/22_locale/time_get/get_time/char/3.cc: Likewise.
5662         * testsuite/22_locale/time_get/get_time/char/4.cc: Likewise.
5663
5664 2006-01-05  Paolo Carlini  <pcarlini@suse.de>
5665         
5666         * testsuite/testsuite_hooks.h (test_tm(unsigned)): New.
5667         * testsuite/testsuite_hooks.cc (test_tm(unsigned)): Define.
5668         * testsuite/22_locale/time_put/put/wchar_t/10.cc: Use it.
5669         * testsuite/22_locale/time_put/put/wchar_t/1.cc: Likewise.
5670         * testsuite/22_locale/time_put/put/wchar_t/2.cc: Likewise.
5671         * testsuite/22_locale/time_put/put/wchar_t/3.cc: Likewise.
5672         * testsuite/22_locale/time_put/put/wchar_t/4.cc: Likewise.
5673         * testsuite/22_locale/time_put/put/wchar_t/5.cc: Likewise.
5674         * testsuite/22_locale/time_put/put/wchar_t/6.cc: Likewise.
5675         * testsuite/22_locale/time_put/put/wchar_t/7.cc: Likewise.
5676         * testsuite/22_locale/time_put/put/wchar_t/8.cc: Likewise.
5677         * testsuite/22_locale/time_put/put/wchar_t/9.cc: Likewise.
5678         * testsuite/22_locale/time_put/put/wchar_t/17038.cc: Likewise.
5679         * testsuite/22_locale/time_put/put/char/10.cc: Likewise.
5680         * testsuite/22_locale/time_put/put/char/1.cc: Likewise.
5681         * testsuite/22_locale/time_put/put/char/2.cc: Likewise.
5682         * testsuite/22_locale/time_put/put/char/3.cc: Likewise.
5683         * testsuite/22_locale/time_put/put/char/4.cc: Likewise.
5684         * testsuite/22_locale/time_put/put/char/5.cc: Likewise.
5685         * testsuite/22_locale/time_put/put/char/6.cc: Likewise.
5686         * testsuite/22_locale/time_put/put/char/7.cc: Likewise.
5687         * testsuite/22_locale/time_put/put/char/8.cc: Likewise.
5688         * testsuite/22_locale/time_put/put/char/9.cc: Likewise.
5689         * testsuite/22_locale/time_put/put/char/17038.cc: Likewise.
5690         * testsuite/22_locale/time_get/get_year/wchar_t/1.cc: Likewise.
5691         * testsuite/22_locale/time_get/get_year/wchar_t/3.cc: Likewise.
5692         * testsuite/22_locale/time_get/get_year/char/1.cc: Likewise.
5693         * testsuite/22_locale/time_get/get_year/char/3.cc: Likewise.
5694         * testsuite/22_locale/time_get/get_monthname/wchar_t/1.cc: Likewise.
5695         * testsuite/22_locale/time_get/get_monthname/wchar_t/2.cc: Likewise.
5696         * testsuite/22_locale/time_get/get_monthname/char/1.cc: Likewise.
5697         * testsuite/22_locale/time_get/get_monthname/char/2.cc: Likewise.
5698         * testsuite/22_locale/time_get/get_weekday/wchar_t/1.cc: Likewise.
5699         * testsuite/22_locale/time_get/get_weekday/wchar_t/2.cc: Likewise.
5700         * testsuite/22_locale/time_get/get_weekday/wchar_t/3.cc: Likewise.
5701         * testsuite/22_locale/time_get/get_weekday/char/1.cc: Likewise.
5702         * testsuite/22_locale/time_get/get_weekday/char/2.cc: Likewise.
5703         * testsuite/22_locale/time_get/get_weekday/char/3.cc: Likewise.
5704         * testsuite/22_locale/time_get/get_date/wchar_t/12750.cc: Likewise.
5705         * testsuite/22_locale/time_get/get_date/wchar_t/12750.cc: Likewise.
5706         * testsuite/22_locale/time_get/get_date/wchar_t/1.cc: Likewise.
5707         * testsuite/22_locale/time_get/get_date/wchar_t/2.cc: Likewise.
5708         * testsuite/22_locale/time_get/get_date/wchar_t/3.cc: Likewise.
5709         * testsuite/22_locale/time_get/get_date/char/12750.cc: Likewise.
5710         * testsuite/22_locale/time_get/get_date/char/12750.cc: Likewise.
5711         * testsuite/22_locale/time_get/get_date/char/1.cc: Likewise.
5712         * testsuite/22_locale/time_get/get_date/char/2.cc: Likewise.
5713         * testsuite/22_locale/time_get/get_date/char/3.cc: Likewise.
5714         * testsuite/22_locale/time_get/get_time/wchar_t/1.cc: Likewise.
5715         * testsuite/22_locale/time_get/get_time/wchar_t/2.cc: Likewise.
5716         * testsuite/22_locale/time_get/get_time/wchar_t/3.cc: Likewise.
5717         * testsuite/22_locale/time_get/get_time/wchar_t/4.cc: Likewise.
5718         * testsuite/22_locale/time_get/get_time/char/1.cc: Likewise.
5719         * testsuite/22_locale/time_get/get_time/char/2.cc: Likewise.
5720         * testsuite/22_locale/time_get/get_time/char/3.cc: Likewise.
5721         * testsuite/22_locale/time_get/get_time/char/4.cc: Likewise.
5722
5723 2006-01-04  Paolo Carlini  <pcarlini@suse.de>
5724
5725         * include/ext/sso_string_base.h (__sso_string_base<>::_M_dataplus):
5726         Use _CharT_alloc_type as base class.
5727         (_M_get_allocator, _M_swap, _M_create, _M_destroy): Adjust.
5728         * include/ext/vstring.h (get_allocator): Tidy.
5729
5730 2006-01-04  Paolo Carlini  <pcarlini@suse.de>
5731
5732         Implement Option 3 of DR 431 for all the containers.
5733         * include/bits/allocator.h (struct __alloc_swap): Add, swaps
5734         allocators, optimized to nothing in case they are empty.
5735         * include/bits/stl_deque.h (deque<>::swap): Use it.
5736         * include/bits/stl_list.h (list<>::swap): Likewise.
5737         * include/bits/stl_tree.h (_Rb_tree<>::swap): Likewise.
5738         * include/bits/stl_vector.h (vector<>::swap): Likewise.
5739         * include/tr1/hashtable (hashtable<>::swap): Likewise.
5740         * include/ext/rc_string_base.h (__rc_string_base<>::_M_swap):
5741         Likewise.
5742         * include/ext/sso_string_base.h (__sso_string_base<>::_M_swap):
5743         Likewise.
5744         * include/ext/vstring_util.h (__vstring_utility<>::_Alloc_hider):
5745         Clean-up (now vstring uses the generic __alloc_swap facility).
5746         * include/tr1/unordered_map: Adjust includes.
5747         * include/tr1/unordered_set: Likewise.
5748         * docs/html/ext/howto.html: Add an entry for DR 431.
5749         * testsuite/23_containers/deque/modifiers/swap.cc: Move to...
5750         * testsuite/23_containers/deque/modifiers/swap/1.cc: ... here.          
5751         * testsuite/23_containers/deque/modifiers/swap/2.cc: New.
5752         * testsuite/23_containers/deque/modifiers/swap/3.cc: New.
5753         * testsuite/23_containers/list/modifiers/swap.cc: Move to...
5754         * testsuite/23_containers/list/modifiers/swap/1.cc: ... here.           
5755         * testsuite/23_containers/list/modifiers/swap/2.cc: New.
5756         * testsuite/23_containers/list/modifiers/swap/3.cc: New.
5757         * testsuite/23_containers/vector/modifiers/swap.cc: Move to...
5758         * testsuite/23_containers/vector/modifiers/swap/1.cc: ... here.         
5759         * testsuite/23_containers/vector/modifiers/swap/2.cc: New.
5760         * testsuite/23_containers/vector/modifiers/swap/3.cc: New.
5761         * testsuite/23_containers/set/modifiers/swap.cc: Move to...
5762         * testsuite/23_containers/set/modifiers/swap/1.cc: ... here.            
5763         * testsuite/23_containers/set/modifiers/swap/2.cc: New.
5764         * testsuite/23_containers/set/modifiers/swap/3.cc: New.
5765         * testsuite/23_containers/map/modifiers/swap.cc: Move to...
5766         * testsuite/23_containers/map/modifiers/swap/1.cc: ... here.            
5767         * testsuite/23_containers/map/modifiers/swap/2.cc: New.
5768         * testsuite/23_containers/map/modifiers/swap/3.cc: New.
5769         * testsuite/23_containers/multiset/modifiers/swap.cc: Move to...
5770         * testsuite/23_containers/multiset/modifiers/swap/1.cc: ... here.               
5771         * testsuite/23_containers/multiset/modifiers/swap/2.cc: New.
5772         * testsuite/23_containers/multiset/modifiers/swap/3.cc: New.
5773         * testsuite/23_containers/multimap/modifiers/swap.cc: Move to...
5774         * testsuite/23_containers/multimap/modifiers/swap/1.cc: ... here.               
5775         * testsuite/23_containers/multimap/modifiers/swap/2.cc: New.
5776         * testsuite/23_containers/multimap/modifiers/swap/3.cc: New.
5777         * testsuite/tr1/6_containers/unordered/swap/unordered_set/1.cc: New.    
5778         * testsuite/tr1/6_containers/unordered/swap/unordered_set/2.cc: New.
5779         * testsuite/tr1/6_containers/unordered/swap/unordered_map/1.cc: New.    
5780         * testsuite/tr1/6_containers/unordered/swap/unordered_map/2.cc: New.
5781         * testsuite/tr1/6_containers/unordered/swap/unordered_multiset/1.cc: New.       
5782         * testsuite/tr1/6_containers/unordered/swap/unordered_multiset/2.cc: New.
5783         * testsuite/tr1/6_containers/unordered/swap/unordered_multimap/1.cc: New.       
5784         * testsuite/tr1/6_containers/unordered/swap/unordered_multimap/2.cc: New.
5785
5786 2006-01-03  Paolo Carlini  <pcarlini@suse.de>
5787
5788         * include/bits/stl_list.h (_List_base<>::_M_get_Node_allocator): Add.
5789         (_M_get_Tp_allocator, get_allocator): Tidy.
5790         (list<>::list(const list&), insert(iterator, size_type, const
5791         value_type&), insert(iterator, _InputIterator, _InputIterator)):
5792         Use _M_get_Node_allocator.
5793         * include/bits/stl_tree.h (_Rb_tree<>::_M_get_Node_allocator()): Add.
5794         (_Rb_tree(const _Rb_tree<>&): Use it.
5795         * include/bits/stl_deque.h (_Deque_base<>::_M_get_map_allocator,
5796         get_allocator): Tidy.
5797         * include/bits/stl_vector.h (_Vector_base<>::get_allocator): Tidy.
5798         * testsuite/23_containers/map/operators/1_neg.cc: Adjust dg-error
5799         line numbers.
5800         * testsuite/23_containers/set/operators/1_neg.cc: Likewise.
5801         
5802         * testsuite/testsuite_allocator.h (uneq_allocator<>::swap): Fix.
5803
5804         * testsuite/testsuite_allocator.h (class uneq_allocator): A simple
5805         non-empty testing allocator which can be endowed of a "personality"
5806         at construction time.
5807
5808 2006-01-03  Paolo Carlini  <pcarlini@suse.de>
5809
5810         * testsuite/27_io/basic_stringstream/str/char/1.cc: Initialize vars.
5811         * testsuite/27_io/basic_stringstream/str/wchar_t/1.cc: Likewise.
5812         * testsuite/27_io/basic_istringstream/str/char/1.cc: Likewise, tidy.
5813         * testsuite/27_io/basic_istringstream/str/wchar_t/1.cc: Likewise.
5814
5815 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
5816
5817         * src/Makefile.am (LTLDFLAGS): New variable. 
5818         (CXXLINK): Use LTLDFLAGS.
5819         * src/Makefile.in: Regenerated.
5820         * libsupc++/Makefile.am (LTLDFLAGS): New variable. 
5821         (CXXLINK): Use LTLDFLAGS.
5822         * libsupc++/Makefile.in: Regenerated.
5823
5824 2006-01-02  Paolo Carlini  <pcarlini@suse.de>
5825
5826         PR libstdc++/24645
5827         * include/std/std_istream.h (basic_istream<>::_M_extract): New.
5828         (operator>>(bool&), operator>>(short&), operator>>(unsigned short&),
5829         operator>>(int&), operator>>(unsigned int&), operator>>(long&),
5830         operator>>(unsigned long&), operator>>(long long&), operator>>
5831         (unsigned long long&), operator>>(float&), operator>>(double&),
5832         operator>>(long double&), operator>>(void*&)): Use it.
5833         * include/bits/istream.tcc (basic_istream<>::_M_extract): Define.
5834         * include/std/std_ostream.h (basic_ostream<>::_M_insert): New.
5835         (operator<<(long), operator<<(unsigned long), operator<<(bool),
5836         operator<<(short), operator<<(unsigned short), operator<<(int),
5837         operator<<(unsigned int), operator<<(long long), operator<<
5838         (unsigned long long), operator<<(double), operator<<(float),
5839         operator<<(long double), operator<<(const void*): Use it.
5840         * include/bits/ostream.tcc (basic_ostream<>::_M_insert): Define.
5841         * src/istream-inst.cc: Add _M_extract instantiations.
5842         * src/ostream-inst.cc: Add _M_insert instantiations.
5843         * config/abi/pre/gnu.ver: Export the new symbols @GLIBCXX_3.4.7;
5844         detail existing @GLIBCXX_3.4 exports of basic_ostream, num_put,
5845         money_put, etc., symbols to avoid exporting _M_insert symbols
5846         @GLIBCXX_3.4.