OSDN Git Service

2002-02-04 Jonathan Wakely <redi@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / ChangeLog
1 2002-02-04  Jonathan Wakely  <redi@gcc.gnu.org>
2
3         * docs/html/27_io/howto.html: New section on stdio_filebuf.
4         * docs/html/ext/howto.html: Move stdio_filebuf notes to 27_io.
5         * docs/html/documentation.html: Regenerate.
6
7 2003-02-04  Joseph S. Myers  <jsm@polyomino.org.uk>
8
9         * docs/html/17_intro/porting.texi: Update to GFDL 1.2.
10         * docs/html/17_intro/porting.html: Regenerate.
11
12 2003-02-03  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
13             Phil Edwards  <pme@gcc.gnu.org>
14
15         * include/std/std_bitset.h:  Replace CHAR_BIT with __CHAR_BIT__, use
16         numeric_limits for bits-per-word values.
17         (_Base_bitset::_M_do_count, _Base_bitset<1>::_M_do_count):
18         Use __builtin_popcountl instead.
19         (_Base_bitset::_M_do_find_first, _Base_bitset::_M_do_find_next,
20         _Base_bitset<1>::_M_do_find_first, _Base_bitset<1>::_M_do_find_next):
21         Use __builtin_ctzl instead.
22         (_S_bit_count, _S_first_one):  Remove.
23         * config/linker-map.gnu (GLIBCPP_3.4):  Remove std::_S_bit_count.
24         * src/Makefile.am (sources):  Remove bitset.cc.
25         * src/bitset.cc:  Delete file.
26         * src/Makefile.in:  Regenerate.
27
28 2003-02-03  Phil Edwards  <pme@gcc.gnu.org>
29
30         PR libstdc++/9527, PR libstdc++/8713
31         * docs/html/install.html:  Mention glibc version requirement.
32         * docs/html/faq/index.html (3.8):  New note, glibc 2.2.5+ is needed
33         with 3.2.1+ (formatting bugfixes).
34         * docs/html/faq/index.txt:  Regenerate.
35
36 2003-02-03  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
37
38         PR libstdc++/9234
39         * include/bits/valarray_before.h (_UnBase::operator[]): Apply unary
40         operator.
41
42         * include/bits/valarray_before.h (__not_equal_to): Use != instead of ==.
43
44         * testsuite/26_numerics/valarray_operators.cc: New test.
45
46 2003-02-01  Phil Edwards  <pme@gcc.gnu.org>
47
48         * docs/html/faq/index.html:  Correct link to libg++ information.
49         * docs/html/faq/index.txt:  Regenerated.
50
51 2003-02-01  Paolo Carlini  <pcarlini@unitus.it>
52             Benjamin Kosnik  <bkoz@redhat.com>
53
54         Const correctness issue:
55         http://gcc.gnu.org/ml/libstdc++/2003-01/msg00370.html
56         * include/bits/locale_classes.h
57         (locale::_Impl::_M_facets): Change type to const facet**.
58         (locale::_Impl::_M_install_facet): Change declaration to
59         take const facet*.
60         (locale::facet::_M_references): Make mutable.
61         (locale::facet::_M_add_reference): Declare const.
62         (locale::facet::_M_remove_reference): Likewise.
63         * include/bits/locale_facets.tcc
64         (use_facet(const locale&)): Tweak for const facet** _M_facets.
65         (has_facet(const locale&)): Likewise.
66         * src/locale.cc
67         (locale::facet::_M_add_reference): Adjust definition.
68         (locale::facet::_M_remove_reference): Likewise.
69         * src/localename.cc
70         (locale::_Impl::_Impl(const _Impl&, size_t)): Tweak for
71         const facet** _M_facets.
72         (locale::_Impl::_Impl(const char*, size_t)): Likewise.
73         (locale::_Impl::_Impl(facet**, size_t, bool)): Likewise.
74         (locale::_Impl::_M_install_facet): Adjust definition to take
75         const facet* and for const facet** _M_facets.
76         * testsuite/22_locale/locale/cons/8.cc: Add.
77
78 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
79
80         * include/std/std_limits.h (numeric_limits<float>::has_infinity):
81         Use __FLT_HAS_INIFINITY__ to initialize.
82         (numeric_limits<float>::has_quiet_NaN): Likewise.
83         (numeric_limits<double>::has_infinity): Use __DBL_HAS_INIFINITY__
84         to initialize.
85         (numeric_limits<double>::has_quiet_NaN): Likewise.
86         (numeric_limits<long double>::has_infinity): Use
87         __LDBL_HAS_INIFINITY__ to initialize.
88         (numeric_limits<long_double>::has_quiet_NaN): Likewise.
89
90 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
91
92         PR c++/9433
93         * libsupc++/tinfo.cc (__vmi_class_type_info::__do_dyncast): Cope
94         with bases which are very ambiguous.
95
96 2003-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
97
98         * src/Makefile.am (CONFIG_CXXFLAGS): Reverse order of
99         @EXTRA_CXX_FLAGS@ @SECTION_FLAGS@.
100         * libsupc++/Makefile.am (CONFIG_CXXFLAGS): Likewise.
101         * src/Makefile.in: Regenerate.
102         * libsupc++/Makefile.in: Regenerate.
103
104 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
105
106         * acinclude.m4 (glibcpp_toolexeclibdir): Instead of
107         $(MULTISUBDIR), use `$CC -print-multi-os-directory`, unless
108         version_specific_libs is enabled.
109         * aclocal.m4, configure: Rebuilt.
110
111 2003-01-24  Nathan Sidwell  <nathan@codesourcery.com>
112
113         * include/bits/valarray_meta.h: Remove, split into ...
114         * include/bits/valarray_before.h: ... this, and ...
115         * include/bits/valarray_after.h: ... this.
116         * include/std/std_valarray.h: Adjust.
117         * include/Makefile.am (bits_headers): Adjust.
118         * include/Makefile.in: Regenerate.
119
120 2003-01-24  Andreas Schwab  <schwab@suse.de>
121
122         * config/linker-map.gnu: Fix for size_t variance.
123
124 2003-01-23  Petur Runolfsson  <peturr02@ru.is>
125
126         PR libstdc++/9322
127         * include/std/std_streambuf.h
128         (basic_streambuf::basic_streambuf,
129         basic_streambuf::~basic_streambuf,
130         basic_streambuf::getloc, basic_streambuf::imbue):
131         Remove _M_buf_locale_init
132         * include/bits/fstream.tcc (basic_filebuf::imbue):  Likewise
133         * testsuite/27_io/filebuf_virtuals.cc (test08):  Add.
134         * testsuite/27_io/streambuf_members.cc (test08):  Add.
135         * testsuite/27_io/stringbuf_virtuals.cc (test08):  Add.
136
137 2003-01-23  Benjamin Kosnik  <bkoz@redhat.com>
138
139         Revert include ordering.
140         * config/locale/generic/c_locale.h: Add include guards.
141         * config/locale/gnu/c_locale.h: Same.
142         * include/bits/locale_classes.h: Remove cctype include.
143         * include/std/std_iosfwd.h: Add c++locale.h, cctype includes.
144         * include/std/std_fstream.h: Remove streambuf include.
145         * include/std/std_sstream.h: Remove streambuf include.
146         
147 2003-01-23  Benjamin Kosnik  <bkoz@redhat.com>
148
149         * configure.in (libtool_VERSION): To 6:0:0.
150         * configure: Regenerated.
151         * config/linker-map.gnu: Clean.
152         
153         * src/misc-inst.cc: Remove instantiations.
154
155         * include/bits/stl_alloc.h (__malloc_alloc_template): 
156         To __malloc_alloc.
157         (__default_alloc_template): To __pool_alloc.
158         * src/stl-inst.cc: Same.
159         * include/backward/alloc.h: Update.
160         * testsuite/ext/allocators.cc: Update.
161         
162         * src/globals.cc (__gnu_cxx): Remove _GLIBCPP_ASM_SYMVER. Should
163         really try to remove these if possible.
164         * src/locale.cc (std): Same.
165
166         * testsuite/abi_check.cc (check_version): Add.
167
168 2003-01-22  Benjamin Kosnik  <bkoz@redhat.com>
169             Sysoltsev Slawa  <Vyatcheslav.Sysoltsev@intel.com>
170             Mark Mitchell  <mark@codesourcery.com>
171         
172         PR libstdc++/9269
173         * include/std/std_fstream.h (basic_filebuf::uflow): Declare.
174         (basic_filebuf::underflow): Declare.
175         Move definitions.
176
177 2003-01-22  Benjamin Kosnik  <bkoz@redhat.com>
178
179         * include/bits/locale_facets.h: Move non-facet classes requiring
180         <string> to...  
181         * include/bits/locale_classes.h: New.  
182         * include/bits/Makefile.am (bits_headers_src): Add locale_classes.h.
183         * include/bits/Makefile.in: Regenerate.
184
185         * include/bits/locale_facets.tcc (__convert_from_v): Move to...
186         * config/locale/gnu/c_locale.h: ...here.
187         * config/locale/generic/c_locale.h: Same.
188         
189         * include/bits/locale_facets.tcc: Move declarations to...
190         * include/bits/locale_facets.h: ...here.
191         * include/bits/basic_ios.h: Tweak includes accordingly.
192         * include/std/std_sstream.h: Add streambuf include.
193         * include/std/std_fstream.h: Ditto.
194         * include/std/std_locale.h: Add locale_classes.h include.
195         * include/std/std_iosfwd.h: Tweak.
196         * src/concept-inst.cc: Add iterator include.
197
198         * config/linker-map.gnu: Specify __cxa functions, mark __cxa_dyn_*
199         bits as unexported in the future.
200         
201 2003-01-21  Benjamin Kosnik  <bkoz@redhat.com>
202
203         Reshuffle 22_locale testsuite.
204         * 22_locale/(codecvt.cc money_get.cc
205         codecvt_members_char_char.cc money_get_members_char.cc
206         codecvt_members_unicode_char.cc money_get_members_wchar_t.cc
207         codecvt_members_unicode_wchar_t.cc moneypunct_byname.cc
208         codecvt_members_wchar_t_char.cc moneypunct.cc collate_byname.cc
209         moneypunct_members_char.cc collate.cc moneypunct_members_wchar_t.cc
210         collate_members_char.cc money_put.cc collate_members_wchar_t.cc
211         money_put_members_char.cc ctor_copy_dtor.cc
212         money_put_members_wchar_t.cc ctype.cc num_get.cc ctype_is_char.cc
213         num_get_members_char.cc ctype_is_wchar_t.cc num_get_members_wchar_t.cc
214         ctype_members_char.cc numpunct_byname.cc ctype_members_wchar_t.cc
215         numpunct.cc ctype_narrow_char.cc numpunct_members_char.cc
216         ctype_narrow_wchar_t.cc numpunct_members_wchar_t.cc ctype_scan_char.cc
217         num_put.cc ctype_scan_wchar_t.cc num_put_members_char.cc
218         ctype_to_char.cc num_put_members_wchar_t.cc ctype_to_wchar_t.cc
219         operators.cc ctype_widen_char.cc static_members.cc
220         ctype_widen_wchar_t.cc time_get.cc facet.cc time_get_members_char.cc
221         global_templates.cc time_get_members_wchar_t.cc, members.cc,
222         time_put.cc, messages_byname.cc, time_put_members_char.cc,
223         messages.cc, time_put_members_wchar_t.cc, messages_members_char.cc): 
224         Splint up into individual test cases... 
225         * 22_locale/codecvt/1.cc: New.
226         * 22_locale/codecvt/2.cc: New.
227         * 22_locale/codecvt/always_noconv/char/1.cc: New.
228         * 22_locale/codecvt/always_noconv/char/wrapped_env.cc: New.
229         * 22_locale/codecvt/always_noconv/char/wrapped_locale.cc: New.
230         * 22_locale/codecvt/always_noconv/wchar_t/1.cc: New.
231         * 22_locale/codecvt/always_noconv/wchar_t/wrapped_env.cc: New.
232         * 22_locale/codecvt/always_noconv/wchar_t/wrapped_locale.cc: New.
233         * 22_locale/codecvt/encoding/char/1.cc: New.
234         * 22_locale/codecvt/encoding/char/wrapped_env.cc: New.
235         * 22_locale/codecvt/encoding/char/wrapped_locale.cc: New.
236         * 22_locale/codecvt/encoding/wchar_t/1.cc: New.
237         * 22_locale/codecvt/encoding/wchar_t/wrapped_env.cc: New.
238         * 22_locale/codecvt/encoding/wchar_t/wrapped_locale.cc: New.
239         * 22_locale/codecvt/in/char/1.cc: New.
240         * 22_locale/codecvt/in/char/wrapped_env.cc: New.
241         * 22_locale/codecvt/in/char/wrapped_locale.cc: New.
242         * 22_locale/codecvt/in/wchar_t/1.cc: New.
243         * 22_locale/codecvt/in/wchar_t/wrapped_env.cc: New.
244         * 22_locale/codecvt/in/wchar_t/wrapped_locale.cc: New.
245         * 22_locale/codecvt/length/char/1.cc: New.
246         * 22_locale/codecvt/length/char/wrapped_env.cc: New.
247         * 22_locale/codecvt/length/char/wrapped_locale.cc: New.
248         * 22_locale/codecvt/length/wchar_t/1.cc: New.
249         * 22_locale/codecvt/length/wchar_t/wrapped_env.cc: New.
250         * 22_locale/codecvt/length/wchar_t/wrapped_locale.cc: New.
251         * 22_locale/codecvt/max_length/char/1.cc: New.
252         * 22_locale/codecvt/max_length/char/wrapped_env.cc: New.
253         * 22_locale/codecvt/max_length/char/wrapped_locale.cc: New.
254         * 22_locale/codecvt/max_length/wchar_t/1.cc: New.
255         * 22_locale/codecvt/max_length/wchar_t/wrapped_env.cc: New.
256         * 22_locale/codecvt/max_length/wchar_t/wrapped_locale.cc: New.
257         * 22_locale/codecvt/out/char/1.cc: New.
258         * 22_locale/codecvt/out/char/wrapped_env.cc: New.
259         * 22_locale/codecvt/out/char/wrapped_locale.cc: New.
260         * 22_locale/codecvt/out/wchar_t/1.cc: New.
261         * 22_locale/codecvt/out/wchar_t/wrapped_env.cc: New.
262         * 22_locale/codecvt/out/wchar_t/wrapped_locale.cc: New.
263         * 22_locale/codecvt/unicode/char.cc: New.
264         * 22_locale/codecvt/unicode/wchar_t.cc: New.
265         * 22_locale/codecvt/unshift/char/1.cc: New.
266         * 22_locale/codecvt/unshift/char/wrapped_env.cc: New.
267         * 22_locale/codecvt/unshift/char/wrapped_locale.cc: New.
268         * 22_locale/codecvt/unshift/wchar_t/1.cc: New.
269         * 22_locale/codecvt/unshift/wchar_t/wrapped_env.cc: New.
270         * 22_locale/codecvt/unshift/wchar_t/wrapped_locale.cc: New.
271         * 22_locale/collate/1.cc: New.
272         * 22_locale/collate/2.cc: New.
273         * 22_locale/collate/compare/char/1.cc: New.
274         * 22_locale/collate/compare/char/2.cc: New.
275         * 22_locale/collate/compare/char/wrapped_env.cc: New.
276         * 22_locale/collate/compare/char/wrapped_locale.cc: New.
277         * 22_locale/collate/compare/wchar_t/1.cc: New.
278         * 22_locale/collate/compare/wchar_t/2.cc: New.
279         * 22_locale/collate/compare/wchar_t/wrapped_env.cc: New.
280         * 22_locale/collate/compare/wchar_t/wrapped_locale.cc: New.
281         * 22_locale/collate/hash/char/1.cc: New.
282         * 22_locale/collate/hash/char/2.cc: New.
283         * 22_locale/collate/hash/char/wrapped_env.cc: New.
284         * 22_locale/collate/hash/char/wrapped_locale.cc: New.
285         * 22_locale/collate/hash/wchar_t/1.cc: New.
286         * 22_locale/collate/hash/wchar_t/2.cc: New.
287         * 22_locale/collate/hash/wchar_t/wrapped_env.cc: New.
288         * 22_locale/collate/hash/wchar_t/wrapped_locale.cc: New.
289         * 22_locale/collate/transform/char/2.cc: New.
290         * 22_locale/collate/transform/char/wrapped_env.cc: New.
291         * 22_locale/collate/transform/char/wrapped_locale.cc: New.
292         * 22_locale/collate/transform/wchar_t/2.cc: New.
293         * 22_locale/collate/transform/wchar_t/wrapped_env.cc: New.
294         * 22_locale/collate/transform/wchar_t/wrapped_locale.cc: New.
295         * 22_locale/collate_byname/1.cc: New.
296         * 22_locale/ctype/1.cc: New.
297         * 22_locale/ctype/2.cc: New.
298         * 22_locale/ctype/cons/char/1.cc: New.
299         * 22_locale/ctype/cons/char/wrapped_env.cc: New.
300         * 22_locale/ctype/cons/char/wrapped_locale.cc: New.
301         * 22_locale/ctype/is/char/1.cc: New.
302         * 22_locale/ctype/is/char/2.cc: New.
303         * 22_locale/ctype/is/char/3.cc: New.
304         * 22_locale/ctype/is/char/wrapped_env.cc: New.
305         * 22_locale/ctype/is/char/wrapped_locale.cc: New.
306         * 22_locale/ctype/is/wchar_t/1.cc: New.
307         * 22_locale/ctype/is/wchar_t/2.cc: New.
308         * 22_locale/ctype/is/wchar_t/wrapped_env.cc: New.
309         * 22_locale/ctype/is/wchar_t/wrapped_locale.cc: New.
310         * 22_locale/ctype/narrow/char/1.cc: New.
311         * 22_locale/ctype/narrow/char/2.cc: New.
312         * 22_locale/ctype/narrow/char/wrapped_env.cc: New.
313         * 22_locale/ctype/narrow/char/wrapped_locale.cc: New.
314         * 22_locale/ctype/narrow/wchar_t/1.cc: New.
315         * 22_locale/ctype/narrow/wchar_t/2.cc: New.
316         * 22_locale/ctype/narrow/wchar_t/wrapped_env.cc: New.
317         * 22_locale/ctype/narrow/wchar_t/wrapped_locale.cc: New.
318         * 22_locale/ctype/scan/char/1.cc: New.
319         * 22_locale/ctype/scan/char/wrapped_env.cc: New.
320         * 22_locale/ctype/scan/char/wrapped_locale.cc: New.
321         * 22_locale/ctype/scan/wchar_t/1.cc: New.
322         * 22_locale/ctype/scan/wchar_t/wrapped_env.cc: New.
323         * 22_locale/ctype/scan/wchar_t/wrapped_locale.cc: New.
324         * 22_locale/ctype/to/char/1.cc: New.
325         * 22_locale/ctype/to/char/wrapped_env.cc: New.
326         * 22_locale/ctype/to/char/wrapped_locale.cc: New.
327         * 22_locale/ctype/to/wchar_t/1.cc: New.
328         * 22_locale/ctype/to/wchar_t/wrapped_env.cc: New.
329         * 22_locale/ctype/to/wchar_t/wrapped_locale.cc: New.
330         * 22_locale/ctype/widen/char/1.cc: New.
331         * 22_locale/ctype/widen/char/wrapped_env.cc: New.
332         * 22_locale/ctype/widen/char/wrapped_locale.cc: New.
333         * 22_locale/ctype/widen/wchar_t/1.cc: New.
334         * 22_locale/ctype/widen/wchar_t/wrapped_env.cc: New.
335         * 22_locale/ctype/widen/wchar_t/wrapped_locale.cc: New.
336         * 22_locale/facet/1.cc: New.
337         * 22_locale/facet/2.cc: New.
338         * 22_locale/global_templates/1.cc: New.
339         * 22_locale/locale/cons/1.cc: New.
340         * 22_locale/locale/cons/2.cc: New.
341         * 22_locale/locale/cons/3.cc: New.
342         * 22_locale/locale/cons/4.cc: New.
343         * 22_locale/locale/cons/5.cc: New.
344         * 22_locale/locale/cons/6.cc: New.
345         * 22_locale/locale/cons/7.cc: New.
346         * 22_locale/locale/global_locale_objects/1.cc: New.
347         * 22_locale/locale/global_locale_objects/2.cc: New.
348         * 22_locale/locale/global_locale_objects/3.cc: New.
349         * 22_locale/locale/operations/1.cc: New.
350         * 22_locale/locale/operations/2.cc: New.
351         * 22_locale/messages/1.cc: New.
352         * 22_locale/messages/2.cc: New.
353         * 22_locale/messages/members/char/1.cc: New.
354         * 22_locale/messages/members/char/2.cc: New.
355         * 22_locale/messages/members/char/3.cc: New.
356         * 22_locale/messages/members/char/wrapped_env.cc: New.
357         * 22_locale/messages/members/char/wrapped_locale.cc: New.
358         * 22_locale/messages_byname/1.cc: New.
359         * 22_locale/money_get/1.cc: New.
360         * 22_locale/money_get/2.cc: New.
361         * 22_locale/money_get/get/char/1.cc: New.
362         * 22_locale/money_get/get/char/2.cc: New.
363         * 22_locale/money_get/get/char/3.cc: New.
364         * 22_locale/money_get/get/char/4.cc: New.
365         * 22_locale/money_get/get/char/5.cc: New.
366         * 22_locale/money_get/get/char/6.cc: New.
367         * 22_locale/money_get/get/char/7.cc: New.
368         * 22_locale/money_get/get/char/8.cc: New.
369         * 22_locale/money_get/get/char/wrapped_env.cc: New.
370         * 22_locale/money_get/get/char/wrapped_locale.cc: New.
371         * 22_locale/money_get/get/wchar_t/1.cc: New.
372         * 22_locale/money_get/get/wchar_t/2.cc: New.
373         * 22_locale/money_get/get/wchar_t/3.cc: New.
374         * 22_locale/money_get/get/wchar_t/4.cc: New.
375         * 22_locale/money_get/get/wchar_t/5.cc: New.
376         * 22_locale/money_get/get/wchar_t/6.cc: New.
377         * 22_locale/money_get/get/wchar_t/7.cc: New.
378         * 22_locale/money_get/get/wchar_t/8.cc: New.
379         * 22_locale/money_get/get/wchar_t/wrapped_env.cc: New.
380         * 22_locale/money_get/get/wchar_t/wrapped_locale.cc: New.
381         * 22_locale/money_put/1.cc: New.
382         * 22_locale/money_put/2.cc: New.
383         * 22_locale/money_put/put/char/1.cc: New.
384         * 22_locale/money_put/put/char/2.cc: New.
385         * 22_locale/money_put/put/char/3.cc: New.
386         * 22_locale/money_put/put/char/4.cc: New.
387         * 22_locale/money_put/put/char/5.cc: New.
388         * 22_locale/money_put/put/char/6.cc: New.
389         * 22_locale/money_put/put/char/wrapped_env.cc: New.
390         * 22_locale/money_put/put/char/wrapped_locale.cc: New.
391         * 22_locale/money_put/put/wchar_t/1.cc: New.
392         * 22_locale/money_put/put/wchar_t/2.cc: New.
393         * 22_locale/money_put/put/wchar_t/3.cc: New.
394         * 22_locale/money_put/put/wchar_t/4.cc: New.
395         * 22_locale/money_put/put/wchar_t/5.cc: New.
396         * 22_locale/money_put/put/wchar_t/6.cc: New.
397         * 22_locale/money_put/put/wchar_t/wrapped_env.cc: New.
398         * 22_locale/money_put/put/wchar_t/wrapped_locale.cc: New.
399         * 22_locale/moneypunct/1.cc: New.
400         * 22_locale/moneypunct/2.cc: New.
401         * 22_locale/moneypunct/3.cc: New.
402         * 22_locale/moneypunct/members/char/1.cc: New.
403         * 22_locale/moneypunct/members/char/2.cc: New.
404         * 22_locale/moneypunct/members/char/wrapped_env.cc: New.
405         * 22_locale/moneypunct/members/char/wrapped_locale.cc: New.
406         * 22_locale/moneypunct/members/wchar_t/1.cc: New.
407         * 22_locale/moneypunct/members/wchar_t/2.cc: New.
408         * 22_locale/moneypunct/members/wchar_t/wrapped_env.cc: New.
409         * 22_locale/moneypunct/members/wchar_t/wrapped_locale.cc: New.
410         * 22_locale/moneypunct_byname/1.cc: New.
411         * 22_locale/num_get/1.cc: New.
412         * 22_locale/num_get/2.cc: New.
413         * 22_locale/num_get/get/char/1.cc: New.
414         * 22_locale/num_get/get/char/2.cc: New.
415         * 22_locale/num_get/get/char/3.cc: New.
416         * 22_locale/num_get/get/char/4.cc: New.
417         * 22_locale/num_get/get/char/5.cc: New.
418         * 22_locale/num_get/get/char/6.cc: New.
419         * 22_locale/num_get/get/char/wrapped_env.cc: New.
420         * 22_locale/num_get/get/char/wrapped_locale.cc: New.
421         * 22_locale/num_get/get/wchar_t/1.cc: New.
422         * 22_locale/num_get/get/wchar_t/2.cc: New.
423         * 22_locale/num_get/get/wchar_t/3.cc: New.
424         * 22_locale/num_get/get/wchar_t/4.cc: New.
425         * 22_locale/num_get/get/wchar_t/5.cc: New.
426         * 22_locale/num_get/get/wchar_t/6.cc: New.
427         * 22_locale/num_get/get/wchar_t/wrapped_env.cc: New.
428         * 22_locale/num_get/get/wchar_t/wrapped_locale.cc: New.
429         * 22_locale/num_put/1.cc: New.
430         * 22_locale/num_put/2.cc: New.
431         * 22_locale/num_put/put/char/1.cc: New.
432         * 22_locale/num_put/put/char/2.cc: New.
433         * 22_locale/num_put/put/char/3.cc: New.
434         * 22_locale/num_put/put/char/4.cc: New.
435         * 22_locale/num_put/put/char/5.cc: New.
436         * 22_locale/num_put/put/char/wrapped_env.cc: New.
437         * 22_locale/num_put/put/char/wrapped_locale.cc: New.
438         * 22_locale/num_put/put/wchar_t/1.cc: New.
439         * 22_locale/num_put/put/wchar_t/2.cc: New.
440         * 22_locale/num_put/put/wchar_t/3.cc: New.
441         * 22_locale/num_put/put/wchar_t/4.cc: New.
442         * 22_locale/num_put/put/wchar_t/5.cc: New.
443         * 22_locale/num_put/put/wchar_t/wrapped_env.cc: New.
444         * 22_locale/num_put/put/wchar_t/wrapped_locale.cc: New.
445         * 22_locale/numpunct/1.cc: New.
446         * 22_locale/numpunct/2.cc: New.
447         * 22_locale/numpunct/members/char/1.cc: New.
448         * 22_locale/numpunct/members/char/2.cc: New.
449         * 22_locale/numpunct/members/char/wrapped_env.cc: New.
450         * 22_locale/numpunct/members/char/wrapped_locale.cc: New.
451         * 22_locale/numpunct/members/wchar_t/1.cc: New.
452         * 22_locale/numpunct/members/wchar_t/2.cc: New.
453         * 22_locale/numpunct/members/wchar_t/wrapped_env.cc: New.
454         * 22_locale/numpunct/members/wchar_t/wrapped_locale.cc: New.
455         * 22_locale/numpunct_byname/1.cc: New.
456         * 22_locale/numpunct_byname/2.cc: New.
457         * 22_locale/time_get/1.cc: New.
458         * 22_locale/time_get/2.cc: New.
459         * 22_locale/time_get/date_order/char/1.cc: New.
460         * 22_locale/time_get/date_order/char/wrapped_env.cc: New.
461         * 22_locale/time_get/date_order/char/wrapped_locale.cc: New.
462         * 22_locale/time_get/date_order/wchar_t/1.cc: New.
463         * 22_locale/time_get/date_order/wchar_t/wrapped_env.cc: New.
464         * 22_locale/time_get/date_order/wchar_t/wrapped_locale.cc: New.
465         * 22_locale/time_get/get_date/char/1.cc: New.
466         * 22_locale/time_get/get_date/char/2.cc: New.
467         * 22_locale/time_get/get_date/char/3.cc: New.
468         * 22_locale/time_get/get_date/char/wrapped_env.cc: New.
469         * 22_locale/time_get/get_date/char/wrapped_locale.cc: New.
470         * 22_locale/time_get/get_date/wchar_t/1.cc: New.
471         * 22_locale/time_get/get_date/wchar_t/2.cc: New.
472         * 22_locale/time_get/get_date/wchar_t/3.cc: New.
473         * 22_locale/time_get/get_date/wchar_t/wrapped_env.cc: New.
474         * 22_locale/time_get/get_date/wchar_t/wrapped_locale.cc: New.
475         * 22_locale/time_get/get_monthname/char/1.cc: New.
476         * 22_locale/time_get/get_monthname/char/2.cc: New.
477         * 22_locale/time_get/get_monthname/char/3.cc: New.
478         * 22_locale/time_get/get_monthname/char/wrapped_env.cc: New.
479         * 22_locale/time_get/get_monthname/char/wrapped_locale.cc: New.
480         * 22_locale/time_get/get_monthname/wchar_t/1.cc: New.
481         * 22_locale/time_get/get_monthname/wchar_t/2.cc: New.
482         * 22_locale/time_get/get_monthname/wchar_t/3.cc: New.
483         * 22_locale/time_get/get_monthname/wchar_t/wrapped_env.cc: New.
484         * 22_locale/time_get/get_monthname/wchar_t/wrapped_locale.cc: New.
485         * 22_locale/time_get/get_time/char/1.cc: New.
486         * 22_locale/time_get/get_time/char/2.cc: New.
487         * 22_locale/time_get/get_time/char/3.cc: New.
488         * 22_locale/time_get/get_time/char/wrapped_env.cc: New.
489         * 22_locale/time_get/get_time/char/wrapped_locale.cc: New.
490         * 22_locale/time_get/get_time/wchar_t/1.cc: New.
491         * 22_locale/time_get/get_time/wchar_t/2.cc: New.
492         * 22_locale/time_get/get_time/wchar_t/3.cc: New.
493         * 22_locale/time_get/get_time/wchar_t/wrapped_env.cc: New.
494         * 22_locale/time_get/get_time/wchar_t/wrapped_locale.cc: New.
495         * 22_locale/time_get/get_weekday/char/1.cc: New.
496         * 22_locale/time_get/get_weekday/char/2.cc: New.
497         * 22_locale/time_get/get_weekday/char/3.cc: New.
498         * 22_locale/time_get/get_weekday/char/wrapped_env.cc: New.
499         * 22_locale/time_get/get_weekday/char/wrapped_locale.cc: New.
500         * 22_locale/time_get/get_weekday/wchar_t/1.cc: New.
501         * 22_locale/time_get/get_weekday/wchar_t/2.cc: New.
502         * 22_locale/time_get/get_weekday/wchar_t/3.cc: New.
503         * 22_locale/time_get/get_weekday/wchar_t/wrapped_env.cc: New.
504         * 22_locale/time_get/get_weekday/wchar_t/wrapped_locale.cc: New.
505         * 22_locale/time_get/get_year/char/1.cc: New.
506         * 22_locale/time_get/get_year/char/3.cc: New.
507         * 22_locale/time_get/get_year/char/wrapped_env.cc: New.
508         * 22_locale/time_get/get_year/char/wrapped_locale.cc: New.
509         * 22_locale/time_get/get_year/wchar_t/1.cc: New.
510         * 22_locale/time_get/get_year/wchar_t/3.cc: New.
511         * 22_locale/time_get/get_year/wchar_t/wrapped_env.cc: New.
512         * 22_locale/time_get/get_year/wchar_t/wrapped_locale.cc: New.
513         * 22_locale/time_put/1.cc: New.
514         * 22_locale/time_put/2.cc: New.
515         * 22_locale/time_put/put/char/1.cc: New.
516         * 22_locale/time_put/put/char/10.cc: New.
517         * 22_locale/time_put/put/char/2.cc: New.
518         * 22_locale/time_put/put/char/3.cc: New.
519         * 22_locale/time_put/put/char/4.cc: New.
520         * 22_locale/time_put/put/char/5.cc: New.
521         * 22_locale/time_put/put/char/6.cc: New.
522         * 22_locale/time_put/put/char/7.cc: New.
523         * 22_locale/time_put/put/char/8.cc: New.
524         * 22_locale/time_put/put/char/9.cc: New.
525         * 22_locale/time_put/put/char/wrapped_env.cc: New.
526         * 22_locale/time_put/put/char/wrapped_locale.cc: New.
527         * 22_locale/time_put/put/wchar_t/1.cc: New.
528         * 22_locale/time_put/put/wchar_t/10.cc: New.
529         * 22_locale/time_put/put/wchar_t/2.cc: New.
530         * 22_locale/time_put/put/wchar_t/3.cc: New.
531         * 22_locale/time_put/put/wchar_t/4.cc: New.
532         * 22_locale/time_put/put/wchar_t/5.cc: New.
533         * 22_locale/time_put/put/wchar_t/6.cc: New.
534         * 22_locale/time_put/put/wchar_t/7.cc: New.
535         * 22_locale/time_put/put/wchar_t/8.cc: New.
536         * 22_locale/time_put/put/wchar_t/9.cc: New.
537         * 22_locale/time_put/put/wchar_t/wrapped_env.cc: New.
538         * 22_locale/time_put/put/wchar_t/wrapped_locale.cc: New.
539
540 2003-01-16  Jeffrey D. Oldham  <oldham@codesourcery.com>
541
542         * config/locale/generic/messages_members.h
543         (messages_byname<_CharT>::messages_byname): Use this-> to refer to
544         unqualified members of base clasess.
545
546 2003-01-16  Mark Mitchell  <mark@codesourcery.com>
547             Jeffrey Oldham <oldham@codesourcery.com>
548         
549         * config/locale/gnu/messages_members.h: Use this-> to refer to
550         unqualified members of base clasess.
551         * config/locale/ieee_1003.1-2001/codecvt_specializations.h: Likewise.
552         * include/bits/codecvt.h: Likewise.
553         * include/bits/deque.tcc: Likewise.
554         * include/bits/fstream.tcc: Likewise.
555         * include/bits/istream.tcc: Likewise.
556         * include/bits/list.tcc: Likewise.
557         * include/bits/locale_facets.h: Likewise.
558         * include/bits/ostream.tcc: Likewise.
559         * include/bits/sstream.tcc: Likewise.
560         * include/bits/stl_bvector.h: Likewise.
561         * include/bits/stl_deque.h: Likewise.
562         * include/bits/stl_list.h: Likewise.
563         * include/bits/stl_tree.h: Likewise.
564         * include/bits/stl_vector.h: Likewise.
565         * include/bits/vector.tcc: Likewise.
566         * include/ext/ropeimpl.h: Likewise.
567         * include/ext/stdio_filebuf.h: Likewise.
568         * include/ext/stl_rope.h: Likewise.
569         * include/std/std_fstream.h: Likewise.
570         * include/std/std_sstream.h: Likewise.
571         
572 2003-01-15  Phil Edwards  <pme@gcc.gnu.org>
573
574         * include/bits/basic_string.tcc (_S_string_copy): Unused, remove.
575
576 2003-01-15  Benjamin Kosnik  <bkoz@redhat.com>
577
578         * acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Substitute
579         GLIBCPP_TEST_WCHAR_T if building wchar_t bits in the library.
580         * aclocal.m4: Regenerate.
581         * configure: Regenerate.
582         * testsuite/Makefile.am (all-local): Add conditional rule to
583         generate testsuite_wchar_t.
584         * testsuite/Makefile.in: Regenerate.
585         * testsuite/lib/libstdc++-v3-dg.exp
586         (libstdc++-v3-list-sourcefiles): Remove wchar_t files if
587         testsuite_wchar_t is not present in the build directory.
588         * testsuite/libstdc++-v3.dg/dg.exp: Add -g -O2 to DEFAULT_CXXFLAGS.
589         Remove setulimit bits.
590         * testsuite/26_numerics/complex_value.cc: Set to noopts.
591         * testsuite/Makefile.am (CLEANFILES): Add.
592         * testsuite/Makefile.in: Regenerate.    
593         
594 2003-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
595
596         * config/os/hpux/os_defines.h (_GLIBCPP_GTHREAD_USE_WEAK): Define for
597         __hppa__.
598
599 2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
600
601         Further conform g++'s __vmi_class_type_info to the C++ ABI
602         specification.
603         * libsupc++/cxxabi.h
604         (__vmi_class_type_info::__flags_masks): Remove enumerations not
605         required by the specification.
606
607 2003-01-12  Benjamin Kosnik  <bkoz@redhat.com>
608
609         Renames, namespaces for testsuite utilities.    
610         * testsuite/testsuite_hooks.h: Put into namespace __gnu_cxx_test.
611         (gnu_allocator_tracker): Rename to allocation_tracker.
612         (gnu_new_allocator): Rename to tracker_alloc.
613         (__set_testsuite_memlimit): Rename to set_memory_limits.
614         (gnu_assignment_operator): Rename to assignment_operator.
615         (gnu_destructor): Rename to destructor.
616         (gnu_copy_tracker): Rename to copy_tracker.
617         (gnu_char, gnu_int, gnu_long): Rename to pod_char, pod_int, pod_long.
618         (run_tests_wrapped_locale): New.
619         (run_tests_wrapped_env): New.
620         * testsuite/testsuite_hooks.cc: Same.
621         (class locale_data): Add.
622         (class enviornment_variable): Add.
623         (class not_found): Add.
624         * testsuite/testsuite_allocator.h: Same.
625         * testsuite/testsuite_allocator.cc: Same.
626         * testsuite/23_containers/deque_ctor.cc
627         (test_copy_ctor_exception_safety): Change gnu_allocator_tracker to
628         allocation_tracker. 
629         Change gnu_new_allocator to tracker_alloc.
630         Change gnu_counting_struct to counter.
631         Change gnu_copy_tracker to copy_tracker.
632         Change gnu_copy_constructor to copy_constructor.
633         Change gnu_assignment_operator to assignment_operator.  
634         Inject.
635         * testsuite/23_containers/vector_capacity.cc: Same.
636         * testsuite/23_containers/vector_ctor.cc (test01): Same.
637         * testsuite/23_containers/list_modifiers.cc: Change
638         gnu_copy_tracker to copy_tracker.
639         * testsuite/21_strings/ctor_copy_dtor.cc (main): Change
640         __set_testsuite_memlimit to set_memory_limits.
641         * testsuite/21_strings/insert.cc (main): Same.
642         * testsuite/27_io/filebuf.cc: Change gnu_char to pod_char.
643         * testsuite/27_io/stringstream.cc: Same.
644         * testsuite/27_io/stringbuf.cc: Same.
645         * testsuite/27_io/streambuf.cc: Same.
646         * testsuite/27_io/ostream.cc: Same.
647         * testsuite/27_io/istream.cc: Same.
648         * testsuite/27_io/fstream.cc: Same.
649         * testsuite/lib/libstdc++-v3-dg.exp
650         (libstdc++-v3-list-sourcefiles): Additionally handle files two and
651         three levels deeper in glob patterns.
652
653 2003-01-11  Phil Edwards  <pme@gcc.gnu.org>
654
655         * docs/doxygen/tables.html:  Finished now.
656         * docs/doxygen/user.cfg.in:  Update to latest version of Doxygen.
657         * include/bits/basic_ios.h (basic_ios::rdbuf):  Add example to
658         comments.
659
660         * include/bits/deque.tcc, include/bits/stl_alloc.h,
661         include/bits/stl_deque.h, include/bits/stl_list.h,
662         include/bits/stl_vector.h:  Remove _GLIBCPP_DEPRECATED bits scheduled
663         for 3.4 removal.
664
665 2003-01-09  Benjamin Kosnik  <bkoz@redhat.com>
666
667         * configure.in: Revert.
668         * configure: Regenerate.
669
670 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
671
672         * include/Makefile.am (install-data-local): Prepend
673         $(DESTDIR) to destination paths in all (un)installation
674         commands.  Use ${c_base_builddir} and ${std_builddir}
675         as destination subdirectories to achieve consistency with
676         preceding mkinstalldirs commands.  No effect because both
677         variables contain "." only.
678         * include/Makefile.in: Regenerate.
679
680 2003-01-08  Benjamin Kosnik  <bkoz@redhat.com>
681
682         * include/Makefile.am (stamp-*): Add checks for existing stamps.
683         * include/Makefile.in: Regenerate.
684
685         * acinclude.m4 (GLIBCPP_ENABLE_DEBUG): Correct comment.
686         * aclocal.m4: Regenerate.
687
688         * configure.in: Don't add new multi-do rules every time the
689         directory is reconfigured.
690         * configure: Regenerate.
691         
692 2003-01-08  Brad Spencer  <spencer@infointeractive.com>
693             Nathan Myers  <ncm@cantrip.org>
694         
695         * src/Makefile.am (stamp-debug): Clean.
696         * src/Makefile.in: Regenerate.
697         
698 2003-01-07  Benjamin Kosnik  <bkoz@redhat.com>
699
700         PR libstdc++/8707
701         * Makefile.am (distclean-multi): Fix.
702         * Makefile.in: Regenerate.
703         
704 2003-01-06  Benjamin Kosnik  <bkoz@redhat.com>
705
706         * include/bits/locale_facets.h (messages): Move ctor, dtor
707         definitions to..
708         (__timepunct): Same.
709         * config/locale/gnu/messages_members.h (messages): Add dtor, ctor
710         definitions. Conditionalize for GNU systems.
711         * config/locale/generic/messages_members.h (messages): Add dtor, ctor
712         definitions.
713         * config/locale/gnu/time_members.h (messages): New. Add dtor, ctor
714         definitions. Conditionalize for GNU systems.
715         * config/locale/generic/time_members.h (messages): New. Add dtor, ctor
716         definitions.
717         * include/bits/localefwd.h (locale::facet::_S_c_name): Add.
718         * src/locale.cc: Define.
719         * src/localename.cc (locale::_Impl::_Impl(facet**, size_t, bool):
720         Use it.
721         * config/locale/gnu/time_members.h: Use it.
722         * config/locale/gnu/messages_members.h: Use it.
723         * config/linker-map.gnu: Add locale::facets details.    
724         * include/Makefile.am (target_headers_extra): Add time_members.h.
725         * include/Makefile.in: Regenerate.
726         * acinclude.m4: Export CTIME_H.
727         * aclocal.m4: Regenerate.
728         * configure: Regnerate.
729
730 2003-01-06  Paolo Carlini  <pcarlini@unitus.it>
731
732         * src/codecvt.cc
733         (codecvt<char, char, mbstate_t>::do_in, do_out):
734         Tweak parameters to avoid unused parameter warnings.
735
736 2003-01-06  Paolo Carlini  <pcarlini@unitus.it>
737
738         PR libstdc++/9151
739         * include/bits/locale_facets.cc (num_put::_M_convert_float):
740         Limit __prec to digits10 + 2, not digits10 + 1, taking into
741         account the possibility of %{g,G} conversion specifiers
742         inside _S_format_float.
743         * testsuite/27_io/ostream_inserter_arith.cc (test06): Add.
744
745 2003-01-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
746
747         * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init,
748         libstdc++-v3-list-sourcefiles): Additionally handle files one
749         level deeper in glob patterns.
750         
751         * testsuite/27_io/istream_extractor_arith.cc: Delete, split...
752         * testsuite/27_io/istream_extractor_arith/01.cc,
753         testsuite/27_io/istream_extractor_arith/02.cc,
754         testsuite/27_io/istream_extractor_arith/03.cc,
755         testsuite/27_io/istream_extractor_arith/06.cc,
756         testsuite/27_io/istream_extractor_arith/07.cc,
757         testsuite/27_io/istream_extractor_arith/08.cc,
758         testsuite/27_io/istream_extractor_arith/09.cc,
759         testsuite/27_io/istream_extractor_arith/10.cc,
760         testsuite/27_io/istream_extractor_arith/11.cc,
761         testsuite/27_io/istream_extractor_arith/12.cc,
762         testsuite/27_io/istream_extractor_arith/13.cc: ... to new files.
763         * testsuite/27_io/istream_extractor_arith/12.cc: Add XFAIL for
764         sparc*-*-solaris2*.
765
766 2003-01-05  Paolo Carlini <pcarlini@unitus.it>
767
768         PR libstdc++/9168
769         * src/codecvt.cc
770         (codecvt<char, char, mbstate_t>::do_in, do_out):
771         Implement the resolution of DR19 (TC).
772         * testsuite/22_locale/codecvt_members_char_char.cc
773         (test01): Tweak.
774
775 2003-01-02  Jason Merrill  <jason@redhat.com>
776
777         * config/cpu/i486/atomicity.h (__exchange_and_add, __atomic_add):
778         *__mem is also an output.
779         * config/cpu/m68k/atomicity.h (__exchange_and_add): Likewise.