OSDN Git Service

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