OSDN Git Service

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