OSDN Git Service

libstdc++/7680
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / ChangeLog
1 2003-04-15  Loren J. Rittle  <ljrittle@acm.org>
2
3         libstdc++/7680
4         * include/c_std/std_cmath.h (__gnu_cx::__c99_binding): New namespace.
5         Populate it with multiple legal ways to obtain the C99 float
6         transcendentals.  Use them instead of direct global reference.
7         (C99 FP capture): Guard usage with _GLIBCPP_USE_C99_FP_MACROS_DYNAMIC.
8         * docs/html/17_intro/porting.texi
9         (_GLIBCPP_USE_C99_FLOAT_TRANSCENDENTALS_CHECK): New macro.
10         (_GLIBCPP_USE_C99_FLOAT_TRANSCENDENTALS_DYNAMIC): New macro.
11         (_GLIBCPP_USE_C99_FP_MACROS_DYNAMIC): New macro.
12         * config/os/bsd/freebsd/os_defines.h
13         (_GLIBCPP_USE_C99_FLOAT_TRANSCENDENTALS_CHECK): New macro.
14         (_GLIBCPP_USE_C99_FLOAT_TRANSCENDENTALS_DYNAMIC): New macro.
15         * testsuite/26_numerics/c_math_dynamic.cc: New file.
16
17 2003-04-14  Andreas Tobler  <toa@pop.agri.ch>
18             Benjamin Kosnik  <bkoz@redhat.com>
19
20         * config/os/generic/ctype_inline.h: Fix.
21         
22 2003-04-14  Benjamin Kosnik  <bkoz@redhat.com>
23         
24         * testsuite/testsuite_hooks.h
25         (__gnu_cxx_test::run_test_wrapped_generic_locale_exception_catcher):
26         Change to try_named_locale.
27         * testsuite/testsuite_hooks.cc (__gnu_cxx_test): Same.
28
29         * testsuite/22_locale/codecvt/always_noconv/wchar_t/2.cc: Use
30         try_named_locale.
31         * testsuite/22_locale/codecvt/always_noconv/wchar_t/3.cc: Same.
32         * testsuite/22_locale/codecvt/always_noconv/wchar_t/4.cc: Same.
33         * testsuite/22_locale/codecvt/encoding/wchar_t/2.cc: Same.
34         * testsuite/22_locale/codecvt/encoding/wchar_t/3.cc: Same.
35         * testsuite/22_locale/codecvt/encoding/wchar_t/4.cc: Same.
36         * testsuite/22_locale/codecvt/in/wchar_t/2.cc: Same.
37         * testsuite/22_locale/codecvt/in/wchar_t/3.cc: Same.
38         * testsuite/22_locale/codecvt/in/wchar_t/4.cc: Same.
39         * testsuite/22_locale/codecvt/in/wchar_t/7.cc: Same.
40         * testsuite/22_locale/codecvt/in/wchar_t/8.cc: Same.
41         * testsuite/22_locale/codecvt/in/wchar_t/9.cc: Same.
42         * testsuite/22_locale/codecvt/length/wchar_t/2.cc: Same.
43         * testsuite/22_locale/codecvt/length/wchar_t/3.cc: Same.
44         * testsuite/22_locale/codecvt/length/wchar_t/4.cc: Same.
45         * testsuite/22_locale/codecvt/length/wchar_t/7.cc: Same.
46         * testsuite/22_locale/codecvt/max_length/wchar_t/2.cc: Same.
47         * testsuite/22_locale/codecvt/max_length/wchar_t/3.cc: Same.
48         * testsuite/22_locale/codecvt/max_length/wchar_t/4.cc: Same.
49         * testsuite/22_locale/codecvt/out/wchar_t/2.cc: Same.
50         * testsuite/22_locale/codecvt/out/wchar_t/3.cc: Same.
51         * testsuite/22_locale/codecvt/out/wchar_t/4.cc: Same.
52         * testsuite/22_locale/codecvt/out/wchar_t/7.cc: Same.
53         * testsuite/22_locale/codecvt/unshift/wchar_t/2.cc: Same.
54         * testsuite/22_locale/codecvt/unshift/wchar_t/3.cc: Same.
55         * testsuite/22_locale/codecvt/unshift/wchar_t/4.cc: Same.
56         * testsuite/22_locale/collate/compare/char/1.cc: Same.
57         * testsuite/22_locale/collate/compare/char/2.cc: Same.
58         * testsuite/22_locale/collate/compare/char/3.cc: Same.
59         * testsuite/22_locale/collate/compare/wchar_t/1.cc: Same.
60         * testsuite/22_locale/collate/compare/wchar_t/2.cc: Same.
61         * testsuite/22_locale/collate/compare/wchar_t/3.cc: Same.
62         * testsuite/22_locale/collate/hash/char/2.cc: Same.
63         * testsuite/22_locale/collate/hash/wchar_t/2.cc: Same.
64         * testsuite/22_locale/collate/transform/char/2.cc: Same.
65         * testsuite/22_locale/collate/transform/char/3.cc: Same.
66         * testsuite/22_locale/collate/transform/wchar_t/2.cc: Same.
67         * testsuite/22_locale/collate/transform/wchar_t/3.cc: Same.
68         * testsuite/22_locale/collate_byname/1.cc: Same.
69         * testsuite/22_locale/ctype/is/char/2.cc: Same.
70         * testsuite/22_locale/ctype/is/wchar_t/2.cc: Same.
71         * testsuite/22_locale/ctype/narrow/wchar_t/3.cc: Same.
72         * testsuite/22_locale/ctype/widen/wchar_t/2.cc: Same.
73         * testsuite/22_locale/ctype/widen/wchar_t/3.cc: Same.
74         * testsuite/22_locale/facet/2.cc: Same.
75         * testsuite/22_locale/locale/cons/2.cc: Same.
76         * testsuite/22_locale/locale/cons/4.cc: Same.
77         * testsuite/22_locale/locale/cons/5.cc: Same.
78         * testsuite/22_locale/locale/cons/7.cc: Same.
79         * testsuite/22_locale/locale/cons/7222-c.cc: Same.
80         * testsuite/22_locale/locale/cons/7222-env.cc: Same.
81         * testsuite/22_locale/locale/global_locale_objects/2.cc: Same.
82         * testsuite/22_locale/messages/members/char/1.cc: Same.
83         * testsuite/22_locale/messages/members/char/2.cc: Same.
84         * testsuite/22_locale/messages/members/char/3.cc: Same.
85         * testsuite/22_locale/messages_byname/1.cc: Same.
86         * testsuite/22_locale/money_get/get/char/1.cc: Same.
87         * testsuite/22_locale/money_get/get/char/2.cc: Same.
88         * testsuite/22_locale/money_get/get/char/3.cc: Same.
89         * testsuite/22_locale/money_get/get/char/4.cc: Same.
90         * testsuite/22_locale/money_get/get/wchar_t/1.cc: Same.
91         * testsuite/22_locale/money_get/get/wchar_t/2.cc: Same.
92         * testsuite/22_locale/money_get/get/wchar_t/3.cc: Same.
93         * testsuite/22_locale/money_get/get/wchar_t/4.cc: Same.
94         * testsuite/22_locale/money_put/put/char/1.cc: Same.
95         * testsuite/22_locale/money_put/put/char/2.cc: Same.
96         * testsuite/22_locale/money_put/put/char/3.cc: Same.
97         * testsuite/22_locale/money_put/put/wchar_t/1.cc: Same.
98         * testsuite/22_locale/money_put/put/wchar_t/2.cc: Same.
99         * testsuite/22_locale/money_put/put/wchar_t/3.cc: Same.
100         * testsuite/22_locale/moneypunct/members/char/2.cc: Same.
101         * testsuite/22_locale/moneypunct/members/wchar_t/2.cc: Same.
102         * testsuite/22_locale/moneypunct_byname/1.cc: Same.
103         * testsuite/22_locale/num_get/get/char/1.cc: Same.
104         * testsuite/22_locale/num_get/get/char/2.cc: Same.
105         * testsuite/22_locale/num_get/get/char/3.cc: Same.
106         * testsuite/22_locale/num_get/get/char/5.cc: Same.
107         * testsuite/22_locale/num_get/get/char/6.cc: Same.
108         * testsuite/22_locale/num_get/get/wchar_t/1.cc: Same.
109         * testsuite/22_locale/num_get/get/wchar_t/2.cc: Same.
110         * testsuite/22_locale/num_get/get/wchar_t/3.cc: Same.
111         * testsuite/22_locale/num_get/get/wchar_t/5.cc: Same.
112         * testsuite/22_locale/num_get/get/wchar_t/6.cc: Same.
113         * testsuite/22_locale/num_put/put/char/1.cc: Same.
114         * testsuite/22_locale/num_put/put/char/2.cc: Same.
115         * testsuite/22_locale/num_put/put/char/3.cc: Same.
116         * testsuite/22_locale/num_put/put/char/5.cc: Same.
117         * testsuite/22_locale/num_put/put/wchar_t/1.cc: Same.
118         * testsuite/22_locale/num_put/put/wchar_t/2.cc: Same.
119         * testsuite/22_locale/num_put/put/wchar_t/3.cc: Same.
120         * testsuite/22_locale/num_put/put/wchar_t/5.cc: Same.
121         * testsuite/22_locale/numpunct/members/char/1.cc: Same.
122         * testsuite/22_locale/numpunct/members/char/2.cc: Same.
123         * testsuite/22_locale/numpunct/members/wchar_t/1.cc: Same.
124         * testsuite/22_locale/numpunct/members/wchar_t/2.cc: Same.
125         * testsuite/22_locale/numpunct_byname/1.cc: Same.
126         * testsuite/22_locale/numpunct_byname/2.cc: Same.
127         * testsuite/22_locale/time_get/date_order/char/1.cc: Same.
128         * testsuite/22_locale/time_get/date_order/wchar_t/1.cc: Same.
129         * testsuite/22_locale/time_get/get_date/char/1.cc: Same.
130         * testsuite/22_locale/time_get/get_date/char/2.cc: Same.
131         * testsuite/22_locale/time_get/get_date/wchar_t/1.cc: Same.
132         * testsuite/22_locale/time_get/get_date/wchar_t/2.cc: Same.
133         * testsuite/22_locale/time_get/get_monthname/char/1.cc: Same.
134         * testsuite/22_locale/time_get/get_monthname/char/2.cc: Same.
135         * testsuite/22_locale/time_get/get_monthname/wchar_t/1.cc: Same.
136         * testsuite/22_locale/time_get/get_monthname/wchar_t/2.cc: Same.
137         * testsuite/22_locale/time_get/get_time/char/1.cc: Same.
138         * testsuite/22_locale/time_get/get_time/char/2.cc: Same.
139         * testsuite/22_locale/time_get/get_time/wchar_t/1.cc: Same.
140         * testsuite/22_locale/time_get/get_time/wchar_t/2.cc: Same.
141         * testsuite/22_locale/time_get/get_weekday/char/1.cc: Same.
142         * testsuite/22_locale/time_get/get_weekday/char/2.cc: Same.
143         * testsuite/22_locale/time_get/get_weekday/wchar_t/1.cc: Same.
144         * testsuite/22_locale/time_get/get_weekday/wchar_t/2.cc: Same.
145         * testsuite/22_locale/time_get/get_year/char/1.cc: Same.
146         * testsuite/22_locale/time_get/get_year/wchar_t/1.cc: Same.
147         * testsuite/22_locale/time_put/put/char/1.cc: Same.
148         * testsuite/22_locale/time_put/put/char/2.cc: Same.
149         * testsuite/22_locale/time_put/put/char/3.cc: Same.
150         * testsuite/22_locale/time_put/put/char/4.cc: Same.
151         * testsuite/22_locale/time_put/put/char/5.cc: Same.
152         * testsuite/22_locale/time_put/put/char/6.cc: Same.
153         * testsuite/22_locale/time_put/put/char/7.cc: Same.
154         * testsuite/22_locale/time_put/put/char/8.cc: Same.
155         * testsuite/22_locale/time_put/put/wchar_t/1.cc: Same.
156         * testsuite/22_locale/time_put/put/wchar_t/2.cc: Same.
157         * testsuite/22_locale/time_put/put/wchar_t/3.cc: Same.
158         * testsuite/22_locale/time_put/put/wchar_t/4.cc: Same.
159         * testsuite/22_locale/time_put/put/wchar_t/5.cc: Same.
160         * testsuite/22_locale/time_put/put/wchar_t/6.cc: Same.
161         * testsuite/22_locale/time_put/put/wchar_t/7.cc: Same.
162         * testsuite/22_locale/time_put/put/wchar_t/8.cc: Same.
163         * testsuite/27_io/basic_filebuf/imbue/char/9322.cc: Same.
164         * testsuite/27_io/basic_ios/copyfmt/char/2.cc: Same.
165         * testsuite/27_io/basic_ostream/inserters_arithmetic/char/2.cc: Same.
166         * testsuite/27_io/basic_streambuf/imbue/char/9322.cc: Same.
167         * testsuite/27_io/basic_stringbuf/imbue/char/9322.cc: Same.
168         
169 2003-04-14  Andreas Tobler  <toa@pop.agri.ch>
170             
171         * configure.target (_cpu_incdir_fullpath): Solaris 2.9 uses
172         solaris includes, not generic.
173
174 2003-04-14  Loren J. Rittle  <ljrittle@acm.org>
175
176         * testsuite/26_numerics/c99_classification_macros_c.cc: Add XFAIL.
177
178         * include/std/std_bitset.h (_M_do_find_next): Fix -Wall nit.
179         * include/bits/concept_check.h: Fix multi-line comment.
180         * testsuite/17_intro/headers.cc (dg-options): Add -Wall -Wsystem-header
181         when target is *-*-freebsd*.
182
183 2003-04-14  Nathan Myers  <ncm@cantrip.org>
184             Paolo Carlini  <pcarlini@unitus.it>
185
186         PR libstdc++/9701 (in_avail())
187         * include/std/std_streambuf.h (in_avail): Simplify, in_avail
188         doesn't care if there is anything in some putback cell.
189         * testsuite/27_io/basic_streambuf/in_avail/char/9701-3.cc: Add.
190
191         * testsuite/27_io/basic_filebuf/in_avail/char/1.cc: Remove some
192         unused string literals.
193
194 2003-04-14  Paolo Carlini  <pcarlini@unitus.it>
195
196         * include/bits/fstream.tcc (basic_filebuf::setbuf): Don't set
197         _M_out_end, _M_set_indeterminate() does it.
198
199 2003-04-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
200
201         * os/hpux/ctype_inline.h: Replace with gnu-linux version.
202
203 2003-04-12  David Edelsohn  <edelsohn@gnu.org>
204
205         * testsuite/27_io/basic_istream/sentry/char/3983-fstream.cc:
206         Change basic_streambuf instantiation to "unsigned char".
207         * testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc: Same.
208
209 2003-04-12  Paolo Carlini  <pcarlini@unitus.it>
210
211         Remove _M_buf_size_opt, use directly _M_buf_size instead.
212         * include/bits/fstream.tcc
213         (basic_filebuf::_M_allocate_internal_buffer, setbuf): Remove
214         references to _M_buf_size_opt. 
215         * include/bits/sstream.tcc (basic_stringbuf::overflow): Likewise.
216         * include/bits/streambuf.tcc (__copy_streambufs): Likewise, rename
217         __bufsize to __in_avail and __size_opt to __buf_size.
218         * include/ext/stdio_filebuf.h (stdio_filebuf::stdio_filebuf): Likewise.
219         * include/std/std_sstream.h (_M_stringbuf_init, setbuf): Likewise.
220         * include/std/std_streambuf.h (~basic_streambuf(),
221         basic_streambuf()): Likewise, remove _M_buf_size_opt member.
222         * testsuite/27_io/basic_filebuf/close/char/3.cc: Set _M_buf_size.
223         * testsuite/27_io/basic_filebuf/in_avail/char/1.cc: Likewise.
224         * testsuite/27_io/basic_filebuf/sbumpc/char/1.cc: Likewise.
225         * testsuite/27_io/basic_filebuf/seekoff/char/1.cc: Likewise.
226         * testsuite/27_io/basic_filebuf/seekpos/char/1.cc: Likewise.
227         * testsuite/27_io/basic_filebuf/sgetc/char/1.cc: Likewise.
228         * testsuite/27_io/basic_filebuf/sgetn/char/1.cc: Likewise.
229         * testsuite/27_io/basic_filebuf/snextc/char/1.cc: Likewise.
230         * testsuite/27_io/basic_filebuf/sputbackc/char/1.cc: Likewise.
231         * testsuite/27_io/basic_filebuf/sputc/char/1.cc: Likewise.
232         * testsuite/27_io/basic_filebuf/sputn/char/1.cc: Likewise.
233         * testsuite/27_io/basic_filebuf/sungetc/char/1.cc: Likewise.
234
235 2003-04-12  Paolo Carlini  <pcarlini at unitus dot it>
236
237         * include/ext/stdio_filebuf.h
238         (stdio_filebuf::stdio_filebuf(int, openmode, bool, size_t),
239         stdio_filebuf::stdio_filebuf(__c_file*, openmode, size_t):
240         _M_buf_size_opt == 0 only means "not to use an allocated buffer"
241         since a stack-based buffer is used for small values of the size_t
242         parameter.
243         * include/bits/fstream.tcc (basic_filebuf::_M_really_overflow).
244         If _M_buf_size != 0 flush out the buffer (any kind, stack-based too).
245         * testsuite/ext/stdio_filebuf_2.cc: New testfile.
246
247 2003-04-12  Paolo Carlini  <pcarlini@unitus.it>
248
249         PR libstdc++/9533
250         * testsuite/27_io/basic_filebuf/showmanyc/char/9533-1.cc: New.
251         * testsuite/27_io/basic_filebuf/showmanyc/char/9533-2.cc: Ditto.
252
253 2003-04-11  Benjamin Kosnik  <bkoz@redhat.com>
254
255         * testsuite/22_locale/locale/cons/3.cc: Split.
256         * testsuite/22_locale/locale/cons/7222-c.cc: New.
257         * testsuite/22_locale/locale/cons/7222-env.cc: New.     
258         Check before trying to create a locale from the environment.
259         * testsuite/27_io/ios_base/state/1.cc (test02): Use "C" locale.
260         * testsuite/27_io/basic_istream/extractors_arithmetic/char/12.cc:
261         Adjust includes.
262         
263 2003-04-11  Benjamin Kosnik  <bkoz@redhat.com>
264
265         * testsuite/22_locale/ctype/is/char/3.cc (test03): Use the classic
266         locale to construct this hybrid locale, not the global locale.
267
268 2003-04-11  Benjamin Kosnik  <bkoz@redhat.com>
269
270         * testsuite/27_io/basic_istream/sentry/char/3983-fstream.cc: Add
271         instantiation for AIX.
272         * testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc: Same.
273         * testsuite/25_algorithms/min_max.cc: Same.
274         
275 2003-04-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
276
277         * basic_file_stdio.cc (__basic_file<char>::close): Don't flush stream
278         twice.  Always set _M_cfile to 0 when stream was open.
279
280 2003-04-09  Benjamin Kosnik  <bkoz@redhat.com>
281
282         Reshuffle 27_io testsuite.  * testsuite/27_io/filebuf.cc,
283         filebuf_members-1.tst, filebuf_members-1.txt, filebuf_members.cc,
284         filebuf_virtuals-1.tst, filebuf_virtuals-1.txt,
285         filebuf_virtuals-2.tst, filebuf_virtuals-3.tst,
286         filebuf_virtuals.cc, fpos.cc, fstream.cc, fstream_members.cc,
287         ifstream.cc, ifstream_members-1.tst, ifstream_members-1.txt,
288         ifstream_members.cc, instantiations.cc, ios.cc,
289         ios_base_callbacks.cc, ios_base_members_static-1.tst,
290         ios_base_members_static.cc, ios_base_storage.cc,
291         ios_base_types.cc, ios_ctor.cc, ios_init.cc,
292         ios_manip_basefield.cc, ios_manip_fmtflags.cc, ios_members.cc,
293         iostream.cc, iostream_members.cc, istream.cc,
294         istream_exception.cc, istream_extractor_char.cc,
295         istream_extractor_other-1.tst, istream_extractor_other-1.txt,
296         istream_extractor_other-2.tst, istream_extractor_other.cc,
297         istream_manip.cc, istream_seeks-1.tst, istream_seeks-1.txt,
298         istream_seeks-2.tst, istream_seeks-3.tst, istream_seeks.cc,
299         istream_sentry.cc, istream_unformatted-1.tst,
300         istream_unformatted-1.txt, istream_unformatted.cc,
301         istringstream.cc, istringstream_members.cc,
302         narrow_stream_objects.cc, ofstream.cc, ofstream_members-1.tst,
303         ofstream_members.cc, ostream.cc, ostream_exception.cc,
304         ostream_fail.cc, ostream_inserter_arith.cc,
305         ostream_inserter_char-1.tst, ostream_inserter_char-1.txt,
306         ostream_inserter_char.cc, ostream_inserter_other-1.tst,
307         ostream_inserter_other-2.tst, ostream_inserter_other.cc,
308         ostream_manip.cc, ostream_seeks-1.tst, ostream_seeks.cc,
309         ostream_sentry.cc, ostream_unformatted.cc, ostringstream.cc,
310         ostringstream_members.cc, standard_manipulators.cc, streambuf.cc,
311         streambuf_members.cc, stringbuf.cc, stringbuf_members.cc,
312         stringbuf_virtuals.cc, stringstream.cc, stringstream_members.cc,
313         wide_stream_objects.cc, istream_extractor_arith/01.cc,
314         istream_extractor_arith/02.cc, istream_extractor_arith/03.cc,
315         istream_extractor_arith/06.cc, istream_extractor_arith/07.cc,
316         istream_extractor_arith/08.cc, istream_extractor_arith/09.cc,
317         istream_extractor_arith/10.cc, istream_extractor_arith/11.cc,
318         istream_extractor_arith/12.cc, istream_extractor_arith/13.cc:
319         Split into...
320         * 27_io/basic_filebuf/1.cc: New.
321         * 27_io/basic_filebuf/2.cc: New.
322         * 27_io/basic_filebuf/3.cc: New.
323         * 27_io/basic_filebuf/4.cc: New.
324         * 27_io/basic_filebuf/close/char/1.cc: New.
325         * 27_io/basic_filebuf/close/char/2.cc: New.
326         * 27_io/basic_filebuf/close/char/3.cc: New.
327         * 27_io/basic_filebuf/close/char/4879.cc: New.
328         * 27_io/basic_filebuf/close/char/9964.cc: New.
329         * 27_io/basic_filebuf/imbue/char/1.cc: New.
330         * 27_io/basic_filebuf/imbue/char/9322.cc: New.
331         * 27_io/basic_filebuf/in_avail/char/1.cc: New.
332         * 27_io/basic_filebuf/is_open/char/1.cc: New.
333         * 27_io/basic_filebuf/open/char/1.cc: New.
334         * 27_io/basic_filebuf/open/char/2.cc: New.
335         * 27_io/basic_filebuf/open/char/3.cc: New.
336         * 27_io/basic_filebuf/open/char/9507.cc: New.
337         * 27_io/basic_filebuf/overflow/char/1.cc: New.
338         * 27_io/basic_filebuf/overflow/char/3599.cc: New.
339         * 27_io/basic_filebuf/overflow/char/9169.cc: New.
340         * 27_io/basic_filebuf/overflow/char/9182-2.cc: New.
341         * 27_io/basic_filebuf/overflow/char/9988.cc: New.
342         * 27_io/basic_filebuf/sbumpc/char/1.cc: New.
343         * 27_io/basic_filebuf/sbumpc/char/9825.cc: New.
344         * 27_io/basic_filebuf/seekoff/char/1.cc: New.
345         * 27_io/basic_filebuf/seekoff/char/2.cc: New.
346         * 27_io/basic_filebuf/seekpos/char/1.cc: New.
347         * 27_io/basic_filebuf/seekpos/char/2.cc: New.
348         * 27_io/basic_filebuf/setbuf/char/1.cc: New.
349         * 27_io/basic_filebuf/setbuf/char/2.cc: New.
350         * 27_io/basic_filebuf/setbuf/char/3.cc: New.
351         * 27_io/basic_filebuf/sgetc/char/1.cc: New.
352         * 27_io/basic_filebuf/sgetn/char/1.cc: New.
353         * 27_io/basic_filebuf/sgetn/char/2.cc: New.
354         * 27_io/basic_filebuf/snextc/char/1.cc: New.
355         * 27_io/basic_filebuf/sputbackc/char/1.cc: New.
356         * 27_io/basic_filebuf/sputbackc/char/9425.cc: New.
357         * 27_io/basic_filebuf/sputc/char/1.cc: New.
358         * 27_io/basic_filebuf/sputc/char/1057.cc: New.
359         * 27_io/basic_filebuf/sputc/char/9701-2.cc: New.
360         * 27_io/basic_filebuf/sputn/char/1.cc: New.
361         * 27_io/basic_filebuf/sputn/char/1057.cc: New.
362         * 27_io/basic_filebuf/sputn/char/9701-1.cc: New.
363         * 27_io/basic_filebuf/sungetc/char/1.cc: New.
364         * 27_io/basic_filebuf/sync/char/1057.cc: New.
365         * 27_io/basic_filebuf/sync/char/9182-1.cc: New.
366         * 27_io/basic_filebuf/underflow/char/10097.cc: New.
367         * 27_io/basic_fstream/1.cc: New.
368         * 27_io/basic_fstream/2.cc: New.
369         * 27_io/basic_fstream/3.cc: New.
370         * 27_io/basic_fstream/4.cc: New.
371         * 27_io/basic_fstream/rdbuf/char/2832.cc: New.
372         * 27_io/basic_ifstream/1.cc: New.
373         * 27_io/basic_ifstream/2.cc: New.
374         * 27_io/basic_ifstream/3.cc: New.
375         * 27_io/basic_ifstream/4.cc: New.
376         * 27_io/basic_ifstream/cons/char/1.cc: New.
377         * 27_io/basic_ifstream/open/char/1.cc: New.
378         * 27_io/basic_ifstream/rdbuf/char/2832.cc: New.
379         * 27_io/basic_ios/1.cc: New.
380         * 27_io/basic_ios/2.cc: New.
381         * 27_io/basic_ios/3.cc: New.
382         * 27_io/basic_ios/4.cc: New.
383         * 27_io/basic_ios/clear/char/1.cc: New.
384         * 27_io/basic_ios/cons/char/1.cc: New.
385         * 27_io/basic_ios/cons/char/2.cc: New.
386         * 27_io/basic_ios/cons/char/3.cc: New.
387         * 27_io/basic_ios/copyfmt/char/1.cc: New.
388         * 27_io/basic_ios/copyfmt/char/2.cc: New.
389         * 27_io/basic_ios/exceptions/char/1.cc: New.
390         * 27_io/basic_ios/locales/char/1.cc: New.
391         * 27_io/basic_iostream/1.cc: New.
392         * 27_io/basic_iostream/2.cc: New.
393         * 27_io/basic_iostream/3.cc: New.
394         * 27_io/basic_iostream/4.cc: New.
395         * 27_io/basic_istream/1.cc: New.
396         * 27_io/basic_istream/2.cc: New.
397         * 27_io/basic_istream/3.cc: New.
398         * 27_io/basic_istream/4.cc: New.
399         * 27_io/basic_istream/exceptions/char/9561.cc: New.
400         * 27_io/basic_istream/extractors_arithmetic/char/01.cc: New.
401         * 27_io/basic_istream/extractors_arithmetic/char/02.cc: New.
402         * 27_io/basic_istream/extractors_arithmetic/char/03.cc: New.
403         * 27_io/basic_istream/extractors_arithmetic/char/06.cc: New.
404         * 27_io/basic_istream/extractors_arithmetic/char/07.cc: New.
405         * 27_io/basic_istream/extractors_arithmetic/char/08.cc: New.
406         * 27_io/basic_istream/extractors_arithmetic/char/09.cc: New.
407         * 27_io/basic_istream/extractors_arithmetic/char/10.cc: New.
408         * 27_io/basic_istream/extractors_arithmetic/char/11.cc: New.
409         * 27_io/basic_istream/extractors_arithmetic/char/12.cc: New.
410         * 27_io/basic_istream/extractors_arithmetic/char/13.cc: New.
411         * 27_io/basic_istream/extractors_character/char/1.cc: New.
412         * 27_io/basic_istream/extractors_character/char/2.cc: New.
413         * 27_io/basic_istream/extractors_character/char/3.cc: New.
414         * 27_io/basic_istream/extractors_character/char/9826.cc: New.
415         * 27_io/basic_istream/extractors_other/char/1.cc: New.
416         * 27_io/basic_istream/extractors_other/char/2.cc: New.
417         * 27_io/basic_istream/extractors_other/char/3.cc: New.
418         * 27_io/basic_istream/extractors_other/char/9318-in.cc: New.
419         * 27_io/basic_istream/extractors_other/char/9424-in.cc: New.
420         * 27_io/basic_istream/get/char/1.cc: New.
421         * 27_io/basic_istream/get/char/2.cc: New.
422         * 27_io/basic_istream/getline/char/1.cc: New.
423         * 27_io/basic_istream/getline/char/2.cc: New.
424         * 27_io/basic_istream/getline/char/3.cc: New.
425         * 27_io/basic_istream/ignore/char/1.cc: New.
426         * 27_io/basic_istream/ignore/char/6360.cc: New.
427         * 27_io/basic_istream/ignore/char/7220.cc: New.
428         * 27_io/basic_istream/peek/char/1.cc: New.
429         * 27_io/basic_istream/peek/char/6414.cc: New.
430         * 27_io/basic_istream/putback/char/1.cc: New.
431         * 27_io/basic_istream/read/char/1.cc: New.
432         * 27_io/basic_istream/read/char/2.cc: New.
433         * 27_io/basic_istream/read/char/3.cc: New.
434         * 27_io/basic_istream/readsome/char/6746-1.cc: New.
435         * 27_io/basic_istream/readsome/char/6746-2.cc: New.
436         * 27_io/basic_istream/readsome/char/8258.cc: New.
437         * 27_io/basic_istream/seekg/char/2346-fstream.cc: New.
438         * 27_io/basic_istream/seekg/char/2346-sstream.cc: New.
439         * 27_io/basic_istream/seekg/char/8348-1.cc: New.
440         * 27_io/basic_istream/seekg/char/8348-2.cc: New.
441         * 27_io/basic_istream/seekg/char/fstream.cc: New.
442         * 27_io/basic_istream/seekg/char/sstream.cc: New.
443         * 27_io/basic_istream/sentry/char/1.cc: New.
444         * 27_io/basic_istream/sentry/char/2.cc: New.
445         * 27_io/basic_istream/sentry/char/3.cc: New.
446         * 27_io/basic_istream/sentry/char/3983-fstream.cc: New.
447         * 27_io/basic_istream/sentry/char/3983-sstream.cc: New.
448         * 27_io/basic_istream/tellg/char/1.cc: New.
449         * 27_io/basic_istream/tellg/char/8348.cc: New.
450         * 27_io/basic_istream/tellg/char/fstream.cc: New.
451         * 27_io/basic_istream/tellg/char/sstream.cc: New.
452         * 27_io/basic_istream/ws/char/1.cc: New.
453         * 27_io/basic_istringstream/1.cc: New.
454         * 27_io/basic_istringstream/2.cc: New.
455         * 27_io/basic_istringstream/3.cc: New.
456         * 27_io/basic_istringstream/4.cc: New.
457         * 27_io/basic_istringstream/rdbuf/char/2832.cc: New.
458         * 27_io/basic_istringstream/str/char/1.cc: New.
459         * 27_io/basic_ofstream/1.cc: New.
460         * 27_io/basic_ofstream/2.cc: New.
461         * 27_io/basic_ofstream/3.cc: New.
462         * 27_io/basic_ofstream/4.cc: New.
463         * 27_io/basic_ofstream/cons/char/2.cc: New.
464         * 27_io/basic_ofstream/open/char/1.cc: New.
465         * 27_io/basic_ofstream/rdbuf/char/2832.cc: New.
466         * 27_io/basic_ostream/1.cc: New.
467         * 27_io/basic_ostream/2.cc: New.
468         * 27_io/basic_ostream/3.cc: New.
469         * 27_io/basic_ostream/4.cc: New.
470         * 27_io/basic_ostream/cons/char/9827.cc: New.
471         * 27_io/basic_ostream/endl/char/1.cc: New.
472         * 27_io/basic_ostream/ends/char/1.cc: New.
473         * 27_io/basic_ostream/ends/char/2.cc: New.
474         * 27_io/basic_ostream/exceptions/char/9561.cc: New.
475         * 27_io/basic_ostream/flush/char/1.cc: New.
476         * 27_io/basic_ostream/inserters_arithmetic/char/1.cc: New.
477         * 27_io/basic_ostream/inserters_arithmetic/char/2.cc: New.
478         * 27_io/basic_ostream/inserters_arithmetic/char/3.cc: New.
479         * 27_io/basic_ostream/inserters_arithmetic/char/4.cc: New.
480         * 27_io/basic_ostream/inserters_arithmetic/char/4402.cc: New.
481         * 27_io/basic_ostream/inserters_arithmetic/char/5.cc: New.
482         * 27_io/basic_ostream/inserters_arithmetic/char/6.cc: New.
483         * 27_io/basic_ostream/inserters_arithmetic/wchar_t/1.cc: New.
484         * 27_io/basic_ostream/inserters_character/char/1.cc: New.
485         * 27_io/basic_ostream/inserters_character/char/2.cc: New.
486         * 27_io/basic_ostream/inserters_character/char/3.cc: New.
487         * 27_io/basic_ostream/inserters_character/char/4.cc: New.
488         * 27_io/basic_ostream/inserters_character/char/5.cc: New.
489         * 27_io/basic_ostream/inserters_character/char/6.cc: New.
490         * 27_io/basic_ostream/inserters_character/char/8.cc: New.
491         * 27_io/basic_ostream/inserters_character/wchar_t/7.cc: New.
492         * 27_io/basic_ostream/inserters_character/wchar_t/8.cc: New.
493         * 27_io/basic_ostream/inserters_other/char/1.cc: New.
494         * 27_io/basic_ostream/inserters_other/char/2.cc: New.
495         * 27_io/basic_ostream/inserters_other/char/3.cc: New.
496         * 27_io/basic_ostream/inserters_other/char/4.cc: New.
497         * 27_io/basic_ostream/inserters_other/char/9318-out.cc: New.
498         * 27_io/basic_ostream/inserters_other/char/9424-out.cc: New.
499         * 27_io/basic_ostream/sentry/char/1.cc: New.
500         * 27_io/basic_ostream/sentry/char/2.cc: New.
501         * 27_io/basic_ostream/sentry/char/3983-fstream.cc: New.
502         * 27_io/basic_ostream/sentry/char/3983-sstream.cc: New.
503         * 27_io/basic_ostream/tellp/char/1.cc: New.
504         * 27_io/basic_ostream/tellp/char/2.cc: New.
505         * 27_io/basic_ostringstream/1.cc: New.
506         * 27_io/basic_ostringstream/2.cc: New.
507         * 27_io/basic_ostringstream/3.cc: New.
508         * 27_io/basic_ostringstream/4.cc: New.
509         * 27_io/basic_ostringstream/cons/char/3.cc: New.
510         * 27_io/basic_ostringstream/rdbuf/char/2832.cc: New.
511         * 27_io/basic_ostringstream/str/char/1.cc: New.
512         * 27_io/basic_ostringstream/str/char/2.cc: New.
513         * 27_io/basic_streambuf/1.cc: New.
514         * 27_io/basic_streambuf/2.cc: New.
515         * 27_io/basic_streambuf/3.cc: New.
516         * 27_io/basic_streambuf/cons/char/1.cc: New.
517         * 27_io/basic_streambuf/imbue/char/1.cc: New.
518         * 27_io/basic_streambuf/imbue/char/9322.cc: New.
519         * 27_io/basic_streambuf/overflow/char/1.cc: New.
520         * 27_io/basic_streambuf/overflow/char/2.cc: New.
521         * 27_io/basic_streambuf/overflow/char/3599.cc: New.
522         * 27_io/basic_streambuf/sgetc/char/1.cc: New.
523         * 27_io/basic_streambuf/sgetn/char/1.cc: New.
524         * 27_io/basic_streambuf/sputbackc/char/9538.cc: New.
525         * 27_io/basic_streambuf/sputc/char/1057.cc: New.
526         * 27_io/basic_streambuf/sputn/char/1.cc: New.
527         * 27_io/basic_streambuf/sputn/char/1057.cc: New.
528         * 27_io/basic_streambuf/sync/char/1057.cc: New.
529         * 27_io/basic_stringbuf/1.cc: New.
530         * 27_io/basic_stringbuf/2.cc: New.
531         * 27_io/basic_stringbuf/3.cc: New.
532         * 27_io/basic_stringbuf/4.cc: New.
533         * 27_io/basic_stringbuf/5.cc: New.
534         * 27_io/basic_stringbuf/imbue/char/1.cc: New.
535         * 27_io/basic_stringbuf/imbue/char/9322.cc: New.
536         * 27_io/basic_stringbuf/in_avail/char/1.cc: New.
537         * 27_io/basic_stringbuf/overflow/char/2.cc: New.
538         * 27_io/basic_stringbuf/overflow/char/3599.cc: New.
539         * 27_io/basic_stringbuf/overflow/char/9988.cc: New.
540         * 27_io/basic_stringbuf/sbumpc/char/1.cc: New.
541         * 27_io/basic_stringbuf/sbumpc/char/9825.cc: New.
542         * 27_io/basic_stringbuf/seekoff/char/1.cc: New.
543         * 27_io/basic_stringbuf/seekoff/char/2.cc: New.
544         * 27_io/basic_stringbuf/seekpos/char/1.cc: New.
545         * 27_io/basic_stringbuf/seekpos/char/2.cc: New.
546         * 27_io/basic_stringbuf/setbuf/char/1.cc: New.
547         * 27_io/basic_stringbuf/setbuf/char/2.cc: New.
548         * 27_io/basic_stringbuf/setbuf/char/3.cc: New.
549         * 27_io/basic_stringbuf/sgetc/char/1.cc: New.
550         * 27_io/basic_stringbuf/sgetn/char/1.cc: New.
551         * 27_io/basic_stringbuf/snextc/char/1.cc: New.
552         * 27_io/basic_stringbuf/sputbackc/char/1.cc: New.
553         * 27_io/basic_stringbuf/sputbackc/char/9425.cc: New.
554         * 27_io/basic_stringbuf/sputc/char/1.cc: New.
555         * 27_io/basic_stringbuf/sputc/char/1057.cc: New.
556         * 27_io/basic_stringbuf/sputc/char/9404-1.cc: New.
557         * 27_io/basic_stringbuf/sputn/char/1.cc: New.
558         * 27_io/basic_stringbuf/sputn/char/1057.cc: New.
559         * 27_io/basic_stringbuf/sputn/char/9404-2.cc: New.
560         * 27_io/basic_stringbuf/str/char/1.cc: New.
561         * 27_io/basic_stringbuf/str/char/2.cc: New.
562         * 27_io/basic_stringbuf/str/char/3.cc: New.
563         * 27_io/basic_stringbuf/str/char/3955.cc: New.
564         * 27_io/basic_stringbuf/sungetc/char/1.cc: New.
565         * 27_io/basic_stringbuf/sync/char/1057.cc: New.
566         * 27_io/basic_stringstream/1.cc: New.
567         * 27_io/basic_stringstream/2.cc: New.
568         * 27_io/basic_stringstream/3.cc: New.
569         * 27_io/basic_stringstream/4.cc: New.
570         * 27_io/basic_stringstream/rdbuf/char/2832.cc: New.
571         * 27_io/basic_stringstream/str/char/1.cc: New.
572         * 27_io/basic_stringstream/str/char/2.cc: New.
573         * 27_io/basic_stringstream/str/char/3.cc: New.
574         * 27_io/basic_stringstream/str/char/4.cc: New.
575         * 27_io/fpos/1.cc: New.
576         * 27_io/fpos/2.cc: New.
577         * 27_io/fpos/3.cc: New.
578         * 27_io/ios_base/callbacks/1.cc: New.
579         * 27_io/ios_base/state/1.cc: New.
580         * 27_io/ios_base/storage/1.cc: New.
581         * 27_io/ios_base/storage/2.cc: New.
582         * 27_io/ios_base/storage/3.cc: New.
583         * 27_io/ios_base/sync_with_stdio/1.cc: New.
584         * 27_io/ios_base/sync_with_stdio/2.cc: New.
585         * 27_io/manipulators/adjustfield/char/1.cc: New.
586         * 27_io/manipulators/adjustfield/char/2.cc: New.
587         * 27_io/manipulators/basefield/char/1.cc: New.
588         * 27_io/manipulators/standard/char/1.cc: New.
589         * 27_io/manipulators/standard/char/2.cc: New.
590         * 27_io/objects/char/1.cc: New.
591         * 27_io/objects/char/2.cc: New.
592         * 27_io/objects/char/2523-1_xin.cc: New.
593         * 27_io/objects/char/2523-1_xin.in: New.
594         * 27_io/objects/char/2523-2_xin.cc: New.
595         * 27_io/objects/char/2523-2_xin.in: New.
596         * 27_io/objects/char/3045.cc: New.
597         * 27_io/objects/char/3647.cc: New.
598         * 27_io/objects/char/3_xin.cc: New.
599         * 27_io/objects/char/3_xin.in: New.
600         * 27_io/objects/char/4_xin.cc: New.
601         * 27_io/objects/char/4_xin.in: New.
602         * 27_io/objects/char/5268.cc: New.
603         * 27_io/objects/char/5280_xin.cc: New.
604         * 27_io/objects/char/5280_xin.in: New.
605         * 27_io/objects/char/6548_xin.cc: New.
606         * 27_io/objects/char/6548_xin.in: New.
607         * 27_io/objects/char/6648-1_xin.cc: New.
608         * 27_io/objects/char/6648-1_xin.in: New.
609         * 27_io/objects/char/6648-2_xin.cc: New.
610         * 27_io/objects/char/6648-2_xin.in: New.
611         * 27_io/objects/char/7744_xin.cc: New.
612         * 27_io/objects/char/7744_xin.in: New.
613         * 27_io/objects/wchar_t/1.cc: New.
614         * 27_io/types/1.cc: New.
615         * 27_io/types/2.cc: New.
616         * data/filebuf_members-1.tst: New.
617         * data/filebuf_members-1.txt: New.
618         * data/filebuf_virtuals-1.tst: New.
619         * data/filebuf_virtuals-1.txt: New.
620         * data/filebuf_virtuals-2.tst: New.
621         * data/filebuf_virtuals-3.tst: New.
622         * data/ifstream_members-1.tst: New.
623         * data/ifstream_members-1.txt: New.
624         * data/ios_base_members_static-1.tst: New.
625         * data/istream_extractor_other-1.tst: New.
626         * data/istream_extractor_other-1.txt: New.
627         * data/istream_extractor_other-2.tst: New.
628         * data/istream_seeks-1.tst: New.
629         * data/istream_seeks-1.txt: New.
630         * data/istream_seeks-2.tst: New.
631         * data/istream_seeks-3.tst: New.
632         * data/istream_unformatted-1.tst: New.
633         * data/istream_unformatted-1.txt: New.
634         * data/ofstream_members-1.tst: New.
635         * data/ostream_inserter_char-1.tst: New.
636         * data/ostream_inserter_char-1.txt: New.
637         * data/ostream_inserter_other-1.tst: New.
638         * data/ostream_inserter_other-2.tst: New.
639         * data/ostream_seeks-1.tst: New.
640
641 2003-04-09  Benjamin Kosnik  <bkoz@redhat.com>
642
643         * include/bits/sstream.tcc (basic_stringbuf::seekpos): Remove
644         requirement that __mode must be strict input or output.
645
646         * include/std/std_streambuf.h (basic_streambuf::setp): Set
647         _M_out_lim.
648         
649         * include/std/std_sstream.h (basic_strinbuf::str): Zero length
650         output string shouldn't core.
651         (basic_stringbuf::_M_really_sync): Add base argument. Remove rturn
652         type.
653         * include/bits/sstream.tcc: Adjust _M_really_sync bits here.
654         
655         * include/bits/istream.tcc (basic_istream::putback): Set gcount to
656         zero.
657
658 2003-04-09  Benjamin Kosnik  <bkoz@redhat.com>
659
660         * testsuite/data: New directory.
661         * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init): Modify
662         to copy files from the testsuite data directory.        
663         (libstdc++-v3-list-sourcefiles): Add another test list filter, for
664         testfiles containing _xin, which now means this is an interactive
665         test and should be run with the interactive dejagnu hooks.
666         * testsuite/Makefile.am: Remove testsuite_* files.
667         * testsuite/Makefile.in: Regenerate.
668         
669 2003-04-09  Zack Weinberg  <zack@codesourcery.com>
670
671         * docs/html/install.html: Document complete list of locales
672         required by test suite.  Document procedure for installing
673         said locales under Debian.  Solicit instructions for other
674         operating systems.
675
676 2003-04-08  Alexandre Oliva  <aoliva@redhat.com>
677
678         * include/bits/sstream.tcc (overflow): Make sure operands of min
679         and max have the same type.
680
681 2003-04-04  Jerry Quinn  <jlquinn@optonline.net>
682
683         PR libstdc++/10276
684         * src/ios.cc (ios_base::_M_init): Remove _M_callbacks
685         initialization.
686
687 2003-03-31  Paolo Carlini  <pcarlini@unitus.it>
688
689         * include/std/std_streambuf.h (_M_out_buf_size()): Remove.
690         * include/bits/fstream.tcc (_M_allocate_internal_buffer):
691         Don't set _M_out_end.
692         (basic_filebuf::overflow): Replace _M_out_buf_size() with
693         this->_M_out_cur && this->_M_out_cur < this->_M_out_end.
694         * include/bits/sstream.tcc (basic_stringbuf::overflow):
695         Replace _M_out_buf_size() with this->_M_out_cur < this->_M_out_end;
696         * include/bits/streambuf.tcc (basic_streambuf::sputc):
697         Replace _M_out_buf_size() with _M_out_cur && _M_out_cur < _M_out_end.
698         (basic_streambuf::xsputn): Replace _M_out_buf_size() with
699         _M_out_end - _M_out_cur.
700         (__copy_streambufs): Likewise.
701         * include/std/std_fstream.h (_M_set_determinate): Set
702         _M_out_end here.
703
704 2003-03-30  Paolo Carlini  <pcarlini@unitus.it>
705
706         * include/bits/fstream.tcc (basic_filebuf::showmanyc,
707         _M_convert_to_external, _M_really_overflow, seekoff): Fix
708         test for synced buffer.
709         * include/std/std_fstream.h (sync): Likewise.
710         * src/fstream.cc (basic_filebuf<char>::_M_underflow_common,
711         basic_filebuf<wchar_t>::_M_underflow_common): Likewise.
712
713 2003-03-28  Benjamin Kosnik  <bkoz@redhat.com>
714
715         * include/std/std_sstream.h (basic_istringstream): Adjust
716         initialization.
717         (basic_ostringstream): Same.
718         (basic_stringstream): Same.
719         * include/std/std_fstream.h (basic_ifstream): Adjust initialization.
720         (basic_ofstream): Same.
721         (basic_fstream): Same.
722         * include/std/std_ostream.h (basic_ostrem): Add protected ctor
723         that does not call init.
724         * include/std/std_istream.h (basic_istream): Same.
725         (basic_iostream): Construct istream, ostream uninitialized, use
726         init to initialize just once. Add protected ctor that does not
727         call init.
728
729 2003-03-28  Paolo Carlini  <pcarlini@unitus.it>
730             Nathan Myers  <ncm@cantrip.org>
731
732         PR libstdc++/9533
733         * include/bits/fstream.tcc (basic_filebuf<>::open): Don't
734         call underflow().
735         (basic_filebuf<>::showmanyc): Use the information provided
736         by codecvt and __basic_file<>::showmanyc_helper to implement
737         a non-trivial showmanyc.
738         * config/io/basic_file_stdio.h
739         (__basic_file<>::showmanyc_helper): New, declare.
740         * config/io/basic_file_stdio.cc
741         (__basic_file<>::showmanyc_helper): Define.
742         (__basic_file<>::_M_open_mode): Don't set O_NONBLOCK.
743         (__basic_file<char>::open): Don't call fcntl().
744         * acinclude.m4 (GLIBCPP_CHECK_S_ISREG_OR_S_IFREG,
745         GLIBCPP_CHECK_POLL): New macros.
746         * configure.in: Call here.
747         * acconfig.h: Add #undefs for the corresponding symbols.
748         * aclocal.m4: Regenerate.
749         * configure: Regenerate.
750         * config.h.in: Regenerate.
751
752 2003-03-24  Benjamin Kosnik  <bkoz@redhat.com>
753
754         * config/linker-map.gnu: Remove string export restrictions.
755
756 2003-03-24  Paolo Carlini  <pcarlini@unitus.it>
757
758         * testsuite/21_strings/basic_string/find/char/1.cc: Remove
759         find_first_of, find_last_of and find_last_not_of tests.
760         * testsuite/21_strings/basic_string/find/char/2.cc: find_first_of
761         tests here, new file.
762         * testsuite/21_strings/basic_string/find/wchar_t/1.cc: Likewise,
763         remove wchar_t find_first_of, find_last_of and find_last_not_of tests.
764         * testsuite/21_strings/basic_string/find/wchar_t/2.cc: Likewise,
765         wchar_t find_first_of tests here, new file.
766         * testsuite/21_strings/basic_string/rfind/char/2.cc: find_last_of
767         tests here.
768         * testsuite/21_strings/basic_string/rfind/char/3.cc: find_last_not_of
769         tests here.
770         * testsuite/21_strings/basic_string/rfind/wchar_t/2.cc: likewise,
771         wchar_t find_last_of tests here.
772         * testsuite/21_strings/basic_string/rfind/wchar_t/3.cc: likewise,
773         wchar_t find_last_not_of tests here.
774
775 2003-03-22  Loren J. Rittle  <ljrittle@acm.org>
776
777         * config/os/hpux/ctype_noninline.h (ctype<char>::classic_table):
778         Correct return value.
779
780 2003-03-21  Jerry Quinn  <jlquinn@optonline.net>
781
782         PR libstdc++/5730
783         * include/bits/c++config (_GLIBCPP_FAST_MATH): Define.
784         * include/std/std_complex.h (norm):  Use faster,
785         less accurate computation for builtin float types under --fast-math.
786
787 2003-03-21  Magnus Fromreide  <gnats@magfr.user.lysator.liu.se>
788
789         * testsuite/testsuite_hooks.h: Fix warning nits.
790
791 2003-03-19  Alexandre Oliva  <aoliva@redhat.com>
792
793         * config/cpu/mips/atomicity.h (__exchange_and_add, __atomic_add):
794         Only .set mips2 for the o32 ABI.
795
796 2003-03-19  Paolo Carlini  <pcarlini@unitus.it>
797
798         * testsuite/21_strings/char_traits/requirements/char/1.cc:
799         Test char not wchar_t.
800
801 2003-03-18  Paolo Carlini  <pcarlini@unitus.it>
802
803         * testsuite/21_strings/basic_string/append/wchar_t/1.cc:
804         Correct size, taking into account sizeof(wchar_t).
805
806 2003-03-18  Paolo Carlini  <pcarlini@unitus.it>
807
808         Reshuffle 21_strings testsuite.
809         * testsuite/21_strings/append.cc, c_strings.cc, invariants.cc,
810         assign.cc, ctor_copy_dtor.cc, nonmember.cc, capacity.cc,
811         element_access.cc, operations.cc, char_traits_requirements.cc,
812         find.cc, replace.cc, char_traits_typedefs.cc, insert.cc, rfind.cc,
813         compare.cc, inserters_extractors.cc, substr.cc: Split up, add
814         wchar_t tests as follows.
815         * 21_strings/basic_string/append/char/1.cc: New.
816         * 21_strings/basic_string/append/wchar_t/1.cc: New.
817         * 21_strings/basic_string/assign/char/1.cc: New.
818         * 21_strings/basic_string/assign/char/2.cc: New.
819         * 21_strings/basic_string/assign/char/3.cc: New.
820         * 21_strings/basic_string/assign/wchar_t/1.cc: New.
821         * 21_strings/basic_string/assign/wchar_t/2.cc: New.
822         * 21_strings/basic_string/assign/wchar_t/3.cc: New.
823         * 21_strings/basic_string/capacity/1.cc: New.
824         * 21_strings/basic_string/capacity/char/1.cc: New.
825         * 21_strings/basic_string/capacity/char/2.cc: New.
826         * 21_strings/basic_string/capacity/wchar_t/1.cc: New.
827         * 21_strings/basic_string/capacity/wchar_t/2.cc: New.
828         * 21_strings/basic_string/compare/char/1.cc: New.
829         * 21_strings/basic_string/compare/wchar_t/1.cc: New.
830         * 21_strings/basic_string/cons/char/1.cc: New.
831         * 21_strings/basic_string/cons/char/2.cc: New.
832         * 21_strings/basic_string/cons/char/3.cc: New.
833         * 21_strings/basic_string/cons/char/4.cc: New.
834         * 21_strings/basic_string/cons/char/5.cc: New.
835         * 21_strings/basic_string/cons/wchar_t/1.cc: New.
836         * 21_strings/basic_string/cons/wchar_t/2.cc: New.
837         * 21_strings/basic_string/cons/wchar_t/3.cc: New.
838         * 21_strings/basic_string/cons/wchar_t/4.cc: New.
839         * 21_strings/basic_string/cons/wchar_t/5.cc: New.
840         * 21_strings/basic_string/element_access/char/1.cc: New.
841         * 21_strings/basic_string/element_access/char/2.cc: New.
842         * 21_strings/basic_string/element_access/char/3.cc: New.
843         * 21_strings/basic_string/element_access/wchar_t/1.cc: New.
844         * 21_strings/basic_string/element_access/wchar_t/2.cc: New.
845         * 21_strings/basic_string/element_access/wchar_t/3.cc: New.
846         * 21_strings/basic_string/find/char/1.cc: New.
847         * 21_strings/basic_string/find/wchar_t/1.cc: New.
848         * 21_strings/basic_string/insert/char/1.cc: New.
849         * 21_strings/basic_string/insert/char/2.cc: New.
850         * 21_strings/basic_string/insert/wchar_t/1.cc: New.
851         * 21_strings/basic_string/insert/wchar_t/2.cc: New.
852         * 21_strings/basic_string/inserters_extractors/char/1.cc: New.
853         * 21_strings/basic_string/inserters_extractors/char/4.cc: New.
854         * 21_strings/basic_string/inserters_extractors/char/5.cc: New.
855         * 21_strings/basic_string/inserters_extractors/char/6.cc: New.
856         * 21_strings/basic_string/inserters_extractors/char/7.cc: New.
857         * 21_strings/basic_string/inserters_extractors/char/8.cc: New.
858         * 21_strings/basic_string/inserters_extractors/char/9.cc: New.
859         * 21_strings/basic_string/inserters_extractors/wchar_t/1.cc: New.
860         * 21_strings/basic_string/inserters_extractors/wchar_t/4.cc: New.
861         * 21_strings/basic_string/inserters_extractors/wchar_t/5.cc: New.
862         * 21_strings/basic_string/inserters_extractors/wchar_t/6.cc: New.
863         * 21_strings/basic_string/inserters_extractors/wchar_t/7.cc: New.
864         * 21_strings/basic_string/inserters_extractors/wchar_t/8.cc: New.
865         * 21_strings/basic_string/inserters_extractors/wchar_t/9.cc: New.
866         * 21_strings/basic_string/operators/char/1.cc: New.
867         * 21_strings/basic_string/operators/char/2.cc: New.
868         * 21_strings/basic_string/operators/wchar_t/1.cc: New.
869         * 21_strings/basic_string/operators/wchar_t/2.cc: New.
870         * 21_strings/basic_string/replace/char/1.cc: New.
871         * 21_strings/basic_string/replace/char/2.cc: New.
872         * 21_strings/basic_string/replace/char/3.cc: New.
873         * 21_strings/basic_string/replace/char/4.cc: New.
874         * 21_strings/basic_string/replace/char/5.cc: New.
875         * 21_strings/basic_string/replace/wchar_t/1.cc: New.
876         * 21_strings/basic_string/replace/wchar_t/2.cc: New.
877         * 21_strings/basic_string/replace/wchar_t/3.cc: New.
878         * 21_strings/basic_string/replace/wchar_t/4.cc: New.
879         * 21_strings/basic_string/replace/wchar_t/5.cc: New.
880         * 21_strings/basic_string/rfind/char/1.cc: New.
881         * 21_strings/basic_string/rfind/char/2.cc: New.
882         * 21_strings/basic_string/rfind/char/3.cc: New.
883         * 21_strings/basic_string/rfind/wchar_t/1.cc: New.
884         * 21_strings/basic_string/rfind/wchar_t/2.cc: New.
885         * 21_strings/basic_string/rfind/wchar_t/3.cc: New.
886         * 21_strings/basic_string/substr/char/1.cc: New.
887         * 21_strings/basic_string/substr/wchar_t/1.cc: New.
888         * 21_strings/c_strings/char/1.cc: New.
889         * 21_strings/c_strings/char/2.cc: New.
890         * 21_strings/c_strings/wchar_t/1.cc: New.
891         * 21_strings/c_strings/wchar_t/2.cc: New.
892         * 21_strings/char_traits/requirements/char/1.cc: New.
893         * 21_strings/char_traits/requirements/wchar_t/1.cc: New.
894         * 21_strings/char_traits/typedefs/char/1.cc: New.
895
896 2003-03-17  Paolo Carlini  <pcarlini@unitus.it>
897             Petur Runolfsson  <peturr02@ru.is>
898
899         PR libstdc++/10097
900         * src/fstream.cc (basic_filebuf<char>::_M_underflow_common,
901         basic_filebuf<wchar_t>::_M_underflow_common):
902         if (gptr() < egptr()) return *gptr().
903         * testsuite/27_io/filebuf_virtuals.cc (test16): Add.
904
905         * testsuite/27_io/filebuf_members.cc (test_04): Minor
906         changes: unlink fifo before making it, fix spelling error.
907
908 2003-03-17  Benjamin Kosnik  <bkoz@redhat.com>
909
910         * testsuite/Makefile.am (CLEANFILES): Add tmp*.
911         * testsuite/Makefile.in: Regenerate.
912         * testsuite/27_io/filebuf_members.cc: Consistently name tmp files.
913         Cleanups.
914
915 2003-03-17  Petur Runolfsson  <peturr02@ru.is>
916
917         PR libstdc++/9964
918         * include/bits/fstream.tcc (basic_filebuf::close):
919         Always close file, even when write fails.
920         * testsuite/27_io/filebuf_members.cc (test_07):  New test.
921
922 2003-03-17  Danny Smith  <dannysmith@users.sourceforge.net>
923
924         * libsupc++/Makefile.am (C_COMPILE): Remove.
925         (LTCOMPILE): Likewise.
926         * libsupc++/Makefile.in: Regenerate.
927
928 2003-03-14  Benjamin Kosnik  <bkoz@redhat.com>
929
930         * testsuite/23_containers/bitset_members.cc: Add test variable.
931         * testsuite/23_containers/map_insert.cc: Same.
932         * testsuite/22_locale/ctype/cons/char/1.cc: Same.
933         * testsuite/22_locale/codecvt/max_length/wchar_t/1.cc: Same.
934         * testsuite/22_locale/codecvt/max_length/wchar_t/2.cc: Same.
935         * testsuite/22_locale/codecvt/max_length/wchar_t/3.cc: Same.
936         * testsuite/22_locale/codecvt/max_length/wchar_t/4.cc: Same.
937         * testsuite/22_locale/codecvt/always_noconv/wchar_t/1.cc: Same.
938         * testsuite/22_locale/codecvt/always_noconv/wchar_t/2.cc: Same.
939         * testsuite/22_locale/codecvt/always_noconv/wchar_t/3.cc: Same.
940         * testsuite/22_locale/codecvt/always_noconv/wchar_t/4.cc: Same.
941         * testsuite/27_io/istream_exception.cc: Same.
942         * testsuite/27_io/filebuf_virtuals.cc: Same.
943         * testsuite/27_io/stringbuf_virtuals.cc: Same.
944         * testsuite/27_io/ostream_inserter_arith.cc: Same.
945         * testsuite/26_numerics/valarray_operators.cc: Same.
946         * testsuite/26_numerics/slice.cc: Same.
947         * testsuite/26_numerics/slice_array_assignment.cc: Same.
948         * testsuite/24_iterators/istream_iterator.cc: Same.
949         * mkcheck.in (TESTS_FILE): Use dejagnu-generated file if possible.
950
951 2003-03-14  Petur Runolfsson  <peturr02@ru.is>
952
953         PR libstdc++/9581
954         PR libstdc++/9870
955         * config/locale/generic/ctype_members.cc,
956         * config/locale/gnu/ctype_members.cc
957         (ctype<wchar_t>::do_widen(char)):  Cast argument to
958         unsigned char before passing to btowc.
959         (ctype<wchar_t>::do_widen(const char*, const char*, wchar_t*)):
960         Convert characters with btowc instead of mbsrtowcs.
961         (ctype<wchar_t>::do_narrow(const wchar_t*, const wchar_t*,
962         char, char*):
963         Convert characters with wctob instead of wcsrtombs.
964         * testsuite/22_locale/ctype/narrow/wchar_t/3.cc:  New test.
965         * testsuite/22_locale/ctype/widen/wchar_t/2.cc:  New test.
966         * testsuite/22_locale/ctype/widen/wchar_t/3.cc:  New test.
967
968 2003-03-14  Benjamin Kosnik  <bkoz@redhat.com>
969
970         * include/stdc++.h: New.
971         * libsupc++/exception_defines.h (__EXCEPTION_DEFINES_H): Add guard.
972         * include/Makefile.am (stamp-std-precompile): Generate stdc++.h.gch
973         * include/Makefile.in: Regenerate.
974         * testsuite_flags.in (--build-cxx): Add, but don't use PCHFLAGS.
975         (--cxxflags): Put -g -O2 here.
976         * testsuite/libstdc++-v3.dg/dg.exp: Remove -g -O2 here.
977
978 2003-03-14  Loren J. Rittle  <ljrittle@acm.org>
979
980         * testsuite/testsuite_hooks.h: Suppress runtime exception thrown by
981         missing named locale.
982
983 2003-03-14  Andreas Schwab  <schwab@suse.de>
984
985         * configure.in: Only append to makefiles that are newly created to
986         avoid multiple multi-do/multi-clean rules.
987         * configure: Rebuilt.
988
989 2003-03-13  Jonathan Wakely  <redi@gcc.gnu.org>
990
991         * docs/html/configopts.html, docs/html/documentation.html,
992         docs/html/explanations.html, docs/html/install.html,
993         docs/html/19_diagnostics/howto.html, docs/html/faq/index.html: Fix
994         invalid XHTML and make page header style consistent.
995
996 2003-03-12  Jonathan Wakely  <redi@gcc.gnu.org>
997
998         * docs/html/faq/index.html: Explain memory "leaks" due to allocators.
999         * docs/html/faq/index.txt: Regenerate.
1000         * docs/html/debug.html: Add a bit to allocator text and fix XHTML.
1001
1002 2003-03-12  Andreas Schwab  <schwab@suse.de>
1003
1004         * acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Avoid trailing /. in
1005         glibcpp_toolexeclibdir.
1006         * aclocal.m4, configure: Rebuilt.
1007
1008 2003-03-11  Jonathan Wakely  <redi@gcc.gnu.org>
1009
1010         * docs/html/faq/index.html: Update text about location of headers.
1011         * docs/html/faq/index.txt: Regenerate.
1012
1013 2003-03-11  Carlo Wood  <carlo@alinoe.com>
1014
1015         * include/bits/demangle.h: Prepend accessors of
1016         class qualifier with 'get_' in order to fix warnings
1017         when compiling with -Wshadow.
1018
1019 2003-03-11  Loren J. Rittle  <ljrittle@acm.org>
1020
1021         * config/os/bsd/freebsd/ctype_inline.h:  Support _M_table
1022         when so installed.
1023         * testsuite/22_locale/ctype/cons/char/1.cc: Fix typo.
1024
1025         * testsuite/testsuite_hooks.h (run_tests_wrapped_env): Do not
1026         report lack of setenv().
1027
1028 2003-03-09  Paolo Carlini  <pcarlini@unitus.it>
1029
1030         * config/io/basic_file_stdio.cc: include <unistd.h>.
1031
1032 2003-03-09  Paolo Carlini  <pcarlini@unitus.it>
1033             Nathan Myers  <ncm@cantrip.org>
1034
1035         PR libstdc++/7744
1036         * config/io/basic_file_stdio.h (__basic_file<>::xsgetn, xsputn,
1037         seekoff, seekpos): Add a boolean parameter __stdio.
1038         * config/io/basic_file_stdio.cc (__basic_file<>::xsgetn, xsputn,
1039         seekoff, seekpos): If __stdio == true, use fread (fwrite, fseek/ftell,
1040         fseek/ftell, respectively), otherwise read (write, lseek, lseek,
1041         respectively).
1042         * include/bits/fstream.tcc (basic_filebuf<>::_M_convert_to_external,
1043         _M_really_overflow, seekoff): Use the boolean parameter in the calls.
1044         * include/std/std_fstream.h (sync): Likewise.
1045         * src/fstream.cc (basic_filebuf<>::_M_underflow_common): Likewise.
1046         * src/ios.cc (ios_base::Init::_S_ios_create(bool)): Revert
1047         libstdc++/8399 commit involving isatty(0).
1048         * acinclude.m4 (GLIBCPP_CHECK_UNISTD_DECL_AND_LINKAGE_1): Remove.
1049         (GLIBCPP_CHECK_UNISTD_SUPPORT): Remove
1050         * configure.in: Remove call.
1051         * aclocal.m4: Regenerate.
1052         * config.h.in: Regenerate.
1053         * configure: Regenerate.
1054         * testsuite/27_io/narrow_stream_objects.cc (test11): Add.
1055
1056 2003-03-09  Paolo Carlini  <pcarlini@unitus.it>
1057
1058         PR libstdc++/9988
1059         * include/bits/fstream.tcc (overflow): don't write EOF to file.
1060         * testsuite/27_io/filebuf_virtuals.cc (test15): Add.
1061
1062 2003-03-08  Jerry Quinn  <jlquinn@optonline.net>
1063
1064         PR libstdc++/9561
1065         * include/bits/basic_ios.h (_M_setstate): New.
1066         * include/bits/ostream.tcc (operator<<): Use it.
1067         * include/bits/istream.tcc (operator>>): Use it.
1068         * include/std/std_ostream.h (operator<<): Make friends.
1069         * include/std/std_istream.h (operator>>): Make friends.
1070         * testsuite/27_io/ostream_exception.cc,
1071         testsuite/27_io/istream_exception.cc: New tests.
1072
1073 2003-03-08  Benjamin Kosnik  <bkoz@redhat.com>
1074
1075         * include/bits/locale_facets.tcc: Fix typo.
1076
1077 2003-03-08  Loren J. Rittle  <ljrittle@acm.org>
1078
1079         * testsuite/26_numerics/c99_classification_macros_c.cc: Tweak test.
1080
1081         * config/locale/generic/c_locale.cc
1082         (locale::facet::_S_create_c_locale): Throw runtime exception when
1083         unsupported language is specified.
1084         * testsuite/testsuite_hooks.h
1085         (run_test_wrapped_generic_locale_exception_catcher): New function.
1086         * testsuite/testsuite_hooks.cc (run_tests_wrapped_locale):
1087         Suppress runtime exception thrown by generic implementation.
1088         (run_tests_wrapped_env): Likewise.
1089         (run_test_wrapped_generic_locale_exception_catcher): New function.
1090         * testsuite/22_locale/collate/compare/char/1.cc: New test wrap.
1091         * testsuite/22_locale/collate/compare/char/2.cc: New test wrap.
1092         * testsuite/22_locale/collate/compare/char/3.cc: New test wrap.
1093         * testsuite/22_locale/collate/hash/char/2.cc: New test wrap.
1094         * testsuite/22_locale/collate/transform/char/2.cc: New test wrap.
1095         * testsuite/22_locale/collate/transform/char/3.cc: New test wrap.
1096         * testsuite/22_locale/collate_byname/1.cc: New test wrap.
1097         * testsuite/22_locale/ctype/is/char/2.cc: New test wrap.
1098         * testsuite/22_locale/facet/2.cc: New test wrap.
1099         * testsuite/22_locale/locale/cons/4.cc: New test wrap.
1100         * testsuite/22_locale/locale/cons/5.cc: New test wrap.
1101         * testsuite/22_locale/locale/cons/7.cc: New test wrap.
1102         * testsuite/22_locale/messages/members/char/1.cc: New test wrap.
1103         * testsuite/22_locale/messages/members/char/2.cc: New test wrap.
1104         * testsuite/22_locale/messages/members/char/3.cc: New test wrap.
1105         * testsuite/22_locale/messages_byname/1.cc: New test wrap.
1106         * testsuite/22_locale/money_get/get/char/1.cc: New test wrap.
1107         * testsuite/22_locale/money_get/get/char/2.cc: New test wrap.
1108         * testsuite/22_locale/money_get/get/char/3.cc: New test wrap.
1109         * testsuite/22_locale/money_get/get/char/4.cc: New test wrap.
1110         * testsuite/22_locale/money_put/put/char/1.cc: New test wrap.
1111         * testsuite/22_locale/money_put/put/char/2.cc: New test wrap.
1112         * testsuite/22_locale/money_put/put/char/3.cc: New test wrap.
1113         * testsuite/22_locale/moneypunct/members/char/2.cc: New test wrap.
1114         * testsuite/22_locale/moneypunct_byname/1.cc: New test wrap.
1115         * testsuite/22_locale/num_get/get/char/1.cc: New test wrap.
1116         * testsuite/22_locale/num_get/get/char/2.cc: New test wrap.
1117         * testsuite/22_locale/num_get/get/char/3.cc: New test wrap.
1118         * testsuite/22_locale/num_get/get/char/5.cc: New test wrap.
1119         * testsuite/22_locale/num_get/get/char/6.cc: New test wrap.
1120         * testsuite/22_locale/num_put/put/char/1.cc: New test wrap.
1121         * testsuite/22_locale/num_put/put/char/2.cc: New test wrap.
1122         * testsuite/22_locale/num_put/put/char/3.cc: New test wrap.
1123         * testsuite/22_locale/num_put/put/char/5.cc: New test wrap.
1124         * testsuite/22_locale/numpunct/members/char/1.cc: New test wrap.
1125         * testsuite/22_locale/numpunct/members/char/2.cc: New test wrap.
1126         * testsuite/22_locale/numpunct_byname/1.cc: New test wrap.
1127         * testsuite/22_locale/numpunct_byname/2.cc: New test wrap.
1128         * testsuite/22_locale/time_get/date_order/char/1.cc: New test wrap.
1129         * testsuite/22_locale/time_get/get_date/char/1.cc: New test wrap.
1130         * testsuite/22_locale/time_get/get_date/char/2.cc: New test wrap.
1131         * testsuite/22_locale/time_get/get_monthname/char/1.cc: New test wrap.
1132         * testsuite/22_locale/time_get/get_monthname/char/2.cc: New test wrap.
1133         * testsuite/22_locale/time_get/get_time/char/1.cc: New test wrap.
1134         * testsuite/22_locale/time_get/get_time/char/2.cc: New test wrap.
1135         * testsuite/22_locale/time_get/get_weekday/char/1.cc: New test wrap.
1136         * testsuite/22_locale/time_get/get_weekday/char/2.cc: New test wrap.
1137         * testsuite/22_locale/time_get/get_year/char/1.cc: New test wrap.
1138         * testsuite/22_locale/time_put/put/char/1.cc: New test wrap.
1139         * testsuite/22_locale/time_put/put/char/2.cc: New test wrap.
1140         * testsuite/22_locale/time_put/put/char/3.cc: New test wrap.
1141         * testsuite/22_locale/time_put/put/char/4.cc: New test wrap.
1142         * testsuite/22_locale/time_put/put/char/5.cc: New test wrap.
1143         * testsuite/22_locale/time_put/put/char/6.cc: New test wrap.
1144         * testsuite/22_locale/time_put/put/char/7.cc: New test wrap.
1145         * testsuite/22_locale/time_put/put/char/8.cc: New test wrap.
1146         * testsuite/27_io/filebuf_virtuals.cc: New test wrap.
1147         * testsuite/27_io/ios_members.cc: New test wrap.
1148         * testsuite/27_io/ostream_inserter_arith.cc (test02): Make void.
1149         New test wrap.
1150         * testsuite/27_io/streambuf_members.cc: New test wrap.
1151         * testsuite/27_io/stringbuf_virtuals.cc: New test wrap.
1152
1153 2003-03-08  Paolo Carlini <pcarlini@unitus.it>
1154             Petur Runolfsson  <peturr02@ru.is>
1155
1156         PR libstdc++/9424
1157         * include/bits/streambuf.tcc (__copy_streambufs): Use
1158         sgetn-sputn only when sputn cannot fail, otherwise fall back
1159         to safe snextc-sputc.
1160         * testsuite/27_io/streambuf_members.cc (test11, test12): Add.
1161
1162 2003-03-08  Jerry Quinn  <jlquinn@optonline.net>
1163
1164         * include/bits/locale_facets.tcc (num_put::do_put(bool)): Use
1165         locale cache for truename and falsename.
1166
1167 2003-03-08  Jerry Quinn  <jlquinn@optonline.net>
1168
1169         * src/ios.cc (ios_base::ios_base): Correct order of _M_word and
1170         _M_word_size initialization.
1171
1172 2003-03-07  Paolo Carlini  <pcarlini@unitus.it>
1173
1174         * include/bits/fstream.tcc (_M_convert_to_external):
1175         Set __elen to zero if codecvt::out eventually fails.
1176
1177 2003-03-07  Paolo Carlini  <pcarlini@unitus.it>
1178
1179         PR libstdc++/9182
1180         * include/bits/fstream.tcc (_M_really_overflow): Check
1181         for _M_convert_to_external possible failures.
1182         * include/std/std_fstream.h (sync): Check _M_really_overflow
1183         return value and return -1 in case of failure.
1184         * testsuite/27_io/filebuf_virtuals.cc (test13, test14): Add.
1185
1186 2003-03-07  Paolo Carlini  <pcarlini@unitus.it>
1187
1188         PR libstdc++/9826
1189         * include/bits/istream.tcc (operator>>(_CharT*),
1190         operator>>(basic_string&), ws): Pass a char_type to __ctype.is.
1191         * testsuite/27_io/stringstream.cc (test02): Add.
1192
1193         * include/bits/istream.tcc (operator>>(_CharT*)):
1194         Assign a char_type to *__s.
1195
1196 2003-03-07  Petur Runolfsson  <peturr02@ru.is>
1197
1198         PR libstdc++/9817
1199         * include/bits/locale_facets.tcc
1200         (collate::do_compare, collate::do_transform):
1201         Handle nul characters in input.
1202         * testsuite/22_locale/collate/compare/char/3.cc:  New test.
1203         * testsuite/22_locale/collate/compare/wchar_t/3.cc:  New test.
1204         * testsuite/22_locale/collate/transform/char/3.cc:  New test.
1205         * testsuite/22_locale/collate/transform/wchar_t/3.cc:  New test.
1206
1207 2003-03-07  Jerry Quinn  <jlquinn@optonline.net>
1208
1209         * include/bits/streambuf_iterator.h (_M_put): Set _M_failed if
1210         sputn fails.
1211         * testsuite/27_io/ostream_fail.cc: New test.
1212
1213 2003-03-07  Matthias Klose  <doko@debian.org>
1214
1215         * Makefile.am (AM_MAKEFLAGS): Also pass gxx_include_dir.
1216         FLAGS_TO_PASS: Set to AM_MAKEFLAGS
1217         * Makefile.in: Regenerate.
1218         * libsupc++/Makefile.am: Express glibcppinstalldir in terms
1219         of gxx_include_dir.
1220         AM_MAKEFLAGS: Pass gxx_include_dir.
1221         * libsupc++/Makefile.in: Regenerate.
1222
1223 2003-03-06  Jerry Quinn  <jlquinn@optonline.net>
1224
1225         * testsuite/27_io/ios_base_storage.cc (test02): Set exception
1226         mask.  Test setting small-numbered pword and iword slots.  Test
1227         behavior at limit of numeric_limits::max.  Check that values are
1228         still good after failures.
1229
1230 2003-03-06  Jerry Quinn  <jlquinn@optonline.net>
1231
1232         * src/ios.cc (ios_base::_M_init): Remove _M_word_size.
1233         (ios_base::ios_base): Set _M_word, _M_word_size.
1234         (ios_base::~ios_base): Remove redundant test.
1235         * testsuite/27_io/ios_base_storage.cc (test03): New.
1236
1237 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
1238
1239         * src/strstream.cc, include/bits/basic_string.tcc: Remove
1240         incorrect whitespace added in my previous change.
1241
1242 2003-03-05  Carlo Wood  <carlo@alinoe.com>
1243
1244         * include/bits/ios_base.h(ios_base::Init::_S_initialized()): Added
1245         _S_initialized() in order to allow debugging libraries to detect
1246         when the std streams are initialized from an overloaded operator
1247         new.
1248
1249 2003-03-05  Benjamin Kosnik  <bkoz@redhat.com>
1250
1251         * libsupc++/demangle.h: Move to..
1252         * include/bits/demangle.h: ...here.
1253         * src/demangle.cc: Adjust include.
1254         * include/Makefile.am (bits_headers): Add.
1255         * include/Makefile.in: Regenerate.
1256
1257 2003-03-04  Benjamin Kosnik  <bkoz@redhat.com>
1258
1259         * src/globals.cc: Clarify comments, remove c_locale_imp_compat.
1260
1261         * config/linker-map.gnu: Filter typeinfo and vtable info.
1262
1263 2003-03-04  Jerry Quinn  <jlquinn@optonline.net>
1264
1265         * src/ios.cc (ios_base::_M_grow_words): Don't delete _M_word on
1266         new failure.  Throw exception if badbit and exception mask when ix
1267         >= numeric_limits<int>::max().
1268
1269 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
1270
1271         * src/strstream.cc (strstreambuf::overflow): Make sure operands of
1272         min and max have the same type.
1273         * include/bits/basic_string.tcc (append, rfind, compare): Likewise.
1274
1275 2003-03-04  Benjamin Kosnik  <bkoz@redhat.com>
1276
1277         * include/Makefile.am (allstamps): Remove stamp-std-precompile.
1278         * include/Makefile.in: Regenerate.
1279
1280 2003-03-03  Benjamin Kosnik  <bkoz@redhat.com>
1281
1282         * testsuite/abi_check.cc (report_symbol_info): Add version info.
1283
1284         * config/linker-map.gnu: Hide more stuff.
1285         * include/Makefile.am: Cleanups.
1286         * include/Makefile.in: Regenerate.
1287
1288 2003-02-27  Jerry Quinn  <jlquinn@optonline.net>
1289
1290         * config/locale/generic/messages_members.h (messages::messages):
1291         Remove name from unused parameter.
1292
1293 2003-02-27  Benjamin Kosnik  <bkoz@redhat.com>
1294
1295         * src/Makefile.am (sources): Add demangle.cc.
1296         (demangle.o): Add.
1297         (demangle.lo): Add.
1298         * src/Makefile.in: Regenerate.
1299         * libsupc++/Makefile.am: Remove old __cxa_demangle bits.
1300         * libsupc++/Makefile.in: Regenerate.
1301
1302         * testsuite/testsuite_hooks.h
1303         (__gnu_cxx_test::verify_demangle): New.
1304         * testsuite/testsuite_hooks.cc: Define.
1305
1306 2003-02-27  Carlo Wood  <carlo@alinoe.com>
1307
1308         * src/demangle.cc: New.
1309         * libsupc++/demangle.h: New.
1310
1311 2003-02-27  Benjamin Kosnik  <bkoz@redhat.com>
1312             Carlo Wood  <carlo@alinoe.com>
1313
1314         * testsuite/demangle/abi_examples/01.cc: New.
1315         * testsuite/demangle/abi_examples/02.cc: New.
1316         * testsuite/demangle/abi_examples/03.cc: New.
1317         * testsuite/demangle/abi_examples/04.cc: New.
1318         * testsuite/demangle/abi_examples/05.cc: New.
1319         * testsuite/demangle/abi_examples/06.cc: New.
1320         * testsuite/demangle/abi_examples/07.cc: New.
1321         * testsuite/demangle/abi_examples/08.cc: New.
1322         * testsuite/demangle/abi_examples/09.cc: New.
1323         * testsuite/demangle/abi_examples/10.cc: New.
1324         * testsuite/demangle/abi_examples/11.cc: New.
1325         * testsuite/demangle/abi_examples/12.cc: New.
1326         * testsuite/demangle/abi_examples/13.cc: New.
1327         * testsuite/demangle/abi_examples/14.cc: New.
1328         * testsuite/demangle/abi_examples/15.cc: New.
1329         * testsuite/demangle/abi_examples/16.cc: New.
1330         * testsuite/demangle/abi_examples/17.cc: New.
1331         * testsuite/demangle/abi_examples/18.cc: New.
1332         * testsuite/demangle/abi_examples/19.cc: New.
1333         * testsuite/demangle/abi_examples/20.cc: New.
1334         * testsuite/demangle/abi_examples/21.cc: New.
1335         * testsuite/demangle/abi_examples/22.cc: New.
1336         * testsuite/demangle/abi_examples/23.cc: New.
1337         * testsuite/demangle/abi_examples/24.cc: New.
1338         * testsuite/demangle/abi_examples/25.cc: New.
1339         * testsuite/demangle/abi_examples/26.cc: New.
1340         * testsuite/demangle/abi_text/01.cc: New.
1341         * testsuite/demangle/abi_text/02.cc: New.
1342         * testsuite/demangle/abi_text/03.cc: New.
1343         * testsuite/demangle/abi_text/04.cc: New.
1344         * testsuite/demangle/abi_text/05.cc: New.
1345         * testsuite/demangle/abi_text/06.cc: New.
1346         * testsuite/demangle/abi_text/07.cc: New.
1347         * testsuite/demangle/abi_text/08.cc: New.
1348         * testsuite/demangle/abi_text/09.cc: New.
1349         * testsuite/demangle/abi_text/10.cc: New.
1350         * testsuite/demangle/abi_text/11.cc: New.
1351         * testsuite/demangle/abi_text/12.cc: New.
1352         * testsuite/demangle/abi_text/13.cc: New.
1353         * testsuite/demangle/abi_text/14.cc: New.
1354         * testsuite/demangle/regression/3111-1.cc: New.
1355         * testsuite/demangle/regression/3111-2.cc: New.
1356         * testsuite/demangle/regression/7986-01.cc: New.
1357         * testsuite/demangle/regression/7986-02.cc: New.
1358         * testsuite/demangle/regression/7986-03.cc: New.
1359         * testsuite/demangle/regression/7986-04.cc: New.
1360         * testsuite/demangle/regression/7986-05.cc: New.
1361         * testsuite/demangle/regression/7986-06.cc: New.
1362         * testsuite/demangle/regression/7986-07.cc: New.
1363         * testsuite/demangle/regression/7986-08.cc: New.
1364         * testsuite/demangle/regression/7986-09.cc: New.
1365         * testsuite/demangle/regression/7986-10.cc: New.
1366         * testsuite/demangle/regression/7986-11.cc: New.
1367         * testsuite/demangle/regression/7986-12.cc: New.
1368         * testsuite/demangle/regression/7986.cc: New.
1369         * testsuite/demangle/regression/8897.cc: New.
1370         * testsuite/demangle/regression/cw-01.cc: New.
1371         * testsuite/demangle/regression/cw-02.cc: New.
1372         * testsuite/demangle/regression/cw-03.cc: New.
1373         * testsuite/demangle/regression/cw-04.cc: New.
1374         * testsuite/demangle/regression/cw-05.cc: New.
1375         * testsuite/demangle/regression/cw-06.cc: New.
1376         * testsuite/demangle/regression/cw-07.cc: New.
1377         * testsuite/demangle/regression/cw-08.cc: New.
1378         * testsuite/demangle/regression/cw-09.cc: New.
1379         * testsuite/demangle/regression/cw-10.cc: New.
1380         * testsuite/demangle/regression/cw-11.cc: New.
1381         * testsuite/demangle/regression/cw-12.cc: New.
1382         * testsuite/demangle/regression/cw-13.cc: New.
1383         * testsuite/demangle/regression/cw-14.cc: New.
1384         * testsuite/demangle/regression/old.cc: New.
1385
1386 2003-02-25  Phil Edwards  <pme@gcc.gnu.org>
1387
1388         * docs/doxygen/Intro.3:  Update with new (proper) names.
1389         * docs/doxygen/TODO:  Update.
1390         * docs/doxygen/run_doxygen:  More comments, fix up man pages.
1391         Fake entries for standard typedefs.
1392         * docs/doxygen/user.cfg.in:  Turn INLINE_INHERITED_MEMB back on.
1393         * docs/html/documentation.html:  Top-level man page is now called
1394         C++Intro.
1395         * include/std/std_limits.h:  Doxygenate.
1396
1397 2003-02-25  Scott Snyder  <snyder@fnal.gov>
1398
1399         PR libstdc++/9811
1400         * include/bits/stl_map.h (lower_bound, upper_bound, equal_range):
1401         Correct documentation.
1402         * include/bits/stl_multimap.h (lower_bound, upper_bound,
1403         equal_range): Likewise.
1404
1405 2003-02-24  Paolo Carlini  <pcarlini@unitus.it>
1406
1407         PR libstdc++/9825
1408         * src/fstream.cc
1409         (basic_filebuf<char/wchar_t>::_M_underflow_common): When
1410         __bump is true (uflow), always increment the read pointer
1411         (_M_in_cur) before returning successfully.
1412         * testsuite/27_io/filebuf_virtuals.cc (test12): Add.
1413
1414 2003-02-24  Paolo Carlini <pcarlini@unitus.it>
1415             Nathan Myers <ncm@cantrip.org>
1416
1417         PR libstdc++/9404, PR libstdc++/9701 (partial)
1418         (aka pptr == epptr implies overflow)
1419         * include/bits/fstream.tcc (_M_allocate_internal_buffer):
1420         Consistently, _M_out_end points to the end of the buffer just
1421         created.
1422         (overflow): Tweak to use _M_out_buf_size().
1423         (_M_convert_to_external): The role of the old _M_out_end is
1424         now played by _M_out_lim.
1425         (_M_really_overflow): Likewise.
1426         (seekoff): Likewise.
1427         (setbuf): _M_out_end points to the end of the external buffer.
1428         * include/bits/sstream.tcc (overflow): Rewrote, taking into
1429         account the resolution of DR 169 (TC).
1430         (seekoff): Use _M_string.capacity(); ios_base::end is now _M_out_lim.
1431         (seekpos): Use _M_string.capacity(); tweak.
1432         * include/bits/streambuf.tcc (sputc, xsputn): Remove comments.
1433         * include/std/std_fstream.h (sync): The role of the old
1434         _M_out_end is now played by _M_out_lim.
1435         (_M_set_indeterminate): Use _M_set_determinate.
1436         (_M_set_determinate): _M_out_end is now _M_out_lim.
1437         (_M_is_indeterminate): Likewise.
1438         * include/std/std_sstream.h (str()): _M_out_end is now _M_out_lim.
1439         (_M_stringbuf_init): Don't set _M_buf_size, unused for sstreams,
1440         which have the information readily available as _M_string.capacity();
1441         for ate and app modes, pass the string size to _M_really_sync.
1442         (_M_really_sync): Consistently set _M_out_end and _M_out_lim, to
1443         point to the end of the buffer (i.e., epptr) and to the string end,
1444         respectively.
1445         * include/std/std_streambuf.h: tweak comments, add _M_out_lim,
1446         which points to the right limit of the used put area.
1447         (_M_out_cur_move): The role of the old _M_out_end is now played
1448         by _M_out_lim.
1449         (_M_out_buf_size): Simplify: now (when _M_out_cur) return simply
1450         _M_out_end  - _M_out_cur (i.e., pptr), _very_ close to the letter
1451         of the standard.
1452         (basic_streambuf()): Initialize _M_out_lim too.
1453         * testsuite/27_io/filebuf_virtuals.cc (test10): Trivial tweak.
1454         * testsuite/27_io/filebuf_virtuals.cc (test11): Add.
1455         * testsuite/27_io/stringbuf_virtuals.cc (test09): Add.
1456
1457 2003-02-24  Benjamin Kosnik  <bkoz@redhat.com>
1458
1459         * testsuite/27_io/ios_base_storage.cc (main): Call
1460         set_memory_limits.
1461
1462 2003-02-21  Jerry Quinn  <jlquinn@optonline.net>
1463
1464         * include/bits/locale_facets.tcc (_M_convert_float): Replace
1465         numpunct facet accesses with data from __locale_cache.
1466
1467 2003-02-20  Phil Edwards  <pme@gcc.gnu.org>
1468
1469         * docs/html/faq/index.html (3.9):  New note, wchar_t on FreeBSD.
1470         * docs/html/faq/index.txt:  Regenerate.
1471
1472 2003-02-20  Phil Edwards  <pme@gcc.gnu.org>
1473
1474         * config/linker-map.gnu:  Also export locking symbols needed for the
1475         generic atomicity.h case.
1476
1477 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
1478
1479         * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
1480         config.status.
1481         * configure: Rebuilt.
1482
1483 2003-02-19  Paolo Carlini  <pcarlini@unitus.it>
1484
1485         * include/bits/sstream.tcc (overflow): According to
1486         27.7.1.3, p5, actual output is performed by sputc(c).
1487
1488 2003-02-19  Phil Edwards  <pme@gcc.gnu.org>
1489
1490         PR libstdc++/9582
1491         * include/bits/stl_alloc.h:  Remove all traces of assert().
1492
1493 2003-02-18  Paolo Carlini  <pcarlini@unitus.it>
1494
1495         * include/std/std_sstream.h (str()): the size of the
1496         current string may be different from the initial one
1497         whenever _M_out_end > _M_out_beg.
1498         * testsuite/27_io/stringbuf_members.cc (test07): Add.
1499
1500 2003-02-18  Paolo Carlini  <pcarlini@unitus.it>
1501
1502         PR libstdc++/9582
1503         * include/bits/stl_alloc.h (__pool_alloc::allocate): Remove assert.
1504
1505 2003-02-17  Benjamin Kosnik  <bkoz@redhat.com>
1506
1507         * include/bits/basic_ios.tcc (copyfmt): Copy locale data as well.
1508         * testsuite/27_io/ios_members.cc (test03): New.
1509
1510 2003-02-17  Jerry Quinn  <jlquinn@optonline.net>
1511
1512         * include/bits/basic_ios.h (basic_ios::_M_cache_locale): Declare.
1513         (basic_ios::_M_cache_facets): Move into above.
1514         * include/bits/basic_ios.tcc (basic_ios::copyfmt): Rebuild locale
1515         cache.
1516         (basic_ios::imbue): Force locale cache to be built.
1517         (basic_ios::_M_init): Create and initialize locale cache.
1518         * include/bits/ios_base.h (__locale_cache_base): Declare.
1519         (ios_base::_M_locale_cache): New.
1520         (ios_base::_M_cache): Define.
1521         * include/bits/locale_facets.h: (__num_base): Fix comment.  Add
1522         _S_end.
1523         (__locale_cache_base,__locale_cache<_CharT>):  New classes.
1524         (__locale_cache<char>, __locale_cache<wchar_t>): New specializations.
1525         * include/bits/locale_facets.tcc (num_put::_M_convert_int): Use locale
1526         cache literal string, grouping flag, thousands separator.
1527         (__locale_cache<_CharT>::__locale_cache): New.
1528         (__locale_cache<_CharT>::_M_init): New.
1529         * src/ios.cc: Clear _M_locale_cache in constructor.
1530         * src/locale-inst.cc (__locale_cache<char>, __locale_cache<_char_t>):
1531         New.
1532
1533 2003-02-17  Paolo Carlini  <pcarlini@unitus.it>
1534
1535         * src/locale-inst.cc: Do not include <cassert>.
1536         * src/locale.cc: Likewise.
1537
1538 2003-02-17  Paolo Carlini  <pcarlini@unitus.it>
1539
1540         PR libstdc++/9580
1541         * include/std/std_fstream.h: Declare underflow and uflow
1542         specializations, change generic definitions to do nothing.
1543         * src/fstream.cc: Add underflow and uflow specializations.
1544
1545 2003-02-17  Paolo Carlini  <pcarlini@unitus.it>
1546
1547         PR libstdc++/9169
1548         * include/bits/fstream.tcc (_M_convert_to_external):
1549         Deal correctly with noconv, as prescribed by 27.8.1.4,p8.
1550         * testsuite/27_io/filebuf_virtuals.cc (test10): Add.
1551
1552 2003-02-13  Benjamin Kosnik  <bkoz@redhat.com>
1553
1554         * include/bits/c++config (_GLIBCPP_EXTERN_TEMPLATE): Define.
1555         * include/bits/basic_ios.tcc: Guard use of extern template.
1556         * include/std/std_iomanip.h: Same.
1557         * include/bits/streambuf.tcc: Same.
1558         * include/bits/stl_alloc.h: Same.
1559         * include/bits/locale_facets.tcc: Same.
1560         * include/bits/ostream.tcc: Same.
1561         * include/bits/istream.tcc: Same.
1562         * include/bits/fstream.tcc: Same.
1563         * include/bits/basic_string.tcc: Same.
1564
1565 2003-02-13  Paolo Carlini  <pcarlini@unitus.it>
1566
1567         * include/bits/ostream.tcc (sentry::sentry): Improve
1568         performance-wise the fix for libstdc++/9563.
1569
1570 2003-02-12  Phil Edwards  <pme@gcc.gnu.org>
1571
1572         * config/cpu/generic/atomicity.h (_Atomic_add_mutex):  Fix declaration.
1573         (_GLIBCPP_NEED_GENERIC_MUTEX):  Define for this file.
1574         (_Atomic_add_mutex_once, __gthread_atomic_add_mutex_once):  Declare
1575         when we don't have static mutex initialization.
1576         (__exchange_and_add):  Use _Atomic_add_mutex_once.
1577         * src/misc-inst.cc:  Definitions of all the above.
1578
1579 2003-02-12  Paolo Carlini  <pcarlini@unitus.it>
1580
1581         PR libstdc++/9563
1582         * include/bits/ostream.tcc (sentry::sentry): Check
1583         the state of the stream after the preparation.
1584         * testsuite/27_io/ostream_sentry.cc (test02): Add.
1585
1586 2003-02-11  Benjamin Kosnik  <bkoz@redhat.com>
1587
1588         * include/Makefile.am (stamp-std-precompile): Add rule.
1589         * include/Makefile.in: Regenerated.
1590
1591 2003-02-11 Jerry Quinn  <jlquinn@optonline.net>
1592            Benjamin Kosnik  <benjamin@redhat.com>
1593
1594         * include/bits/locale_facets.h (__num_base): Add _S_atoms_out.
1595         Add indexes into this array.
1596         (__num_base::_S_atoms): To _S_atoms_in.
1597         (num_put::_M_insert): Rename to _M_pad.
1598         (num_put::_M_convert_int): Adjust remove __mod, __modl arguments.
1599         (num_put::_M_widen_int): Rename to _M_group_int.
1600         (num_put::_M_widen_float): Rename to _M_group_float.
1601         * include/bits/locale_facets.tcc (__int_to_char): New inline
1602         function and adapter functions.
1603         (num_put::_M_group_int): Streamline.
1604         (num_put::_M_group_float): Streamline.
1605         (num_put::_M_convert_int): Remove unused parameter names. Choose
1606         large enough buffer for text.  Use __int_to_char instead of
1607         __convert_from_v.  Formatted text is now at the end of the buffer.
1608         (num_put::_M_convert_float): Preliminary fixups.
1609         * src/locale-inst.cc (__convert_from_v<long long>): Add ifdef.
1610         (__int_to_char<unsigned long long>): Same.
1611         (__int_to_char<char, unsigned long>): New.
1612         (__int_to_char<char, unsigned long long>): New.
1613         (__int_to_char<wchar_t, unsigned long>): New.
1614         (__int_to_char<wchar_t, unsigned long long>): New.
1615
1616 2003-02-11  Scott Snyder  <snyder@fnal.gov>
1617
1618         PR libstdc++/9659
1619         * include/bits/fstream.tcc (seekoff): Avoid operator+
1620         for pos_type.
1621
1622 2003-02-11  Paolo Carlini  <pcarlini@unitus.it>
1623
1624         PR libstdc++/9320
1625         * include/ext/stdio_filebuf.h
1626         (stdio_filebuf(int, std::ios_base::openmode, bool, int_type),
1627         stdio_filebuf(std::__c_file*, std::ios_base::openmode, int_type)):
1628         Change to take a __size parameter of type size_t, not
1629         of type (template parameter dependent) int_type.
1630         * src/ios.cc (ios_base::Init::_S_ios_create): Change type of
1631         size vars to size_t.
1632         * testsuite/ext/stdio_filebuf.cc: Add.
1633
1634 2003-02-11  Paolo Carlini  <pcarlini@unitus.it>
1635             Petur Runolfsson  <peturr02@ru.is>
1636
1637         PR libstdc++/9318
1638         * include/bits/streambuf.tcc (__copy_streambufs):
1639         Don't conditionalize the copy to __testput.
1640         * testsuite/27_io/streambuf_members.cc (test09, test10): Add.
1641
1642 2002-02-11  DJ Delorie  <dj@redhat.com>
1643
1644         * acinclude.m4: Check for native targets that can't link at
1645         this point in the build.
1646         * aclocal.m4: Regenerate.
1647         * configure: Regenerate.
1648
1649 2003-02-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1650
1651         * hppa/atomicity.h (__Atomicity_lock<__inst>::_S_atomicity_lock):
1652         Correct alignment.
1653         (__exchange_and_add, __atomic_add): Use PA 2.0 ordered store to reset
1654         lock.
1655
1656 2003-02-07  Paolo Carlini  <pcarlini@unitus.it>
1657
1658         * testsuite/27_io/filebuf_virtuals.cc (test08): Fix for
1659         unsigned char platforms.
1660
1661 2003-02-06  Paolo Carlini  <pcarlini@unitus.it>
1662
1663         PR libstdc++/9562
1664         * include/std/std_istream.h
1665         (basic_istream::sentry::operator bool()): Make const.
1666         * include/std/std_ostream.h
1667         (basic_ostream::sentry::operator bool()): Likewise.
1668         * testsuite/27_io/istream_sentry.cc (test03): Add.
1669         * testsuite/27_io/ostream_sentry.cc: Add.
1670
1671 2003-02-06  Paolo Carlini  <pcarlini@unitus.it>
1672
1673         PR libstdc++/9548
1674         Implement resolution of DR 231 (Ready)
1675         * include/bits/locale_facets.h (__num_base::_S_format_float):
1676         Change declaration: return void, remove __prec parameter.
1677         * src/locale.cc (__num_base::_S_format_float): Implement
1678         resolution of DR 231.
1679         * include/bits/locale_facets.tcc (num_put::_M_convert_float):
1680         Tweak uses. Check for negative precision.
1681         * testsuite/22_locale/num_put/put/char/6.cc: Add
1682         * testsuite/22_locale/num_put/put/wchar_t/6.cc: Likewise.
1683
1684 2003-02-06  Peter Soetens  <peter.soetens@mech.kuleuven.ac.be>
1685
1686         * config/io/basic_file_libio.h: Fixups.
1687         * config/io/c_io_libio.h: Same.
1688         * libio/Makefile.am: Same.
1689         * libio/Makefile.in: Regenerated.
1690
1691 2003-02-06  Benjamin Kosnik  <bkoz@redhat.com>
1692
1693         * testsuite/22_locale/codecvt/encoding/wchar_t/1.cc (test01):
1694         Explicitly use the "C" locale.
1695         * testsuite/22_locale/codecvt/max_length/wchar_t/1.cc (test01): Same.
1696
1697 2003-02-06  Petur Runolfsson  <peturr02@ru.is>
1698
1699         DR 75
1700         DR 305
1701         PR libstdc++/9028 (partial)
1702         PR libstdc++/9224
1703         PR libstdc++/9246
1704         PR libstdc++/9247
1705
1706         * src/codecvt.cc
1707         (codecvt<wchar_t, char, mbstate_t>::do_encoding,
1708         codecvt<wchar_t, char, mbstate_t>::do_length,
1709         codecvt<wchar_t, char, mbstate_t>::do_max_length):
1710         Move...
1711         * config/locale/generic/codecvt_members.cc:  ...here.
1712         * config/locale/gnu/codecvt_members.cc:  ...and here.
1713
1714         * config/locale/generic/codecvt_members.cc,
1715         * config/locale/gnu/codecvt_members.cc
1716         (codecvt<wchar_t, char, mbstate_t>::do_encoding
1717         codecvt<wchar_t, char, mbstate_t>::do_in,
1718         codecvt<wchar_t, char, mbstate_t>::do_length,
1719         codecvt<wchar_t, char, mbstate_t>::do_max_length,
1720         codecvt<wchar_t, char, mbstate_t>::do_out):
1721         New implementation that handles stateless encodings,
1722         including UTF-8.
1723
1724         * config/locale/generic/codecvt_members.cc,
1725         * config/locale/gnu/codecvt_members.cc,
1726         * config/locale/ieee_1003.1-2001/codecvt_specializations.h,
1727         * include/bits/codecvt.h,
1728         * src/codecvt.cc
1729         (codecvt::length, codecvt::do_length):
1730         Change type of first argument of length and do_length from
1731         'const state_type&' to 'state_type&' according to DR 75.
1732
1733         * testsuite/22_locale/codecvt/always_noconv/wchar_t/1.cc:  Cleanup.
1734         * testsuite/22_locale/codecvt/always_noconv/wchar_t/2.cc:  New test.
1735         * testsuite/22_locale/codecvt/always_noconv/wchar_t/3.cc:  New test.
1736         * testsuite/22_locale/codecvt/always_noconv/wchar_t/4.cc:  New test.
1737         * testsuite/22_locale/codecvt/encoding/wchar_t/1.cc:
1738         Cleanup and check for correct return value from encoding
1739         for "C" locale.
1740         * testsuite/22_locale/codecvt/encoding/wchar_t/2.cc:  New test.
1741         * testsuite/22_locale/codecvt/encoding/wchar_t/3.cc:  New test.
1742         * testsuite/22_locale/codecvt/encoding/wchar_t/4.cc:  New test.
1743         * testsuite/22_locale/codecvt/in/wchar_t/1.cc:  Cleanup.
1744         * testsuite/22_locale/codecvt/in/wchar_t/2.cc:  New test.
1745         * testsuite/22_locale/codecvt/in/wchar_t/3.cc:  New test.
1746         * testsuite/22_locale/codecvt/in/wchar_t/4.cc:  New test.
1747         * testsuite/22_locale/codecvt/in/wchar_t/5.cc:  New test.
1748         * testsuite/22_locale/codecvt/in/wchar_t/6.cc:  New test.
1749         * testsuite/22_locale/codecvt/in/wchar_t/7.cc:  New test.
1750         * testsuite/22_locale/codecvt/in/wchar_t/8.cc:  New test.
1751         * testsuite/22_locale/codecvt/in/wchar_t/9.cc:  New test.
1752         * testsuite/22_locale/codecvt/length/char/1.cc:  Cleanup.
1753         * testsuite/22_locale/codecvt/length/char/2.cc:  New test.
1754         * testsuite/22_locale/codecvt/length/wchar_t/1.cc:  Cleanup.
1755         * testsuite/22_locale/codecvt/length/wchar_t/2.cc:  New test.
1756         * testsuite/22_locale/codecvt/length/wchar_t/3.cc:  New test.
1757         * testsuite/22_locale/codecvt/length/wchar_t/4.cc:  New test.
1758         * testsuite/22_locale/codecvt/length/wchar_t/5.cc:  New test.
1759         * testsuite/22_locale/codecvt/length/wchar_t/6.cc:  New test.
1760         * testsuite/22_locale/codecvt/length/wchar_t/7.cc:  New test.
1761         * testsuite/22_locale/codecvt/max_length/wchar_t/1.cc:  Cleanup.
1762         * testsuite/22_locale/codecvt/max_length/wchar_t/2.cc:  New test.
1763         * testsuite/22_locale/codecvt/max_length/wchar_t/3.cc:  New test.
1764         * testsuite/22_locale/codecvt/max_length/wchar_t/4.cc:  New test.
1765         * testsuite/22_locale/codecvt/out/wchar_t/1.cc:  Cleanup.
1766         * testsuite/22_locale/codecvt/out/wchar_t/2.cc:  New test.
1767         * testsuite/22_locale/codecvt/out/wchar_t/3.cc:  New test.
1768         * testsuite/22_locale/codecvt/out/wchar_t/4.cc:  New test.
1769         * testsuite/22_locale/codecvt/out/wchar_t/5.cc:  New test.
1770         * testsuite/22_locale/codecvt/out/wchar_t/6.cc:  New test.
1771         * testsuite/22_locale/codecvt/out/wchar_t/7.cc:  New test.
1772         * testsuite/22_locale/codecvt/unicode/1.cc:  New test.
1773         * testsuite/22_locale/codecvt/unshift/wchar_t/1.cc:  Cleanup.
1774         * testsuite/22_locale/codecvt/unshift/wchar_t/2.cc:  New test.
1775         * testsuite/22_locale/codecvt/unshift/wchar_t/3.cc:  New test.
1776         * testsuite/22_locale/codecvt/unshfit/wchar_t/4.cc:  New test.
1777
1778 2003-02-05  Benjamin Kosnik  <bkoz@redhat.com>
1779
1780         * include/bits/locale_facets.tcc (time_put::do_put): Use __write.
1781         (money_put::do_put): Same.
1782
1783 2003-02-05  Jerry Quinn  <jlquinn@optonline.net>
1784
1785         * include/bits/ios_base.h (ios_base): Document reserved storage.
1786
1787         * include/bits/locale_facets.h: (struct __pad): Comment on
1788         implementation.
1789         (__verify_grouping): Same.
1790         (__add_grouping): Same.
1791         * include/bits/locale_facets.tcc (__verify_grouping): Move
1792         comments to declaration.
1793         (__add_grouping): Same.
1794
1795         * include/bits/locale_facets.tcc:
1796         (__write<_CharT, _OutIter>): New function.
1797         (__write<_CharT>): New function specialization.
1798         (num_put::_M_insert): Remove explicit loop over iterator.  Use
1799         __write.
1800         (num_put::_M_widen_float): Remove __basefield.
1801         (num_put::_M_widen_int): Move __basefield to within grouping block.
1802
1803         * include/bits/streambuf_iterator.h: Include <streambuf>.
1804         (ostreambuf_iterator::_M_put): Add.
1805
1806 2003-02-05  Paolo Carlini  <pcarlini@unitus.it>
1807
1808         * testsuite/26_numerics/valarray_name_lookup.cc: Fix typo.
1809
1810 2003-02-04  Nathan Myers  <ncm@cantrip.org>
1811
1812         * testsuite/25_algorithms/min_max.cc (test02): Add.
1813
1814 2003-02-04  Paolo Carlini  <pcarlini@unitus.it>
1815
1816         PR libstdc++/9439, PR libstdc++/9425
1817         * config/io/basic_file_stdio.cc
1818         (__basic_file<char>::seekoff, seekpos): Return -1L if
1819         fseek fails.
1820         * include/bits/fstream.tcc (basic_filebuf::seekoff):
1821         Check _M_file.seekoff return value; always return
1822         pos_type(off_type(-1)) in case of failure.
1823         (basic_filebuf::pbackfail): Check this->seekoff return
1824         value and return traits_type::eof() in case of failure.
1825         * testsuite/27_io/filebuf_virtuals.cc (test09): Add.
1826
1827 2003-02-04  Jerry Quinn  <jlquinn@optonline.net>
1828
1829         * include/std/std_ostream.h (ostream::_M_write): Declare.
1830         * ostream.tcc (ostream::_M_write): Define.
1831         (basic_ostream::write): Use it.
1832         (operator<<(basic_ostream, _CharT)): Ditto.
1833         (operator<<(basic_ostream, char)): Ditto.
1834         (operator<<(basic_ostream, _CharT*)): Ditto.
1835         (operator<<(basic_ostream, char*)): Ditto.
1836         (operator<<(basic_ostream, basic_string)): Ditto.
1837
1838 2003-02-04  Benjamin Kosnik  <bkoz@redhat.com>
1839
1840         * testsuite/26_numerics/valarray_name_lookup.cc: Fix.
1841
1842 2002-02-04  Jonathan Wakely  <redi@gcc.gnu.org>
1843
1844         * docs/html/27_io/howto.html: Link to Dietmar Kuehl's IOStream page,
1845         add HTML comment about updating links if numbering changes.
1846
1847 2003-02-04  Paolo Carlini  <pcarlini@unitus.it>
1848
1849         PR libstdc++/9538
1850         * include/bits/streambuf.tcc (sputbackc): Access
1851         this->gptr()[-1] only if _M_in_beg < _M_in_cur.
1852         * testsuite/27_io/filebuf_virtuals.cc (test08): Add.
1853
1854 2003-02-04  Paolo Carlini  <pcarlini@unitus.it>
1855
1856         PR libstdc++/9507
1857         * include/bits/fstream.tcc (open): If the 'ate' repositioning
1858         operation fails, calls close _and_ returns a null pointer
1859         to indicate failure (27.8.1.3,4).
1860         * testsuite/27_io/filebuf_members.cc (test_06): Add.
1861
1862 2003-02-04  Petur Runolfsson  <peturr02@ru.is>
1863
1864         * testsuite/27_io/filebuf_members.cc (test_04): Remove exit(0).
1865
1866 2002-02-04  Jonathan Wakely  <redi@gcc.gnu.org>
1867
1868         * docs/html/27_io/howto.html: New section on stdio_filebuf.
1869         * docs/html/ext/howto.html: Move stdio_filebuf notes to 27_io.
1870         * docs/html/documentation.html: Regenerate.
1871
1872 2003-02-04  Joseph S. Myers  <jsm@polyomino.org.uk>
1873
1874         * docs/html/17_intro/porting.texi: Update to GFDL 1.2.
1875         * docs/html/17_intro/porting.html: Regenerate.
1876
1877 2003-02-03  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
1878             Phil Edwards  <pme@gcc.gnu.org>
1879
1880         * include/std/std_bitset.h:  Replace CHAR_BIT with __CHAR_BIT__, use
1881         numeric_limits for bits-per-word values.
1882         (_Base_bitset::_M_do_count, _Base_bitset<1>::_M_do_count):
1883         Use __builtin_popcountl instead.
1884         (_Base_bitset::_M_do_find_first, _Base_bitset::_M_do_find_next,
1885         _Base_bitset<1>::_M_do_find_first, _Base_bitset<1>::_M_do_find_next):
1886         Use __builtin_ctzl instead.
1887         (_S_bit_count, _S_first_one):  Remove.
1888         * config/linker-map.gnu (GLIBCPP_3.4):  Remove std::_S_bit_count.
1889         * src/Makefile.am (sources):  Remove bitset.cc.
1890         * src/bitset.cc:  Delete file.
1891         * src/Makefile.in:  Regenerate.
1892
1893 2003-02-03  Phil Edwards  <pme@gcc.gnu.org>
1894
1895         PR libstdc++/9527, PR libstdc++/8713
1896         * docs/html/install.html:  Mention glibc version requirement.
1897         * docs/html/faq/index.html (3.8):  New note, glibc 2.2.5+ is needed
1898         with 3.2.1+ (formatting bugfixes).
1899         * docs/html/faq/index.txt:  Regenerate.
1900
1901 2003-02-03  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1902
1903         PR libstdc++/9234
1904         * include/bits/valarray_before.h (_UnBase::operator[]): Apply unary
1905         operator.
1906
1907         * include/bits/valarray_before.h (__not_equal_to): Use != instead
1908         of ==.
1909
1910         * testsuite/26_numerics/valarray_operators.cc: New test.
1911
1912 2003-02-01  Phil Edwards  <pme@gcc.gnu.org>
1913
1914         * docs/html/faq/index.html:  Correct link to libg++ information.
1915         * docs/html/faq/index.txt:  Regenerated.
1916
1917 2003-02-01  Paolo Carlini  <pcarlini@unitus.it>
1918             Benjamin Kosnik  <bkoz@redhat.com>
1919
1920         Const correctness issue:
1921         http://gcc.gnu.org/ml/libstdc++/2003-01/msg00370.html
1922         * include/bits/locale_classes.h
1923         (locale::_Impl::_M_facets): Change type to const facet**.
1924         (locale::_Impl::_M_install_facet): Change declaration to
1925         take const facet*.
1926         (locale::facet::_M_references): Make mutable.
1927         (locale::facet::_M_add_reference): Declare const.
1928         (locale::facet::_M_remove_reference): Likewise.
1929         * include/bits/locale_facets.tcc
1930         (use_facet(const locale&)): Tweak for const facet** _M_facets.
1931         (has_facet(const locale&)): Likewise.
1932         * src/locale.cc
1933         (locale::facet::_M_add_reference): Adjust definition.
1934         (locale::facet::_M_remove_reference): Likewise.
1935         * src/localename.cc
1936         (locale::_Impl::_Impl(const _Impl&, size_t)): Tweak for
1937         const facet** _M_facets.
1938         (locale::_Impl::_Impl(const char*, size_t)): Likewise.
1939         (locale::_Impl::_Impl(facet**, size_t, bool)): Likewise.
1940         (locale::_Impl::_M_install_facet): Adjust definition to take
1941         const facet* and for const facet** _M_facets.
1942         * testsuite/22_locale/locale/cons/8.cc: Add.
1943
1944 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
1945
1946         * include/std/std_limits.h (numeric_limits<float>::has_infinity):
1947         Use __FLT_HAS_INIFINITY__ to initialize.
1948         (numeric_limits<float>::has_quiet_NaN): Likewise.
1949         (numeric_limits<double>::has_infinity): Use __DBL_HAS_INIFINITY__
1950         to initialize.
1951         (numeric_limits<double>::has_quiet_NaN): Likewise.
1952         (numeric_limits<long double>::has_infinity): Use
1953         __LDBL_HAS_INIFINITY__ to initialize.
1954         (numeric_limits<long_double>::has_quiet_NaN): Likewise.
1955
1956 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
1957
1958         PR c++/9433
1959         * libsupc++/tinfo.cc (__vmi_class_type_info::__do_dyncast): Cope
1960         with bases which are very ambiguous.
1961
1962 2003-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
1963
1964         * src/Makefile.am (CONFIG_CXXFLAGS): Reverse order of
1965         @EXTRA_CXX_FLAGS@ @SECTION_FLAGS@.
1966         * libsupc++/Makefile.am (CONFIG_CXXFLAGS): Likewise.
1967         * src/Makefile.in: Regenerate.
1968         * libsupc++/Makefile.in: Regenerate.
1969
1970 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
1971
1972         * acinclude.m4 (glibcpp_toolexeclibdir): Instead of
1973         $(MULTISUBDIR), use `$CC -print-multi-os-directory`, unless
1974         version_specific_libs is enabled.
1975         * aclocal.m4, configure: Rebuilt.
1976
1977 2003-01-24  Nathan Sidwell  <nathan@codesourcery.com>
1978
1979         * include/bits/valarray_meta.h: Remove, split into ...
1980         * include/bits/valarray_before.h: ... this, and ...
1981         * include/bits/valarray_after.h: ... this.
1982         * include/std/std_valarray.h: Adjust.
1983         * include/Makefile.am (bits_headers): Adjust.
1984         * include/Makefile.in: Regenerate.
1985
1986 2003-01-24  Andreas Schwab  <schwab@suse.de>
1987
1988         * config/linker-map.gnu: Fix for size_t variance.
1989
1990 2003-01-23  Petur Runolfsson  <peturr02@ru.is>
1991
1992         PR libstdc++/9322
1993         * include/std/std_streambuf.h
1994         (basic_streambuf::basic_streambuf,
1995         basic_streambuf::~basic_streambuf,
1996         basic_streambuf::getloc, basic_streambuf::imbue):
1997         Remove _M_buf_locale_init
1998         * include/bits/fstream.tcc (basic_filebuf::imbue):  Likewise
1999         * testsuite/27_io/filebuf_virtuals.cc (test08):  Add.
2000         * testsuite/27_io/streambuf_members.cc (test08):  Add.
2001         * testsuite/27_io/stringbuf_virtuals.cc (test08):  Add.
2002
2003 2003-01-23  Benjamin Kosnik  <bkoz@redhat.com>
2004
2005         Revert include ordering.
2006         * config/locale/generic/c_locale.h: Add include guards.
2007         * config/locale/gnu/c_locale.h: Same.
2008         * include/bits/locale_classes.h: Remove cctype include.
2009         * include/std/std_iosfwd.h: Add c++locale.h, cctype includes.
2010         * include/std/std_fstream.h: Remove streambuf include.
2011         * include/std/std_sstream.h: Remove streambuf include.
2012
2013 2003-01-23  Benjamin Kosnik  <bkoz@redhat.com>
2014
2015         * configure.in (libtool_VERSION): To 6:0:0.
2016         * configure: Regenerated.
2017         * config/linker-map.gnu: Clean.
2018
2019         * src/misc-inst.cc: Remove instantiations.
2020
2021         * include/bits/stl_alloc.h (__malloc_alloc_template):
2022         To __malloc_alloc.
2023         (__default_alloc_template): To __pool_alloc.
2024         * src/stl-inst.cc: Same.
2025         * include/backward/alloc.h: Update.
2026         * testsuite/ext/allocators.cc: Update.
2027
2028         * src/globals.cc (__gnu_cxx): Remove _GLIBCPP_ASM_SYMVER. Should
2029         really try to remove these if possible.
2030         * src/locale.cc (std): Same.
2031
2032         * testsuite/abi_check.cc (check_version): Add.
2033
2034 2003-01-22  Benjamin Kosnik  <bkoz@redhat.com>
2035             Sysoltsev Slawa  <Vyatcheslav.Sysoltsev@intel.com>
2036             Mark Mitchell  <mark@codesourcery.com>
2037
2038         PR libstdc++/9269
2039         * include/std/std_fstream.h (basic_filebuf::uflow): Declare.
2040         (basic_filebuf::underflow): Declare.
2041         Move definitions.
2042
2043 2003-01-22  Benjamin Kosnik  <bkoz@redhat.com>
2044
2045         * include/bits/locale_facets.h: Move non-facet classes requiring
2046         <string> to...
2047         * include/bits/locale_classes.h: New.
2048         * include/bits/Makefile.am (bits_headers_src): Add locale_classes.h.
2049         * include/bits/Makefile.in: Regenerate.
2050
2051         * include/bits/locale_facets.tcc (__convert_from_v): Move to...
2052         * config/locale/gnu/c_locale.h: ...here.
2053         * config/locale/generic/c_locale.h: Same.
2054
2055         * include/bits/locale_facets.tcc: Move declarations to...
2056         * include/bits/locale_facets.h: ...here.
2057         * include/bits/basic_ios.h: Tweak includes accordingly.
2058         * include/std/std_sstream.h: Add streambuf include.
2059         * include/std/std_fstream.h: Ditto.
2060         * include/std/std_locale.h: Add locale_classes.h include.
2061         * include/std/std_iosfwd.h: Tweak.
2062         * src/concept-inst.cc: Add iterator include.
2063
2064         * config/linker-map.gnu: Specify __cxa functions, mark __cxa_dyn_*
2065         bits as unexported in the future.
2066
2067 2003-01-21  Benjamin Kosnik  <bkoz@redhat.com>
2068
2069         Reshuffle 22_locale testsuite.
2070         * 22_locale/(codecvt.cc money_get.cc
2071         codecvt_members_char_char.cc money_get_members_char.cc
2072         codecvt_members_unicode_char.cc money_get_members_wchar_t.cc
2073         codecvt_members_unicode_wchar_t.cc moneypunct_byname.cc
2074         codecvt_members_wchar_t_char.cc moneypunct.cc collate_byname.cc
2075         moneypunct_members_char.cc collate.cc moneypunct_members_wchar_t.cc
2076         collate_members_char.cc money_put.cc collate_members_wchar_t.cc
2077         money_put_members_char.cc ctor_copy_dtor.cc
2078         money_put_members_wchar_t.cc ctype.cc num_get.cc ctype_is_char.cc
2079         num_get_members_char.cc ctype_is_wchar_t.cc num_get_members_wchar_t.cc
2080         ctype_members_char.cc numpunct_byname.cc ctype_members_wchar_t.cc
2081         numpunct.cc ctype_narrow_char.cc numpunct_members_char.cc
2082         ctype_narrow_wchar_t.cc numpunct_members_wchar_t.cc ctype_scan_char.cc
2083         num_put.cc ctype_scan_wchar_t.cc num_put_members_char.cc
2084         ctype_to_char.cc num_put_members_wchar_t.cc ctype_to_wchar_t.cc
2085         operators.cc ctype_widen_char.cc static_members.cc
2086         ctype_widen_wchar_t.cc time_get.cc facet.cc time_get_members_char.cc
2087         global_templates.cc time_get_members_wchar_t.cc, members.cc,
2088         time_put.cc, messages_byname.cc, time_put_members_char.cc,
2089         messages.cc, time_put_members_wchar_t.cc, messages_members_char.cc):
2090         Split up into individual test cases...
2091         * 22_locale/codecvt/1.cc: New.
2092         * 22_locale/codecvt/2.cc: New.
2093         * 22_locale/codecvt/always_noconv/char/1.cc: New.
2094         * 22_locale/codecvt/always_noconv/char/wrapped_env.cc: New.
2095         * 22_locale/codecvt/always_noconv/char/wrapped_locale.cc: New.
2096         * 22_locale/codecvt/always_noconv/wchar_t/1.cc: New.
2097         * 22_locale/codecvt/always_noconv/wchar_t/wrapped_env.cc: New.
2098         * 22_locale/codecvt/always_noconv/wchar_t/wrapped_locale.cc: New.
2099         * 22_locale/codecvt/encoding/char/1.cc: New.
2100         * 22_locale/codecvt/encoding/char/wrapped_env.cc: New.
2101         * 22_locale/codecvt/encoding/char/wrapped_locale.cc: New.
2102         * 22_locale/codecvt/encoding/wchar_t/1.cc: New.
2103         * 22_locale/codecvt/encoding/wchar_t/wrapped_env.cc: New.
2104         * 22_locale/codecvt/encoding/wchar_t/wrapped_locale.cc: New.
2105         * 22_locale/codecvt/in/char/1.cc: New.
2106         * 22_locale/codecvt/in/char/wrapped_env.cc: New.
2107         * 22_locale/codecvt/in/char/wrapped_locale.cc: New.
2108         * 22_locale/codecvt/in/wchar_t/1.cc: New.
2109         * 22_locale/codecvt/in/wchar_t/wrapped_env.cc: New.
2110         * 22_locale/codecvt/in/wchar_t/wrapped_locale.cc: New.
2111         * 22_locale/codecvt/length/char/1.cc: New.
2112         * 22_locale/codecvt/length/char/wrapped_env.cc: New.
2113         * 22_locale/codecvt/length/char/wrapped_locale.cc: New.
2114         * 22_locale/codecvt/length/wchar_t/1.cc: New.
2115         * 22_locale/codecvt/length/wchar_t/wrapped_env.cc: New.
2116         * 22_locale/codecvt/length/wchar_t/wrapped_locale.cc: New.
2117         * 22_locale/codecvt/max_length/char/1.cc: New.
2118         * 22_locale/codecvt/max_length/char/wrapped_env.cc: New.
2119         * 22_locale/codecvt/max_length/char/wrapped_locale.cc: New.
2120         * 22_locale/codecvt/max_length/wchar_t/1.cc: New.
2121         * 22_locale/codecvt/max_length/wchar_t/wrapped_env.cc: New.
2122         * 22_locale/codecvt/max_length/wchar_t/wrapped_locale.cc: New.
2123         * 22_locale/codecvt/out/char/1.cc: New.
2124         * 22_locale/codecvt/out/char/wrapped_env.cc: New.
2125         * 22_locale/codecvt/out/char/wrapped_locale.cc: New.
2126         * 22_locale/codecvt/out/wchar_t/1.cc: New.
2127         * 22_locale/codecvt/out/wchar_t/wrapped_env.cc: New.
2128         * 22_locale/codecvt/out/wchar_t/wrapped_locale.cc: New.
2129         * 22_locale/codecvt/unicode/char.cc: New.
2130         * 22_locale/codecvt/unicode/wchar_t.cc: New.
2131         * 22_locale/codecvt/unshift/char/1.cc: New.
2132         * 22_locale/codecvt/unshift/char/wrapped_env.cc: New.
2133         * 22_locale/codecvt/unshift/char/wrapped_locale.cc: New.
2134         * 22_locale/codecvt/unshift/wchar_t/1.cc: New.
2135         * 22_locale/codecvt/unshift/wchar_t/wrapped_env.cc: New.
2136         * 22_locale/codecvt/unshift/wchar_t/wrapped_locale.cc: New.
2137         * 22_locale/collate/1.cc: New.
2138         * 22_locale/collate/2.cc: New.
2139         * 22_locale/collate/compare/char/1.cc: New.
2140         * 22_locale/collate/compare/char/2.cc: New.
2141         * 22_locale/collate/compare/char/wrapped_env.cc: New.
2142         * 22_locale/collate/compare/char/wrapped_locale.cc: New.
2143         * 22_locale/collate/compare/wchar_t/1.cc: New.
2144         * 22_locale/collate/compare/wchar_t/2.cc: New.
2145         * 22_locale/collate/compare/wchar_t/wrapped_env.cc: New.
2146         * 22_locale/collate/compare/wchar_t/wrapped_locale.cc: New.
2147         * 22_locale/collate/hash/char/1.cc: New.
2148         * 22_locale/collate/hash/char/2.cc: New.
2149         * 22_locale/collate/hash/char/wrapped_env.cc: New.
2150         * 22_locale/collate/hash/char/wrapped_locale.cc: New.
2151         * 22_locale/collate/hash/wchar_t/1.cc: New.
2152         * 22_locale/collate/hash/wchar_t/2.cc: New.
2153         * 22_locale/collate/hash/wchar_t/wrapped_env.cc: New.
2154         * 22_locale/collate/hash/wchar_t/wrapped_locale.cc: New.
2155         * 22_locale/collate/transform/char/2.cc: New.
2156         * 22_locale/collate/transform/char/wrapped_env.cc: New.
2157         * 22_locale/collate/transform/char/wrapped_locale.cc: New.
2158         * 22_locale/collate/transform/wchar_t/2.cc: New.
2159         * 22_locale/collate/transform/wchar_t/wrapped_env.cc: New.
2160         * 22_locale/collate/transform/wchar_t/wrapped_locale.cc: New.
2161         * 22_locale/collate_byname/1.cc: New.
2162         * 22_locale/ctype/1.cc: New.
2163         * 22_locale/ctype/2.cc: New.
2164         * 22_locale/ctype/cons/char/1.cc: New.
2165         * 22_locale/ctype/cons/char/wrapped_env.cc: New.
2166         * 22_locale/ctype/cons/char/wrapped_locale.cc: New.
2167         * 22_locale/ctype/is/char/1.cc: New.
2168         * 22_locale/ctype/is/char/2.cc: New.
2169         * 22_locale/ctype/is/char/3.cc: New.
2170         * 22_locale/ctype/is/char/wrapped_env.cc: New.
2171         * 22_locale/ctype/is/char/wrapped_locale.cc: New.
2172         * 22_locale/ctype/is/wchar_t/1.cc: New.
2173         * 22_locale/ctype/is/wchar_t/2.cc: New.
2174         * 22_locale/ctype/is/wchar_t/wrapped_env.cc: New.
2175         * 22_locale/ctype/is/wchar_t/wrapped_locale.cc: New.
2176         * 22_locale/ctype/narrow/char/1.cc: New.
2177         * 22_locale/ctype/narrow/char/2.cc: New.
2178         * 22_locale/ctype/narrow/char/wrapped_env.cc: New.
2179         * 22_locale/ctype/narrow/char/wrapped_locale.cc: New.
2180         * 22_locale/ctype/narrow/wchar_t/1.cc: New.
2181         * 22_locale/ctype/narrow/wchar_t/2.cc: New.
2182         * 22_locale/ctype/narrow/wchar_t/wrapped_env.cc: New.
2183         * 22_locale/ctype/narrow/wchar_t/wrapped_locale.cc: New.
2184         * 22_locale/ctype/scan/char/1.cc: New.
2185         * 22_locale/ctype/scan/char/wrapped_env.cc: New.
2186         * 22_locale/ctype/scan/char/wrapped_locale.cc: New.
2187         * 22_locale/ctype/scan/wchar_t/1.cc: New.
2188         * 22_locale/ctype/scan/wchar_t/wrapped_env.cc: New.
2189         * 22_locale/ctype/scan/wchar_t/wrapped_locale.cc: New.
2190         * 22_locale/ctype/to/char/1.cc: New.
2191         * 22_locale/ctype/to/char/wrapped_env.cc: New.
2192         * 22_locale/ctype/to/char/wrapped_locale.cc: New.
2193         * 22_locale/ctype/to/wchar_t/1.cc: New.
2194         * 22_locale/ctype/to/wchar_t/wrapped_env.cc: New.
2195         * 22_locale/ctype/to/wchar_t/wrapped_locale.cc: New.
2196         * 22_locale/ctype/widen/char/1.cc: New.
2197         * 22_locale/ctype/widen/char/wrapped_env.cc: New.
2198         * 22_locale/ctype/widen/char/wrapped_locale.cc: New.
2199         * 22_locale/ctype/widen/wchar_t/1.cc: New.
2200         * 22_locale/ctype/widen/wchar_t/wrapped_env.cc: New.
2201         * 22_locale/ctype/widen/wchar_t/wrapped_locale.cc: New.
2202         * 22_locale/facet/1.cc: New.
2203         * 22_locale/facet/2.cc: New.
2204         * 22_locale/global_templates/1.cc: New.
2205         * 22_locale/locale/cons/1.cc: New.
2206         * 22_locale/locale/cons/2.cc: New.
2207         * 22_locale/locale/cons/3.cc: New.
2208         * 22_locale/locale/cons/4.cc: New.
2209         * 22_locale/locale/cons/5.cc: New.
2210         * 22_locale/locale/cons/6.cc: New.
2211         * 22_locale/locale/cons/7.cc: New.
2212         * 22_locale/locale/global_locale_objects/1.cc: New.
2213         * 22_locale/locale/global_locale_objects/2.cc: New.
2214         * 22_locale/locale/global_locale_objects/3.cc: New.
2215         * 22_locale/locale/operations/1.cc: New.
2216         * 22_locale/locale/operations/2.cc: New.
2217         * 22_locale/messages/1.cc: New.
2218         * 22_locale/messages/2.cc: New.
2219         * 22_locale/messages/members/char/1.cc: New.
2220         * 22_locale/messages/members/char/2.cc: New.
2221         * 22_locale/messages/members/char/3.cc: New.
2222         * 22_locale/messages/members/char/wrapped_env.cc: New.
2223         * 22_locale/messages/members/char/wrapped_locale.cc: New.
2224         * 22_locale/messages_byname/1.cc: New.
2225         * 22_locale/money_get/1.cc: New.
2226         * 22_locale/money_get/2.cc: New.
2227         * 22_locale/money_get/get/char/1.cc: New.
2228         * 22_locale/money_get/get/char/2.cc: New.
2229         * 22_locale/money_get/get/char/3.cc: New.
2230         * 22_locale/money_get/get/char/4.cc: New.
2231         * 22_locale/money_get/get/char/5.cc: New.
2232         * 22_locale/money_get/get/char/6.cc: New.
2233         * 22_locale/money_get/get/char/7.cc: New.
2234         * 22_locale/money_get/get/char/8.cc: New.
2235         * 22_locale/money_get/get/char/wrapped_env.cc: New.
2236         * 22_locale/money_get/get/char/wrapped_locale.cc: New.
2237         * 22_locale/money_get/get/wchar_t/1.cc: New.
2238         * 22_locale/money_get/get/wchar_t/2.cc: New.
2239         * 22_locale/money_get/get/wchar_t/3.cc: New.
2240         * 22_locale/money_get/get/wchar_t/4.cc: New.
2241         * 22_locale/money_get/get/wchar_t/5.cc: New.
2242         * 22_locale/money_get/get/wchar_t/6.cc: New.
2243         * 22_locale/money_get/get/wchar_t/7.cc: New.
2244         * 22_locale/money_get/get/wchar_t/8.cc: New.
2245         * 22_locale/money_get/get/wchar_t/wrapped_env.cc: New.
2246         * 22_locale/money_get/get/wchar_t/wrapped_locale.cc: New.
2247         * 22_locale/money_put/1.cc: New.
2248         * 22_locale/money_put/2.cc: New.
2249         * 22_locale/money_put/put/char/1.cc: New.
2250         * 22_locale/money_put/put/char/2.cc: New.
2251         * 22_locale/money_put/put/char/3.cc: New.
2252         * 22_locale/money_put/put/char/4.cc: New.
2253         * 22_locale/money_put/put/char/5.cc: New.
2254         * 22_locale/money_put/put/char/6.cc: New.
2255         * 22_locale/money_put/put/char/wrapped_env.cc: New.
2256         * 22_locale/money_put/put/char/wrapped_locale.cc: New.
2257         * 22_locale/money_put/put/wchar_t/1.cc: New.
2258         * 22_locale/money_put/put/wchar_t/2.cc: New.
2259         * 22_locale/money_put/put/wchar_t/3.cc: New.
2260         * 22_locale/money_put/put/wchar_t/4.cc: New.
2261         * 22_locale/money_put/put/wchar_t/5.cc: New.
2262         * 22_locale/money_put/put/wchar_t/6.cc: New.
2263         * 22_locale/money_put/put/wchar_t/wrapped_env.cc: New.
2264         * 22_locale/money_put/put/wchar_t/wrapped_locale.cc: New.
2265         * 22_locale/moneypunct/1.cc: New.
2266         * 22_locale/moneypunct/2.cc: New.
2267         * 22_locale/moneypunct/3.cc: New.
2268         * 22_locale/moneypunct/members/char/1.cc: New.
2269         * 22_locale/moneypunct/members/char/2.cc: New.
2270         * 22_locale/moneypunct/members/char/wrapped_env.cc: New.
2271         * 22_locale/moneypunct/members/char/wrapped_locale.cc: New.
2272         * 22_locale/moneypunct/members/wchar_t/1.cc: New.
2273         * 22_locale/moneypunct/members/wchar_t/2.cc: New.
2274         * 22_locale/moneypunct/members/wchar_t/wrapped_env.cc: New.
2275         * 22_locale/moneypunct/members/wchar_t/wrapped_locale.cc: New.
2276         * 22_locale/moneypunct_byname/1.cc: New.
2277         * 22_locale/num_get/1.cc: New.
2278         * 22_locale/num_get/2.cc: New.
2279         * 22_locale/num_get/get/char/1.cc: New.
2280         * 22_locale/num_get/get/char/2.cc: New.
2281         * 22_locale/num_get/get/char/3.cc: New.
2282         * 22_locale/num_get/get/char/4.cc: New.
2283         * 22_locale/num_get/get/char/5.cc: New.
2284         * 22_locale/num_get/get/char/6.cc: New.
2285         * 22_locale/num_get/get/char/wrapped_env.cc: New.
2286         * 22_locale/num_get/get/char/wrapped_locale.cc: New.
2287         * 22_locale/num_get/get/wchar_t/1.cc: New.
2288         * 22_locale/num_get/get/wchar_t/2.cc: New.
2289         * 22_locale/num_get/get/wchar_t/3.cc: New.
2290         * 22_locale/num_get/get/wchar_t/4.cc: New.
2291         * 22_locale/num_get/get/wchar_t/5.cc: New.
2292         * 22_locale/num_get/get/wchar_t/6.cc: New.
2293         * 22_locale/num_get/get/wchar_t/wrapped_env.cc: New.
2294         * 22_locale/num_get/get/wchar_t/wrapped_locale.cc: New.
2295         * 22_locale/num_put/1.cc: New.
2296         * 22_locale/num_put/2.cc: New.
2297         * 22_locale/num_put/put/char/1.cc: New.
2298         * 22_locale/num_put/put/char/2.cc: New.
2299         * 22_locale/num_put/put/char/3.cc: New.
2300         * 22_locale/num_put/put/char/4.cc: New.
2301         * 22_locale/num_put/put/char/5.cc: New.
2302         * 22_locale/num_put/put/char/wrapped_env.cc: New.
2303         * 22_locale/num_put/put/char/wrapped_locale.cc: New.
2304         * 22_locale/num_put/put/wchar_t/1.cc: New.
2305         * 22_locale/num_put/put/wchar_t/2.cc: New.
2306         * 22_locale/num_put/put/wchar_t/3.cc: New.
2307         * 22_locale/num_put/put/wchar_t/4.cc: New.
2308         * 22_locale/num_put/put/wchar_t/5.cc: New.
2309         * 22_locale/num_put/put/wchar_t/wrapped_env.cc: New.
2310         * 22_locale/num_put/put/wchar_t/wrapped_locale.cc: New.
2311         * 22_locale/numpunct/1.cc: New.
2312         * 22_locale/numpunct/2.cc: New.
2313         * 22_locale/numpunct/members/char/1.cc: New.
2314         * 22_locale/numpunct/members/char/2.cc: New.
2315         * 22_locale/numpunct/members/char/wrapped_env.cc: New.
2316         * 22_locale/numpunct/members/char/wrapped_locale.cc: New.
2317         * 22_locale/numpunct/members/wchar_t/1.cc: New.
2318         * 22_locale/numpunct/members/wchar_t/2.cc: New.
2319         * 22_locale/numpunct/members/wchar_t/wrapped_env.cc: New.
2320         * 22_locale/numpunct/members/wchar_t/wrapped_locale.cc: New.
2321         * 22_locale/numpunct_byname/1.cc: New.
2322         * 22_locale/numpunct_byname/2.cc: New.
2323         * 22_locale/time_get/1.cc: New.
2324         * 22_locale/time_get/2.cc: New.
2325         * 22_locale/time_get/date_order/char/1.cc: New.
2326         * 22_locale/time_get/date_order/char/wrapped_env.cc: New.
2327         * 22_locale/time_get/date_order/char/wrapped_locale.cc: New.
2328         * 22_locale/time_get/date_order/wchar_t/1.cc: New.
2329         * 22_locale/time_get/date_order/wchar_t/wrapped_env.cc: New.
2330         * 22_locale/time_get/date_order/wchar_t/wrapped_locale.cc: New.
2331         * 22_locale/time_get/get_date/char/1.cc: New.
2332         * 22_locale/time_get/get_date/char/2.cc: New.
2333         * 22_locale/time_get/get_date/char/3.cc: New.
2334         * 22_locale/time_get/get_date/char/wrapped_env.cc: New.
2335         * 22_locale/time_get/get_date/char/wrapped_locale.cc: New.
2336         * 22_locale/time_get/get_date/wchar_t/1.cc: New.
2337         * 22_locale/time_get/get_date/wchar_t/2.cc: New.
2338         * 22_locale/time_get/get_date/wchar_t/3.cc: New.
2339         * 22_locale/time_get/get_date/wchar_t/wrapped_env.cc: New.
2340         * 22_locale/time_get/get_date/wchar_t/wrapped_locale.cc: New.
2341         * 22_locale/time_get/get_monthname/char/1.cc: New.
2342         * 22_locale/time_get/get_monthname/char/2.cc: New.
2343         * 22_locale/time_get/get_monthname/char/3.cc: New.
2344         * 22_locale/time_get/get_monthname/char/wrapped_env.cc: New.
2345         * 22_locale/time_get/get_monthname/char/wrapped_locale.cc: New.
2346         * 22_locale/time_get/get_monthname/wchar_t/1.cc: New.
2347         * 22_locale/time_get/get_monthname/wchar_t/2.cc: New.
2348         * 22_locale/time_get/get_monthname/wchar_t/3.cc: New.
2349         * 22_locale/time_get/get_monthname/wchar_t/wrapped_env.cc: New.
2350         * 22_locale/time_get/get_monthname/wchar_t/wrapped_locale.cc: New.
2351         * 22_locale/time_get/get_time/char/1.cc: New.
2352         * 22_locale/time_get/get_time/char/2.cc: New.
2353         * 22_locale/time_get/get_time/char/3.cc: New.
2354         * 22_locale/time_get/get_time/char/wrapped_env.cc: New.
2355         * 22_locale/time_get/get_time/char/wrapped_locale.cc: New.
2356         * 22_locale/time_get/get_time/wchar_t/1.cc: New.
2357         * 22_locale/time_get/get_time/wchar_t/2.cc: New.
2358         * 22_locale/time_get/get_time/wchar_t/3.cc: New.
2359         * 22_locale/time_get/get_time/wchar_t/wrapped_env.cc: New.
2360         * 22_locale/time_get/get_time/wchar_t/wrapped_locale.cc: New.
2361         * 22_locale/time_get/get_weekday/char/1.cc: New.
2362         * 22_locale/time_get/get_weekday/char/2.cc: New.
2363         * 22_locale/time_get/get_weekday/char/3.cc: New.
2364         * 22_locale/time_get/get_weekday/char/wrapped_env.cc: New.
2365         * 22_locale/time_get/get_weekday/char/wrapped_locale.cc: New.
2366         * 22_locale/time_get/get_weekday/wchar_t/1.cc: New.
2367         * 22_locale/time_get/get_weekday/wchar_t/2.cc: New.
2368         * 22_locale/time_get/get_weekday/wchar_t/3.cc: New.
2369         * 22_locale/time_get/get_weekday/wchar_t/wrapped_env.cc: New.
2370         * 22_locale/time_get/get_weekday/wchar_t/wrapped_locale.cc: New.
2371         * 22_locale/time_get/get_year/char/1.cc: New.
2372         * 22_locale/time_get/get_year/char/3.cc: New.
2373         * 22_locale/time_get/get_year/char/wrapped_env.cc: New.
2374         * 22_locale/time_get/get_year/char/wrapped_locale.cc: New.
2375         * 22_locale/time_get/get_year/wchar_t/1.cc: New.
2376         * 22_locale/time_get/get_year/wchar_t/3.cc: New.
2377         * 22_locale/time_get/get_year/wchar_t/wrapped_env.cc: New.
2378         * 22_locale/time_get/get_year/wchar_t/wrapped_locale.cc: New.
2379         * 22_locale/time_put/1.cc: New.
2380         * 22_locale/time_put/2.cc: New.
2381         * 22_locale/time_put/put/char/1.cc: New.
2382         * 22_locale/time_put/put/char/10.cc: New.
2383         * 22_locale/time_put/put/char/2.cc: New.
2384         * 22_locale/time_put/put/char/3.cc: New.
2385         * 22_locale/time_put/put/char/4.cc: New.
2386         * 22_locale/time_put/put/char/5.cc: New.
2387         * 22_locale/time_put/put/char/6.cc: New.
2388         * 22_locale/time_put/put/char/7.cc: New.
2389         * 22_locale/time_put/put/char/8.cc: New.
2390         * 22_locale/time_put/put/char/9.cc: New.
2391         * 22_locale/time_put/put/char/wrapped_env.cc: New.
2392         * 22_locale/time_put/put/char/wrapped_locale.cc: New.
2393         * 22_locale/time_put/put/wchar_t/1.cc: New.
2394         * 22_locale/time_put/put/wchar_t/10.cc: New.
2395         * 22_locale/time_put/put/wchar_t/2.cc: New.
2396         * 22_locale/time_put/put/wchar_t/3.cc: New.
2397         * 22_locale/time_put/put/wchar_t/4.cc: New.
2398         * 22_locale/time_put/put/wchar_t/5.cc: New.
2399         * 22_locale/time_put/put/wchar_t/6.cc: New.
2400         * 22_locale/time_put/put/wchar_t/7.cc: New.
2401         * 22_locale/time_put/put/wchar_t/8.cc: New.
2402         * 22_locale/time_put/put/wchar_t/9.cc: New.
2403         * 22_locale/time_put/put/wchar_t/wrapped_env.cc: New.
2404         * 22_locale/time_put/put/wchar_t/wrapped_locale.cc: New.
2405
2406 2003-01-16  Jeffrey D. Oldham  <oldham@codesourcery.com>
2407
2408         * config/locale/generic/messages_members.h
2409         (messages_byname<_CharT>::messages_byname): Use this-> to refer to
2410         unqualified members of base clasess.
2411
2412 2003-01-16  Mark Mitchell  <mark@codesourcery.com>
2413             Jeffrey Oldham <oldham@codesourcery.com>
2414
2415         * config/locale/gnu/messages_members.h: Use this-> to refer to
2416         unqualified members of base clasess.
2417         * config/locale/ieee_1003.1-2001/codecvt_specializations.h: Likewise.
2418         * include/bits/codecvt.h: Likewise.
2419         * include/bits/deque.tcc: Likewise.
2420         * include/bits/fstream.tcc: Likewise.
2421         * include/bits/istream.tcc: Likewise.
2422         * include/bits/list.tcc: Likewise.
2423         * include/bits/locale_facets.h: Likewise.
2424         * include/bits/ostream.tcc: Likewise.
2425         * include/bits/sstream.tcc: Likewise.
2426         * include/bits/stl_bvector.h: Likewise.
2427         * include/bits/stl_deque.h: Likewise.
2428         * include/bits/stl_list.h: Likewise.
2429         * include/bits/stl_tree.h: Likewise.
2430         * include/bits/stl_vector.h: Likewise.
2431         * include/bits/vector.tcc: Likewise.
2432         * include/ext/ropeimpl.h: Likewise.
2433         * include/ext/stdio_filebuf.h: Likewise.
2434         * include/ext/stl_rope.h: Likewise.
2435         * include/std/std_fstream.h: Likewise.
2436         * include/std/std_sstream.h: Likewise.
2437
2438 2003-01-15  Phil Edwards  <pme@gcc.gnu.org>
2439
2440         * include/bits/basic_string.tcc (_S_string_copy): Unused, remove.
2441
2442 2003-01-15  Benjamin Kosnik  <bkoz@redhat.com>
2443
2444         * acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Substitute
2445         GLIBCPP_TEST_WCHAR_T if building wchar_t bits in the library.
2446         * aclocal.m4: Regenerate.
2447         * configure: Regenerate.
2448         * testsuite/Makefile.am (all-local): Add conditional rule to
2449         generate testsuite_wchar_t.
2450         * testsuite/Makefile.in: Regenerate.
2451         * testsuite/lib/libstdc++-v3-dg.exp
2452         (libstdc++-v3-list-sourcefiles): Remove wchar_t files if
2453         testsuite_wchar_t is not present in the build directory.
2454         * testsuite/libstdc++-v3.dg/dg.exp: Add -g -O2 to DEFAULT_CXXFLAGS.
2455         Remove setulimit bits.
2456         * testsuite/26_numerics/complex_value.cc: Set to noopts.
2457         * testsuite/Makefile.am (CLEANFILES): Add.
2458         * testsuite/Makefile.in: Regenerate.
2459
2460 2003-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2461
2462         * config/os/hpux/os_defines.h (_GLIBCPP_GTHREAD_USE_WEAK): Define for
2463         __hppa__.
2464
2465 2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
2466
2467         Further conform g++'s __vmi_class_type_info to the C++ ABI
2468         specification.
2469         * libsupc++/cxxabi.h
2470         (__vmi_class_type_info::__flags_masks): Remove enumerations not
2471         required by the specification.
2472
2473 2003-01-12  Benjamin Kosnik  <bkoz@redhat.com>
2474
2475         Renames, namespaces for testsuite utilities.
2476         * testsuite/testsuite_hooks.h: Put into namespace __gnu_cxx_test.
2477         (gnu_allocator_tracker): Rename to allocation_tracker.
2478         (gnu_new_allocator): Rename to tracker_alloc.
2479         (__set_testsuite_memlimit): Rename to set_memory_limits.
2480         (gnu_assignment_operator): Rename to assignment_operator.
2481         (gnu_destructor): Rename to destructor.
2482         (gnu_copy_tracker): Rename to copy_tracker.
2483         (gnu_char, gnu_int, gnu_long): Rename to pod_char, pod_int, pod_long.
2484         (run_tests_wrapped_locale): New.
2485         (run_tests_wrapped_env): New.
2486         * testsuite/testsuite_hooks.cc: Same.
2487         (class locale_data): Add.
2488         (class enviornment_variable): Add.
2489         (class not_found): Add.
2490         * testsuite/testsuite_allocator.h: Same.
2491         * testsuite/testsuite_allocator.cc: Same.
2492         * testsuite/23_containers/deque_ctor.cc
2493         (test_copy_ctor_exception_safety): Change gnu_allocator_tracker to
2494         allocation_tracker.
2495         Change gnu_new_allocator to tracker_alloc.
2496         Change gnu_counting_struct to counter.
2497         Change gnu_copy_tracker to copy_tracker.
2498         Change gnu_copy_constructor to copy_constructor.
2499         Change gnu_assignment_operator to assignment_operator.
2500         Inject.
2501         * testsuite/23_containers/vector_capacity.cc: Same.
2502         * testsuite/23_containers/vector_ctor.cc (test01): Same.
2503         * testsuite/23_containers/list_modifiers.cc: Change
2504         gnu_copy_tracker to copy_tracker.
2505         * testsuite/21_strings/ctor_copy_dtor.cc (main): Change
2506         __set_testsuite_memlimit to set_memory_limits.
2507         * testsuite/21_strings/insert.cc (main): Same.
2508         * testsuite/27_io/filebuf.cc: Change gnu_char to pod_char.
2509         * testsuite/27_io/stringstream.cc: Same.
2510         * testsuite/27_io/stringbuf.cc: Same.
2511         * testsuite/27_io/streambuf.cc: Same.
2512         * testsuite/27_io/ostream.cc: Same.
2513         * testsuite/27_io/istream.cc: Same.
2514         * testsuite/27_io/fstream.cc: Same.
2515         * testsuite/lib/libstdc++-v3-dg.exp
2516         (libstdc++-v3-list-sourcefiles): Additionally handle files two and
2517         three levels deeper in glob patterns.
2518
2519 2003-01-11  Phil Edwards  <pme@gcc.gnu.org>
2520
2521         * docs/doxygen/tables.html:  Finished now.
2522         * docs/doxygen/user.cfg.in:  Update to latest version of Doxygen.
2523         * include/bits/basic_ios.h (basic_ios::rdbuf):  Add example to
2524         comments.
2525
2526         * include/bits/deque.tcc, include/bits/stl_alloc.h,
2527         include/bits/stl_deque.h, include/bits/stl_list.h,
2528         include/bits/stl_vector.h:  Remove _GLIBCPP_DEPRECATED bits scheduled
2529         for 3.4 removal.
2530
2531 2003-01-09  Benjamin Kosnik  <bkoz@redhat.com>
2532
2533         * configure.in: Revert.
2534         * configure: Regenerate.
2535
2536 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
2537
2538         * include/Makefile.am (install-data-local): Prepend
2539         $(DESTDIR) to destination paths in all (un)installation
2540         commands.  Use ${c_base_builddir} and ${std_builddir}
2541         as destination subdirectories to achieve consistency with
2542         preceding mkinstalldirs commands.  No effect because both
2543         variables contain "." only.
2544         * include/Makefile.in: Regenerate.
2545
2546 2003-01-08  Benjamin Kosnik  <bkoz@redhat.com>
2547
2548         * include/Makefile.am (stamp-*): Add checks for existing stamps.
2549         * include/Makefile.in: Regenerate.
2550
2551         * acinclude.m4 (GLIBCPP_ENABLE_DEBUG): Correct comment.
2552         * aclocal.m4: Regenerate.
2553
2554         * configure.in: Don't add new multi-do rules every time the
2555         directory is reconfigured.
2556         * configure: Regenerate.
2557
2558 2003-01-08  Brad Spencer  <spencer@infointeractive.com>
2559             Nathan Myers  <ncm@cantrip.org>
2560
2561         * src/Makefile.am (stamp-debug): Clean.
2562         * src/Makefile.in: Regenerate.
2563
2564 2003-01-07  Benjamin Kosnik  <bkoz@redhat.com>
2565
2566         PR libstdc++/8707
2567         * Makefile.am (distclean-multi): Fix.
2568         * Makefile.in: Regenerate.
2569
2570 2003-01-06  Benjamin Kosnik  <bkoz@redhat.com>
2571
2572         * include/bits/locale_facets.h (messages): Move ctor, dtor
2573         definitions to..
2574         (__timepunct): Same.
2575         * config/locale/gnu/messages_members.h (messages): Add dtor, ctor
2576         definitions. Conditionalize for GNU systems.
2577         * config/locale/generic/messages_members.h (messages): Add dtor, ctor
2578         definitions.
2579         * config/locale/gnu/time_members.h (messages): New. Add dtor, ctor
2580         definitions. Conditionalize for GNU systems.
2581         * config/locale/generic/time_members.h (messages): New. Add dtor, ctor
2582         definitions.
2583         * include/bits/localefwd.h (locale::facet::_S_c_name): Add.
2584         * src/locale.cc: Define.
2585         * src/localename.cc (locale::_Impl::_Impl(facet**, size_t, bool):
2586         Use it.
2587         * config/locale/gnu/time_members.h: Use it.
2588         * config/locale/gnu/messages_members.h: Use it.
2589         * config/linker-map.gnu: Add locale::facets details.
2590         * include/Makefile.am (target_headers_extra): Add time_members.h.
2591         * include/Makefile.in: Regenerate.
2592         * acinclude.m4: Export CTIME_H.
2593         * aclocal.m4: Regenerate.
2594         * configure: Regnerate.
2595
2596 2003-01-06  Paolo Carlini  <pcarlini@unitus.it>
2597
2598         * src/codecvt.cc
2599         (codecvt<char, char, mbstate_t>::do_in, do_out):
2600         Tweak parameters to avoid unused parameter warnings.
2601
2602 2003-01-06  Paolo Carlini  <pcarlini@unitus.it>
2603
2604         PR libstdc++/9151
2605         * include/bits/locale_facets.cc (num_put::_M_convert_float):
2606         Limit __prec to digits10 + 2, not digits10 + 1, taking into
2607         account the possibility of %{g,G} conversion specifiers
2608         inside _S_format_float.
2609         * testsuite/27_io/ostream_inserter_arith.cc (test06): Add.
2610
2611 2003-01-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2612
2613         * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init,
2614         libstdc++-v3-list-sourcefiles): Additionally handle files one
2615         level deeper in glob patterns.
2616
2617         * testsuite/27_io/istream_extractor_arith.cc: Delete, split...
2618         * testsuite/27_io/istream_extractor_arith/01.cc,
2619         testsuite/27_io/istream_extractor_arith/02.cc,
2620         testsuite/27_io/istream_extractor_arith/03.cc,
2621         testsuite/27_io/istream_extractor_arith/06.cc,
2622         testsuite/27_io/istream_extractor_arith/07.cc,
2623         testsuite/27_io/istream_extractor_arith/08.cc,
2624         testsuite/27_io/istream_extractor_arith/09.cc,
2625         testsuite/27_io/istream_extractor_arith/10.cc,
2626         testsuite/27_io/istream_extractor_arith/11.cc,
2627         testsuite/27_io/istream_extractor_arith/12.cc,
2628         testsuite/27_io/istream_extractor_arith/13.cc: ... to new files.
2629         * testsuite/27_io/istream_extractor_arith/12.cc: Add XFAIL for
2630         sparc*-*-solaris2*.
2631
2632 2003-01-05  Paolo Carlini <pcarlini@unitus.it>
2633
2634         PR libstdc++/9168
2635         * src/codecvt.cc
2636         (codecvt<char, char, mbstate_t>::do_in, do_out):
2637         Implement the resolution of DR19 (TC).
2638         * testsuite/22_locale/codecvt_members_char_char.cc
2639         (test01): Tweak.
2640
2641 2003-01-02  Jason Merrill  <jason@redhat.com>
2642
2643         * config/cpu/i486/atomicity.h (__exchange_and_add, __atomic_add):
2644         *__mem is also an output.
2645         * config/cpu/m68k/atomicity.h (__exchange_and_add): Likewise.