OSDN Git Service

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