OSDN Git Service

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