OSDN Git Service

2003-10-27 Paolo Carlini <pcarlini@suse.de>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / ChangeLog
1 2003-10-27  Paolo Carlini  <pcarlini@suse.de>
2
3         PR libstdc++/12778
4         * acinclude.m4 (GLIBCXX_CHECK_LFS): Use the C++ compiler.
5         * aclocal.m4: Regenerate.
6         * configure: Regenerate.
7
8 2003-10-27  Benjamin Kosnik  <bkoz@redhat.com>
9         
10         * docs/html/17_intro/TODO: Add links.
11         * testsuite/27_io/basic_istream/extractors_character/char/9555-ic.cc:
12         Uncomment.
13         
14 2003-10-27  Paolo Carlini  <pcarlini@suse.de>
15
16         PR libstdc++/12750
17         * include/bits/locale_facets.tcc
18         (time_get::_M_extract_via_format): Deal with code 'e'.
19         * testsuite/22_locale/time_get/get_date/char/12750.cc: New.
20         * testsuite/22_locale/time_get/get_date/wchar_t/12750.cc: Ditto.
21
22         * include/bits/locale_facets.tcc
23         (time_get::_M_extract_via_format): Tweak to absolutely avoid
24         dereferencing end iterators.
25
26         * include/bits/locale_facets.h (__verify_grouping):
27         Const-ify second parameter.
28         * include/bits/locale_facets.tcc (__verify_grouping): Ditto.
29         * src/locale-inst.cc (__verify_grouping): Ditto.
30
31 2003-10-27  Paolo Carlini  <pcarlini@suse.de>
32
33         * include/bits/locale_facets.tcc (num_get::_M_extract_float):
34         Various things: 1- Avoid absolutely end iterator dereferences;
35         2- Improve performance-wise the code skipping leading zeros;
36         3- Fix two bugs wrt early bail out in case of parsing errors
37         (see testcases); 4- General clean up.
38         (num_get::_M_extract_int): Likewise, except 3-. Additionally,
39         use __builtin_expect to favor base 10 inputs.
40         * testsuite/22_locale/num_get/get/char/7.cc: New.
41         * testsuite/22_locale/num_get/get/wchar_t/7.cc: Ditto.
42
43 2003-10-26  Paolo Carlini  <pcarlini@suse.de>
44
45         * testsuite/22_locale/money_put/put/char/1.cc: Clean up.
46         * testsuite/22_locale/money_put/put/wchar_t/1.cc: Ditto.
47
48 2003-10-25  Paolo Carlini  <pcarlini@suse.de>
49
50         * include/bits/locale_facets.tcc (num_get::_M_extract_int):
51         __pos in only incremented, never used its value, remove it.
52
53 2003-10-24  Robert Millan  <robertmh@gnu.org>
54
55         * acinclude.m4 (GLIBCXX_ENABLE_CLOCALE): Add kfreebsd*-gnu
56         and knetbsd*-gnu.
57         * aclocal.m4:  Regenerated.
58         * configure:  Regenerated.
59
60 2003-10-24  Paolo Carlini  <pcarlini@suse.de>
61
62         * include/bits/locale_facets.tcc (money_get::do_get(...,
63         long double&): Properly size the temporary buffer.
64         * testsuite/22_locale/money_get/get/char/11.cc: New.
65         * testsuite/22_locale/money_get/get/wchar_t/11.cc: Ditto.
66
67         * include/bits/locale_facets.tcc (num_put::_M_group_int,
68         num_put::_M_group_float, money_put::do_put(..., const
69         string_type&), collate::do_compare, collate::do_transform):
70         Prefer basic_string::data() to c_str() when the '\0'
71         terminator is not really needed.
72
73 2003-10-24  Paolo Carlini  <pcarlini@suse.de>
74
75         * include/bits/locale_facets.tcc (__verify_grouping):
76         Prefer '=' to an unnecessary '&='.
77
78 2003-10-24  Paolo Carlini  <pcarlini@suse.de>
79
80         * include/bits/basic_ios.tcc (copyfmt(const basic_ios&)):
81         Tweak my fix for libstdc++/12657.
82
83 2003-10-24  Paolo Carlini  <pcarlini@suse.de>
84
85         * include/bits/locale_facets.tcc (money_get::do_get(...,
86         string_type&): Minor tweak to the previous commit.
87
88 2003-10-24  Paolo Carlini  <pcarlini@suse.de>
89
90         * include/bits/locale_facets.tcc (money_get::do_get(...,
91         string_type&): Disregard the previous commit: doesn't hurt but
92         doesn't accomplish anything useful either. This is the right
93         one, speeding up greatly the function in case of early fail.
94
95 2003-10-24  Paolo Carlini  <pcarlini@suse.de>
96
97         * include/bits/locale_facets.tcc (money_get::do_get(...,
98         string_type&): Move an if block, thus minimizing the amount
99         of code processed anyway when __tmp_units.size() == 0.
100
101 2003-10-24  Paolo Carlini  <pcarlini@suse.de>
102
103         * include/bits/locale_facets.tcc
104         (time_get<>::_M_extract_via_format): Deal with case 'C' too,
105         equivalent to 'y'.
106
107 2003-10-23  Benjamin Kosnik  <bkoz@redhat.com>
108
109         * docs/html/documentation.html: Add a pointer to the doxygen style
110         guide.
111         * docs/html/17_intro/TODO: Update.
112         * docs/html/test.html: Add instructions for running a subset of
113         tests, update.
114
115 2003-10-23  Paolo Carlini  <pcarlini@suse.de>
116
117         * include/bits/locale_facets.tcc (money_get<>::do_get(...,
118         string_type&)): Use find_first_not_of to strip leading
119         zeros; if __tmp_units == "0" never prefix it with '-';
120         always fail if __tmp_units is empty.
121         * testsuite/22_locale/money_get/get/char/10.cc: New.
122         * testsuite/22_locale/money_get/get/wchar_t/10.cc: Ditto.
123
124 2003-10-23  Phil Edwards  <phil@codesourcery.com>
125
126         * config/os/vxworks/ctype_noninline.h:  Adjust ctor to match
127         2003-10-21 change.
128
129 2003-10-22  Paolo Carlini  <pcarlini@suse.de>
130
131         * include/bits/locale_facets.tcc (__int_to_char): Remove
132         the const int parameter.
133         (_M_insert_int): Update caller.
134         * src/locale-inst.cc (__int_to_char): Update instantiations.    
135
136 2003-10-22  Benjamin Kosnik  <bkoz@redhat.com>
137
138         * include/bits/locale_facets.h: Correct byname facets for "C"
139         locale.
140         * config/locale/generic/ctype_members.cc: Same.
141         * config/locale/generic/messages_members.h: Same.
142         * config/locale/gnu/ctype_members.cc: Same.
143         * config/locale/gnu/messages_members.h: Same.
144         * include/bits/codecvt.h: Same.
145         * src/ctype.cc: Same.
146         * testsuite/22_locale/codecvt_byname/1.cc: New.
147         * testsuite/22_locale/collate/1.cc: Edit.
148         * testsuite/22_locale/collate_byname/1.cc: Derivation tests, move to...
149         * testsuite/22_locale/collate_byname/named_equivalence.cc: ...here.
150         * testsuite/22_locale/ctype/1.cc: Derivation tests.
151         * testsuite/22_locale/ctype/11844.cc: Move...
152         * testsuite/22_locale/ctype_base/11844.cc: ...here.
153         * testsuite/22_locale/ctype_base/1.cc: Move mask bits here.
154         * testsuite/22_locale/ctype_byname/1.cc: Name.
155         * testsuite/22_locale/messages_byname/1.cc: New.
156         * testsuite/22_locale/messages_byname/named_equivalence.cc: New.
157         * testsuite/22_locale/moneypunct_byname/1.cc: Derivation test.
158         * testsuite/22_locale/moneypunct_byname/named_equivalence.cc: New.
159         * testsuite/22_locale/numpunct/1.cc: Edit.
160         * testsuite/22_locale/numpunct_byname/2.cc: Move...
161         * testsuite/22_locale/numpunct/members/char/3.cc: ...here.
162         * testsuite/22_locale/numpunct_byname/1.cc: Derivation tests.
163         * testsuite/22_locale/numpunct_byname/named_equivalence.cc: New.
164
165 2003-10-22  Paolo Carlini  <pcarlini@suse.de>
166
167         PR libstdc++/8610
168         * acinclude.m4 (GLIBCXX_CHECK_INT64_T): New macro,
169         checking for the availability of int64_t.
170         (GLIBCXX_CHECK_LFS): New macro, checking for LFS support.
171         * configure.ac: Call here.
172         * acconfig.h: Add undef for the corresponding symbols.
173         * config/io/basic_file_stdio.cc (__basic_file<char>::open):
174         Depending on _GLIBCXX_USE_LFS, call fopen64 or fopen.
175         (__basic_file<char>::seekoff): Likewise, call lseek64 when
176         available, otherwise lseek, checking the __off parameter.
177         * include/bits/postypes.h: Typedef __streamoff_base_type
178         to int64_t if available, otherwise long long.
179         * aclocal.m4: Regenerate.
180         * config.h.in: Likewise.
181         * configure: Likewise.
182
183         * acinclude.m4 (GLIBCXX_CHECK_POLL, GLIBCXX_CHECK_WRITEV):
184         Use AC_TRY_LINK instead of AC_TRY_COMPILE.
185         
186 2003-10-22  Paolo Carlini  <pcarlini@suse.de>
187
188         PR libstdc++/12657
189         * include/bits/basic_ios.tcc (copyfmt(const basic_ios&)):
190         Implement resolution of DR 292 (WP).
191         * docs/html/ext/howto.html: Add entry for DR 292.
192
193 2003-10-21  Benjamin Kosnik  <bkoz@redhat.com>
194
195         * include/ext/mt_allocator.h: Change include to gthr.h.
196         * include/ext/rope: Same. Add _Refcount_base definitions.
197         * include/ext/pool_allocator.h: Adjust namespaces.
198         * include/bits/stl_threads.h (_Refcount_base): Move.
199         Put remaining into namespace __gnu_cxx.
200         
201 2003-10-21  Benjamin Kosnik  <bkoz@redhat.com>
202  
203         PR libstdc++/9858
204         * include/bits/locale_facets.h (ctype<char>): Remove
205         __ctype_abstract_base.
206         (ctype<char>::do_is): Remove.
207         (ctype<char>::do_scan_is): Remove.
208         * src/ctype.cc: Same. Inline the rest.
209         * testsuite/22_locale/ctype/is/char/9858.cc: New.
210         * config/os/aix/ctype_noninline.h: Adjust ctor.
211         * config/os/bsd/freebsd/ctype_noninline.h: Same.
212         * config/os/bsd/netbsd/ctype_noninline.h: Same.
213         * config/os/djgpp/ctype_noninline.h: Same.
214         * config/os/generic/ctype_noninline.h: Same.
215         * config/os/gnu-linux/ctype_noninline.h: Same.
216         * config/os/hpux/ctype_noninline.h: Same.
217         * config/os/irix/irix5.2/ctype_noninline.h: Same.
218         * config/os/irix/irix6.5/ctype_noninline.h: Same.
219         * config/os/mingw32/ctype_noninline.h: Same.
220         * config/os/newlib/ctype_noninline.h: Same.
221         * config/os/qnx/qnx6.1/ctype_noninline.h: Same.
222         * config/os/solaris/solaris2.5/ctype_noninline.h: Same.
223         * config/os/solaris/solaris2.6/ctype_noninline.h: Same.
224         * config/os/solaris/solaris2.7/ctype_noninline.h: Same.
225         * config/os/windiss/ctype_noninline.h: Same.
226
227 2003-10-21  Paolo Carlini  <pcarlini@suse.de>
228
229         * src/locale.cc: Tweak a comment.
230         * src/localename.cc: Move a comment.
231
232 2003-10-20  Benjamin Kosnik  <bkoz@redhat.com>
233  
234         PR libstdc++/10081
235         * testsuite_hooks.h: Add pod_type, ctype and numpunct specializations.
236         * testsuite_hooks.cc: Same.
237         * 22_locale/numpunct/members/pod/1.cc: Edit.
238         * 22_locale/numpunct/members/pod/2.cc: Same.
239         * 27_io/basic_istream/sentry/char/3983-fstream.cc: Move ...
240         * 27_io/basic_istream/sentry/char/3983-sstream.cc: Move ...
241         * 27_io/basic_istream/extractors_arithmetic/pod/3983-1.cc: Here.
242         * 27_io/basic_istream/extractors_character/pod/3983-2.cc: Here.
243         * 27_io/basic_istream/extractors_other/pod/3983-3.cc: Here.
244         * 27_io/basic_ostream/sentry/char/3983-fstream.cc: Remove.
245         * 27_io/basic_ostream/sentry/char/3983-sstream.cc: Remove.
246         * 27_io/basic_istream/sentry/pod/1.cc: New.
247         * 27_io/basic_ostream/sentry/pod/1.cc: New.
248         * 21_strings/basic_string/inserters_extractors/pod/10081-in.cc: New.
249         * 21_strings/basic_string/inserters_extractors/pod/10081-out.cc: New.
250
251 2003-10-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
252
253         * config/cpu/mips/atomicity.h (__atomic_add): Use _ABIO32 instead
254         of external _MIPS_SIM_ABI32.
255
256 2003-10-20  Phil Edwards  <phil@codesourcery.com>
257
258         * configure.ac:  Fix comment typo.
259         * configure.host:  Add vxworks to host_os switch.
260         * crossconfig.m4:  Remove old commented os_include_dir variables
261         left over from autotools transition.
262         (*-vxworks):  New stanza.
263         (*-windiss):  Add missing symbols.
264         * configure:  Regenerate.
265         * config/os/vxworks/ctype_base.h, config/os/vxworks/ctype_inline.h,
266         config/os/vxworks/ctype_noninline.h, config/os/vxworks/os_defines.h:
267         New files.
268         * config/os/windiss/os_defines.h:  Define __C9X__.
269
270 2003-10-19  David Edelsohn  <edelsohn@gnu.org>
271
272         PR other/12506
273         * configure.host (aix4,aix*): Define os_include_dir to os/generic.
274
275 2003-10-18  Andreas Tobler  <a.tobler@schweiz.ch>
276
277         * src/locale.cc (locale::_S_initialize): Re-apply workaround a
278         confusion of the use of the gthr API when __gthread_active_p()
279         returns true.
280
281 2003-10-17  Benjamin Kosnik  <bkoz@redhat.com>
282  
283         * src/Makefile.am: Add new files.
284         * src/Makefile.in: Regenerate.
285         * src/globals.cc: Split into..
286         * src/globals_io.cc: New.
287         * src/globals_locale.cc: New.
288         * src/ios.cc: Split into...
289         * src/ios_init.cc: New.
290         * src/ios_locale.cc: New.
291         * src/locale-inst.cc: Split into..
292         * src/wlocale-inst.cc: New.
293         * src/locale-misc-inst.cc: New.
294         * src/locale.cc, src/localename: Split into...
295         * src/locale_facets.cc: New.
296         * src/locale_init.cc: New.
297         * src/wstring-inst.cc: Add copyright info.
298
299 2003-10-16  Petur Runolfsson  <peturr02@ru.is>
300
301         PR libstdc++/11450
302         PR libstdc++/11543
303         PR libstdc++/12065
304         * config/io/basic_file_stdio.cc (__basic_file::seekoff):
305         Change return value from streampos to streamoff.
306         (__basic_file::seekpos): Delete.
307         * config/io/basic_file_stdio.h: Same.
308         * config/io/c_io_stdio.h: Remove streamoff and wstreamsize typedefs.
309         * include/Makefile.am (bits_headers): Add bits/postypes.h.
310         * include/bits/char_traits.h: Include bits/postypes.h instead of
311         bits/fpos.h.
312         * include/bits/fstream.tcc (basic_filebuf::open,
313         basic_filebuf::pbackfail): Don't use < or >= to compare pos_type
314         values, use == and != instead.
315         (basic_filebuf::_M_seek): Use explicit conversion from streamoff
316         to pos_type.
317         (basic_filebuf::imbue):  Don't use ! on pos_type values, use
318         == instead. Don't use __check_facet(_M_codecvt) unless is_open().
319         * include/bits/postypes.h: New file.
320         Add __streamoff_base_type typedef, streamsize.
321         (streamoff, streampos, wstreampos): Define typedefs, with
322         streamoff defined as...
323         (streamoff): New class. Document implementation defined
324         aspects.
325         (fpos): New implementation. Document implementation defined
326         aspects.
327         * include/bits/sstream.tcc (basic_stringbuf::seekpos): Use
328         explicit conversion from pos_type to off_type.
329         * include/std/std_iosfwd.h: Include bits/postypes.h instead
330         of bits/fpos.h.
331         * testsuite/27_io/basic_filebuf/seekoff/char/11543.cc: New test.
332         * testsuite/27_io/basic_filebuf/seekoff/wchar_t/11543.cc: New test.
333         * testsuite/27_io/fpos/11450.cc: New test.
334         * testsuite/27_io/fpos/mbstate_t/12065.cc: New test.
335         * testsuite/27_io/fpos/mbstate_t/4_neg.cc: New test.
336         * testsuite/27_io/types/3.cc: New test.
337
338 2003-10-16  Benjamin Kosnik  <bkoz@redhat.com>
339
340         * configure.host: Remove fpos_include_dir.
341         * configure.ac: Remove FPOS_INC_SRCDIR.
342         * configure: Regenerate.
343         * acinclude.m4 (GLIBCXX_ENABLE_CSTDIO): Remove FPOS_H.
344         * aclocal.m4: Regenerate.
345         * include/Makefile.am (host_headers): Remove fpos.h.
346         (bits_headers): Add postypes.h.
347         * include/Makefile.in: Regenerate.
348         * config/os/gnu-linux/fposh: Remove.
349         * config/os/generic/fpos.h: Remove.
350
351         * testsuite/27_io/basic_filebuf/seekoff/char/1-in.cc: Fixup.
352         * testsuite/27_io/basic_filebuf/seekoff/char/1-io.cc: Same.
353         * testsuite/27_io/basic_filebuf/seekoff/char/1-out.cc: Same.
354         * testsuite/27_io/basic_filebuf/seekoff/char/2-in.cc: Same.
355         * testsuite/27_io/basic_filebuf/seekoff/char/2-io.cc: Same.
356         * testsuite/27_io/basic_filebuf/seekoff/char/2-out.cc: Same.
357         * testsuite/27_io/basic_filebuf/seekpos/char/1-in.cc: Same.
358         * testsuite/27_io/basic_filebuf/seekpos/char/1-io.cc: Same.
359         * testsuite/27_io/basic_filebuf/seekpos/char/1-out.cc: Same.
360         * testsuite/27_io/basic_filebuf/seekpos/char/2-in.cc: Same.
361         * testsuite/27_io/basic_filebuf/seekpos/char/2-io.cc: Same.
362         * testsuite/27_io/basic_filebuf/seekpos/char/2-out.cc: Same.
363         * testsuite/27_io/basic_istream/seekg/char/2.cc: Same.
364         * testsuite/27_io/basic_stringbuf/seekoff/char/1.cc: Same.
365         * testsuite/27_io/basic_stringbuf/seekpos/char/1.cc: Same.
366         * testsuite/27_io/fpos/mbstate_t/3.cc: Same.
367         * testsuite/27_io/objects/char/10.cc: Same.
368
369 2003-10-16  Paolo Carlini  <pcarlini@suse.de>
370
371         * src/locale.cc (locale::locale(const char*)): ... one
372         more comparison missed in the previous commit.
373
374 2003-10-16  Benjamin Kosnik  <bkoz@redhat.com>
375
376         * acconfig.h: Add HAVE_DRAND48.
377         * crossconfig.m4: Remove ISATTY.
378         * aclocal.m4: Regenerated.
379         * config.h.in: Regenerated.
380         * configure: Regenerated.
381         
382 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
383
384         * config/cpu/m68k/atomicity.h (__exchange_and_add): Use TAS on
385         __mcf5400__. Don't rely on __mc68000__ to detect a bare 68000.
386         Document SMP safeness of asm macros.
387
388 2003-10-16  Paolo Carlini  <pcarlini@suse.de>
389
390         * src/locale.cc (locale::locale(const char*)): Tweak
391         a couple of comparisons to use basic_string operators.
392
393 2003-10-16  Paolo Carlini  <pcarlini@suse.de>
394
395         PR libstdc++/12540
396         * config/locale/gnu/monetary_members.cc
397         (moneypunct<wchar_t, true/false>::_M_initialize_moneypunct):
398         Don't leak memory if new throws.
399         * src/locale.cc (locale::locale(const char*)): In order not
400         to leak memory in case new throws, use a basic_string type
401         for __res too and avoid strdup.
402
403 2003-10-14  Jeff Bailey  <jbailey@nisa.net>
404         
405         PR libstdc++/12562
406         * crossconfig.m4: Share the config between *-linux* and *-gnu*.
407         * configure: Regenerate.
408
409 2003-10-14  Carlo Wood  <carlo@alinoe.com>
410
411         PR libstdc++/12600
412         * include/bits/demangle.h (session<Allocator>::
413           decode_unqualified_name(string_type& output)): Fail on a
414           <operator-name> when decoding <template-argument>.
415         * testsuite/demangle/regression/cw-15.cc: New.
416
417 2003-10-14  Paolo Carlini  <pcarlini@unitus.it>
418
419         PR libstdc++/11480
420         * include/bits/stl_algo.h (unique): Fix.
421         * testsuite/25_algorithms/unique.cc: Move to unique/1.cc.
422         * testsuite/25_algorithms/unique/11480.cc: New, from the PR.
423         * testsuite/25_algorithms/unique/2.cc: New.
424
425 2003-10-14  Paolo Carlini  <pcarlini@unitus.it>
426
427         * src/localename.cc (_M_replace_categories, M_replace_facet):
428         Const-ify a couple of variables.
429
430 2003-10-14  Petur Runolfsson  <peturr02@ru.is>
431             Andreas Tobler  <a.tobler@schweiz.ch>
432
433         * src/locale.cc (locale::_S_initialize): Workaround a confusion
434         of the use of the gthr API when __gthread_active_p() returns true.
435
436 2003-10-12  Petur Runolfsson  <peturr02@ru.is>
437             Paolo Carlini  <pcarlini@unitus.it>
438
439         PR libstdc++/11460
440         * src/strstream.cc (pbackfail): Fix to use to_int_type.
441         * testsuite/backward/11460.cc: New, from the PR.
442
443 2003-10-12  Paolo Carlini  <pcarlini@unitus.it>
444
445         * config/locale/ieee_1003.1-2001/codecvt_specializations.h:
446         Change #ifdef _GLIBCXX_RESOLVE_LIB_DEFECTS to a comment.
447         * include/bits/basic_string.tcc: Likewise.
448         * include/bits/ios_base.h: Likewise.
449         * include/bits/istream.tcc: Likewise.
450         * include/bits/locale_facets.tcc: Likewise.
451         * include/bits/ostream.tcc: Likewise.
452         * include/bits/stl_function.h: Likewise.
453         * include/bits/stl_multiset.h: Likewise.
454         * include/bits/stl_pair.h: Likewise.
455         * include/bits/stl_set.h: Likewise.
456         * include/bits/streambuf_iterator.h
457         * include/std/std_iosfwd.h: Likewise.
458         * include/std/std_istream.h: Likewise.
459         * include/std/std_sstream.h: Likewise.
460         * include/std/std_streambuf.h: Likewise.
461         * src/ios.cc: Likewise.
462         * include/bits/c++config:
463         Comment out #define _GLIBCXX_RESOLVE_LIB_DEFECTS 1.
464         * testsuite/27_io/ios_base/cons/assign_neg.cc: Tweak a
465         dg-error directive due to removal of a blank line.
466         * testsuite/27_io/ios_base/cons/copy_neg.cc: Likewise.
467
468 2003-10-12  Andreas Tobler  <a.tobler@schweiz.ch>
469             Paolo Carlini  <pcarlini@unitus.it>
470
471         PR libstdc++/11844/11740 (cont)
472         * config/os/generic/ctype_inline.h (ctype<char>::is):
473         Generically, use a bitmasksize of 15 (instead of 10);
474         Fix the logic to actually return (M & m) != 0 as per
475         22.2.1.1.2.
476
477 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
478
479         * crossconfig.m4 (*-uclinux*): New target.
480         * configure: Regenerate.
481
482 2003-10-10  Paolo Carlini  <pcarlini@unitus.it>
483
484         * include/bits/ostream.tcc (operator<<(basic_ostream&, _CharT))
485         Avoid unnecessarily calling __builtin_alloca and dealing
486         explicitly with width() smaller than zero.
487         (operator<<(basic_ostream&, char), operator<<(basic_ostream&,
488         const _CharT*), operator<<(basic_ostream<_CharT, _Traits>&,
489         const char*), operator<<(basic_ostream<char, _Traits>&,
490         const char*), operator<<(basic_ostream, const basic_string&)):
491         Likewise.
492
493 2003-10-09  Benjamin Kosnik  <bkoz@redhat.com>
494
495         * config/linker-map.gnu: Make more *_type_info bits visible.
496         Move new/delete bits back into GLIBCXX space.
497
498         * include/bits/locale_classes.h: Move _M_id out of line, so that
499         locale::id::_S_highwater can be removed from the export list.
500         * src/locale.cc (locale::id::_M_id): Define.
501         
502 2003-10-09  Andreas Tobler  <a.tobler@schweiz.ch>
503
504         * testsuite/lib/libstdc++.exp: Set LD_LIBRARY_PATH_64 for
505         SPARC64.
506
507 2003-10-09  Paolo Carlini  <pcarlini@unitus.it>
508
509         PR libstdc++/11844
510         * config/os/aix/ctype_base.h: Fix 'alnum' and 'graph'
511         to conform to the requirements of 22.2.1.
512         * config/os/bsd/freebsd/ctype_base.h: Likewise.
513         * config/os/djgpp/ctype_base.h: Likewise.
514         * config/os/generic/ctype_base.h: Likewise.
515         * config/os/gnu-linux/ctype_base.h: Likewise.
516         * config/os/hpux/ctype_base.h: Likewise.
517         * config/os/irix/irix6.5/ctype_base.h: Likewise.
518         * config/os/solaris/solaris2.6/ctype_base.h: Likewise.
519         * config/os/solaris/solaris2.7/ctype_base.h: Likewise.
520         * testsuite/22_locale/ctype/11844.cc: New.
521
522         * config/locale/generic/ctype_members.cc (do_is):
523         Generically, use a bitmasksize of 15 (instead of 10), since
524         we don't know the numerical encoding of the various categories
525         in the underlying /usr/include/ctype.h.
526
527 2003-10-09  Benjamin Kosnik  <bkoz@redhat.com>
528
529         * src/string-inst.cc: Prune.
530         * testsuite/27_io/ios_base/cons/assign_neg.cc: Adjust line numbers.
531         * testsuite/27_io/ios_base/cons/copy_neg.cc: Same.
532         
533 2003-10-09  Petur Runolfsson  <peturr02@ru.is>
534
535         * src/io-inst.cc: Don't include iostream.
536         * include/bits/ios_base.h (ios_base::failure): Use string.
537         * src/Makefile.am: Add ios_failure.cc.
538         * src/Makefile.in: Regenerate.
539         * src/ios.cc: Move ios_base::failure definitions to...
540         * src/ios_failure.cc: ...here. New.
541
542 2003-10-09  Petur Runolfsson  <peturr02@ru.is>
543
544         PR libstdc++/9874
545         * include/bits/fstream.tcc (basic_filebuf::seekoff):
546         Move code needed for both seekoff and seekpos...
547         (basic_filebuf::_M_seek): ...here. New function.
548         (basic_filebuf::seekpos): Don't call seekoff, call _M_seek.
549         * include/std/std_fstream.h (basic_filebuf::_M_seek): Declare it.
550         * testsuite/27_io/basic_filebuf/seekpos/wchar_t/9874.cc: New test.
551
552         * testsuite/22_locale/locale/cons/12438.cc: Increase memory limit.
553
554 2003-10-08  Paolo Carlini  <pcarlini@unitus.it>
555
556         * include/bits/locale_facets.tcc: More minor cosmetic
557         changes and const-ifications of some variables.
558
559 2003-10-07  Paolo Carlini  <pcarlini@unitus.it>
560
561         * include/bits/locale_facets.tcc: Minor cosmetic changes
562         and const-ifications of some variables.
563
564         * include/bits/locale_facets.tcc
565         (money_get::do_get(..., string_type&)): Simplify an if-else.
566
567 2003-10-06  Paolo Carlini  <pcarlini@unitus.it>
568
569         PR libstdc++/11740
570         * config/locale/gnu/ctype_members.cc (ctype<wchar_t>::do_is):
571         Fix to actually return (M & m) != 0 as per 22.2.1.1.2.
572         * config/locale/generic/ctype_members.cc: Same.
573         * testsuite/22_locale/ctype/is/wchar_t/11740.cc: New.
574
575 2003-10-06  Paolo Carlini  <pcarlini@unitus.it>
576
577         * include/bits/locale_facets.tcc (__pad<>::_S_pad):
578         Improve performance-wise: avoid one traits::copy, avoid
579         the __builtin_alloca, streamline.
580
581 2003-10-05  Paolo Carlini  <pcarlini@unitus.it>
582
583         * include/bits/locale_facets.tcc
584         (num_put::do_put(..., bool)): Prefer ?: to if-else.
585         (time_get::_M_extract_name): Qualify min with std::.
586         (__pad<>::_S_pad): Constify two variables; simplify an
587         if-else statement factoring out some code.
588
589         * include/bits/locale_facets.tcc: Minor cosmetic changes.
590
591 2003-10-04  Paolo Carlini  <pcarlini@unitus.it>
592
593         * include/bits/locale_facets.tcc (num_get::_M_extract_float):
594         Constify a couple of variables.
595         (num_get::do_get(..., bool&)): Constify __c; prefer *__beg,
596         ++__beg to *__beg++.
597
598 2003-10-04  Paolo Carlini  <pcarlini@unitus.it>
599             Petur Runolfsson  <peturr02@ru.is>
600
601         * include/ext/stdio_sync_filebuf.h: Don't include the whole
602         <fstream>, only <streambuf> and <cstdio>.
603
604 2003-10-04  Paolo Carlini  <pcarlini@unitus.it>
605
606         PR libstdc++/12206
607         * include/bits/fstream.tcc (imbue): In case a codecvt facet
608         is not available, set _M_codecvt = 0.
609         * testsuite/27_io/basic_filebuf/imbue/12206.cc: New.
610
611 2003-10-02  Harald Boehme  <boehme@informatik.hu-berlin.de>
612
613         PR libstdc++/12451
614         * libsupc++/cxxabi.h: Move forward declaration of __class_type_info.
615         
616 2003-10-02  Benjamin Kosnik  <bkoz@redhat.com>
617
618         * include/bits/locale_classes.h (locale::facet::_S_get_c_name): Add.
619         * src/locale.cc: Define.
620         * src/localename.cc: Use it.
621         * config/locale/generic/time_members.h: Same.
622         * config/locale/gnu/messages_members.h: Same.
623         * config/locale/gnu/time_members.h: Same.
624
625 2003-10-02  Paolo Carlini  <pcarlini@unitus.it>
626
627         PR libstdc++/12232
628         * include/bits/fstream.tcc (seekoff): Ignore the openmode
629         argument; simplify.
630         * config/io/basic_file_stdio.h (__basic_file<char>::seekoff,
631         seekpos): Remove the openmode argument.
632         * config/io/basic_file_stdio.cc (__basic_file<char>::seekoff,
633         seekpos): Remove redundant placeholder for the openmode argument.
634         * testsuite/27_io/basic_filebuf/seekoff/char/12232.cc: New.
635         * testsuite/27_io/basic_filebuf/seekoff/char/3-in.cc: Tweak.
636         * testsuite/27_io/basic_filebuf/seekoff/char/3-out.cc: Likewise.
637         * testsuite/27_io/basic_filebuf/seekpos/char/3-in.cc: Likewise.
638         * testsuite/27_io/basic_filebuf/seekpos/char/3-out.cc: Likewise.
639
640 2003-10-02  Benjamin Kosnik  <bkoz@redhat.com>
641
642         * src/locale.cc (locale::_S_initialize): Use __gthread_active_p.
643         (locale::facet::_S_get_c_locale): Same.
644         
645 2003-10-02  Benjamin Kosnik  <bkoz@redhat.com>
646
647         * config/linker-map.gnu: Export _S_get_c_locale instead of
648         _S_c_locale object.
649
650 2003-10-02  Petur Runolfsson  <peturr02@ru.is>
651
652         * config/locale/generic/c_locale.cc
653         (category_names, locale::_S_categories): Const qualify.
654         * config/locale/gnu/c_locale.cc: Same.
655         * config/locale/generic/time_members.h (__timepunct::__timepunct):
656         Copy string contents before assigning to _M_name_timepunct,
657         qualify strcpy and strlen with std::.
658         * config/locale/gnu/time_members.h: Same.
659         * config/locale/gnu/messages_members.h (messages::messages):
660         Copy string contents before assigning to _M_name_messages,
661         qualify strcpy and strlen with std::.
662         * config/os/gnu-linux/ctype_noninline.h
663         (ctype<char>::classic_table()): Don't call locale::classic().
664         * include/bits/locale_classes.h
665         (locale::_S_categories): Const qualify. 
666         (locale::_S_once, locale::_S_initialize_once,
667         locale::facet::_S_once, locale::facet::_S_initialize_once,
668         locale::facet::_S_get_c_locale): Declare.
669         (locale::_S_initialize): Don't define.
670         (locale::facet::_S_c_locale): Make private.
671         (locale::facet::_S_c_name): Same, const qualify.
672         (locale::_Impl::_Impl(facet**, size_t, bool)): Drop unused
673         parameters, add throw() specifier.
674         * include/bits/locale_facets.h (__timepunct::_M_name_timepunct,
675         messages::_M_name_messages): Const qualify.
676         * src/locale.cc
677         (locale::_S_once, locale::facet::_S_once): Define.
678         (locale::classic): Move initialization code...
679         (locale::_S_initialize_once): ...here.  
680         (locale::_S_initialize): Call _S_initialize_once through
681         __gthread_once.
682         (locale::facet::_S_initialize_once): Initialize _S_c_locale.
683         (locale::facet::_S_get_c_locale): Call _S_initialize_once through
684         __gthread_once before returning _S_c_locale.
685         * src/localename.cc (locale::_Impl::_Impl(facet**, size_t, bool)):
686         Drop unused parameters, add throw() specifier, don't initialize
687         locale::facet::_S_c_locale and _S_c_name.
688         
689         * config/locale/generic/messages_members.h:
690         Replace _S_c_locale with _S_get_c_locale().
691         * config/locale/gnu/c_locale.cc: Same.
692         * config/locale/gnu/messages_members.h: Same.
693         * config/locale/gnu/numeric_members.cc: Same.
694         * config/locale/gnu/time_members.cc: Same.
695         * config/os/gnu-linux/ctype_noninline.h: Same.
696         * include/bits/locale_facets.h: Same.
697         * include/bits/locale_facets.tcc: Same.
698         * src/codecvt.cc: Same.
699         * src/ctype.cc: Same.
700
701 2003-10-02  Carlo Wood  <carlo@alinoe.com>
702
703         * include/bits/demangle.h (demangle<Allocator>::symbol(char const*)):
704         Decode symbols that start with _GLOBAL_[ID]_ differently: the
705         trailing part ends with a terminating zero and is not necessarily an
706         encoding.
707         * src/demangle.cc (): Same.
708         * testsuite/demangle/regression/cw-13.cc: Adjust for new output.
709
710 2003-10-02  Paolo Carlini  <pcarlini@unitus.it>
711
712         * testsuite/22_locale/locale/cons/12438.cc: Use
713         __gnu_test::try_named_locale("").
714
715 2003-10-01  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
716
717         * linkage.m4 (GLIBCXX_CHECK_STDLIB_DECL_AND_LINKAGE_0): Define.
718         (GLIBCXX_CHECK_STDLIB_SUPPORT): Use it to test for lrand48
719         instead of drand48.
720         * acconfig.h (HAVE_DRAND48): Renamed to HAVE_LRAND48.
721         * crossconfig.m4 (*-freebsd*): Define HAVE_LRAND48 instead of
722         HAVE_DRAND48.
723         * config.h.in, configure: Regenerate.
724         * include/bits/stl_algo.h: Use _GLIBCXX_HAVE_LRAND48 to guard
725         lrand48 use.
726
727 2003-10-01  Nathan Myers  <ncm@cantrip.org>
728
729         * include/bits/locale_facets.tcc (time_put::put): Avoid
730         expensive *__s++, in favor of *__s, ++__s.
731
732 2003-10-01  Paolo Carlini  <pcarlini@unitus.it>
733
734         * include/bits/locale_facets.tcc (time_put::put): Minor
735         tweak to the previous commit.
736
737 2003-10-01  Paolo Carlini  <pcarlini@unitus.it>
738
739         PR libstdc++/12439
740         * include/bits/locale_facets.tcc (time_put::put): Deal
741         with the three issues pointed out by the PR.
742         * testsuite/22_locale/time_put/put/char/12439_1.cc: New.
743         * testsuite/22_locale/time_put/put/char/12439_3.cc: New.
744         * testsuite/22_locale/time_put/put/wchar_t/12439_1.cc: New.
745         * testsuite/22_locale/time_put/put/wchar_t/12439_2.cc: New.
746         * testsuite/22_locale/time_put/put/wchar_t/12439_3.cc: New.
747
748 2003-09-30  Paolo Carlini  <pcarlini@unitus.it>
749
750         * include/bits/stl_algo.h: Minor cosmetic reformattings.
751
752 2003-09-30  Paolo Carlini  <pcarlini@unitus.it>
753
754         * include/bits/stl_algo.h (search_n): Tweak, to spare the
755         first --__n.
756
757 2003-09-30  Paolo Carlini  <pcarlini@unitus.it>
758
759         * testsuite/22_locale/locale/cons/12352.cc: Explicitly
760         qualify exception name.
761
762 2003-09-30  Paolo Carlini  <pcarlini@unitus.it>
763
764         PR libstdc++/12438
765         * include/bits/locale_facets.tcc (locale::combine): Don't
766         leak memory if _M_replace_facet throws.
767         * testsuite/22_locale/locale/cons/12438.cc: New, from the PR.
768
769         * include/bits/locale_classes.h (locale::locale(const locale&,
770         _Facet*)): Tweak, use consistently _M_remove_reference.
771
772 2003-09-30  Paolo Carlini  <pcarlini@unitus.it>
773
774         PR libstdc++/12352 (cont)
775         * src/localename.cc (locale::_Impl::_Impl(const char*, size_t)):
776         Don't leak __cloc; don't leak if any of the _M_init_facet(...)
777         calls fail.
778         (locale::_Impl::_Impl(const _Impl&, size_t)): Tweak.
779         (locale::_Impl::~_Impl): Don't do anything if !_M_facets,
780         !_M_caches, !_M_names.
781
782 2003-09-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
783
784         * configure.host: Handle Solaris 2.5 micro releases explicitly.
785         Remove wildcards from Solaris 2.6, 7-9: there were no
786         micro releases.
787         Treat Solaris 10 and up like 7-9.
788
789 2003-09-29  Paolo Carlini  <pcarlini@unitus.it>
790
791         * include/bits/stl_algo.h (search_n): Improve the previous
792         fix as suggested by Martin.
793
794 2003-09-29  Paolo Carlini  <pcarlini@unitus.it>
795
796         PR libstdc++/12296
797         * include/bits/istream.tcc (peek): Set eofbit if sgetc
798         returns eof.
799         * testsuite/27_io/basic_istream/peek/char/12296.cc:
800         New, from the PR.
801
802 2003-09-29  Nathan Myers  <ncm@cantrip.org>
803             Paolo Carlini  <pcarlini@unitus.it>
804
805         PR libstdc++/11400
806         * include/bits/stl_algo.h (search_n):
807         Use iterator_traits<>::difference_type for __n.
808         * testsuite/25_algorithms/search_n/11400.cc: New, from the PR.
809
810 2003-09-29  Paolo Carlini  <pcarlini@unitus.it>
811
812         * testsuite/22_locale/locale/cons/12352.cc:
813         Use __attribute__((unused)) for test.
814
815 2003-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
816
817         * testsuite/22_locale/time_put/put/char/2.cc (test_02): Allow either 
818         "Son" or "So" as abbreviated name for Sunday in de_DE locale.
819         * testsuite/22_locale/time_put/put/wchar_t/2.cc (test_02): Likewise.
820
821 2003-09-26  Brad Spencer  <spencer@infointeractive.com>
822
823         * testsuite/27_io/basic_filebuf/cons/wchar_t/10132-1.cc:
824         Explicitly qualify exceptions.
825         * testsuite/27_io/basic_istream/sentry/char/3983-fstream.cc: Same.
826         * testsuite/27_io/basic_istream/sentry/char/3983-sstream.cc: Same.
827         * testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc: Same.
828         * testsuite/27_io/basic_ostream/sentry/char/3983-sstream.cc: Same.
829         
830 2003-09-25  Paolo Carlini  <pcarlini@unitus.it>
831
832         PR libstdc++/12352
833         * src/localename.cc (locale::_Impl::_Impl(const _Impl&,
834         size_t)): Don't leak if memory allocations for _M_facets,
835         _M_caches, and _M_names fail.
836         (locale::_Impl::_Impl(const char*, size_t)): Ditto.
837         (locale::_Impl::_M_replace_categories(const _Impl*,
838         category)): Ditto.
839         (locale::_Impl::_M_install_facet(const locale::id*,
840         const facet*)): Ditto.
841         * include/bits/locale_classes.h (locale::locale(const locale&,
842         _Facet*)): Don't leak memory.
843         * testsuite/22_locale/locale/cons/12352.cc: New, from the PR.
844
845         * src/localename.cc (locale::_Impl::_Impl(facet**, size_t,
846         bool)): Qualify with std:: strcpy, tweak.
847         * include/bits/locale_classes.h
848         (locale::_Impl::_M_check_same_name): Qualify strcmp.
849
850 2003-09-25  Brad Spencer  <spencer@infointeractive.com>
851
852         PR libstdc++/6072
853         * acinclude.m4: Split out checks for vfwscanf, vswscanf, vwscanf,
854         wcstof, iswblank.       
855         * aclocal.m4: Regenerate.
856         * config.h.in: Regenerate.
857         * configure: Regenerate.
858         * crossconfig.m4: Add in wchar_t bits for solaris crosses.
859         * config/io/basic_file_stdio.cc: Guard unistd.h.
860         * include/c_compatibility/wchar.h: Guard extra wchar_t functionality.
861         * include/c_std/std_cwchar.h: Same.
862         * include/c_std/std_cwctype.h: Same.
863         
864 2003-09-25  Benjamin Kosnik  <bkoz@redhat.com>
865
866         PR libstdc++/11065
867         * config/locale/gnu/ctype_members.cc (ctype<wchar_t>::do_is): Fix.
868         * config/locale/generic/ctype_members.cc: Same.
869         * testsuite/22_locale/ctype/is/char/1.cc: Initialize mask.
870         * testsuite/22_locale/ctype/is/wchar_t/1.cc: Same.
871
872         * config/os/generic/ctype_inline.h: Update.
873         
874 2003-09-25  Ulrich Weigand  <uweigand@de.ibm.com>
875
876         * src/Makefile.am (version_dep): New variable.
877         (libstdc___la_DEPENDENCIES): Use it to add dependency on
878         libstdc++-symbol.ver only when using symbol versioning.
879         * src/Makefile.in: Regenerate.
880
881 2003-09-23  Benjamin Kosnik  <bkoz@redhat.com>
882
883         * include/bits/locale_facets.tcc: Tweak to avoid warnings.
884         * testsuite/testsuite_hooks.h: Same.
885         * testsuite/*/*.cc: Same.
886
887 2003-09-22  Petur Runolfsson  <peturr02@ru.is>
888
889         * include/bits/istream.tcc (basic_istream::read,
890         basic_istream::readsome, basic_istream::putback,
891         basic_istream::unget, operator>>(basic_istream, CharT)):
892         Avoid redundant setstate(failbit) calls when sentry::operator bool()
893         returns false.
894
895 2003-09-22  Carlo Wood  <carlo@alinoe.com>
896
897         PR libstdc++/12365
898         * include/bits/demangle.h (qualifier(int, cv_qualifier_nt,
899         char const*, int, int)):  Remove unused identifier
900         cv_qualifier for overloaded constructor.
901
902 2003-09-18  Benjamin Kosnik  <bkoz@redhat.com>
903
904         PR libstdc++/11504
905         * acinclude.m4 (GLIBCXX_EXPORT_FLAGS): Add -Wcast-qual to
906         WARN_FLAGS, remove -Wno-format.
907         * aclocal.m4: Regenerate.
908         * configure: Regenerate.
909
910 2003-09-18  Petur Runolfsson  <peturr02@ru.is>
911
912         * config/io/basic_file_stdio.cc (sys_getc, sys_ungetc): Delete.
913         * config/io/basic_file_stdio.h: Same.
914         * include/std/std_fstream.h (__ctype_type): Delete.
915         * include/std/std_streambuf.h (__ctype_type, __state_type): Delete.
916         
917 2003-09-17  Benjamin Kosnik  <bkoz@redhat.com>
918
919         PR libstdc++/12239
920         * configure.host (abi_baseline_pair): Error out on solaris2
921         configurations without a minor version number.
922
923 2003-09-13  Phil Edwards  <phil@codesourcery.com>
924
925         * docs/doxygen/run_doxygen:  Clear GENERATE_TAGFILE entirely
926         if man pages are on.
927         * docs/doxygen/user.cfg.in:  And here.
928
929 2003-09-10  Daniel Jacobowitz  <drow@mvista.com>
930             Andreas Jaeger <aj@suse.de>
931
932         PR libstdc++/12189
933         * acinclude.m4 (GLIBCXX_CONFIGURE_TESTSUITE): Don't build
934         abi_check if cross compiling.
935         * aclocal.m4: Regenerated.
936         * configure: Regenerated.
937
938 2003-09-10  Jeffrey D. Oldham  <oldham@codesourcery.com>
939
940         * libsupc++/vec.cc (__cxa_vec_new2): If the allocator returns
941         NULL, return NULL.  This reflects a C++ ABI change 2003 Sep 05.
942         (__cxa_vec_new3): Likewise.
943
944 2003-09-10  Petur Runolfsson  <peturr02@ru.is>
945
946         * include/bits/fstream.tcc (basic_filebuf::seekoff):
947         Use codecvt::length to handle variable-width stateless encodings
948         correctly.
949         * testsuite/27_io/basic_filebuf/seekoff/wchar_t/1.cc: New test.
950         * testsuite/27_io/basic_filebuf/seekoff/wchar_t/2.cc: New test.
951
952 2003-09-10  Alan Modra  <amodra@bigpond.net.au>
953
954         * config/io/basic_file_stdio.cc (_M_open_mode): Assign __p_mode
955         rather than or'ing.
956
957 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
958
959         * configure: Regenerate.
960
961 2003-09-09  David Edelsohn  <edelsohn@gnu.org>
962
963         * src/ios.cc (ios_base::Init::Init): Remove unnecessary
964         qualifier from _S_synced_with_stdio.
965
966 2003-09-09  Bernardo Innocenti  <bernie@develer.com>
967
968         * include/c_std/std_cstdlib.h: Avoid using missing C library symbols.
969
970 2003-09-04  Petur Runolfsson  <peturr02@ru.is>
971
972         PR libstdc++/9028
973         * include/bits/fstream.tcc
974         (basic_filebuf::_M_destroy_internal_buffer): Destroy _M_ext_buf.
975         (basic_filebuf::basic_filebuf): Initialize _M_ext_buf,
976         _M_ext_buf_size, _M_ext_next and _M_ext_end.
977         (basic_filebuf::underflow): Handle variable-width stateless
978         encodings (codecvt::encoding() == 0), including UTF-8.
979         * include/std/std_fstream.h (basic_filebuf):
980         Declare _M_ext_buf, _M_ext_buf_size, _M_ext_next, _M_ext_end.
981         * testsuite/27_io/basic_filebuf/underflow/wchar_t/1.cc: New test.
982         * testsuite/27_io/basic_filebuf/underflow/wchar_t/2.cc: New test.
983         * testsuite/27_io/basic_filebuf/underflow/wchar_t/3.cc: New test.
984         * testsuite/27_io/basic_filebuf/underflow/wchar_t/4.cc: New test.
985         * testsuite/27_io/basic_filebuf/underflow/wchar_t/5.cc: New test.
986         * testsuite/27_io/objects/wchar_t/12.cc: New test.
987         * testsuite/27_io/objects/wchar_t/13.cc: New test.
988
989 2003-09-04  Jonathan Wakely  <redi@gcc.gnu.org>
990
991         * docs/html/faq/index.html: Note that a namespace alias can't be
992         used when specialising templates in extension namespace.
993         * docs/html/faq/index.txt: Regenerate.
994
995 2003-09-03  Petur Runolfsson  <peturr02@ru.is>
996
997         PR libstdc++/12048
998         * include/ext/stdio_sync_filebuf.h
999         (stdio_sync_filebuf::_M_unget_buf): Declare it.
1000         (stdio_sync_filebuf::stdio_sync_filebuf): Initialize _M_unget_buf.
1001         (stdio_sync_filebuf::uflow): Store the returned character in
1002         _M_unget_buf.
1003         (stdio_sync_filebuf::pbackfail): If argument is eof(), pass
1004         _M_unget_buf to syncungetc(). Set _M_unget_buf to eof().
1005         (stdio_sync_filebuf<char>::xsgetn): Store last read character in
1006         _M_unget_buf, if any, else eof().
1007         (stdio_sync_filebuf<wchar_t>::xsgetn: Store last read character in
1008         _M_unget_buf, if any, else eof().
1009         * testsuite/27_io/objects/char/12048.cc: Rename to...
1010         * testsuite/27_io/objects/char/12048-1.cc: ...this.
1011         * testsuite/27_io/objects/char/12048-2.cc: New test.
1012         * testsuite/27_io/objects/char/12048-3.cc: New test.
1013         * testsuite/27_io/objects/char/12048-4.cc: New test.
1014         * testsuite/27_io/objects/char/12048-5.cc: New test. XFAIL.
1015         * testsuite/27_io/objects/wchar_t/12048-1.cc: New test.
1016         * testsuite/27_io/objects/wchar_t/12048-2.cc: New test.
1017         * testsuite/27_io/objects/wchar_t/12048-3.cc: New test.
1018         * testsuite/27_io/objects/wchar_t/12048-4.cc: New test.
1019         * testsuite/27_io/objects/wchar_t/12048-5.cc: New test. XFAIL.
1020         * testsuite/ext/stdio_sync_filebuf_char.cc
1021         (test02, test03, test04, test05): New tests.
1022         * testsuite/ext/stdio_sync_filebuf_wchar_t.cc
1023         (test02, test03, test04, test05): New tests.
1024
1025 2003-09-03  Petur Runolfsson  <peturr02@ru.is>
1026
1027         * docs/html/27_io/howto.html: setbuf(0, 0) has no effect on
1028         stringbuf or strstreambuf. Fix typos.
1029
1030 2003-09-02  Phil Edwards  <phil@codesourcery.com>
1031
1032         * acinclude.m4 (GLIBCXX_ENABLE_HOSTED):  #define _GLIBCXX_HOSTED
1033         appropriately.
1034         * config.h.in:  Add _GLIBCXX_HOSTED.
1035         * libsupc++/eh_term_handler.cc:  Test it here; initialize
1036         __terminate_handler to std::abort if freestanding.
1037         * aclocal.m4, configure:  Regenerated.
1038         * docs/html/configopts.html:  Document --disable-hosted-libstdcxx.
1039
1040 2003-08-29  Nathan Myers  <ncm@cantrip.org>
1041         
1042         PR libstdc++/11990      
1043         * include/bits/locale_facets.tcc (__pad): delete dead code.
1044
1045 2003-08-28  Alan Modra  <amodra@bigpond.net.au>
1046
1047         * configure.ac: Test $with_cross_host against $build_alias, not $build.
1048         * configure: Regenerate.
1049
1050 2003-08-27  Petur Runolfsson  <peturr02@ru.is>
1051
1052         * testsuite/27_io/objects/wchar_t/10.cc: Move wcout stuff...
1053         * testsuite/27_io/objects/wchar_t/11.cc: ...here. New file.
1054
1055 2003-08-27  Phil Edwards  <pme@gcc.gnu.org>
1056
1057         * Makefile.am:  Remove trailing whitespace.  Remove needless
1058         "foo = @foo@" assignments.  Replace direct uses of @foo@ with $(foo).
1059         * include/Makefile.am:  Likewise.
1060         * libmath/Makefile.am:  Likewise.
1061         * libsupc++/Makefile.am:  Likewise.
1062         * po/Makefile.am:  Likewise.
1063         * src/Makefile.am:  Likewise.
1064         * testsuite/Makefile.am:  Likewise.
1065
1066         * Makefile.in, include/Makefile.in, libmath/Makefile.in,
1067         libsupc++/Makefile.in, po/Makefile.in, src/Makefile.in,
1068         testsuite/Makefile.in:  Regenerated.
1069
1070 2003-08-27  Phil Edwards  <pme@gcc.gnu.org>
1071
1072         * acinclude.m4 (GLIBCXX_EXPORT_INCLUDES):  Change quoting of
1073         includedir.
1074         * aclocal.m4, configure:  Regenerate.
1075
1076 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
1077
1078         * acinclude.m4: Include no-executables.m4.
1079         * configure.ac: Uncomment GCC_NO_EXECUTABLES.
1080         * aclocal.m4: Regenerated.
1081         * configure: Regenerated.
1082
1083 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
1084
1085         * acinclude.m4: Don't call AC_ISC_POSIX.
1086         * aclocal.m4: Regenerated.
1087         * configure: Regenerated.
1088
1089 2003-08-27  Phil Edwards  <pme@gcc.gnu.org>
1090
1091         * acinclude.m4 (GLIBCXX_CONDITIONAL):  New macro.  Wrap
1092         AM_CONDITIONAL.  Replace all calls to AM_CONDITIONAL with this one.
1093         (GLIBCXX_ENABLE_HOSTED):  New macro, sets new variable is_hosted,
1094         used elsewhere in this file.
1095         (GLIBCXX_EVALUATE_CONDITIONALS):  New macro...
1096         * configure.ac:  ...called here to expand all conditionals.
1097         * Makefile.am:  Conditionalize SUBDIRS on GLIBCXX_HOSTED.
1098         * include/Makefile.am:  Remove redundant gxx_include_dir assignment.
1099         (install-freestanding-headers):  New target, a subset of
1100         install-headers.  Conditionalize install-data-local on GLIBCXX_HOSTED.
1101
1102         * aclocal.m4, configure, Makefile.in, include/Makefile.in,
1103         libmath/Makefile.in, libsupc++/Makefile.in, po/Makefile.in,
1104         src/Makefile.in, testsuite/Makefile.in:  Regenerated.
1105
1106 2003-08-26  Phil Edwards  <pme@gcc.gnu.org>
1107
1108         * docs/doxygen/run_doxygen:  Shell fixes.  Remove hardcoded local
1109         pathnames from generated tag file.
1110
1111 2003-08-26  Phil Edwards  <pme@gcc.gnu.org>
1112
1113         * Makefile.am:  Add comment.
1114         * acinclude.m4 (GLIBCXX_CONFIGURE):  Set new glibcxx_SUBDIRS and
1115         SUBDIRS variables.
1116         * configure.ac:  Use them both here, instead of hardcoded lists.
1117
1118         * fragment.am:  Add STAMP varaible.
1119         * include/Makefile.am:  Cosmetic whitespace cleanup.  Use $(LN_S)
1120         instead of @LN_S@.
1121         (stamp-*):  Move file creation rule outside of 'if' branches to
1122         ensure the stamp-* files are actually updated.  Use $(STAMP).
1123         * src/Makefile.am:  Remove now-nonexistant variable.
1124         * libsupc++/Makefile.am:  Likewise.  Snap the assignment chain
1125         for -prefer-pic.
1126         * po/Makefile.am:  Include same fragment as all the others.
1127
1128         * aclocal.m4, configure, Makefile.in, include/Makefile.in,
1129         libsupc++/Makefile.in, po/Makefile.in, src/Makefile.in:  Regenerated.
1130
1131 2003-08-26  Loren J. Rittle  <ljrittle@acm.org>
1132
1133         * testsuite/data/cin_unget-1.txt: New.
1134         * testsuite/27_io/objects/char/12048.cc: New.
1135
1136 2003-08-25  Zack Weinberg  <zack@codesourcery.com>
1137
1138         * config/os/hpux/os_defines.h: Unconditionally define
1139         _GLIBCXX_GTHREAD_USE_WEAK to 0.
1140
1141 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
1142
1143         * crossconfig.m4 (*-darwin*): Add a large and boring stanza for
1144         crosses to Darwin targets.
1145         * configure: Regenerate.
1146
1147 2003-08-19  Petur Runolfsson  <peturr02@ru.is>
1148
1149         * include/ext/ropeimpl.h: #include <ostream> instead of <iostream>
1150
1151 2003-08-17  Phil Edwards  <pme@gcc.gnu.org>
1152
1153         * configure.ac:  GCC_NO_EXECUTABLES was supposed to be commented
1154         in the patch from 3 minutes ago.  Boy, is my face red.
1155         * configure:  At least I remembered to regenerate this.
1156
1157 2003-08-17  Phil Edwards  <pme@gcc.gnu.org>
1158
1159         * acinclude.m4 (GLIBCXX_EXPORT_INCLUDES):  Remove LIBMATH_INCLUDES
1160         and LIBSUPCXX_INCLUDES.  Re-purpose TOPLEVEL_INCLUDES to refer to
1161         things from the top level.
1162         * configure.ac (GLIBCXX_IS_NATIVE):  Determine earlier and re-order.
1163         Comment out the conditionals for CANADIAN and GLIBCXX_BUILD_LIBMATH
1164         (currently unused).  Strip the fake-VPATH shell fragment from
1165         automake-generated rules, if present.
1166         * linkage.m4:  Add comment.
1167
1168         * fragment.am:  New file, containing factored-out common settings.
1169         (AM_CPPFLAGS):  Absorb the deprecated INCLUDES variable contents.
1170         * Makefile.am:  Include fragment.am.  Remove common variables.
1171         * include/Makefile.am:  Likewise.
1172         * libmath/Makefile.am:  Likewise.
1173         * libsupc++/Makefile.am:  Likewise.
1174         * po/Makefile.am:  Likewise.  Print rules during check.
1175         * src/Makefile.am:  Likewise.
1176         * testsuite/Makefile.am:  Likewise.
1177
1178         * aclocal.m4, configure, Makefile.in, include/Makefile.in,
1179         libmath/Makefile.in, libsupc++/Makefile.in, po/Makefile.in,
1180         src/Makefile.in, testsuite/Makefile.in:  Regenerate.
1181
1182 2003-08-11  John Levon  <levon@movementarian.org>
1183
1184         * docs/html/ext/howto/guide.html (GLIBCXX_FORCE_NEW): Update
1185         remaining places for the name change from GLIBCPP_FORCE_NEW
1186         to GLIBCXX_FORCE_NEW
1187
1188 2003-08-11  Benjamin Kosnik  <bkoz@redhat.com>
1189
1190         * include/bits/basic_ios.h: Remove *_iter typedefs, change num*
1191         typedefs to num_*.
1192         * include/bits/basic_ios.tcc: Same.
1193         * include/bits/istream.tcc: Same.
1194         * include/bits/locale_facets.h: Same.
1195         * include/bits/ostream.tcc: Same.
1196         * include/std/std_istream.h: Same.
1197         * include/std/std_ostream.h: Same.
1198         * testsuite/26_numerics/complex_inserters_extractors.cc: Fix.
1199
1200         * include/ext/rope: Remove build warning.
1201
1202 2003-08-11  Andreas Jaeger  <aj@suse.de>
1203
1204         * include/Makefile.am (stamp-c_base): Add dependency on stamp-bits
1205         to make SMP-safe.
1206         * include/Makefile.in: Regenerated.
1207
1208 2003-08-11  Phil Edwards  <pme@gcc.gnu.org>
1209
1210         * acinclude.m4 (GLIBCXX_CONFIGURE):  Unprecious CC and CFLAGS
1211         when calling AC_PROG_CC.
1212         * aclocal.m4, configure:  Regenerate.
1213
1214 2003-08-11  Phil Edwards  <pme@gcc.gnu.org>
1215
1216         * acinclude.m4:  Properly quote variable which will be expanded
1217         inside makefiles.  Use CXX instead of CC to extract compiler info.
1218         * configure.ac (AC_INIT):  Use the new 4-arg form to finally get the
1219         correct form in PACKAGE.
1220         * aclocal.m4, configure:  Regenerate.
1221
1222 2003-08-08  Benjamin Kosnik  <bkoz@redhat.com>
1223
1224         * testsuite/Makefile.am (check-abi): Change libstdc++-v3 to libstdc++.
1225         (check-abi-verbose): Same.
1226         * testsuite/testsuite_performance.h (report_performance): Same.
1227
1228 2003-08-08  Loren J. Rittle  <ljrittle@acm.org>
1229
1230         * testsuite/testsuite_performance.h (__FreeBSD__): Add fake mallinfo.
1231
1232 2003-08-07  Doug Gregor  <dgregor@apple.com>
1233
1234         * include/bits/char_traits.h (char_traits::not_eof): Match operand
1235         types in ? :.
1236
1237 2003-08-07  Bernardo Innocenti  <bernie@develer.com>
1238
1239         PR libstdc++/11784
1240         * libstdc++-v3/config/cpu/m68k/atomicity.h (__exchange_and_add):
1241         Replace variants with new BSET-based version.
1242
1243 2003-08-07  Carlo Wood  <carlo@alinoe.com>
1244
1245         * include/bits/demangle.h: Do not use cctype functions that depend
1246         on locale.
1247
1248 2003-08-05  Phil Edwards  <pme@gcc.gnu.org>
1249
1250         * configure.in:  Rename...
1251         * configure.ac:  ...to this.
1252         * docs/html/17_intro/porting.texi:  Update name.
1253
1254         * docs/html/17_intro/porting.html:  Regenerate.
1255         * config.h.in, Makefile.in, include/Makefile.in, libmath/Makefile.in,
1256         libsupc++/Makefile.in, po/Makefile.in, src/Makefile.in,
1257         testsuite/Makefile.in:  Regenerate (picks up new dependancy).
1258
1259 2003-08-05  Phil Edwards  <pme@gcc.gnu.org>
1260
1261         * acinclude.m4 (GLIBCXX_ENABLE_SJLJ_EXCEPTIONS):  Put down the crack
1262         pipe, open the window to let out the fumes, redo the option-handling
1263         logic to properly execute the detection test.
1264         * aclocal.m4, configure:  Regenerate.
1265
1266 2003-08-04  Phil Edwards  <pme@gcc.gnu.org>
1267
1268         Convert to new autotools.
1269         * acconfig.h:  Update with correct names.
1270         * configure.host (ATOMICITYH):  Rename to atomicity_include_dir.
1271         (qnx6.[12]*):  'q' comes before 's', not after 'w'.
1272         * configure.in:  Update.  Split hardcoded cross-configury settings
1273         out to...
1274         * crossconfig.m4:  ...here.  New file.  Contents untouched.
1275         * acinclude.m4:  Reorganize and rewrite as needed.  Split large
1276         chunks out to...
1277         * linkage.m4:  ...here.  New file.  Math and stdlib linkage tests.
1278         Contents untouched.
1279         * scripts/testsuite_flags.in:  Update.
1280
1281         * Makefile.am:  Remove unneeded AUTOMAKE_OPTIONS settings and other
1282         variables (already generated by automake).
1283         * include/Makefile.am:  Ditto.
1284         * libmath/Makefile.am:  Ditto.
1285         * libsupc++/Makefile.am:  Ditto.
1286         * po/Makefile.am:  Ditto.
1287         * src/Makefile.am:  Ditto.
1288
1289         * aclocal.m4:  Regenerate using new versions.
1290         * config.h.in:  Ditto.
1291         * configure:  Ditto.
1292         * Makefile.in:  Ditto.
1293         * include/Makefile.in:  Ditto.
1294         * libmath/Makefile.in:  Ditto.
1295         * libsupc++/Makefile.in:  Ditto.
1296         * po/Makefile.in:  Ditto.
1297         * src/Makefile.in:  Ditto.
1298         * testsuite/Makefile.in:  Ditto.
1299
1300 2003-08-04  Phil Edwards  <pme@gcc.gnu.org>
1301
1302         * po/libstdc++.pot:  Re-extract/regenerate.
1303
1304 2003-08-04  Phil Edwards  <pme@gcc.gnu.org>
1305
1306         * testsuite/Makefile.am (DEJATOOL,EXPECT,RUNTEST,RUNTESTFLAGS):
1307         Remove unneeded variable assignments.  Leave them for automake.
1308         * testsuite/lib/libstdc++-v3.exp:  Rename...
1309         * testsuite/lib/libstdc++.exp:  ...to this.  Adjust function names
1310         accordingly.
1311         * testsuite/libstdc++-v3.dg/dg.exp:  Rename...
1312         * testsuite/libstdc++-dg/normal.exp:  ...to this.  Adjust function
1313         names accordingly.
1314
1315 2003-08-04  Phil Edwards  <pme@gcc.gnu.org>
1316
1317         * docs/doxygen/guide.html:  run_doxygen uses bash.
1318         * docs/doxygen/mainpage.html:  We'll be shipping tag files.
1319         * docs/doxygen/run_doxygen:  Tweaks and improvements.
1320         * docs/doxygen/user.cfg.in:  Set GENERATE_TAGFILE.
1321         * docs/html/install.html:  Update autoconf/automake requirements.
1322         * docs/html/test.html:  Add section describing DejaGNU support.
1323         * docs/html/17_intro/confdeps.dot:  New file, generates...
1324         * docs/html/17_intro/confdeps.png:  ...this new file.
1325         * docs/html/Makefile:  Generated here.
1326         * docs/html/17_intro/configury.html:  New file.
1327
1328 2003-07-31  Phil Edwards  <pme@gcc.gnu.org>
1329
1330         * testsuite/lib/libstdc++-v3-dg.exp:  Rename...
1331         * testsuite/lib/libstdc++-v3.exp:  ...to this.
1332         * testsuite/libstdc++-v3.dg/dg.exp:  No special case needed now.
1333
1334 2003-07-31  Doug Gregor  <dgregor@apple.com>
1335
1336         Add user specialization tests.
1337         * testsuite/23_containers/deque/1.cc: New.
1338         * testsuite/23_containers/list/1.cc: New.
1339         * testsuite/23_containers/map/1.cc: New.
1340         * testsuite/23_containers/multimap/1.cc: New.
1341         * testsuite/23_containers/multiset/1.cc: New.
1342         * testsuite/23_containers/set/1.cc: New.
1343         * testsuite/23_containers/vector/1.cc: New.
1344
1345 2003-07-31  Benjamin Kosnik  <bkoz@redhat.com>
1346
1347         Reshuffle 23_containers testsuite.
1348         * 23_containers/adaptors.cc, bitset_ctor.cc,bitset_members.cc,
1349         bitset_shift.cc, deque_ctor.cc, deque_operators.cc,
1350         list_capacity.cc, list_ctor.cc, list_modifiers.cc, list_operators.cc,
1351         map_insert.cc, map_operators.cc, map_operators_neg.cc, multiset.cc,
1352         set_operators_neg.cc, vector_bool.cc, vector_capacity.cc,
1353         vector_ctor.cc, vector_element_access.cc, vector_modifiers.cc,
1354         vector_resize.cc: Split into...
1355         * 23_containers/bitset/cons/1.cc: New.
1356         * 23_containers/bitset/cons/6282.cc: New.
1357         * 23_containers/bitset/count/6124.cc: New.
1358         * 23_containers/bitset/operations/1.cc: New.
1359         * 23_containers/bitset/operations/2.cc: New.
1360         * 23_containers/bitset/test/1.cc: New.
1361         * 23_containers/bitset/to_ulong/1.cc: New.
1362         * 23_containers/deque/cons/1.cc: New.
1363         * 23_containers/deque/cons/2.cc: New.
1364         * 23_containers/deque/operators/1.cc: New.
1365         * 23_containers/list/capacity/1.cc: New.
1366         * 23_containers/list/cons/1.cc: New.
1367         * 23_containers/list/cons/2.cc: New.
1368         * 23_containers/list/cons/3.cc: New.
1369         * 23_containers/list/cons/4.cc: New.
1370         * 23_containers/list/cons/5.cc: New.
1371         * 23_containers/list/cons/6.cc: New.
1372         * 23_containers/list/cons/7.cc: New.
1373         * 23_containers/list/cons/8.cc: New.
1374         * 23_containers/list/cons/9.cc: New.
1375         * 23_containers/list/modifiers/1.cc: New.
1376         * 23_containers/list/modifiers/2.cc: New.
1377         * 23_containers/list/modifiers/3.cc: New.
1378         * 23_containers/list/operators/1.cc: New.
1379         * 23_containers/list/operators/2.cc: New.
1380         * 23_containers/list/operators/3.cc: New.
1381         * 23_containers/list/operators/4.cc: New.
1382         * 23_containers/map/insert/1.cc: New.
1383         * 23_containers/map/operators/1.cc: New.
1384         * 23_containers/map/operators/1_neg.cc: New.
1385         * 23_containers/multiset/insert/1.cc: New.
1386         * 23_containers/priority_queue/members/7161.cc: New.
1387         * 23_containers/queue/members/7157.cc: New.
1388         * 23_containers/set/operators/1_neg.cc: New.
1389         * 23_containers/stack/members/7158.cc: New.
1390         * 23_containers/vector/bool/1.cc: New.
1391         * 23_containers/vector/bool/6886.cc: New.
1392         * 23_containers/vector/capacity/1.cc: New.
1393         * 23_containers/vector/capacity/2.cc: New.
1394         * 23_containers/vector/capacity/8230.cc: New.
1395         * 23_containers/vector/cons/1.cc: New.
1396         * 23_containers/vector/cons/2.cc: New.
1397         * 23_containers/vector/cons/3.cc: New.
1398         * 23_containers/vector/cons/4.cc: New.
1399         * 23_containers/vector/cons/6513.cc: New.
1400         * 23_containers/vector/element_access/1.cc: New.
1401         * 23_containers/vector/modifiers/1.cc: New.
1402         * 23_containers/vector/modifiers/2.cc: New.
1403         * 23_containers/vector/resize/1.cc: New.
1404
1405 2003-07-31  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1406
1407         * testsuite/thread/pthread1.cc: Add alpha*-*-osf* to dg-do run,
1408         dg-options.
1409         * testsuite/thread/pthread2.cc: Likewise.
1410         * testsuite/thread/pthread3.cc: Likewise.
1411         * testsuite/thread/pthread4.cc: Likewise.
1412         * testsuite/thread/pthread5.cc: Likewise.
1413         * testsuite/thread/pthread6.cc: Likewise.
1414         * testsuite/thread/pthread7-rope.cc: Likewise.
1415
1416 2003-07-30  Phil Edwards  <pme@gcc.gnu.org>
1417
1418         * include/bits/c++config:  Partial reversion (comment placement) of
1419         previous patch.
1420
1421 2003-07-30  Benjamin Kosnik  <bkoz@redhat.com>
1422
1423         * include/bits/c++config (_GLIBCXX_FULLY_COMPLIANT_HEADERS): Remove.
1424         (_GLIBCXX_NO_TEMPLATE_EXPORT): To _GLIBCXX_EXPORT_TEMPLATE.
1425         (_GLIBCXX_AT_AT): Remove.
1426         (__USE_MALLOC): Remove.
1427         * include/std/std_fstream.h: Modify.
1428         * include/bits/basic_ios.h: Same.
1429         * include/bits/valarray_array.h: Same.
1430         * include/c_std/std_cmath.h: Same.
1431         * include/c_std/cmath.tcc: Same.
1432         * include/std/std_vector.h: Same.
1433         * include/std/std_string.h: Same.
1434         * include/std/std_stack.h: Same.
1435         * include/std/std_queue.h: Same.
1436         * include/std/std_list.h: Same.
1437         * include/std/std_deque.h: Same.
1438         * include/std/std_streambuf.h: Same.
1439         * include/std/std_sstream.h: Same.
1440         * include/std/std_ostream.h: Same.
1441         * include/std/std_istream.h: Same.
1442         * include/bits/valarray_array.tcc: Same, format.
1443
1444         * include/c/std_cctype.h: Fix include guards.
1445         * include/c/std_cerrno.h: Same.
1446         * include/c/std_cfloat.h: Same.
1447         * include/c/std_climits.h: Same.
1448         * include/c/std_clocale.h: Same.
1449         * include/c/std_cmath.h: Same.
1450         * include/c/std_csetjmp.h: Same.
1451         * include/c/std_csignal.h: Same.
1452         * include/c/std_cstdarg.h: Same.
1453         * include/c/std_cstddef.h: Same.
1454         * include/c/std_cstdio.h: Same.
1455         * include/c/std_cstdlib.h: Same.
1456         * include/c/std_cstring.h: Same.
1457         * include/c/std_ctime.h: Same.
1458         * include/c/std_cwchar.h: Same.
1459         * include/c/std_cwctype.h: Same.
1460         * include/c_std/cmath.tcc: Same.
1461         * include/c_std/std_cmath.h: Same.
1462
1463 2003-07-30  Gawain Bolton  <gp.bolton@computer.org>
1464
1465         PR libstdc++/11504.
1466         * include/bits/stl_tree.h: Replace C-style casts with C++-style
1467         casts.  Changes to avoid casting away constness.  Eliminate
1468         _Rb_tree_base_iterator class.  Change _Rb_tree_iterator to use
1469         initialization lists.  Move out implementation of __black_count()
1470         to...
1471         * src/stl_tree.cc: ...here and rename _Rb_tree_black_count().
1472         Rename_Rb_tree_base_iterator::_M_increment() to
1473         _Rb_tree_increment and _Rb_tree_base_iterator::_M_decrement() to
1474         _Rb_tree_decrement.
1475         * config/linker-map.gnu: Add and change symbols here.
1476
1477 2003-07-30  Jonathan Wakely  <redi@gcc.gnu.org>
1478
1479         * docs/html/22_locale/howto.html: Use locale::classic() instead
1480         of locale("C").
1481
1482 2003-07-28  Benjamin Kosnik  <bkoz@redhat.com>
1483
1484         * testsuite/testsuite_hooks.h: Remove list include.
1485         (func_callback): Define as unique type, not std::list.
1486         Change DEBUG_ASSERT to _GLIBCXX_ASSERT.
1487         * testsuite/libstdc++-v3.dg/dg.exp: Same.
1488         * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init): Same.
1489         * testsuite/23_containers/bitset_ctor.cc:
1490         * testsuite/17_intro/header_ciso646.cc: Remove DEBUG_ASSERT.
1491         * testsuite/18_support/numeric_limits.cc: Same.
1492         * testsuite/21_strings/basic_string/append/char/1.cc: Same.
1493         * testsuite/21_strings/basic_string/append/wchar_t/1.cc: Same.
1494         * testsuite/21_strings/basic_string/compare/char/1.cc: Same.
1495         * testsuite/21_strings/basic_string/compare/wchar_t/1.cc: Same.
1496         * testsuite/21_strings/basic_string/element_access/char/1.cc: Same.
1497         * testsuite/21_strings/basic_string/element_access/char/2.cc: Same.
1498         * testsuite/21_strings/basic_string/element_access/char/3.cc: Same.
1499         * testsuite/21_strings/basic_string/element_access/wchar_t/1.cc: Same.
1500         * testsuite/21_strings/basic_string/element_access/wchar_t/2.cc: Same.
1501         * testsuite/21_strings/basic_string/element_access/wchar_t/3.cc: Same.
1502         * testsuite/21_strings/basic_string/find/char/1.cc: Same.
1503         * testsuite/21_strings/basic_string/find/char/2.cc: Same.
1504         * testsuite/21_strings/basic_string/find/char/3.cc: Same.
1505         * testsuite/21_strings/basic_string/find/wchar_t/1.cc: Same.
1506         * testsuite/21_strings/basic_string/find/wchar_t/2.cc: Same.
1507         * testsuite/21_strings/basic_string/find/wchar_t/3.cc: Same.
1508         * testsuite/21_strings/basic_string/insert/char/1.cc: Same.
1509         * testsuite/21_strings/basic_string/insert/char/2.cc: Same.
1510         * testsuite/21_strings/basic_string/insert/wchar_t/1.cc: Same.
1511         * testsuite/21_strings/basic_string/insert/wchar_t/2.cc: Same.
1512         * testsuite/21_strings/basic_string/inserters_extractors/char/1.cc:
1513         * testsuite/21_strings/basic_string/inserters_extractors/char/4.cc:
1514         * testsuite/21_strings/basic_string/inserters_extractors/char/5.cc:
1515         * testsuite/21_strings/basic_string/inserters_extractors/char/6.cc:
1516         * testsuite/21_strings/basic_string/inserters_extractors/char/7.cc:
1517         * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/1.cc:
1518         * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/4.cc:
1519         * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/5.cc:
1520         * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/6.cc:
1521         * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/7.cc:
1522         * testsuite/21_strings/basic_string/operators/char/1.cc: Same.
1523         * testsuite/21_strings/basic_string/operators/char/2.cc: Same.
1524         * testsuite/21_strings/basic_string/operators/wchar_t/1.cc: Same.
1525         * testsuite/21_strings/basic_string/operators/wchar_t/2.cc: Same.
1526         * testsuite/21_strings/basic_string/replace/char/1.cc: Same.
1527         * testsuite/21_strings/basic_string/replace/wchar_t/1.cc: Same.
1528         * testsuite/21_strings/basic_string/rfind/char/1.cc: Same.
1529         * testsuite/21_strings/basic_string/rfind/char/2.cc: Same.
1530         * testsuite/21_strings/basic_string/rfind/char/3.cc: Same.
1531         * testsuite/21_strings/basic_string/rfind/wchar_t/1.cc: Same.
1532         * testsuite/21_strings/basic_string/rfind/wchar_t/2.cc: Same.
1533         * testsuite/21_strings/basic_string/rfind/wchar_t/3.cc: Same.
1534         * testsuite/21_strings/basic_string/substr/char/1.cc: Same.
1535         * testsuite/21_strings/basic_string/substr/wchar_t/1.cc: Same.
1536         * testsuite/23_containers/bitset_ctor.cc: Same.
1537         * testsuite/23_containers/bitset_shift.cc: Same.
1538         * testsuite/23_containers/vector_ctor.cc: Same.
1539         * testsuite/23_containers/vector_element_access.cc: Same.
1540         * testsuite/24_iterators/istreambuf_iterator.cc: Same.
1541         * testsuite/24_iterators/iterator.cc: Same.
1542         * testsuite/24_iterators/ostreambuf_iterator.cc: Same.
1543         * testsuite/25_algorithms/lower_bound.cc: Same.
1544         * testsuite/26_numerics/complex_inserters_extractors.cc: Same.
1545         * testsuite/27_io/basic_istream/extractors_arithmetic/char/01.cc: Same.
1546         * testsuite/27_io/basic_istream/extractors_arithmetic/char/02.cc: Same.
1547         * testsuite/27_io/basic_istream/extractors_arithmetic/char/03.cc: Same.
1548         * testsuite/27_io/basic_istream/extractors_arithmetic/char/06.cc: Same.
1549         * testsuite/27_io/basic_istream/extractors_arithmetic/char/07.cc: Same.
1550         * testsuite/27_io/basic_istream/extractors_arithmetic/char/08.cc: Same.
1551         * testsuite/27_io/basic_istream/extractors_arithmetic/char/09.cc: Same.
1552         * testsuite/27_io/basic_istream/extractors_arithmetic/char/10.cc: Same.
1553         * testsuite/27_io/basic_ostream/inserters_arithmetic/char/1.cc: Same.
1554         * testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/1.cc:
1555         Same.
1556
1557 2003-07-28  Phil Edwards  <pme@gcc.gnu.org>
1558
1559         * docs/doxygen/user.cfg.in, docs/html/abi.txt, docs/html/debug.html,
1560         docs/html/test.html, docs/html/17_intro/headers_cc.txt,
1561         docs/html/17_intro/howto.html, docs/html/ext/howto.html:  Change
1562         GLIBCPP to GLIBCXX (and explain as needed).
1563
1564 2003-07-28  Phil Edwards  <pme@gcc.gnu.org>
1565
1566         * README:  Update.
1567
1568 2003-07-28  Phil Edwards  <pme@gcc.gnu.org>
1569
1570         * testsuite/22_locale/messages/members/char/1.cc,
1571         testsuite/22_locale/messages/members/char/2.cc,
1572         testsuite/22_locale/messages/members/char/3.cc,
1573         testsuite/22_locale/messages_byname/1.cc:  Update comment regarding
1574         the origin of LOCALEDIR.
1575         * testsuite/lib/libstdc++-v3.exp:  New file.
1576
1577 2003-07-25  Benjamin Kosnik  <bkoz@redhat.com>
1578
1579         * include/bits/char_traits.h: Update copyright, tweak.
1580         * testsuite/ext/pod_char_traits.cc: Explicitly qualify namespace
1581         std types.
1582
1583 2003-07-24  Matt Austern  <austern@apple.com>
1584
1585         * /include/bits/char_traits.h (class char_traits): Put all the
1586         real work into the new class template __gnu_cxx::char_traits.
1587         Gave generic definitions for member functions.  Types are taken
1588         from the new class template __gnu_cxx::_Char_types.
1589         * testsuite/21_strings/char_traits/requirements/short/1.cc: New
1590         file.  Test of std::char_traits<short>, which serves as a test of
1591         the char_traits primary template.
1592
1593 2003-07-24  Benjamin Kosnik  <bkoz@redhat.com>
1594
1595         * testsuite/*: Change __gnu_cxx_test to __gnu_test.
1596
1597 2003-07-24  Nathan Myers  <ncm-nospam@cantrip.org>
1598
1599         * testsuite/23_containers/map_operators.cc: Conform to
1600         container requirement as value must be Assignable.
1601
1602 2003-07-23  Alexandre Oliva  <aoliva@redhat.com>
1603
1604         * acinclude.m4 (GLIBCXX_ENABLE_PCH): Rework test such that it
1605         tests not only generation of pch files, but also their use.
1606         * aclocal.m4, configure: Rebuilt.
1607
1608 2003-07-23  Steve Ellcey  <sje@cup.hp.com>
1609
1610         * config/cpu/hppa/atomicity.h: Change
1611         _GLIBCXX_INST_GLIBCXX_ATOMICITY_LOCK to _GLIBCXX_INST_ATOMICITY_LOCK
1612         to match misc-inst.cc
1613
1614 2003-07-23  Steve Ellcey  <sje@cup.hp.com>
1615
1616         * include/c_std/cmath.tcc: Use _GLIBCXX_ prefix on file guard.
1617         * include/c_std/std_cctype.h: Ditto.
1618         * include/c_std/std_cerrno.h: Ditto.
1619         * include/c_std/std_cfloat.h: Ditto.
1620         * include/c_std/std_climits.h: Ditto.
1621         * include/c_std/std_clocale.h: Ditto.
1622         * include/c_std/std_cmath.h: Ditto.
1623         * include/c_std/std_csetjmp.h: Ditto.
1624         * include/c_std/std_csignal.h: Ditto.
1625         * include/c_std/std_cstdarg.h: Ditto.
1626         * include/c_std/std_cstddef.h: Ditto.
1627         * include/c_std/std_cstdio.h: Ditto.
1628         * include/c_std/std_cstdlib.h: Ditto.
1629         * include/c_std/std_cstring.h: Ditto.
1630         * include/c_std/std_ctime.h: Ditto.
1631         * include/c_std/std_cwchar.h: Ditto.
1632         * include/c_std/std_cwctype.h: Ditto.
1633         * include/std/std_algorithm.h: Ditto.
1634         * include/std/std_bitset.h: Ditto.
1635         * include/std/std_complex.h: Ditto.
1636         * include/std/std_deque.h: Ditto.
1637         * include/std/std_fstream.h: Ditto.
1638         * include/std/std_functional.h: Ditto.
1639         * include/std/std_iomanip.h: Ditto.
1640         * include/std/std_ios.h: Ditto.
1641         * include/std/std_iosfwd.h: Ditto.
1642         * include/std/std_iostream.h: Ditto.
1643         * include/std/std_istream.h: Ditto.
1644         * include/std/std_iterator.h: Ditto.
1645         * include/std/std_limits.h: Ditto.
1646         * include/std/std_list.h: Ditto.
1647         * include/std/std_locale.h: Ditto.
1648         * include/std/std_map.h: Ditto.
1649         * include/std/std_memory.h: Ditto.
1650         * include/std/std_numeric.h: Ditto.
1651         * include/std/std_ostream.h: Ditto.
1652         * include/std/std_queue.h: Ditto.
1653         * include/std/std_set.h: Ditto.
1654         * include/std/std_sstream.h: Ditto.
1655         * include/std/std_stack.h: Ditto.
1656         * include/std/std_stdexcept.h: Ditto.
1657         * include/std/std_streambuf.h: Ditto.
1658         * include/std/std_string.h: Ditto.
1659         * include/std/std_utility.h: Ditto.
1660         * include/std/std_valarray.h: Ditto.
1661         * include/std/std_vector.h: Ditto.
1662
1663 2003-07-22  Doug Gregor  <dgregor@apple.com>
1664
1665         * include/bits/basic_string.h (basic_string::insert): Deprecate
1666         GNU extension.
1667
1668 2003-07-21  Benjamin Kosnik  <bkoz@redhat.com>
1669
1670         * scripts/testsuite_flags.in (--build-includes): Remove extraneous
1671         paths for libio.
1672         * testsuite/27_io/basic_istream/sentry/char/3983-fstream.cc
1673         (test03): Include typeinfo for bad_cast.
1674         * testsuite/27_io/basic_ostream/sentry/char/3983-sstream.cc: Same.
1675         * testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc: Same.
1676         * testsuite/27_io/basic_istream/sentry/char/3983-sstream.cc: Same.
1677
1678 2003-07-21  Doug Gregor  <dgregor@apple.com>
1679
1680         * include/bits/boost_concept_check.h:
1681         (_EqualityComparableConcept::__constraints): Remove != from the
1682         list of constraints; it is not listed in Table 28 of the C++98
1683         standard.
1684
1685 2003-07-18  Andreas Jaeger  <aj@suse.de>
1686
1687         * config/abi/sparc-linux-gnu/baseline_symbols.txt: New file.
1688         * config/abi/mips-linux-gnu/baseline_symbols.txt: New file.
1689         * config/abi/hppa-linux-gnu/baseline_symbols.txt: New file.
1690         * config/abi/x86_64-linux-gnu/baseline_symbols.txt: Regenerated.
1691
1692 2003-07-17  Benjamin Kosnik  <bkoz@redhat.com>
1693
1694         * config/linker-map.gnu: Add __moneypunct_cache, __timepunct_cache.
1695         * config/locale/generic/messages_members.h: Tweaks.
1696         * config/locale/generic/monetary_members.cc
1697         (moneypunct::_M_initialize_moneypunct): Use cache.
1698         (moneypunct::~moneypunct): Delete cache.
1699         * config/locale/generic/time_members.cc:
1700         (__timepunct::_M_initialize_timepunct): Use cache.
1701         * config/locale/generic/time_members.h:
1702         (__timepunct::~__timepunct): Delete cache.
1703         (__timepunct::__timepunct): Set cache.
1704         * config/locale/gnu/messages_members.h: Tweaks.
1705         * config/locale/gnu/monetary_members.cc:
1706         (moneypunct::_M_initialize_moneypunct): Use cache.
1707         (moneypunct::~moneypunct): Delete cache.
1708         * config/locale/gnu/time_members.cc:
1709         (__timepunct::_M_initialize_timepunct): Use cache.
1710         * config/locale/gnu/time_members.h:
1711         (__timepunct::~__timepunct): Delete cache.
1712         (__timepunct::__timepunct): Set cache.
1713         * include/bits/locale_facets.h (__timepunct_cache): New.
1714         (__moneypunct_cache): New.
1715         * include/bits/locale_facets.tcc: Tweak.
1716         * src/locale.cc (__timepunct::_S_timezones): Adjust for cache.
1717         * src/locale-inst.cc: Instantiate caches.
1718         * src/globals.cc: Add "C" caches.
1719         * src/localename.cc: Use external "C" caches.
1720
1721 2003-07-17  Phil Edwards  <pme@gcc.gnu.org>
1722
1723         * docs/doxygen/guide.html:  Fix typo.
1724
1725 2003-07-16  Benjamin Kosnik  <bkoz@redhat.com>
1726
1727         * include/ext/pod_char_traits.h: Add state template argument.
1728
1729 2003-07-16  Benjamin Kosnik  <bkoz@redhat.com>
1730
1731         * include/bits/locale_facets.h (__num_base::_S_atoms_in): Add -+xX.
1732         (num_get::_M_convert_int): To _M_insert_int.
1733         (num_get::_M_convert_float): To _M_insert_float.
1734         * include/bits/locale_facets.tcc (num_get::_M_extract_float):
1735         Use caches for ctype, num_get.
1736         (num_get::_M_extract_int): Same.
1737         (num_get::get(bool)): Same.
1738         (__verify_grouping): Use size_t.
1739         * src/locale-inst.cc: Update.
1740         * src/locale.cc: Adjust _S_atoms_in.
1741
1742 2003-07-16  Phil Edwards  <pme@gcc.gnu.org>
1743
1744         * docs/doxygen/mainpage.html:  Move building/writing instructions...
1745         * docs/doxygen/guide.html:  ...to here.  New file.
1746
1747 2003-07-16  Jonathan Wakely  <redi@gcc.gnu.org>
1748
1749         * docs/html/ext/howto.html: Update URL for SGI STL docs.
1750         * docs/html/faq/index.html: Same.
1751         * docs/html/faq/index.txt: Regenerate.
1752
1753 2003-07-16  Paolo Carlini  <pcarlini@unitus.it>
1754
1755         PR libstdc++/11528
1756         * include/bits/locale_facets.tcc (money_get::do_get):
1757         Strip only _leading_ zeros.
1758         * testsuite/22_locale/money_get/get/char/11528.cc: Add.
1759         * testsuite/22_locale/money_get/get/wchar_t/11528.cc: Add.
1760
1761 2003-07-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1762
1763         * include/ext/hash_map (class hash_multimap): Remove extra
1764         semicolons from __glibcxx_class_requires3 entries.
1765         * include/ext/hash_set (class hash_set): Ditto.
1766         (class hash_multiset): Ditto.
1767
1768 2003-07-15  Petur Runolfsson  <peturr02@ru.is>
1769
1770         * include/bits/char_traits.h (char_traits<wchar_t>::move):
1771         Change last parameter from int_type to size_t.
1772
1773 2003-07-15  Jerry Quinn  <jlquinn@optonline.net>
1774
1775         * include/bits/stl_algo.h (includes, set_union, set_intersection,
1776         set_difference, set_symmetric_difference, max_element, min_element,
1777         next_permutation, prev_permutation, find_first_of, find_end):
1778         Document.
1779         * include/bits/stl_algobase.h (copy,copy_backward):  Clarify overlap
1780         restrictions in docs.
1781         * include/bits/stl_heap.h (push_heap, pop_heap, make_heap, sort_heap):
1782         Document.
1783         * docs/doxygen/doxygroups.cc (setoperations):  New group.
1784
1785 2003-07-15  Jerry Quinn  <jlquinn@optonline.net>
1786
1787         * include/bits/basic_string.h:  Document public functions.
1788         * docs/doxygen/TODO:  Update c21 todo.
1789
1790 2003-07-15  Jerry Quinn  <jlquinn@optonline.net>
1791
1792         * include/bits/stl_list.h:  Document more functions.
1793         * docs/doxygen/TODO:  Update c23 todo.
1794
1795 2003-07-14  Paolo Carlini  <pcarlini@unitus.it>
1796
1797         * config/locale/gnu/c_locale.h (__convert_from_v): One more
1798         qualification.
1799
1800 2003-07-14  Paolo Carlini  <pcarlini@unitus.it>
1801
1802         * include/bits/stl_tempbuf.h: Qualify free with std::.
1803         * src/locale.cc: Include <cstdlib>, qualify getenv.
1804
1805 2003-07-14  Paolo Carlini  <pcarlini@unitus.it>
1806
1807         * config/locale/gnu/c_locale.h (__convert_from_v): Include
1808         <cstdio>. Qualify names.
1809         * config/locale/generic/c_locale.h (__convert_from_v): Ditto.
1810
1811 2003-07-14  Paolo Carlini  <pcarlini@unitus.it>
1812             Nathan C. Myers  <ncm-nospam@cantrip.org>
1813
1814         PR libstdc++/11378
1815         * include/std/std_fstream.h (xsputn): Declare only.
1816         * include/bits/fstream.tcc (xsputn): Define, optimize for the
1817         always_noconv() case: when __n is sufficiently large flush
1818         the buffer and issue a direct write, if possible combining the
1819         two with writev in __basic_file<>::xsputn_2.
1820         * config/io/basic_file_stdio.h (__basic_file<>::xsputn_2):
1821         New, declare.
1822         * config/io/basic_file_stdio.cc (__basic_file<>::xsputn_2):
1823         Define.
1824         * acinclude.m4 (GLIBCXX_CHECK_WRITE): New macro, checking for
1825         the availability of writev in <sys/uio.h>.
1826         * configure.in: Call here.
1827         * acconfig.h: Add undef for the corresponding symbol.
1828         * aclocal.m4: Regenerate.
1829         * configure: Regenerate.
1830         * config.h.in: Regenerate.
1831         * testsuite/27_io/basic_filebuf/setbuf/char/3.cc: Tweak.
1832
1833         * include/std/std_fstream.h (sync): Constify a variable.
1834
1835 2003-07-14  Benjamin Kosnik  <bkoz@redhat.com>
1836
1837         * testsuite/27_io/ios_base/cons/assign_neg.cc: Fix line numbers.
1838         * testsuite/27_io/ios_base/cons/copy_neg.cc: Same.
1839
1840 2003-07-14  Gabriel Dos Reis  <gcc@integrable-solutions.net>
1841
1842         * config/locale/gnu/c_locale.h (__convert_from_v): Include
1843         <cstring> and <cstdlib>. Qualify names.
1844
1845 2003-07-13  Mark Mitchell  <mark@codesourcery.com>
1846
1847         * config/locale/generic/c_locale.h: Include <cstdlib> and
1848         <cstring>.
1849         * include/bits/boost_concept_check.h: Add this-> to unqualified
1850         method calls.
1851         * include/bits/deque.tcc: Likewise.
1852         * include/bits/locale_facets.h : Likewise.
1853         * include/bits/ostream.tcc: Likewise.
1854         * include/bits/stl_algo.h: Likewise.
1855         * include/bits/stl_bvector.h: Likewise.
1856         * include/bits/stl_deque.h: Likewise.
1857         * include/bits/stl_list.h: Likewise.
1858         * include/bits/stl_tree.h: Likewise.
1859         * include/bits/stl_vector.h: Likewise.
1860         * include/bits/vector.tcc: Likewise.
1861         * include/ext/rope: Likewise.
1862         * include/ext/ropeimpl.h: Likewise.
1863         * include/ext/stdio_filebuf.h: Likewise.
1864
1865 2003-07-11  Jerry Quinn  <jlquinn@optonline.net>
1866
1867         * include/bits/basic_ios.h (copyfmt): Document.
1868         * include/bits/ios_base.h (event, event_callback, register_callback,
1869         xalloc, iword, pword):  Document.
1870         (imbue, ~ios_base): Update docs on callbacks.
1871
1872 2003-07-11  Phil Edwards  <pme@gcc.gnu.org>
1873
1874         * acinclude.m4 (GLIBCC_ENABLE_SYMVERS):  Tweak comments.  Add
1875         warning messages if the environment cannot support symbol versioning.
1876         (port_specific_symbol_file):  It's plural, add an 's' on the end.
1877         * configure.host:  Likewise.
1878         * src/Makefile.am:  Likewise.
1879         * config/linker-map.gnu:  Remove one semicolon, heh.
1880         * scripts/extract_symvers:  Don't assume useful 'export' syntax.
1881         Set LANG as well as LC_ALL for possibly-broken sort(1)s.
1882         * aclocal.m4, configure, src/Makefile.in:  Regenerated.
1883
1884 2003-07-09  Benjamin Kosnik  <bkoz@redhat.com>
1885
1886         * include/bits/locale_facets.tcc: Use function object for
1887         __use_cache instead of template function. Partially specialize for
1888         __numpunct<_CharT>.
1889         * include/bits/locale_classes.h: Update friend declaration for
1890         __use_cache.
1891         (_M_install_cache): No throw exception specs.
1892         * src/locale.cc: Remove __use_cache specializations.
1893         * include/ext/pod_char_traits.h (length): Tweak.
1894         * include/bits/locale_facets.h (__numpunct_cache): Remove
1895         char_type typedef.
1896         * testsuite/testsuite_hooks.h (pod_unsigned_int): Remove.
1897         (pod_long): Remove.
1898         * testsuite/22_locale/numpunct/members/char/cache_1.cc: New.
1899         * testsuite/22_locale/numpunct/members/char/cache_2.cc: New.
1900         * testsuite/22_locale/numpunct/members/wchar_t/cache_1.cc: New.
1901         * testsuite/22_locale/numpunct/members/wchar_t/cache_2.cc: New.
1902         * testsuite/22_locale/numpunct/members/pod/1.cc: New.
1903         * testsuite/22_locale/numpunct/members/pod/2.cc: New.
1904
1905 2003-07-09  Jerry Quinn  <jlquinn@optonline.net>
1906
1907         * src/ios.cc (_M_grow_words):  Fix spelling.
1908
1909 2003-07-09  Gawain Bolton  <gp.bolton@computer.org>
1910
1911         * include/bits/stl_tree.h: Move larger member functions in
1912         _Rb_tree_base_iterator and _Rb_tree_node to...
1913         * src/stl_tree.cc: Here.
1914         * src/Makefile.in: Add stl_tree.cc.
1915         * src/Makefile.in: Regenerated.
1916         * config/linker-map.gnu: Add symbols here.
1917
1918 2003-07-08  Benjamin Kosnik  <bkoz@redhat.com>
1919
1920         * testsuite/ext/pod_char_traits.cc: New.
1921         * include/ext/pod_char_traits.h: New.
1922         * include/Makefile.am (ext_headers): Add pod_char_traits.h.
1923         * include/Makefile.in: Regenerate.
1924         * docs/html/21_strings/howto.html: Update.
1925
1926 2003-07-08  Gawain Bolton  <gp.bolton@computer.org>
1927
1928         * testsuite/performance/list_create_fill_sort.cc: New.
1929
1930 2003-07-08  Benjamin Kosnik  <bkoz@redhat.com>
1931
1932         * config/locale/generic/numeric_members.cc: Correct type info.
1933         * config/locale/gnu/numeric_members.cc: Same.
1934         * include/bits/locale_facets.h: Same.
1935
1936         * include/bits/char_traits.h: Correct spacing.
1937
1938         * src/locale.cc: Wrap to 80 col.
1939
1940 2003-07-07  Paolo Carlini  <pcarlini@unitus.it>
1941
1942         * include/std/std_complex.h: Partially revert last
1943         changes: cmath functions must not be qualified.
1944
1945 2003-07-06  Phil Edwards  <pme@gcc.gnu.org>
1946
1947         * acinclude.m4 (GLIBCXX_ENABLE_SYMVERS):  Do not test for binutils
1948         2.11 with globbing backport fix.
1949         * aclocal.m4, configure:  Regenerated.
1950
1951 2003-07-06  Paolo Carlini  <pcarlini@unitus.it>
1952
1953         * include/std/std_fstream.h (xsputn): Don't call _M_destroy_pback:
1954         if output is at all possible (!_M_reading), cannot be active.
1955
1956         * include/std/std_fstream.h: Tweak comments to doxygen style.
1957
1958 2003-07-06  Paolo Carlini  <pcarlini@unitus.it>
1959
1960         * include/bits/locale_classes.h: Fully qualify standard
1961         functions with std::, thus avoiding Koenig lookup.
1962         * include/bits/locale_facets.tcc: Likewise.
1963         * src/locale.cc: Likewise.
1964         * src/localename.cc: Likewise.
1965
1966 2003-07-06  Phil Edwards  <pme@gcc.gnu.org>
1967
1968         * include/bits/allocator_traits.h:  Fix doxygen markup.
1969         * include/ext/mt_allocator.h:  Likewise.
1970
1971 2003-07-06  Phil Edwards  <pme@gcc.gnu.org>
1972
1973         * testsuite/testsuite_hooks.h:  Guard against a missing unlink().
1974
1975 2003-07-05  Phil Edwards  <pme@gcc.gnu.org>
1976
1977         * acinclude.m4 (GLIBCXX_ENABLE_SYMVERS):  Bump minimal version
1978         requirement.  Add port_specific_symbol_file variable.
1979         * configure.host:  Add docs for port_specific_symbol_file.
1980         Clean up try_cpu block for x86.
1981         * config/linker-map.gnu:  No more "last symbol can't have a
1982         semicolon" kaka.  Add hook for port-specific symbols.
1983         * src/Makefile.am:  Remove trailing whitespace.
1984         (libstdc++-symbol.ver):  Detect the presence of port-specific
1985         symbols, and add them accordingly.
1986
1987         * docs/html/17_intro/porting.texi:  Bring up to date.
1988
1989         * src/Makefile.in, aclocal.m4, configure,
1990         docs/html/17_intro/porting.html:  Regenerated.
1991
1992 2003-07-05  Phil Edwards  <pme@gcc.gnu.org>
1993
1994         * scripts/create_testsuite_files:  New file.
1995         * testsuite/Makefile.am (all-local, check-performance):  Use it.
1996         * testsuite/lib/libstdc++-v3-dg.exp (v3-computer-tests):  Remove.
1997         * testsuite/Makefile.in:  Regenerated.
1998
1999         * testsuite/performance/filebuf_sputc.cc:  Remove the temporary
2000         files at the end.
2001         * testsuite/performance/fstream_seek_write.cc:  Likewise.
2002         * testsuite/performance/ofstream_insert_float.cc:  Likewise.
2003         * testsuite/performance/ofstream_insert_int.cc:  Likewise.
2004         * testsuite/abi_check.cc (main):  Nicer spacing in usage output.
2005
2006 2003-07-05  Gawain Bolton  <gp.bolton@computer.org>
2007
2008         * include/bits/stl_list.h: Performance and memory usage
2009         improvements. In particular, the behaviour of the constructor and
2010         destructor as the list header node is no longer dynamically
2011         allocated/de-allocated.
2012         * include/bits/list.tcc: Likewise.
2013
2014 2003-07-05  Paolo Carlini  <pcarlini@unitus.it>
2015
2016         * include/std/std_complex.h: Fully qualify standard
2017         functions with std::, thus avoiding Koenig lookup.
2018         * include/std/std_memory.h: Likewise.
2019         * include/std/std_valarray.h: Likewise.
2020
2021 2003-07-05  Gawain Bolton  <gp.bolton@computer.org>
2022
2023         * include/bits/stl_tree.h: _Rb_tree_rebalance():  Add local
2024           variable for grandparent and use const
2025
2026 2003-07-05  David Billinghurst <David.Billinghurst@riotinto.com>
2027
2028         * testsuite/27_io/basic_filebuf/close/char/4879.cc: xfail on cygwin
2029         * testsuite/27_io/basic_filebuf/close/char/9964.cc: Ditto
2030         * testsuite/27_io/basic_filebuf/open/char/9507.cc: Ditto
2031         * testsuite/27_io/basic_filebuf/showmanyc/char/9533-1.cc: Ditto
2032         * testsuite/27_io/basic_filebuf/underflow/char/10097.cc: Ditto
2033         * testsuite/27_io/objects/char/7.cc: Ditto
2034         * testsuite/27_io/objects/char/9661-1.cc: Ditto
2035
2036 2003-07-05  Paolo Carlini  <pcarlini@unitus.it>
2037
2038         * include/std/std_bitset.h: Fully qualify standard
2039         functions with std::, thus avoiding Koenig lookup.
2040
2041         * include/std/std_fstream.h: Change comment to doxygen style.
2042
2043 2003-07-05  Phil Edwards  <pme@gcc.gnu.org>
2044
2045         * include/std/std_limits.h:  More CPP->CXX changes.
2046         * scripts/check_survey.in:  Likewise.
2047
2048 2003-07-04  Benjamin Kosnik  <bkoz@redhat.com>
2049
2050         Move from CPP to CXX.
2051         * include/bits/c++config: Move to GLIBCXX from GLIBCPP.
2052         * testsuite/Makefile.am: Same.
2053         * testsuite/Makefile.in: Regenerate.
2054         * po/Makefile.am: Same.
2055         * po/Makefile.in: Regenerate.
2056         * libsupc++/Makefile.am: Same.
2057         * libsupc++/Makefile.in: Regenerate.
2058         * libmath/Makefile.am: Same.
2059         * libmath/Makefile.in: Regenerate.
2060         * include/Makefile.am: Same.
2061         * include/Makefile.in: Regenerate.
2062         * src/Makefile.am: Same.
2063         * src/Makefile.in: Regenerate.
2064         * acconfig.h: Same.
2065         * configure.host: Same.
2066         * configure.in: Same.
2067         * configure: Regenerate.
2068         * acinclude.m4: Same.
2069         * aclocal.m4: Same.
2070         * src: Change all files in this directory.
2071         * testsuite: Same.
2072         * include: Same, standardize include guards.
2073         * config: Same.
2074         * libsupc++: Same.
2075
2076 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
2077
2078         * testsuite/22_locale/collate/compare/wchar_t/2.cc
2079         * testsuite/22_locale/collate/compare/wchar_t/wrapped_env.cc
2080         * testsuite/22_locale/collate/compare/wchar_t/wrapped_locale.cc
2081         * testsuite/22_locale/collate/hash/wchar_t/2.cc
2082         * testsuite/22_locale/collate/hash/wchar_t/wrapped_env.cc
2083         * testsuite/22_locale/collate/hash/wchar_t/wrapped_locale.cc
2084         * testsuite/22_locale/collate/transform/wchar_t/2.cc
2085         * testsuite/22_locale/collate/transform/wchar_t/wrapped_env.cc
2086         * testsuite/22_locale/collate/transform/wchar_t/wrapped_locale.cc:
2087         XFAIL on all targets.
2088
2089 2003-07-04  Benjamin Kosnik  <bkoz@redhat.com>
2090
2091         * acinclude.m4 (GLIBCPP_ENABLE_PCH): Fix missed variable.
2092         * aclocal.m4: Regenerate.
2093         * configure: Regenerate.
2094
2095 2003-07-04  Jerry Quinn  <jlquinn@optonline.net>
2096
2097         * include/bits/locale_facets.tcc (__int_to_char): Move common case
2098         to the top.
2099
2100 2003-07-04  Benjamin Kosnik  <bkoz@redhat.com>
2101             Petur Runolfsson  <peturr02@ru.is>
2102
2103         * config/io/basic_file_stdio.cc: Revert.
2104
2105 2003-07-04  Paolo Carlini  <pcarlini@unitus.it>
2106
2107         * include/bits/deque.tcc: Fully qualify standard
2108         functions with std::, thus avoiding Koenig lookup.
2109         * include/bits/gslice_array.h: Likewise.
2110         * include/bits/indirect_array.h: Likewise.
2111         * include/bits/list.tcc: Likewise.
2112         * include/bits/mask_array.h: Likewise.
2113         * include/bits/slice_array.h: Likewise.
2114
2115 2003-07-04  Gawain Bolton  <gbolton@free.fr>
2116
2117         * include/bits/stl_tree.h: Performance and memory usage
2118         improvements.
2119
2120 2003-07-04  H.J. Lu <hongjiu.lu@intel.com>
2121
2122         * Makefile.am: Replace PWD with PWD_COMMAND.
2123         * Makefile.in: Regenerated.
2124         * docs/html/Makefile: Likewise.
2125
2126 2003-07-04  Paolo Carlini  <pcarlini@unitus.it>
2127
2128         * include/bits/valarray_array.h: Fully qualify standard
2129         functions with std::, thus avoiding Koenig lookup.
2130         * include/bits/vector.tcc: Likewise.
2131
2132 2003-07-04  Benjamin Kosnik  <bkoz@redhat.com>
2133
2134         * include/Makefile.am: Update target_ to host_.
2135         * include/Makefile.in: Regenerate.
2136         * src/Makefile.am: Same.
2137         * src/Makefile.in: Regenerate.
2138
2139         * config/os/gnu-linux/os_defines.h: Remove glibc-2.0 support.
2140
2141 2003-07-04  Benjamin Kosnik  <bkoz@redhat.com>
2142
2143         * acinclude.m4 (GLIBCPP_ENABLE_DEBUG_FLAGS): To
2144         --enable-libstdcxx-debug-flags.
2145         (GLIBCPP_ENABLE_DEBUG_FLAGS): To --enable-libstdcxx-debug.
2146         (GLIBCPP_ENABLE_PCH): To --enable-libstdcxx-pch.
2147         * aclocal.m4: Regenerate.
2148         * configure: Same.
2149         * docs/html/configopts.html: Update.
2150
2151 2003-07-04  Paolo Carlini  <pcarlini@unitus.it>
2152
2153         Revert the fix for libstdc++/11378.
2154
2155 2003-07-04  Paolo Carlini  <pcarlini@unitus.it>
2156
2157         PR libstdc++/11378
2158         * include/std/std_fstream.h (xsputn): In the unbuffered case,
2159         provided always_noconv(), issue directly _M_file.xsputn.
2160         * testsuite/performance/filebuf_unbuf_sputn.cc: New.
2161
2162 2003-07-04  Paolo Carlini  <pcarlini@unitus.it>
2163
2164         * include/bits/stl_list.h: Fully qualify standard
2165         functions with std::, thus avoiding Koenig lookup.
2166         * include/bits/stl_queue.h: Likewise.
2167         * include/bits/stl_raw_storage_iter.h: Likewise.
2168         * include/bits/stl_tempbuf.h: Likewise.
2169         * include/bits/stl_tree.h: Likewise.
2170         * include/bits/stl_uninitialized.h: Likewise.
2171         * include/bits/stl_vector.h: Likewise.
2172         * include/ext/rope: Change includes order.
2173
2174 2003-07-04  Benjamin Kosnik  <bkoz@redhat.com>
2175
2176         * configure.host (fpos_include_dir): Fix.
2177
2178 2003-07-04  Paolo Carlini  <pcarlini@unitus.it>
2179
2180         * include/bits/stl_heap.h: Fully qualify standard
2181         functions with std::, thus avoiding Koenig lookup.
2182         * include/bits/stl_iterator_base_funcs.h: Likewise.
2183
2184         * include/bits/stl_algo.h: Qualify __iterator_category too.
2185         * include/bits/stl_algobase.h: Likewise.
2186         * include/bits/stl_bvector.h: Likewise.
2187
2188         * include/bits/stl_algo.h: Don't qualify the pair type.
2189
2190 2003-07-03  Benjamin Kosnik  <bkoz@redhat.com>
2191
2192         * include/Makefile.am (target_headers): Add fpos.h
2193         (bits_headers): Remove.
2194         * include/Makefile.in: Regenerate.
2195         * configure.in: Add FPOS_INC_SRCDIR, substitute it.
2196         * configure: Regenerate.
2197         * configure.host: Add fpos_include_dir.
2198         * config/os/gnu-linux/fpos.h: New.
2199         * config/os/generic/fpos.h: Add.
2200         * include/bits/fpos.h: Remove.
2201
2202         * config/io/c_io_stdio.h: Remove fpos_t typedef.
2203
2204         * include/bits/fstream.tcc: Tweaks.
2205         * include/std/std_fstream.h: Same.
2206
2207         * testsuite/27_io/fpos/1.cc (test01): Uncomment. Move to...
2208         * testsuite/27_io/fpos/mbstate_t/1.cc: ...here.
2209         * testsuite/27_io/fpos/mbstate_t/2.cc: Same.
2210         * testsuite/27_io/fpos/mbstate_t/3.cc: Same.
2211         * testsuite/27_io/fpos/1.cc: New.
2212
2213 2003-07-03  Benjamin Kosnik  <bkoz@redhat.com>
2214             Petur Runolfsson  <peturr02@ru.is>
2215
2216         * include/std/std_streambuf.h: Remove _M_pos.
2217         * config/io/basic_file_stdio.h: Use seekpos instead of seekoff.
2218         * config/io/basic_file_stdio.cc: Same, use fseek instead of lseek,
2219         use fread/fwrite instead of read/write.
2220         * testsuite/27_io/basic_filebuf/showmanyc/char/9533-2.cc: Fix.
2221         * testsuite/27_io/basic_filebuf/sputn/char/9339.cc: Close filebufs
2222         before reading again.
2223         * testsuite/27_io/objects/char/6.cc: Tweak.
2224
2225 2003-07-03  David Edelsohn  <edelsohn@gnu.org>
2226
2227         * testsuite/22_locale/num_put/put/char/7.cc: Guard with
2228         _GLIBCPP_USE_WCHAR_T.
2229
2230 2003-07-02  Paolo Carlini  <pcarlini@unitus.it>
2231
2232         * include/bits/basic_string.tcc (_M_replace_aux): Constify
2233         __n1 and __off1.
2234
2235 2003-07-02  Paolo Carlini  <pcarlini@unitus.it>
2236
2237         * include/bits/stl_bvector.h: Fully qualify standard
2238         functions with std::, thus avoiding Koenig lookup.
2239         * include/bits/stl_construct.h: Likewise.
2240         * include/bits/stl_deque.h: Likewise.
2241
2242 2003-07-02  Paolo Carlini  <pcarlini@unitus.it>
2243
2244         * testsuite/22_locale/num_put/put/char/7.cc: Include
2245         <testsuite_hooks.h>, tweak.
2246         * testsuite/22_locale/num_put/put/wchar_t/7.cc: Likewise.
2247
2248 2003-07-01  Phil Edwards  <pme@gcc.gnu.org>
2249
2250         * testsuite/Makefile.am (AM_MAKEFLAGS):  Set to -j1 (affects
2251         check* targets, but not libs/programs).
2252         * testsuite/Makefile.in:  Regenerate.
2253
2254 2003-07-01  Roger Sayle  <roger@eyesopen.com>
2255
2256         * acinclude.m4 (GLIBCPP_CHECK_STDLIB_SUPPORT): Fix typo in CXXFLAGS.
2257         (GLIBCPP_CHECK_MATH_SUPPORT): Likewise.
2258         * aclocal.m4: Regenerate.
2259         * configure: Regenerate.
2260
2261 2003-07-01  Benjamin Kosnik  <bkoz@redhat.com>
2262
2263         * acinclude.m4 (GLIBCPP_ENABLE_PCH): Fix obvious error.
2264         * aclocal.m4: Regenerated.
2265         * configure: Regenerated.
2266
2267 2003-07-01  Paolo Carlini  <pcarlini@unitus.it>
2268
2269         PR libstdc++/11389
2270         * include/bits/fstream.tcc (underflow): For encoding() == 0
2271         don't read more than __buflen chars.
2272         * testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-1.cc: New.
2273         * testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-2.cc: New.
2274         * testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-3.cc: New.
2275         * testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-4.cc: New.
2276
2277 2003-07-01  Jerry Quinn  <jlquinn@optonline.net>
2278
2279         * 22_locale/num_put/put/char/7.cc: New.
2280         * 22_locale/num_put/put/wchar_t/7.cc: New.
2281
2282 2003-06-30  Jerry Quinn  <jlquinn@optonline.net>
2283
2284         * src/locale.cc (__use_cache<numpunct>): Revert previous relocation.
2285         * include/bits/locale_facets.tcc (__use_cache<numpunct>): Ditto.
2286
2287 2003-06-30  Benjamin Kosnik  <bkoz@redhat.com>
2288
2289         * 27_io/basic_filebuf/seekoff/char/1-in.cc: New.
2290         * 27_io/basic_filebuf/seekoff/char/1-io.cc: New.
2291         * 27_io/basic_filebuf/seekoff/char/1-out.cc: New.
2292         * 27_io/basic_filebuf/seekoff/char/2-in.cc: New.
2293         * 27_io/basic_filebuf/seekoff/char/2-io.cc: New.
2294         * 27_io/basic_filebuf/seekoff/char/2-out.cc: New.
2295         * 27_io/basic_filebuf/seekoff/char/2.cc: Remove.
2296         * 27_io/basic_filebuf/seekoff/char/3-in.cc: New.
2297         * 27_io/basic_filebuf/seekoff/char/3-io.cc: Change.
2298         * 27_io/basic_filebuf/seekoff/char/3-out.cc: New.
2299         * 27_io/basic_filebuf/seekoff/char/4-io.cc: Remove.
2300         * 27_io/basic_filebuf/seekpos/char/1-in.cc: New.
2301         * 27_io/basic_filebuf/seekpos/char/1-io.cc: New.
2302         * 27_io/basic_filebuf/seekpos/char/1-out.cc: New.
2303         * 27_io/basic_filebuf/seekpos/char/2-in.cc: New.
2304         * 27_io/basic_filebuf/seekpos/char/2-io.cc: New.
2305         * 27_io/basic_filebuf/seekpos/char/2-out.cc: New.
2306         * 27_io/basic_filebuf/seekpos/char/2.cc: Change.
2307         * 27_io/basic_filebuf/seekpos/char/3-in.cc: New.
2308         * 27_io/basic_filebuf/seekpos/char/3-io.cc: Remove.
2309         * 27_io/basic_filebuf/seekpos/char/3-out.cc: New.
2310         * 27_io/basic_filebuf/seekpos/char/4-io.cc: Remove.
2311         * data/seekoff-1.tst: Remove.
2312         * data/seekoff-1io.tst: New.
2313         * data/seekoff-1out.tst: New.
2314         * data/seekoff-2.tst: Remove.
2315         * data/seekoff-2io.tst: New.
2316         * data/seekoff-2out.tst: New.
2317         * data/seekoff.txt
2318         * data/seekpos-1.tst: Remove.
2319         * data/seekpos-1io.tst: New.
2320         * data/seekpos-1out.tst: New.
2321         * data/seekpos-2.tst: Remove.
2322         * data/seekpos-2io.tst: New.
2323         * data/seekpos-2out.tst: New.
2324         * data/seekpos.txt: New.
2325
2326 2003-06-30  Jerry Quinn  <jlquinn@optonline.net>
2327
2328         * src/locale.cc (__use_cache<numpunct>): Move from here ...
2329         * include/bits/locale_facets.tcc (__use_cache<numpunct>): To
2330         here.
2331
2332 2003-06-30  Paolo Carlini  <pcarlini@unitus.it>
2333
2334         * include/bits/stl_algobase.h: Fully qualify standard
2335         functions with std::, thus avoiding Koenig lookup.
2336
2337 2003-06-30  Doug Gregor <dgregor@apple.com>
2338
2339         * include/bits/locale_facets.tcc (money_get::do_get): Avoid
2340         subscripting empty string.
2341
2342 2003-06-30  Phil Edwards  <pme@gcc.gnu.org>
2343
2344         * testsuite/Makefile.am (check-am):  Do not override.
2345         (baseline_symbols):  Declare as PHONY, so no need to 'touch' it.
2346         * testsuite/Makefile.in:  Regenerate.
2347
2348 2003-06-30  Doug Gregor <dgregor@apple.com>
2349
2350         * testsuite/24_iterators/insert_iterator.cc (test01, test02):
2351         Don't initialize an insert_iterator with a singular iterator.
2352
2353 2003-06-30  Benjamin Kosnik  <bkoz@redhat.com>
2354
2355         * acinclude.m4 (GLIBCPP_ENABLE_PCH): Add bits for --enable-pch.
2356         * aclocal.m4: Regenerate.
2357         * configure.in (GLIBCPP_CHECK_PCH): Move, change to
2358         GLIBCPP_ENABLE_PCH, default to yes.
2359         * configure: Regenerate.
2360         * docs/html/configopts.html: Add --enable-pch.
2361
2362 2003-06-30  Phil Edwards  <pme@gcc.gnu.org>
2363
2364         * testsuite/lib/libstdc++-v3-dg.exp:  Add comments.
2365         (libstdc++-v3-init):  Also set LD_RUN_PATH.
2366
2367 2003-06-30  Paolo Carlini  <pcarlini@unitus.it>
2368
2369         * include/std/std_streambuf.h (_M_mode): Unused by streambuf, move
2370         from here to filebuf and stringbuf.
2371         (~basic_streambuf()): Don't set _M_mode.
2372         (basic_streambuf()): Don't set _M_mode.
2373         * include/std/std_fstream.h (_M_mode): Move here, from streambuf.
2374         (~basic_filebuf()): Clean up.
2375         * include/bits/fstream.tcc (basic_filebuf()): Set _M_mode.
2376         * include/std/std_sstream.h (_M_mode): Move here, from streambuf.
2377         * testsuite/27_io/basic_streambuf/cons/char/1.cc: Don't set _M_mode.
2378         * testsuite/27_io/basic_streambuf/overflow/char/1.cc: Likewise.
2379         * testsuite/27_io/basic_streambuf/sgetc/char/1.cc: Likewise.
2380         * testsuite/27_io/basic_streambuf/sgetn/char/1.cc: Likewise.
2381         * testsuite/27_io/basic_streambuf/sputn/char/1.cc: Likewise.
2382
2383 2003-06-30  Paolo Carlini  <pcarlini@unitus.it>
2384
2385         * include/std/std_fstream.h (_M_underflow): Remove.
2386         (uflow): Remove, inherited from streambuf.
2387         (underflow): Only declare.
2388         * include/bits/fstream.tcc (_M_underflow): Rename to
2389         underflow, to which is equivalent for __bump == false,
2390         simplify.
2391         * include/std/std_sstream.h (_M_underflow): Remove.
2392         (uflow): Remove, inherited from streambuf.
2393         (underflow): Only declare.
2394         * include/bits/sstream.tcc (_M_underflow): Rename to
2395         underflow, to which is equivalent for __bump == false,
2396         simplify.
2397
2398 2003-06-29  Paolo Carlini  <pcarlini@unitus.it>
2399
2400         * include/bits/stl_algo.h: Fully qualify standard functions
2401         with std::, thus avoiding Koenig lookup.
2402
2403 2003-06-29  Paolo Carlini  <pcarlini@unitus.it>
2404
2405         * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-1.cc:
2406         Improve type correctness-wise.
2407         * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-2.cc:
2408         Likewise.
2409         * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-3.cc:
2410         Likewise.
2411         * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-4.cc:
2412         Likewise.
2413
2414 2003-06-29  Paolo Carlini  <pcarlini@unitus.it>
2415
2416         * include/std/std_streambuf.h (uflow): According to
2417         27.5.2.4.3,p16, don't check gptr() < egptr().
2418
2419 2003-06-28  Paolo Carlini  <pcarlini@unitus.it>
2420
2421         PR libstdc++/9875
2422         * include/bits/fstream.tcc (seekoff): Fix for encoding() > 0.
2423         (seekpos): Likewise.
2424         * testsuite/27_io/basic_filebuf/seekoff/wchar_t/9875_seekoff.cc:
2425         New test.
2426         * testsuite/27_io/basic_filebuf/seekpos/wchar_t/9875_seekpos.cc:
2427         New test.
2428
2429 2003-06-27  Benjamin Kosnik  <bkoz@redhat.com>
2430
2431         * testsuite/testsuite_performance.h (__gnu_cxx_test): Change
2432         output name to libstdc++-v3-performance.sum.
2433         * testsuite/Makefile.am (CLEANFILES): Remove .performance.
2434         * testsuite/Makefile.in: Regenerate.
2435
2436 2003-06-27  Matthias Klose  <doko@debian.org>
2437
2438         * testsuite/Makefile.am (check-abi, check-abi-verbose): Save
2439         output of abi-check in libstdc++-v3-abi.sum.
2440         * testsuite/Makefile.in: Regenerate.
2441
2442 2003-06-27  Krister Walfridsson  <cato@df.lth.se>
2443
2444         * config/os/bsd/netbsd/ctype_noninline.h
2445         (_C_ctype_): Declare.
2446         (ctype<char>::classic_table): Return _C_ctype_ + 1.
2447         (ctype<char>::ctype): Use classic_table.
2448
2449 2003-06-27  Paolo Carlini  <pcarlini@unitus.it>
2450             Nathan C. Myers  <ncm-nospam@cantrip.org>
2451
2452         PR libstdc++/9178
2453         * include/bits/fstream.tcc (_M_underflow): Properly estimate
2454         the worst-case number of external bytes for a given get area.
2455         * testsuite/27_io/basic_filebuf/underflow/wchar_t/9178.cc: New.
2456
2457 2003-06-27  Paolo Carlini  <pcarlini@unitus.it>
2458             Petur Runolfsson  <peturr02@ru.is>
2459
2460         PR libstdc++/11305
2461         * include/bits/fstream.tcc (overflow): Properly estimate the
2462         worst-case number of external bytes for a given put area
2463         (by using codecvt::max_length()).
2464         * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-1: New.
2465         * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-2: New.
2466         * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-3: New.
2467         * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-4: New.
2468
2469 2003-06-27  Nathan Sidwell  <nathan@codesourcery.com>
2470
2471         * config/linker-map.gnu: Remove ; after __numpunct_cache.
2472
2473 2003-06-26  Benjamin Kosnik  <bkoz@redhat.com>
2474
2475         * include/bits/ios_base.h (ios_base::_M_getloc): Return reference
2476         to the imbued locale.
2477         * include/bits/locale_facets.tcc (num_put::_M_convert_int): Use
2478         _M_getloc.
2479         (num_put::_M_convert_float): Use.
2480
2481 2003-06-26  Benjamin Kosnik  <bkoz@redhat.com>
2482             Jerry Quinn  <jlquinn@optonline.net>
2483
2484         * config/linker-map.gnu: Add __numpunct_cache.
2485         * config/locale/gnu/numeric_members.cc
2486         (numpunct::_M_initialize_numpunct): Account for _M_data, fill in
2487         all elements for "C" locale.
2488         (numpunct::~numpunct): Delete _M_data.
2489         * config/locale/generic/numeric_members.cc: Same.
2490         * include/bits/basic_ios.tcc
2491         (basic_ios::init): Remove __locale_cache bits.
2492         (basic_ios::_M_cache_locale): Same.
2493         * include/bits/ios_base.h: Same. Tweaks.
2494         * include/bits/locale_classes.h: Tweaks. Reorder classes.
2495         (__use_cache): Make friends with _Impl, locale.
2496         (_Impl::_M_caches): Add.
2497         (_Impl::_M_install_cache): Add.
2498         * include/bits/locale_facets.h (__numpunct_cache): New.
2499         (numpunct): Encapsulate data members in __numpunct_cache member,
2500         _M_data. Adjust virtuals.
2501         (numpunct::numpunct): New ctor for the same.
2502         (__locale_cache_base): Remove.
2503         (__locale_cache): Remove.
2504         * include/bits/locale_facets.tcc (__use_cache): New function,
2505         specializations.
2506         (num_put::_M_convert_int, _M_convert_float, do_put): Use it.
2507         * src/globals.cc: Add cache_vec, numpunct_cache_c, numpunct_cache_w.
2508         * src/ios.cc (ios_base::ios_base): Remove __locale_cache.
2509         * src/locale-inst.cc: Same. Add __numpunct_cache.
2510         * src/locale.cc: Tweak inlines.
2511         (__use_cache): Define specializations.
2512         * src/localename.cc: Use global bits.
2513         (_Impl::~Impl): Deal with __numpunct_cache destruction.
2514         (_Impl::_Impl): Same. Pre-cache standard numpunct facets.
2515         (_Impl::_M_init_facet): Take into account __numpunct_cache.
2516         * testsuite/27_io/ios_base/cons/assign_neg.cc: Update line numbers.
2517         * testsuite/27_io/ios_base/cons/copy_neg.cc: Same.
2518
2519 2003-06-26  Nathan C. Myers  <ncm-nospam@cantrip.org>
2520             Paolo Carlini  <pcarlini@unitus.it>
2521
2522         * testsuite/performance/filebuf_copy.cc: New, testing char
2523         by char file copy.
2524
2525 2003-06-26  Paolo Carlini  <pcarlini@unitus.it>
2526             Nathan C. Myers  <ncm-nospam@cantrip.org>
2527
2528         * include/bits/fstream.tcc (_M_underflow): When the actual
2529         end of file is reached, set 'uncommitted' mode to allow a
2530         next write without an intervening seek (see C++98 27.8.1.1,2
2531         and C89 7.9.5.3).
2532         * testsuite/27_io/basic_filebuf/underflow/char/2.cc: New.
2533
2534 2003-06-25  Nathan C. Myers  <ncm-nospam@cantrip.org>
2535
2536         * include/bits/streambuf.tcc (sbumpc, sputbackc, sungetc,
2537         sputc): Move inline, from here...
2538         * include/std/std_streambuf.h: ... to here.
2539
2540         * include/std/std_streambuf.h (snextc, sbumpc, sgetc,
2541         sputbackc, sungetc, sputc): Use __builtin_expect.
2542
2543 2003-06-24  Phil Edwards  <pme@gcc.gnu.org>
2544
2545         * docs/doxygen/mainpage.html:  Use a useful title.
2546
2547 2003-06-24  Benjamin Kosnik  <bkoz@redhat.com>
2548
2549         * docs/html/documentation.html: Remove assignment info.
2550         * docs/html/17_intro/contribute.html: Edits.
2551         * docs/html/17_intro/libstdc++-assign.tx: Remove.
2552
2553         * docs/html/test.html: Update.
2554
2555         * README: Update.
2556
2557 2003-06-24  Benjamin Kosnik  <bkoz@redhat.com>
2558             Ulrich Drepper  <drepper@redhat.com>
2559
2560         * testsuite/testsuite_performance.h: Tweak mallinfo.
2561
2562 2003-06-24  Paolo Carlini  <pcarlini@unitus.it>
2563             Nathan C. Myers  <ncm-nospam@cantrip.org>
2564
2565         * include/std/std_fstream.h (_M_filepos): Remove.
2566         (_M_reading, _M_writing): New, encode the various I/O modes:
2567         'read', 'write' and 'uncommitted'.
2568         (sync): If there is something to flush, do it, then go to
2569         'uncommitted' mode.
2570         * include/bits/fstream.tcc (_M_set_buffer): Overhaul to deal
2571         with three different cases: __off > 0 (upon underflow),
2572         __off == 0 (upon overflow), __off == -1 (upon open, setbuf,
2573         seekoff/pos).
2574         (_M_underflow): Don't call overflow, set _M_reading to true
2575         on success, tweak.
2576         (pbackfail): Set _M_reading to true on pback creation, tweak.
2577         (overflow): Don't seek, deal with overflow in 'uncommitted' mode,
2578         set _M_writing to true on success, tweak.
2579         (seekoff): Simplify, set _M_reading, _M_writing to false, call
2580         _M_set_buffer(-1) ('uncommitted').
2581         (open, close, setbuf): Set _M_reading, _M_writing to false and
2582         call _M_set_buffer(-1), tweak.
2583         (basic_filebuf): Don't set _M_buf_unified.
2584         (_M_destroy_internal_buffer): Don't call setg and setp.
2585         * include/ext/stdio_filebuf.h (stdio_filebuf): Use _M_reading,
2586         _M_writing and _M_set_buffer(-1).
2587         * include/std/std_streambuf.h (_M_move_out_cur, _M_move_in_cur,
2588         _M_out_lim, _M_buf_unified): Remove.
2589         (basic_streambuf): Don't set _M_out_lim and _M_buf_unified.
2590         (setp): Don't set _M_out_lim.
2591         * testsuite/27_io/basic_filebuf/sbumpc/char/1-io.cc: Fix for
2592         the new logic ('read', 'write' and 'uncommitted' modes): e.g.,
2593         upon open the mode is 'uncommitted' and therefore the put area
2594         pointers are null.
2595         * testsuite/27_io/basic_filebuf/sbumpc/char/1-out.cc: Ditto.
2596         * testsuite/27_io/basic_filebuf/seekoff/char/3-io.cc: Ditto.
2597         * testsuite/27_io/basic_filebuf/seekpos/char/3-io.cc: Ditto.
2598         * testsuite/27_io/basic_filebuf/setbuf/char/1.cc: Ditto.
2599         * testsuite/27_io/basic_filebuf/sgetc/char/1-io.cc: Ditto.
2600         * testsuite/27_io/basic_filebuf/sgetc/char/1-out.cc: Ditto.
2601         * testsuite/27_io/basic_filebuf/sgetn/char/1-io.cc: Ditto.
2602         * testsuite/27_io/basic_filebuf/sgetn/char/1-out.cc: Ditto.
2603         * testsuite/27_io/basic_filebuf/snextc/char/1-io.cc: Ditto.
2604         * testsuite/27_io/basic_filebuf/snextc/char/1-out.cc: Ditto.
2605         * testsuite/27_io/basic_filebuf/sputbackc/char/1-io.cc: Ditto.
2606         * testsuite/27_io/basic_filebuf/sputbackc/char/1-out.cc: Ditto.
2607         * testsuite/27_io/basic_filebuf/sputc/char/1-io.cc: Ditto.
2608         * testsuite/27_io/basic_filebuf/sputc/char/1-out.cc: Ditto.
2609         * testsuite/27_io/basic_filebuf/sputc/char/9701-2.cc: Ditto.
2610         * testsuite/27_io/basic_filebuf/sputn/char/1-io.cc: Ditto.
2611         * testsuite/27_io/basic_filebuf/sputn/char/1-out.cc: Ditto.
2612         * testsuite/27_io/basic_filebuf/sputn/char/9701-1.cc: Ditto.
2613         * testsuite/27_io/basic_filebuf/sungetc/char/1-io.cc: Ditto.
2614         * testsuite/27_io/basic_filebuf/sungetc/char/1-out.cc: Ditto.
2615
2616         * include/bits/fstream.tcc (showmanyc): Use only the
2617         documented derivation interface to basic_streambuf (gptr(),
2618         setg(), etc.) to work right with user specializations.
2619         * include/bits/streambuf.tcc (sbumpc, sputbackc, sungetc,
2620         sputc, xsgetn, xsputn, __copy_streambufs): Likewise.
2621         * include/std/std_streambuf.h (in_avail, sgetc, uflow, stossc):
2622         Likewise.
2623         * include/std/std_fstream.h (_M_create_pback, _M_destroy_pback,
2624         xsgetn): Likewise.
2625
2626 2003-06-23  Loren J. Rittle  <ljrittle@acm.org>
2627
2628         * configure.host (freebsd*): Set abi_baseline_pair.
2629         * config/abi/i386-freebsd4/baseline_symbols.txt: Update from 3.2
2630         (at or near first release) to 3.3.
2631         * config/abi/i386-freebsd5/baseline_symbols.txt: New file.
2632         * config/abi/alpha-freebsd5/baseline_symbols.txt: New file.
2633         * config/abi/sparc-freebsd5/baseline_symbols.txt: New file.
2634
2635         * include/ext/mt_allocator.h: Portability.
2636         * testsuite/testsuite_performance.h: Likewise.
2637
2638 2003-06-23  Benjamin Kosnik  <bkoz@redhat.com>
2639
2640         * docs/html/17_intro/libstdc++-assign.txt: Update address.
2641
2642         * testsuite/performance/ifstream_getline.cc: Fix.
2643
2644 2003-06-23  Doug Gregor <dgregor@apple.com>
2645
2646         * include/bits/boost_concept_check.h: Don't use _D or _R for type
2647         names.
2648
2649 2003-06-22  Paolo Carlini  <pcarlini@unitus.it>
2650             Nathan C. Myers  <ncm-nospam@cantrip.org>
2651
2652         * include/std/std_streambuf.h (_M_move_out_cur): _M_out_lim
2653         is now used only for filebuf, when _M_buf_unified is true.
2654         epgtr() plays the role of _M_out_lim but it's only updated
2655         upon overflow, underflow, uflow, seekoff/pos.
2656         * include/bits/sstream.tcc (_M_underflow): New, implements
2657         stringbuf::underflow and uflow.
2658         (seekoff, seekpos): Tweak, use  _M_update_egptr.
2659         * include/std/std_sstream.h (str): Rewrote, deal correctly
2660         with the new logic, in particular, when pptr() > egptr().
2661         (_M_sync): When __testout && !__testin set all the get area
2662         pointers to the current string end.
2663         (_M_update_egptr): New, internal function updating egptr()
2664         to the actual string end.
2665         (_M_underflow): New, declare.
2666         (underflow): Dispatch to _M_underflow(false).
2667         (uflow): Dispatch to _M_underflow(true).
2668
2669         * include/bits/sstream.tcc (pbackfail, overflow, seekoff,
2670         seekpos): Use only the documented derivation interface to
2671         basic_streambuf (gptr(), setg(), etc.) to work right with
2672         user specializations.
2673         * include/std/std_sstream.h (str, _M_sync): Likewise.
2674
2675 2003-06-20  Doug Gregor <dgregor@apple.com>
2676
2677         * testsuite/20_util/auto_ptr.cc: Don't dereference NULL auto_ptr
2678         * testsuite/21_strings/basic_string/replace/char/4.cc: Don't
2679         dereference end iterator.
2680         * testsuite/21_strings/basic_string/replace/wchar_t/4.cc: Same.
2681         * testsuite/22_locale/ctype/narrow/char/1.cc: Don't subscript with
2682         index equal to the length of a string.
2683         * testsuite/22_locale/ctype/narrow/char/2.cc: Same.
2684         * testsuite/22_locale/ctype/narrow/wchar_t/1.cc: Same.
2685         * testsuite/22_locale/ctype/narrow/wchar_t/2.cc: Same.
2686         * testsuite/22_locale/ctype/widen/char/1.cc: Same.
2687         * testsuite/22_locale/ctype/widen/wchar_t/1.cc: Same.
2688         * testsuite/23_containers/list_modifiers.cc: Don't dereference
2689         singular reverse iterator.
2690         * testsuite/23_containers/vector_bool.cc: Don't increment singular
2691         iterator.
2692         * testsuite/24_iterators/rel_ops.cc: Don't compare singular iterator.
2693
2694 2003-06-20  Doug Gregor <dgregor@apple.com>
2695
2696         * include/bits/basic_string.h (basic_string::replace): Dispatch
2697         _InputIterator version based on _Is_integer.
2698         * include/bits/basic_string.tcc (basic_string::replace):
2699         Renamed replace(iterator, iterator, size_type, _CharT) to
2700         _M_replace_aux.
2701         * testsuite/21_strings/basic_string/assign/char/1.cc (test01):
2702         Test basic_string::assign(_InputIterator, _InputIterator),
2703         which calls basic_string::replace(iterator, iterator,
2704         _Input_iterator, _InputIterator).
2705
2706 2003-06-20  Benjamin Kosnik  <bkoz@redhat.com>
2707
2708         * testsuite/testsuite_performance.h (resource_counter): Don't use
2709         mallinfo at the moment.
2710
2711 2003-06-20  Matthias Klose  <doko@debian.org>
2712
2713         * configure.host: Set try_cpu to target_cpu for existing
2714         baseline files.
2715
2716 2003-06-19  Andreas Jaeger  <aj@suse.de>
2717
2718         * testsuite/Makefile.am (extract_symvers): Revert accidental
2719         change.
2720         * testsuite/Makefile.in: Regenerate.
2721
2722         * configure.in: Pass MULTISUBDIR to testsuite/Makefile.
2723         * configure: Regenerated.
2724
2725 2003-06-19  Paolo Carlini  <pcarlini@unitus.it>
2726
2727         * include/std/std_sstream.h (_M_sync): Make non virtual.
2728
2729 2003-06-18  Benjamin Kosnik  <bkoz@redhat.com>
2730
2731         * testsuite/testsuite_performance.h (time_counter): New.
2732         (resource_counter): New.
2733         (report_performance): New.
2734         (start_counters): New.
2735         (stop_counters): New.
2736         (clear_counters): New.
2737         * testsuite/performance/allocator.cc: Instrument.
2738         * testsuite/performance/cout_insert_int.cc: Same.
2739         * testsuite/performance/complex_norm.cc: Same.
2740         * testsuite/performance/filebuf_sputc.cc: New.
2741         * testsuite/performance/fstream_seek_write.cc: Same.
2742         * testsuite/performance/ifstream_getline.cc: Same.
2743         * testsuite/performance/map_create_fill.cc: Same.
2744         * testsuite/performance/ofstream_insert_float.cc: Same.
2745         * testsuite/performance/ofstream_insert_int.cc: Same.
2746         * testsuite/performance/string_append.cc: Convert.
2747         * scripts/check_performance: New.
2748         * testsuite/Makefile.am (check-performance): New.
2749         (CLEANFILES): Add.
2750
2751 2003-06-18  Paolo Carlini  <pcarlini@unitus.it>
2752             Benjamin Kosnik  <bkoz@redhat.com>
2753
2754         * include/std/std_sstream.h (setbuf): Check __n >= 0.
2755         * include/bits/fstream.tcc (setbuf): Tweak.
2756
2757 2003-06-18  Paolo Carlini  <pcarlini@unitus.it>
2758
2759         * include/bits/sstream.tcc (seekoff): We can't seek beyond
2760         _M_out_lim, therefore _M_move_out_cur boils down to simply
2761         updating _M_out_cur.
2762         (seekpos): Likewise, clean up.
2763
2764 2003-06-18  Nathan C. Myers  <ncm-nospam@cantrip.org>
2765             Paolo Carlini  <pcarlini@unitus.it>
2766
2767         * include/bits/fstream.tcc (setbuf): Allow (__s, 1) too,
2768         simply equivalent to the unbuffered case (0, 0) as far as
2769         _M_buf_size is concerned.
2770
2771 2003-06-18  Andreas Jaeger  <aj@suse.de>
2772
2773         * testsuite/Makefile.am (new-abi-baseline): Create baseline
2774         directory.
2775         (baseline_file): Use baseline_dir.
2776         (baseline_dir): New.
2777         (mkinstalldirs): New.
2778
2779         * acinclude.m4: Rename baseline_file to baseline_dir, strip
2780         filename from baseline_dir.
2781
2782         * testsuite/Makefile.in: Regenerated.
2783         * Makefile.in: Regenerated.
2784         * aclocal.m4: Regenerated.
2785         * configure: Regenerated.
2786
2787 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
2788
2789         * configure.in: Missed check_survey bit.
2790         * configure: Regenerated.
2791
2792 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
2793
2794         * scripts: New.
2795         * config/abi/extract_symvers: Move to...
2796         * scripts/extract_symvers: ...here.
2797         * mkcheck.in: Move to..
2798         * scripts/check_survey.in: ...here.
2799         * testsuite_flags.in: Move to..
2800         * scripts/testsuite_flags.in: ...here.
2801         * configure.in: Change check and testsuite_flags locations.
2802         * configure: Regenerate.
2803         * testsuite/Makefile.am (current_symbols.txt): Change location.
2804         * testsuite/Makefile.in: Regenerate.
2805         * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init): Modify
2806         location of testsuite_flags.
2807         * Makefile.am (check-script): Move..
2808         (check-script-install): Move...
2809         * testsuite/Makefile.am: ... here.
2810         * testsuite/Makefile.in: Regenerate.
2811         * Makefile.in: Regenerate.
2812
2813 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
2814
2815         * config/abi/i486-linux-gnu/baseline_symbols.txt: Update to 3.3.0.
2816
2817 2003-06-16  Benjamin Kosnik  <bkoz@redhat.com>
2818
2819         * Makefile.am (check-abi): Move...
2820         (new-abi-baseline): Move...
2821         * testsuite/Makefile.am: ...here.
2822         (new-abi-baseline): Conditionalize.
2823         (check-abi): Conditionalize.
2824         (check-abi-verbose): New.
2825         * Makefile.in: Regenerate.
2826         * testsuite/Makefile.in: Regenerate.
2827         * configure.in: Consolidate testsuite configure bits.
2828         * acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): Same.
2829         * configure: Regenerate.
2830         * aclocal.m4: Regenerate.
2831         * testsuite/abi_check.cc: Add --check-verbose.
2832         Only output detailed information if --check-verbose.
2833
2834 2003-06-16  Andreas Jaeger  <aj@suse.de>
2835
2836         * testsuite/abi_check.cc: Create summary report.
2837
2838 2003-06-16  Paolo Carlini  <pcarlini@unitus.it>
2839
2840         * testsuite/27_io/basic_filebuf/sgetn/char/1-in.cc: Fix
2841         for systems with BUFSIZ != 8192.
2842         * testsuite/27_io/basic_filebuf/sgetn/char/1-io.cc: Ditto.
2843         * testsuite/27_io/basic_filebuf/sgetn/char/1-out.cc:
2844         Minor tweaks.
2845
2846 2003-06-16  Andreas Jaeger  <aj@suse.de>
2847
2848         * acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): Make
2849         check-abi multilib aware.
2850         * aclocal.m4: Regenerate.
2851         * configure: Regenerate.
2852
2853 2003-06-16  Benjamin Kosnik  <bkoz@redhat.com>
2854             Andreas Jaeger  <aj@suse.de>
2855
2856         * configure.host: Set x86_64 abi_baseline pair correctly.
2857
2858 2003-06-16  Paolo Carlini  <pcarlini@unitus.it>
2859
2860         * testsuite/27_io/basic_filebuf/sungetc/char/1.cc: Split and
2861         fix for missing seeks between gets and puts into...
2862         * testsuite/27_io/basic_filebuf/sungetc/char/1-in.cc: New.
2863         * testsuite/27_io/basic_filebuf/sungetc/char/1-io.cc: New.
2864         * testsuite/27_io/basic_filebuf/sungetc/char/1-out.cc: New.
2865         * testsuite/27_io/basic_filebuf/sungetc/char/2-in.cc: New.
2866         * testsuite/27_io/basic_filebuf/sungetc/char/2-io.cc: New.
2867         * testsuite/27_io/basic_filebuf/sungetc/char/2-out.cc: New.
2868
2869 2003-06-15  Richard Henderson  <rth@redhat.com>
2870
2871         * config/linker-map.gnu: Export virtual function thunks for
2872         64-bit systems too.
2873
2874 2003-06-13  Benjamin Kosnik  <bkoz@redhat.com>
2875
2876         * config/abi/i686-pc-linux-gnu: To..
2877         * config/abi/i486-linux-gnu: ...this.
2878         * config/abi/alphaev67-unknown-linux-gnu: To..
2879         * config/abi/alpha-linux-gnu: ...this.
2880         * config/abi/ia64-unknown-linux-gnu: To...
2881         * config/abi/ia64-linux-gnu: ...this.
2882         * config/abi/x86_64-unknown-linux-gnu: To...
2883         * config/abi/x86_64-linux-gnu: ...this.
2884         * config/abi/i386-unknown-freebsd4: To...
2885         * config/abi/i386-freebsd4: ...this.
2886         * config/linker-map.gnu: Cleanups, move libsupc++ bits into
2887         CXXABI.
2888         * configure.host: abi_baseline_triplet to abi_baseline_pair.
2889         Simplify cpu bits so that abi_baseline_pair can use the same
2890         cpu configuration.
2891         * acinclude.m4: Same.
2892         * aclocal.m4: Regenerate.
2893         * configure.in: Can't get enable_abi_check to yes unless native.
2894         * configure: Regenerate.
2895
2896 2003-06-13  Paolo Carlini  <pcarlini@unitus.it>
2897
2898         * testsuite/27_io/basic_filebuf/seekoff/char/1.cc: Split and
2899         fix for missing seeks between gets and puts into...
2900         * testsuite/27_io/basic_filebuf/seekoff/char/3-io.cc: New.
2901         * testsuite/27_io/basic_filebuf/seekoff/char/4-io.cc: New.
2902         * testsuite/27_io/basic_filebuf/seekpos/char/1.cc: Same, into...
2903         * testsuite/27_io/basic_filebuf/seekpos/char/3-io.cc: New.
2904         * testsuite/27_io/basic_filebuf/seekpos/char/4-io.cc: New.
2905         * testsuite/27_io/basic_filebuf/sputbackc/char/1-io.cc: Fix
2906         for missing seeks between gets and puts.
2907         * testsuite/27_io/basic_filebuf/sputbackc/char/2-io.cc: Ditto.
2908         * testsuite/data/seekoff-1.tst: New.
2909         * testsuite/data/seekoff-2.tst: New.
2910         * testsuite/data/seekpos-1.tst: New.
2911         * testsuite/data/seekpos-2.tst: New.
2912
2913 2003-06-13  Nathan C. Myers <ncm-nospam@cantrip.org>
2914
2915         Avoid multi-processor bus contention on increment/decrement-and-
2916         test of the reference count in the empty-string object, by comparing
2917         addresses first, and never touching the reference count of the empty-
2918         string object.
2919         * include/bits/basic_string.h:
2920         (_S_empty_rep_storage): Move into basic_string<>::_Rep for use by its
2921         members.
2922         (_Rep::_S_empty_rep()): New accessor.
2923         (_Rep::_M_length, _Rep::_M_capacity, _Rep::_M_references): Move to
2924         a base class _Rep_base.
2925         (_Rep::_M_dispose, _Rep::_M_refcopy): Check for the empty string.
2926         (basic_string()): Change to use _M_refdata() in place of _M_refcopy(),
2927         since no longer must increment its refcount.
2928         * include/bits/basic_string.tcc:
2929         (_Rep::_M_destroy, _M_leak_hard): Check for the empty string and
2930         return immediately.  The former might be unnecessary.  The latter
2931         prevents begin() and end() from cloning it unnecessarily.
2932         (_S_construct(_InIterator, _InIterator, const _Alloc&,
2933         input_iterator_tag), _S_construct(_InIterator, _InIterator,
2934         const _Alloc&, forward_iterator_tag), _S_construct(size_type, _CharT,
2935         const _Alloc&)): Change to use _M_refdata() in place of _M_refcopy().
2936         (_M_mutate): Check for the empty string and treat it as shared.
2937         This is necessary here because _M_mutate is sometimes called with
2938         all-zero arguments; in all other uses of _M_is_shared, the test comes
2939         out right anyhow.
2940
2941 2003-06-12  Benjamin Kosnik  <bkoz@redhat.com>
2942
2943         * src/allocator-inst.cc: Explicitly instantiate.
2944         * include/ext/pool_allocator.h: Inhibit implicit instantiations.
2945         Tweaks.
2946         * config/linker-map.gnu: Add __pool_alloc bits. Tweaks.
2947
2948 2003-06-11  Benjamin Kosnik  <bkoz@redhat.com>
2949
2950         * acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Simplify.
2951         * aclocal.m4: Regenerate.
2952         * Makefile.am (SUBDIRS): Remove libio.
2953         * Makefile.in: Regenerate.
2954         * configure.in: Same.
2955         * configure: Regenerate.
2956         * config/io/basic_file_libio.cc: Remove.
2957         * config/io/basic_file_libio.h: Remove.
2958         * config/io/c_io_libio_codecvt.c: Remove.
2959         * config/io/c_io_libio.h: Remove.
2960         * libio/*: Remove.
2961         * src/Makefile.am: Same.
2962         * src/Makefile.in: Regenerate.
2963         * docs/html/configopts.html: Edits.
2964         * docs/html/explanations.html: Edits.
2965
2966 2003-06-11  Benjamin Kosnik  <bkoz@redhat.com>
2967
2968         * include/bits/stl_alloc.h (__debug_alloc): Move out.
2969         (__malloc_alloc): Same.
2970         (__pool_alloc): Same.
2971         (__new_alloc): Same.
2972         Rename to..
2973         * include/bits/allocator.h: ...this.
2974         * include/bits/stl_deque.h: Modify comment.
2975         * include/bits/stl_tree.h: Modify include.
2976         * include/std/std_memory.h: Same.
2977         * include/ext/rope: Same.
2978         * include/ext/slist: Same.
2979         * include/std/std_vector.h: Same.
2980         * include/std/std_stack.h: Same.
2981         * include/std/std_queue.h: Same.
2982         * include/std/std_list.h: Same.
2983         * include/std/std_deque.h: Same.
2984         * include/backward/alloc.h: Same.
2985         * include/ext/debug_allocator.h: New.
2986         * include/ext/malloc_allocator.h: New.
2987         * include/ext/pool_allocator.h: New.
2988         * include/ext/new_allocator.h: New.
2989         * include/bits/pthread_allocimpl.h: Remove.
2990         * include/bits/stl_pthread_alloc.h: Remove.
2991         * include/Makefile.am (ext_headers): Add.
2992         * include/Makefile.in: Regenerate.
2993         * src/stl-inst.cc: Use __gnu_cxx namespace.
2994         * src/stl-inst.cc: Move to...
2995         * src/allocator-inst.cc: Here.
2996         * src/Makefile.am (sources): Update.
2997         * src/Makefile.in: Regenerate.
2998         * config/linker-map.gnu: Remove __pool_alloc bits.
2999         * testsuite/ext/headers.cc: Add.
3000         * testsuite/ext/allocators.cc: Fixup.
3001
3002 2003-06-11  Stefan Olsson  <stefan@snon.net>
3003             Ola Rönnerup  <fnolis@home.se>
3004
3005         * include/Makefile.am (ext_headers): Add.
3006         * include/Makefile.in: Regenerate.
3007         * include/ext/mt_allocator.h: New file.
3008
3009 2003-06-10  Paolo Carlini  <pcarlini@unitus.it>
3010
3011         * include/bits/fstream.tcc (close): Clean up a bit.
3012
3013         * include/bits/streambuf.tcc (sbumpc): Clean up a bit.
3014
3015         * include/std/std_fstream.h (_M_destroy_pback): _M_pback_cur_save
3016         - the saved _M_in_cur, that is - cannot be null.
3017         (sync): Constify a variable.
3018
3019         * include/std/std_streambuf.h: Tweak a comment.
3020         (in_avail): Constify a variable.
3021
3022 2003-06-10  Phil Edwards  <pme@gcc.gnu.org>
3023
3024         * docs/html/17_intro/BUGS:  Update from 2.90.8 snapshot.
3025         * docs/html/17_intro/CHECKLIST:  Bring up to date with respect to
3026         correctness of container::iterator typedefs.  Fix whitespace.
3027         * docs/html/20_util/howto.html, docs/html/ext/howto.html:  Add links
3028         to allocator docs.
3029         * docs/html/documentation.html:  Regenerate.
3030
3031         * include/bits/basic_string.h, include/bits/basic_string.tcc,
3032         include/bits/deque.tcc, include/bits/list.tcc, include/bits/stl_algo.h,
3033         include/bits/stl_algobase.h, include/bits/stl_bvector.h,
3034         include/bits/stl_deque.h, include/bits/stl_iterator_base_funcs.h,
3035         include/bits/stl_list.h, include/bits/stl_uninitialized.h,
3036         include/bits/stl_vector.h, include/bits/vector.tcc,
3037         include/ext/algorithm, include/ext/slist, include/std/std_bitset.h:
3038         Change _Iter names to _Iterator, and __pos to __position.
3039
3040         * include/bits/stl_relops.h, include/bits/stl_numeric.h,
3041         include/bits/stl_multiset.h, include/bits/stl_set.h:
3042         Remove emacs markers.
3043
3044         * include/bits/stl_threads.h (_STL_auto_lock):  Add __unused__.
3045
3046 2003-06-10  Paolo Carlini  <pcarlini@unitus.it>
3047
3048         * include/bits/fstream.tcc (overflow): According to
3049         27.5.2.4.5, overflow() returns not_eof(eof()).
3050         * testsuite/27_io/basic_filebuf/overflow/char/2.cc: New.
3051         * testsuite/27_io/basic_filebuf/overflow/char/2-unbuf.cc: Ditto.
3052
3053 2003-06-10  Paolo Carlini  <pcarlini@unitus.it>
3054
3055         * include/bits/fstream.tcc (_M_underflow): Check overflow return
3056         value; tweak slightly.
3057
3058 2003-06-09  Paolo Carlini  <pcarlini@unitus.it>
3059
3060         * include/bits/fstream.tcc (_M_underflow): Do not special
3061         case the unbuffered case, which really means simply a one char
3062         get area.
3063         (basic_filebuf): Initialize _M_buf_size.
3064         (setbuf): Unbuffered means _M_buf_size == 1, since only
3065         _M_buf_size - 1 == 0 chars are going to be used for the
3066         put area and 1 for the get area.
3067         * include/std/std_streambuf.h (_M_buf_size): Move to basic_filebuf.
3068         (~basic_streambuf): Tweak.
3069         (basic_streambuf): Do not initialize _M_buf_size.
3070         * include/std/std_fstream.h (_M_buf_size): Add from basic_streambuf.
3071         (~basic_filebuf): Tweak.
3072         (_M_set_buffer): Tweak, considering that _M_buf_size == 1 is the
3073         unbuffered situation (i.e., put area pointers NULL).
3074         * include/bits/streambuf.tcc (sbumpc): Clean up.
3075         * testsuite/27_io/basic_filebuf/sputbackc/char/1.cc: Split into...
3076         * testsuite/27_io/basic_filebuf/sputbackc/char/1-in.cc: New.
3077         * testsuite/27_io/basic_filebuf/sputbackc/char/1-io.cc: New.
3078         * testsuite/27_io/basic_filebuf/sputbackc/char/1-out.cc: New.
3079         * testsuite/27_io/basic_filebuf/sputbackc/char/2-in.cc: New.
3080         * testsuite/27_io/basic_filebuf/sputbackc/char/2-io.cc: New.
3081         * testsuite/27_io/basic_filebuf/sputbackc/char/2-out.cc: New.
3082
3083 2003-06-09  Phil Edwards  <pme@gcc.gnu.org>
3084
3085         * acinclude.m4:  Move all AM_CONDITIONAL calls out.
3086         (GLIBCPP_CONFIGURE):  Set defaults for variables used in AM_CONDITIONAL
3087         statements.
3088         * configure.in:  Centralize AM_CONDITIONALs so that they are always
3089         run.  Make use of GLIBCPP_IS_CROSS_COMPILING.
3090         * aclocal.m4, configure:  Regenerated.
3091
3092 2003-06-09  Paolo Carlini  <pcarlini@unitus.it>
3093
3094         * docs/html/ext/howto.html ('LWG Issues'):  Add issue 235.
3095
3096 2003-06-06  Nathan Myers  <ncm-nospam@cantrip.org>
3097
3098         * include/bits/stl_iterator.h
3099         (reverse_iterator::reverse_iterator()): Apply DR235: default
3100         constructor default-initializes data member.  Instantiated on a
3101         pointer type, the member has to end up equal to zero.
3102
3103 2003-06-06  Benjamin Kosnik  <bkoz@redhat.com>
3104
3105         * include/bits/stl_alloc.h: Cleanups.
3106         * include/ext/functional: Same.
3107         * include/ext/hash_map: Same.
3108         * include/ext/hash_set: Same.
3109         * include/ext/iterator: Same.
3110         * include/ext/memory: Same.
3111         * include/ext/numeric: Same.
3112         * include/ext/rb_tree: Same.
3113         * include/ext/ropeimpl.h: Same.
3114         * include/ext/slist: Same.
3115         * include/ext/stdio_filebuf.h: Same.
3116         * include/ext/stdio_sync_filebuf.h: Same.
3117         * include/ext/stl_rope.h: Move to...
3118         * include/ext/rope: ...here.
3119         * include/ext/stl_hash_fun.h: Move to...
3120         * include/ext/hash_fun.h: ...here.
3121         * include/ext/stl_hashtable.h: Move to...
3122         * include/ext/hashtable.h: ...here.
3123         * include/backward/hashtable.h: Reflect new names.
3124         * include/Makefile.am: Same.
3125         * include/Makefile.in: Regenerated.
3126
3127 2003-06-05  Benjamin Kosnik  <bkoz@redhat.com>
3128
3129         PR libstdc++/9024
3130         * include/bits/fstream.tcc (_M_underflow): Fix for unbuffered.
3131         * include/bits/stl_algobase.h: Tweak.
3132         * include/std/std_fstream.h: Move _M_buf_size to...
3133         * include/std/std_streambuf.h: ...here. Modify.
3134         * include/bits/streambuf.tcc: Same.
3135         * testsuite/testsuite_hooks.h: Tweak.
3136         * testsuite/testsuite_io.h (constraint_filebuf): New.
3137         * testsuite/27_io/basic_filebuf/sbumpc/char/1.cc: Split into...
3138         * testsuite/27_io/basic_filebuf/sbumpc/char/1-in.cc: New.
3139         * testsuite/27_io/basic_filebuf/sbumpc/char/1-io.cc: New.
3140         * testsuite/27_io/basic_filebuf/sbumpc/char/1-out.cc: New.
3141         * testsuite/27_io/basic_filebuf/sbumpc/char/2-in.cc: New.
3142         * testsuite/27_io/basic_filebuf/sbumpc/char/2-io.cc: New.
3143         * testsuite/27_io/basic_filebuf/sbumpc/char/2-out.cc: New.
3144         * testsuite/27_io/basic_filebuf/sgetc/char/1.cc: Split into...
3145         * testsuite/27_io/basic_filebuf/sgetc/char/1-in.cc: New.
3146         * testsuite/27_io/basic_filebuf/sgetc/char/1-io.cc: New.
3147         * testsuite/27_io/basic_filebuf/sgetc/char/1-out.cc: New.
3148         * testsuite/27_io/basic_filebuf/sgetc/char/2-in.cc: New.
3149         * testsuite/27_io/basic_filebuf/sgetc/char/2-io.cc: New.
3150         * testsuite/27_io/basic_filebuf/sgetc/char/2-out.cc: New.
3151         * testsuite/27_io/basic_filebuf/sgetn/char/1.cc: Split into...
3152         * testsuite/27_io/basic_filebuf/sgetn/char/1-in.cc: New.
3153         * testsuite/27_io/basic_filebuf/sgetn/char/1-io.cc: New.
3154         * testsuite/27_io/basic_filebuf/sgetn/char/1-out.cc: New.
3155         * testsuite/27_io/basic_filebuf/sgetn/char/2.cc: Split into...
3156         * testsuite/27_io/basic_filebuf/sgetn/char/2-in.cc: New.
3157         * testsuite/27_io/basic_filebuf/sgetn/char/2-io.cc: New.
3158         * testsuite/27_io/basic_filebuf/sgetn/char/2-out.cc: New.
3159         * testsuite/27_io/basic_filebuf/sgetn/char/3.cc: New.
3160         * testsuite/27_io/basic_filebuf/snextc/char/1.cc: Split into...
3161         * testsuite/27_io/basic_filebuf/snextc/char/1-in.cc: New.
3162         * testsuite/27_io/basic_filebuf/snextc/char/1-io.cc: New.
3163         * testsuite/27_io/basic_filebuf/snextc/char/1-out.cc: New.
3164         * testsuite/27_io/basic_filebuf/snextc/char/2-in.cc: New.
3165         * testsuite/27_io/basic_filebuf/snextc/char/2-io.cc: New.
3166         * testsuite/27_io/basic_filebuf/snextc/char/2-out.cc: New.
3167         * testsuite/27_io/basic_filebuf/sputc/char/1.cc: Split into...
3168         * testsuite/27_io/basic_filebuf/sputc/char/1-in.cc: New.
3169         * testsuite/27_io/basic_filebuf/sputc/char/1-io.cc: New.
3170         * testsuite/27_io/basic_filebuf/sputc/char/1-out.cc: New.
3171         * testsuite/27_io/basic_filebuf/sputc/char/2.cc: Split into...
3172         * testsuite/27_io/basic_filebuf/sputc/char/2-in.cc: New.
3173         * testsuite/27_io/basic_filebuf/sputc/char/2-io.cc: New.
3174         * testsuite/27_io/basic_filebuf/sputc/char/2-out.cc: New.
3175         * testsuite/27_io/basic_filebuf/sputn/char/1.cc: Split into...
3176         * testsuite/27_io/basic_filebuf/sputn/char/1-in.cc: New.
3177         * testsuite/27_io/basic_filebuf/sputn/char/1-io.cc: New.
3178         * testsuite/27_io/basic_filebuf/sputn/char/1-out.cc: New.
3179         * testsuite/27_io/basic_filebuf/sputn/char/2-in.cc: New.
3180         * testsuite/27_io/basic_filebuf/sputn/char/2-io.cc: New.
3181         * testsuite/27_io/basic_filebuf/sputn/char/2-out.cc: New.
3182         * testsuite/data/sgetc.txt: New.
3183         * testsuite/data/sgetn.txt: New.
3184
3185 2003-06-05  Paolo Carlini  <pcarlini@unitus.it>
3186
3187         PR libstdc++/11095
3188         * include/bits/istream.tcc (operator>>(basic_istream&, _CharT*)):
3189         Deal with width() smaller than zero.
3190         * include/bits/ostream.tcc (operator<<(basic_ostream&, _CharT),
3191         operator<<(basic_ostream&, char), operator<<(basic_ostream&, const
3192         _CharT*), operator<<(basic_ostream<_CharT, _Traits>&, const
3193         char*), operator<<(basic_ostream<char, _Traits>&, const char*),
3194         operator<<(basic_ostream, const basic_string&)): Likewise.
3195
3196         * testsuite/27_io/basic_istream/extractors_character/char/
3197         (11095-i.cc, 11095-oa.cc, 11095-ob.cc, 11095-oc.cc): New.
3198         * testsuite/27_io/basic_ostream/inserters_character/char/
3199         (11095-oa.cc, 11095-ob.cc, 11095-oc.cc): New.
3200         * testsuite/27_io/basic_ostream/inserters_character/wchar_t/
3201         (11095-od.cc, 11095-oe.cc, 11095-of.cc): New.
3202
3203 2003-06-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3204
3205         * acinclude.m4 (GLIBCPP_CHECK_PCH): Only set glibcpp_PCHFLAGS if
3206         .gch compilation works.
3207         * aclocal.m4, configure: Regenerate.
3208         * testsuite_flags.in (--build-cxx): Use glibcpp_PCHFLAGS to
3209         initialize PCHFLAGS.
3210
3211 2003-06-04  Paolo Carlini  <pcarlini@unitus.it>
3212
3213         * include/bits/basic_string.h (_M_fold, insert(iterator, _CharT),
3214         erase(iterator), erase(iterator, iterator), c_str,
3215         compare(const basic_string&)): Constify various variables.
3216         * include/bits/basic_string.tcc (_S_construct(_InIter, _InIter,
3217         const _Alloc&, input_iterator_tag), _M_destroy, _M_mutate,
3218         _S_create, resize, _M_replace, _M_replace_safe,
3219         append(const basic_string&), append(const basic_string&, size_type,
3220         size_type), append(const _CharT*, size_type), append(size_type,
3221         _CharT), operator+(const _CharT*, const basic_string&),
3222         operator+(_CharT, const basic_string&), replace(iterator, iterator,
3223         size_type, _CharT), find(const _CharT*, size_type, size_type),
3224         find(_CharT, size_type), rfind(const _CharT*, size_type, size_type),
3225         rfind(_CharT, size_type), compare(size_type, size_type,
3226         const basic_string&), compare(size_type, size_type,
3227         const basic_string&, size_type, size_type), compare(const _CharT*),
3228         compare(size_type, size_type, const _CharT*), compare(size_type,
3229         size_type, const _CharT*, size_type)): Likewise.
3230
3231 2003-06-03  Benjamin Kosnik  <bkoz@redhat.com>
3232
3233         * include/bits/fstream.tcc (pbackfail): Make a rarely taken
3234         'if' branch less obscure.
3235
3236 2003-06-02  Andrew Pinski  <pinskia@physics.uc.edu>
3237
3238         PR libstdc++/9815
3239         * config/cpu/i386/atomicity.h (__exchange_and_add): add intel
3240         asm case to asm.
3241         * config/cpu/i486/atomicity.h (__exchange_and_add): Likewise.
3242         (__atomic_add): likewise.
3243
3244 2003-06-02  Paolo Carlini  <pcarlini@unitus.it>
3245
3246         * include/bits/sstream.tcc (pbackfail): Minor clean up and
3247         reformatting, consistent with basic_filebuf::pbackfail.
3248
3249 2003-06-02  Richard Kreckel  <Richard.Kreckel@GiNaC.DE>
3250
3251         PR libstdc++/11062
3252         * config/cpu/mips/atomicity.h:  Change __attribute__ ((unused)) to
3253         __attribute__ ((__unused__)).
3254         * config/os/aix/atomicity.h:  Likewise.
3255
3256 2003-06-02  Paolo Carlini  <pcarlini@unitus.it>
3257
3258         PR libstdc++/9761
3259         * include/bits/fstream.tcc (pbackfail): If the pback buffer
3260         is already active don't try to store in it a second char.
3261         * testsuite/27_io/basic_filebuf/pbackfail/char/9761.cc: New.
3262
3263         * include/bits/fstream.tcc (pbackfail): Add unbuffered bits.
3264
3265 2003-06-02  Paolo Carlini  <pcarlini@unitus.it>
3266
3267         * testsuite/27_io/basic_stringbuf/seekpos/char/3.cc: Tweak
3268         line spacing.
3269
3270 2003-06-02  Paolo Carlini  <pcarlini@unitus.it>
3271
3272         * include/std/std_fstream.h (_M_destroy_pback): Use _M_in_beg
3273         instead of unnecessarily taking the address of _M_pback.
3274         (xsgetn): Simplify slightly for a single char pback buffer.
3275
3276 2003-06-02  Paolo Carlini  <pcarlini@unitus.it>
3277
3278         * include/bits/sstream.tcc (seekoff): Remove four unnecessary
3279         variables and two 'if', clean up.
3280
3281 2003-06-02  Paolo Carlini  <pcarlini@unitus.it>
3282
3283         * include/bits/sstream.tcc (seekpos): Test against _M_out_lim
3284         not _M_out_end, since the former actually points to the string
3285         end (vs buffer end).
3286         * testsuite/27_io/basic_stringbuf/seekpos/char/3.cc: New.
3287
3288 2003-05-30  Phil Edwards  <pme@gcc.gnu.org>
3289
3290         * docs/doxygen/filter:  New file.
3291         * docs/doxygen/filter.sed:  New file.
3292         * docs/doxygen/run_doxygen:  Add g flag to sed substitutions.  Duh.
3293         * docs/doxygen/user.cfg.in (INPUT_FILTER):  Point to new filter.
3294         * docs/html/documentation.html:  Fix links to doxygen pages.
3295
3296 2003-05-30  Paolo Carlini  <pcarlini@unitus.it>
3297
3298         * include/bits/fstream.tcc (_M_convert_to_external): Don't
3299         check for __ilen > 0.
3300
3301 2003-05-29  Sylvain Pion  <Sylvain.Pion@mpi-sb.mpg.de>
3302
3303         PR libstdc++/10783
3304         * include/bits/stl_iterator.h (class __normal_iterator):
3305         Don't inherit from iterator, add missing typedefs.
3306
3307 2003-05-29  Paolo Carlini <pcarlini@unitus.it>
3308
3309         * testsuite/24_iterators/reverse_iterator.cc: Split up, as follows.
3310         * testsuite/24_iterators/reverse_iterator/1.cc: New.
3311         * testsuite/24_iterators/reverse_iterator/2.cc: New.
3312         * testsuite/24_iterators/reverse_iterator/3.cc: New, from
3313         PR libstdc++/10783.
3314
3315 2003-05-27  Steve Ellcey  <sje@cup.hp.com>
3316
3317         * config/os/hpux/os_defines.h: Define _LIBUNWIND_STD_ABI if we are
3318         on IA64 HP-UX.
3319         * libsupc++/eh_throw.cc: Don't call _Unwind_Resume_or_Rethrow if
3320         _LIBUNWIND_STD_ABI is set.
3321
3322 2003-05-26  Brendan Kehoe  <brendan@zen.org>
3323
3324         * include/bits/locale_facets.tcc (do_get): Honor $22.2.6.3.3/8 and
3325         make sure the number of digits required after the decimal-point
3326         (if any) is exactly the value returned by frac_digits().
3327         * testsuite/22_locale/money_get/get/char/9.cc: New.
3328         * testsuite/22_locale/money_get/get/wchar_t/9.cc: New.
3329
3330 2003-05-27  Jonathan Wakely  <redi@gcc.gnu.org>
3331
3332         * include/std/std_istream.h, include/std/std_ostream.h: Typo in
3333         comment.
3334
3335 2003-05-26  Benjamin Kosnik  <bkoz@redhat.com>
3336
3337         PR libstdc++/9339
3338         * include/std/std_fstream.h (basic_filebuf::_M_overflow): Remove.
3339         (_M_pback): No array necessary.
3340         * include/bits/fstream.tcc (basic_filebuf::_M_overflow): Add
3341         unbuffered case, coalesec into ...
3342         (basic_filebuf::overflow): ...this.
3343         * testsuite/27_io/basic_filebuf/sputn/char/9339.cc: New.
3344         * testsuite/27_io/basic_filebuf/sputc/char/2.cc: Unbuffered.
3345
3346 2003-05-24  Nathanael Nerode  <neroden@gcc.gnu.org>
3347
3348         * libsupc++/Makefile.am, libsupc++/cxxabi.h, libsupc++/del_op.cc,
3349         libsupc++/del_opnt.cc, libsupc++/del_opv.cc, libsupc++/del_opvnt.cc,
3350         libsupc++/eh_alloc.cc, libsupc++/eh_aux_runtime.cc,
3351         libsupc++/eh_catch.cc, libsupc++/eh_exception.cc,
3352         libsupc++/eh_globals.cc, libsupc++/eh_personality.cc,
3353         libsupc++/eh_term_handler.cc, libsupc++/eh_terminate.cc,
3354         libsupc++/eh_throw.cc, libsupc++/eh_type.cc,
3355         libsupc++/eh_unex_handler.cc, libsupc++/exception,
3356         libsupc++/new, libsupc++/new_handler.cc, libsupc++/new_op.cc,
3357         libsupc++/new_opnt.cc, libsupc++/new_opv.cc, libsupc++/new_opvnt.cc,
3358         libsupc++/pure.cc, libsupc++/tinfo.cc, libsupc++/tinfo2.cc,
3359         libsupc++/typeinfo, libsupc++/unwind-cxx.h, libsupc++/vec.cc:
3360         Replace "GNU CC" with "GCC".
3361
3362         * include/backward/new.h: Replace "GNU CC" with "GCC".
3363
3364 2003-05-22  Benjamin Kosnik  <bkoz@redhat.com>
3365
3366         PR libstdc++/3066.
3367         * configure.in: Switch target to host, don't assume newlib.
3368         (target_alias): Remove.
3369         * configure: Regenerate.
3370         * acinclude.m4: Same.
3371         * aclocal.m4: Regenerate.
3372         * configure.target: Same. Rename to...
3373         * configure.host: This.
3374
3375 2003-05-22  Paolo Carlini  <pcarlini@unitus.it>
3376
3377         * include/std/std_fstream.h (_S_pback_size): Remove definition.
3378         (_M_create_pback(), _M_destroy_pback()): Simplify for a single-char
3379         pback buffer.
3380         * include/bits/fstream.tcc (_S_pback_size): Remove declaration.
3381         * testsuite/27_io/basic_filebuf/3.cc: Remove explicit instantiation
3382         of _S_pback_size for systems with no COMDAT or weak support.
3383         * testsuite/27_io/basic_filebuf/seekoff/10132-2.cc: Likewise.
3384         * testsuite/27_io/basic_filebuf/seekpos/10132-3.cc: Likewise.
3385         * testsuite/27_io/basic_filebuf/underflow/10096.cc: Likewise.
3386         * testsuite/27_io/basic_fstream/3.cc: Likewise.
3387         * testsuite/27_io/basic_ifstream/3.cc: Likewise.
3388         * testsuite/27_io/basic_istream/sentry/char/3983-fstream.cc: Likewise.
3389         * testsuite/27_io/basic_ofstream/3.cc: Likewise.
3390         * testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc: Likewise.
3391         * testsuite/27_io/basic_streambuf/3.cc: Likewise.
3392
3393 2003-05-22  Paolo Carlini  <pcarlini@unitus.it>
3394
3395         * include/bits/fstream.tcc (_M_underflow): Simplify:
3396         !__testout implies _M_filepos == _M_in_end, therefore
3397         the first _M_file.seekoff call is never issued.
3398
3399 2003-05-22  Benjamin Kosnik  <bkoz@redhat.com>
3400
3401         * configure.in: Sort cross table.
3402         * configure: Regenerate.
3403
3404 2003-05-22  Brad Spencer  <spencer@infointeractive.com>
3405
3406         PR libstdc++/10106
3407         * configure.in: Add Solaris cross bits.
3408
3409 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
3410
3411         * libstdc++-v3/config/os/mingw32/os_defines.h
3412         (__GTHREAD_HIDE_WIN32API): Define to 1 by defualt.
3413         (NOMINMAX): Define.  Update copyright year.
3414
3415 2003-05-21  Paolo Carlini  <pcarlini@unitus.it>
3416
3417         * include/std/std_fstream.h (_M_set_buffer): Fix indentation.
3418
3419 2003-05-21  Jonathan Wakely  <redi@gcc.gnu.org>
3420
3421         * docs/html/faq/index.html: Fix typo.
3422         * docs/html/faq/index.txt: Regenerate.
3423
3424 2003-05-21  Jonathan Wakely  <redi@gcc.gnu.org>
3425
3426         * docs/html/test.html: Fix markup.
3427
3428 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
3429
3430         * libmath/stubs.c (hypot, hypotf, hypotl): Don't divide by
3431         zero.
3432         Update copyright year.
3433
3434 2003-05-20  Paolo Carlini  <pcarlini@unitus.it>
3435
3436         * testsuite/27_io/basic_filebuf/close/char/4.cc: Fix typo.
3437
3438 2003-05-20  Paolo Carlini  <pcarlini@unitus.it>
3439
3440         * testsuite/27_io/basic_filebuf/close/char/5.cc: New file,
3441         further testing that upon filebuf::close() 27.8.1.1,3 is enforced.
3442
3443 2003-05-20  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3444
3445         * include/bits/stl_alloc.h (__default_alloc_template::_S_chunk_alloc):
3446         Cast via void* to avoid -Wcast-align warnings.
3447         (__default_alloc_template::_S_refill): Likewise.
3448
3449 2003-05-20  Benjamin Kosnik  <bkoz@redhat.com>
3450
3451         * testsuite/README: Move to...
3452         * docs/html/test.html: ...here. Add documentation.
3453         * docs/html/install.html: Move testing bits out..
3454         * docs/html/documentation.html: Add separate testing link.
3455         * testsuite/performance: Add.
3456         * testsuite/performance/allocator.cc: New.
3457         * testsuite/performance/complex_norm.cc: New.
3458         * testsuite/performance/cout_insert_int.cc: New.
3459         * testsuite/performance/fstream_seek_write.cc: New.
3460         * testsuite/performance/ifstream_getline.cc: New.
3461         * testsuite/performance/map_create_fill.cc: New.
3462         * testsuite/performance/ofstream_insert_float.cc: New.
3463         * testsuite/performance/ofstream_insert_int.cc: New.
3464         * testsuite/performance/string_append.cc: New.
3465         * testsuite/lib/libstdc++-v3-dg.exp (v3-compute-tests): Filter
3466         performance tests.
3467
3468 2003-05-20  Gabriel Dos Reis <gdr@integrable-solutions.net>
3469
3470         PR libstdc++/10689
3471         * include/std/std_complex.h (pow): Tidy.
3472
3473 2003-05-19  Paolo Carlini  <pcarlini@unitus.it>
3474
3475         * testsuite/27_io/basic_filebuf/close/char/4.cc: New file, testing
3476         that upon filebuf::close() 27.8.1.1,3 is enforced.
3477
3478 2003-05-15  Loren J. Rittle  <ljrittle@acm.org>
3479
3480         * testsuite/thread/pthread4.cc: Further tweak to avoid fini race.
3481
3482 2003-05-15  Paolo Carlini  <pcarlini@unitus.it>
3483             Nathan Myers  <ncm@cantrip.org>
3484
3485         * include/bits/fstream.tcc (_M_overflow): Rewrote to call
3486         _M_convert_to_external only once (_M_buf_size is now the size of
3487         the put area + 1 for the overflow char of a full area); call
3488         _M_set_buffer instead of _M_set_indeterminate.
3489         (setbuf): Don't accept a buffer smaller than 2 chars.
3490         (_M_underflow): Refill _M_buf_size - 1 chars; call _M_set_buffer,
3491         instead of _M_set_determinate.
3492         (open): Call _M_set_buffer, instead of _M_set_indeterminate.
3493         (seekoff): Likewise.
3494         * include/ext/stdio_filebuf.h (stdio_filebuf(int,
3495         std::ios_base::openmode, bool, size_t),
3496         stdio_filebuf(std::__c_file*, std::ios_base::openmode, size_t):
3497         Likewise.
3498         * include/std/std_fstream.h (_M_set_indeterminate): Remove.
3499         (_M_set_determinate): Rename as _M_set_buffer, _M_buf_size ->
3500         _M_buf_size - 1.
3501         * include/std/std_streambuf.h: Tweak _M_out_lim comment.
3502         * testsuite/27_io/basic_filebuf/sgetn/char/1.cc: Tweak, taking
3503         into account that, for _M_buf_size == BUFSIZ == 8192, the size of
3504         the put area is now BUFSIZ - 1.
3505         * testsuite/ext/stdio_filebuf_2.cc: Tweak, taking into account
3506         that now the smallest _M_buf_size is 2 (still fails, for the same
3507         reason, with 3.2.3)
3508
3509 2003-05-14  Loren J. Rittle  <ljrittle@acm.org>
3510
3511         * testsuite/thread/pthread4.cc: Tweak test.
3512
3513 2003-05-13  Benjamin Kosnik  <bkoz@redhat.com>
3514
3515         * testsuite/27_io/ios_base/cons/copy_neg.cc: Remove
3516         excess errors dg marker, use dg-errors instead.
3517         * testsuite/27_io/ios_base/cons/assign_neg.cc: Same.
3518         * testsuite/20_util/auto_ptr_neg.cc: Same.
3519
3520 2003-05-12  Benjamin Kosnik  <bkoz@redhat.com>
3521
3522         * include/std/std_fstream.h (basic_filebuf::_M_codecvt): Add
3523         cached member.
3524         * include/bits/fstream.tcc (basic_filebuf::basic_filebuf):
3525         Initialize _M_codecvt.
3526         (basic_filebuf::imbue): Same.
3527         (basic_filebuf::showmanyc): Use it.
3528         (basic_filebuf::underflow): Use it.
3529         (basic_filebuf::_M_convert_to_external): Use it.
3530         (basic_filebuf::seekoff): Use it.
3531         (basic_filebuf::imbue): Use it, tweaks.
3532         * include/bits/localefwd.h (__check_facet): New.
3533         * include/bits/locale_classes.h: Tweaks.
3534         * include/bits/locale_facets.tcc: Tweaks.
3535         * include/bits/basic_ios.h (basic_ios::_M_check_facet): Remove.
3536         _M_fctype to _M_ctype, _M_fnumput to _M_num_put, _M_fnumget to
3537         _M_num_get. Change _M_check_facet to __check_facet. Tweaks.
3538         * include/bits/basic_ios.tcc: Same.
3539         * include/bits/istream.tcc: Same.
3540         * include/bits/ostream.tcc: Same.
3541         * include/std/std_streambuf.h: Same.
3542         * testsuite/27_io/basic_filebuf/imbue/char/2.cc: New.
3543         * testsuite/27_io/basic_filebuf/imbue/char/3.cc: New.
3544         * testsuite/27_io/basic_filebuf/imbue/wchar_t/1.cc: New.
3545         * testsuite/27_io/basic_filebuf/imbue/wchar_t/2.cc: New.
3546         * testsuite/27_io/basic_filebuf/imbue/wchar_t/3.cc: New.
3547         * testsuite/27_io/basic_filebuf/imbue/wchar_t/9322.cc: New.
3548
3549 2003-05-12  Paolo Carlini  <pcarlini@unitus.it>
3550
3551         * testsuite/27_io/basic_filebuf/sgetc/char/1.cc: Remove
3552         unnecessary includes and unused string literals.
3553         * testsuite/27_io/basic_filebuf/sputbackc/char/1.cc: Likewise.
3554         * testsuite/27_io/basic_filebuf/sputc/char/1.cc: Likewise.
3555         * testsuite/27_io/basic_filebuf/sputn/char/1.cc: Likewise.
3556         * testsuite/27_io/basic_filebuf/sungetc/char/1.cc: Likewise.
3557
3558 2003-05-12  Benjamin Kosnik  <bkoz@redhat.com>
3559
3560         * include/bits/fstream.tcc (_M_overflow): Remove unbuffered bits.
3561
3562 2003-05-12  Paolo Carlini  <pcarlini@unitus.it>
3563
3564         * include/std/std_fstream.h (_M_convert_to_external): Change
3565         to return bool, take two less streamsize parameters.
3566         * include/bits/fstream.tcc (_M_convert_to_external): Tweak
3567         consistently definition.
3568         (_M_overflow): Adjust call points.
3569
3570 2003-05-12  Benjamin Kosnik  <bkoz@redhat.com>
3571
3572         * testsuite/27_io/basic_filebuf/underflow/10096.cc: Add weak bits.
3573
3574 2003-05-11  Phil Edwards  <pme@gcc.gnu.org>
3575
3576         * testsuite/Makefile.am:  Properly quote /both/ LD_RUN_PATHs.
3577         * testsuite/Makefile.in:  Regenerate.
3578
3579 2003-05-11  Phil Edwards  <pme@gcc.gnu.org>
3580
3581         * testsuite/Makefile.am:  Properly quote LD_RUN_PATH.
3582         * testsuite/Makefile.in:  Regenerate.
3583
3584 2003-05-11  Gabriel Dos Reis <gdr@integrable-solutions.net>
3585
3586         PR libstdc++/3181
3587         * include/c_std/std_cmath.h: #include <bits/cpp_type_traits.h>
3588         (acos): Handle integer argument.
3589         (asin): Likewise.
3590         (atan): Likewise.
3591         (atan2): Likewise.
3592         (ceil): Likewise.
3593         (cos): Likewise.
3594         (cosh): Likewise.
3595         (exp): Likewise.
3596         (fabs): Likewise.
3597         (floor): Likewise.
3598         (frexp): Likewise.
3599         (ldexp): Likewise.
3600         (log): Likewise.
3601         (log10): Likewise.
3602         (sin): Likewise.
3603         (sinh): Likewise.
3604         (sqrt): Likewise.
3605         (tan): Likewise.
3606         (tanh): Likewise.
3607         * include/bits/cpp_type_traits.h (__are_same<>): New traits.
3608         (__enable_if): Likewise.
3609         * testsuite/26_numerics/cmath/overloads.C: New test.
3610
3611 2003-05-10  Petur Runolfsson  <peturr02@ru.is>
3612
3613         PR libstdc++/9027
3614         PR libstdc++/9520
3615         PR libstdc++/10096
3616         * include/bits/fstream.tcc (basic_file::_M_underflow):  Add generic
3617         implementation, based on old wchar_t specialization, add support
3618         for codecvt::in() return value of codecvt_base::noconv, remove
3619         _M_file.sys_ungetc() call.
3620         * include/std/std_fstream.h (basic_file::underflow,
3621         basic_file::uflow, basic_file::_M_underflow):  Remove
3622         specialization declarations, call _M_underflow from generic versions
3623         of underflow and uflow.
3624         * src/fstream.cc (basic_file::underflow, basic_file::uflow,
3625         basic_file::_M_underflow):  Remove specializations.
3626         * src/Makefile.am (sources):  Remove fstream.cc.
3627         * src/Makefile.in:  Regenerated.
3628         * testsuite/27_io/basic_filebuf/underflow/10096.cc:  New test.
3629         * testsuite/27_io/basic_filebuf/underflow/char/1.cc:  New test.
3630         * testsuite/27_io/basic_filebuf/underflow/char/9027.cc:  New test.
3631         * testsuite/27_io/basic_filebuf/underflow/wchar_t/9520.cc:  New test.
3632
3633 2003-05-10  Benjamin Kosnik  <bkoz@redhat.com>
3634
3635         * include/ext/stdio_filebuf.h (__stdio_filebuf): Remove stack
3636         buffer.
3637         * config/io/basic_file_stdio.h (__basic_file::xsgetn): Remove
3638         unbuffered bits.
3639         (__basic_file::xsputn): Same.
3640         (__basic_file::seekoff): Same.
3641         (__basic_file::seekpos): Same.
3642         (__basic_file::showmanyc): Same.
3643         * config/io/basic_file_stdio.cc: Same.
3644         * include/std/std_fstream.h: Same.
3645         * include/bits/fstream.tcc: Same.
3646         * src/fstream.cc: Same.
3647         * testsuite/27_io/basic_filebuf/sgetn/char/1.cc (test05): Tidy.
3648
3649 2003-05-10  Petur Runolfsson  <peturr02@ru.is>
3650
3651         PR libstdc++/9520
3652         PR libstdc++/9661
3653         PR libstdc++/9662
3654         * include/ext/stdio_sync_filebuf.h:  New file.
3655         (basic_stdiobuf):  New.
3656         * include/Makefile.am (ext_headers): Add ext/stdio_sync_filebuf.h
3657         * include/Makefile.in: Regenerate.
3658         * include/bits/ios_base.h (Init::_S_create_buffers,
3659         Init::_S_destroy_buffers):  Remove declarations.
3660         * src/globals.cc (buf_cout_sync, buf_cin_sync, buf_cerr_sync,
3661         buf_wcout_sync, buf_wcin_sync, buf_wcerr_sync):  Define.
3662         * src/ios.cc (Init::_S_create_buffers,
3663         Init::_S_destroy_buffers):  Remove.
3664         (Init::Init):  Create and use syncronized buffers.
3665         (ios_base::sync_with_stdio):  Destroy syncronized buffers,
3666         create and install unsyncronized buffers.
3667         * testsuite/27_io/objects/char/10.cc:  New test.
3668         * testsuite/27_io/objects/char/9.cc:  New test.
3669         * testsuite/27_io/objects/char/9661-1.cc:  New test.
3670         * testsuite/27_io/objects/char/9661-2_xin.cc:  New test.
3671         * testsuite/27_io/objects/char/9661-2_xin.in:  New.
3672         * testsuite/27_io/objects/wchar_t/1.cc:  New test.
3673         * testsuite/27_io/objects/wchar_t/10.cc:  New test.
3674         * testsuite/27_io/objects/wchar_t/2.cc:  New test.
3675         * testsuite/27_io/objects/wchar_t/2523-1_xin.cc:  New test.
3676         * testsuite/27_io/objects/wchar_t/2523-1_xin.in:  New.
3677         * testsuite/27_io/objects/wchar_t/2523-2_xin.cc:  New test.
3678         * testsuite/27_io/objects/wchar_t/2523-2_xin.in:  New.
3679         * testsuite/27_io/objects/wchar_t/3045.cc:  New test.
3680         * testsuite/27_io/objects/wchar_t/3647.cc:  New test.
3681         * testsuite/27_io/objects/wchar_t/3_xin.cc:  New test.
3682         * testsuite/27_io/objects/wchar_t/3_xin.in:  New.
3683         * testsuite/27_io/objects/wchar_t/4_xin.cc:  New test.
3684         * testsuite/27_io/objects/wchar_t/4_xin.in:  New.
3685         * testsuite/27_io/objects/wchar_t/5.cc:  New test.
3686         * testsuite/27_io/objects/wchar_t/5268.cc:  New test.
3687         * testsuite/27_io/objects/wchar_t/5280_xin.cc:  New test.
3688         * testsuite/27_io/objects/wchar_t/5280_xin.in:  New.
3689         * testsuite/27_io/objects/wchar_t/6.cc:  New test.
3690         * testsuite/27_io/objects/wchar_t/6548_xin.cc:  New test.
3691         * testsuite/27_io/objects/wchar_t/6548_xin.in:  New.
3692         * testsuite/27_io/objects/wchar_t/6648-1_xin.cc:  New test.
3693         * testsuite/27_io/objects/wchar_t/6648-1_xin.in:  New.
3694         * testsuite/27_io/objects/wchar_t/6648-2_xin.cc:  New test.
3695         * testsuite/27_io/objects/wchar_t/6648-2_xin.in:  New.
3696         * testsuite/27_io/objects/wchar_t/7.cc:  New test.
3697         * testsuite/27_io/objects/wchar_t/7744_xin.cc:  New test.
3698         * testsuite/27_io/objects/wchar_t/7744_xin.in:  New.
3699         * testsuite/27_io/objects/wchar_t/8.cc:  New test.
3700         * testsuite/27_io/objects/wchar_t/9_xin.cc:  New test.
3701         * testsuite/27_io/objects/wchar_t/9_xin.in:  New.
3702         * testsuite/27_io/objects/wchar_t/9520.cc:  New test.
3703         * testsuite/27_io/objects/wchar_t/9661-1.cc:  New test.
3704         * testsuite/27_io/objects/wchar_t/9661-2_xin.cc:  New test.
3705         * testsuite/27_io/objects/wchar_t/9661-2_xin.in:  New.
3706         * testsuite/27_io/objects/wchar_t/9662.cc:  New test.
3707         * testsuite/ext/stdiobuf_char.cc:  New test.
3708         * testsuite/ext/stdiobuf_wchar_t.cc:  New test.
3709
3710 2003-05-10  Paolo Carlini  <pcarlini@unitus.it>
3711
3712         * testsuite/27_io/basic_filebuf/close/char/3.cc: Remove
3713         unnecessary includes and unused string literals.
3714         * testsuite/27_io/basic_filebuf/in_avail/char/1.cc: Likewise.
3715
3716 2003-05-08  Paolo Carlini  <pcarlini@unitus.it>
3717
3718         * include/std/std_streambuf.h (setg, setp): Don't touch _M_mode.
3719
3720 2003-05-07  Richard Henderson  <rth@redhat.com>
3721
3722         PR c++/10570
3723         * libsupc++/eh_catch.cc (__cxa_begin_catch): Handle foreign exceptions.
3724         (__cxa_end_catch): Likewise.
3725         * libsupc++/eh_throw.cc (__cxa_rethrow): Likewise.  Use
3726         _Unwind_Resume_or_Rethrow.
3727         * libsupc++/eh_personality.cc (empty_exception_spec): New.
3728         (PERSONALITY_FUNCTION): Don't ignore terminate or catch-all
3729         for _UA_FORCE_UNWIND.  Honor empty filter spec for foreign
3730         exceptions.  Don't push terminate/unexpected to cxa functions.
3731         (__cxa_call_unexpected): Remove foreign exception fixmes.
3732
3733 2003-05-07  Benjamin Kosnik  <bkoz@redhat.com>
3734
3735         * testsuite/27_io/ios_base/cons: New.
3736         * testsuite/27_io/ios_base/cons/assign_neg.cc: New.
3737         * testsuite/27_io/ios_base/cons/copy_neg.cc: New.
3738
3739 2003-05-07  Paolo Carlini  <pcarlini@unitus.it>
3740
3741         * include/std/std_fstream.h (_M_is_indeterminate): Remove.
3742         * src/fstream.cc
3743         (basic_filebuf<char/wchar_t>::_M_underflow): Simplify: either
3744         there is no buffer or __testget == !__testinit.
3745
3746         * src/fstream.cc
3747         (basic_filebuf<char/wchar_t>::_M_underflow): _M_set_determinate()
3748         automatically sets, if appropriate, _M_out_cur == _M_in_cur.
3749
3750         * include/std/std_fstream.h (_M_destroy_pback): Don't set
3751         unnecessarily _M_pback_cur_save and _M_pback_end_save.
3752
3753         * include/std/std_fstream.h (_M_set_determinate): Minor tweak.
3754
3755         * include/std/std_sstream.h (_M_sync): Minor tweak.
3756
3757         * include/bits/fstream.tcc (close): No need to call
3758         _M_destroy_pback, setting _M_pback_init to false suffices
3759         to clean up.
3760
3761 2003-05-06  Benjamin Kosnik  <bkoz@redhat.com>
3762
3763         * include/bits/stl_algo.h: Enums as _S_.
3764         * include/bits/stl_tree.h: Same.
3765         * include/bits/stl_bvector.h: Same.
3766         * include/bits/ios_base.h: Same.
3767         * include/bits/stl_alloc.h: Same.
3768         * include/ext/stl_hashtable.h: Same.
3769         * src/ios.cc: And here.
3770
3771         * include/std/std_sstream.h: Replace _M_really_sync to _M_sync.
3772         * include/bits/sstream.tcc: Same.
3773
3774         * include/bits/basic_ios.h: Correct spacing for '< ctype'.
3775
3776         * include/bits/locale_facets.tcc: Replace __temp to __tmp.
3777
3778         * include/bits/locale_facets.h (__num_base): Remove protected.
3779         Use _S_[io]* names for enumerations.
3780         (_S_format_int): Remove.
3781         * include/bits/locale_facets.tcc: Same.
3782         * src/locale.cc: Same.
3783
3784         * include/std/std_sstream.h (stringbuf::str): Tweak formatting.
3785
3786 2003-05-06  Phil Edwards  <pme@gcc.gnu.org>
3787
3788         * docs/html/faq/index.html (3.10):  Add note about mips atomicity.h.
3789         * docs/html/faq/index.txt:  Regenerated.
3790
3791 2003-05-06  Michael Ritzert <Ritzert@t-online.de>
3792             Matt Kraai <kraai@alumni.cmu.edu>
3793
3794         * include/ext/stl_rope.h (_Rope_RopeRep<>::_M_c_string_lock): Tweak.
3795         And retweak.
3796
3797 2003-05-06  Richard Sandiford  <rsandifo@redhat.com>
3798
3799         * configure.target (mips*): Use the generic atomicity.h by default.
3800
3801 2003-05-05  Loren J. Rittle  <ljrittle@acm.org>
3802             (Inspired by an alternate patch from Danny Smith.)
3803
3804         * include/bits/stl_threads.h (_Atomic_swap): Kill it...
3805         (_Swap_lock_struct<>): ...and the horse it rode in on.
3806         * src/globals.cc (_Swap_lock_struct<>): Likewise.
3807         * include/ext/stl_rope.h (_Rope_RopeRep<>::_M_c_string_lock): New
3808         member to support...
3809         * include/ext/ropeimpl.h (rope<>::c_str): Follow *all* memory
3810         visibility rules related to POSIX threads.
3811         * testsuite/thread/pthread7-rope.cc: New test.
3812
3813 2003-05-04  Paolo Carlini  <pcarlini@unitus.it>
3814
3815         * testsuite/21_strings/basic_string/find/char/3.cc: New
3816         file, testing basic_string<char>::find_first_not_of.
3817         * testsuite/21_strings/basic_string/find/wchar_t/3.cc:
3818         Likewise for basic_string<wchar_t>.
3819
3820 2003-05-03  Loren J. Rittle  <ljrittle@acm.org>
3821
3822         * testsuite/thread/pthread1.cc: Remove special case for FreeBSD.
3823
3824 2003-05-02  Benjamin Kosnik  <bkoz@redhat.com>
3825
3826         * include/Makefile.am (CLEANFILES): Remove PCH files in target
3827         directory.
3828         * include/Makefile.in: Regenerate.
3829
3830 2003-05-02  Paolo Carlini  <pcarlini@unitus.it>
3831
3832         * include/std/std_sstream.h (str()): Tidy.
3833
3834 2003-05-02  Nathan Myers  <ncm@cantrip.org>
3835             Paolo Carlini  <pcarlini@unitus.it>
3836
3837         * include/bits/streambuf.tcc (__copy_streambufs): Rewrote.
3838
3839 2003-05-02  Jonathan Wakely  <redi@gcc.gnu.org>
3840
3841         * include/bits/basic_string.h (swap): Remove redundant template
3842         parameters from declaration of non-template member function.
3843
3844 2003-05-01  Phil Edwards  <pme@gcc.gnu.org>
3845
3846         * acconfig.h (_GLIBCPP_USE_NLS):  New symbol.
3847         * configure.in:  Move libintl.h header test...
3848         * acinclude.m4 (GLIBCPP_ENABLE_CLOCALE):  ...to here.  Gather all
3849         the NLS-related test results into one symbol.
3850         * src/functexcept.cc:  Use it here.
3851         * aclocal.m4, config.h.in, configure:  Regenerated.
3852
3853 2003-05-01  Paolo Carlini  <pcarlini@unitus.it>
3854
3855         * include/bits/sstream.tcc (overflow): Instead of calling
3856         str(), then _M_string.reserve, thus copying the contents
3857         of the current buffer two times, just copy the latter in
3858         a temporary, then use the 'swap trick'.
3859
3860 2003-05-01  Paolo Carlini  <pcarlini@unitus.it>
3861
3862         * include/std/std_sstream.h (str()): Revert the best of the
3863         previous 'improvement', incorrect due to the COW nature of
3864         v3 basic_string; simplify.
3865
3866 2003-05-01  Paolo Carlini  <pcarlini@unitus.it>
3867
3868         * include/bits/streambuf.tcc (__copy_streambufs): Adjust the
3869         type of __avail to ptrdiff_t to avoid signed-unsigned warning.
3870
3871 2003-05-01  Benjamin Kosnik  <bkoz@redhat.com>
3872
3873         * testsuite/abi_check.cc (check_version): Update known versions.
3874         Check added symbols for version_name != base version. Add missing
3875         symbols to incompatible list.
3876
3877 2003-05-01  Benjamin Kosnik  <bkoz@redhat.com>
3878
3879         * acinclude.m4 (GLIBCPP_EXPORT_FLAGS): Remove -Winline.
3880         * aclocal.m4: Regenerated.
3881         * configure: Regenerated.
3882
3883 2003-05-01  Paolo Carlini  <pcarlini@unitus.it>
3884
3885         * include/bits/streambuf.tcc (basic_streambuf::xsgetn):
3886         Const-ify some variables.
3887         (basic_streambuf::xsputn): Likewise; change the type of some
3888         variables to size_t.
3889         (__copy_streambufs): Change some variables to size_t.
3890
3891 2003-05-01  Paolo Carlini  <pcarlini@unitus.it>
3892
3893         * include/std/std_sstream.h (str()): Avoid constructing
3894         a basic_string temporary not only when it would turn out
3895         to be zero-sized but also when identical to the current
3896         _M_string buffer.
3897
3898 2003-05-01  Paolo Carlini  <pcarlini@unitus.it>
3899
3900         * include/ext/stdio_filebuf.h
3901         (stdio_filebuf(int, std::ios_base::openmode, bool, size_t),
3902         stdio_filebuf(std::__c_file*, std::ios_base::openmode, size_t)):
3903         Shorten a bit (-10 lines) by factoring out some code.
3904
3905 2003-04-30  Phil Edwards  <pme@gcc.gnu.org>
3906
3907         * acinclude.m4:  Add bit missing from previous patch.
3908         * aclocal.m4, configure:  Regenerated.
3909
3910 2003-04-29  Phil Edwards  <pme@gcc.gnu.org>
3911
3912         * docs/doxygen/mainpage.html:  Bring up to date.
3913         * docs/doxygen/run_doxygen:  Cosmetic tweaks.  Work around a bug
3914         in Doxygen.
3915         * docs/doxygen/user.cfg.in:  Scanning the precompiled headers
3916         breaks everything.  Don't scan them.
3917         * docs/html/documentation.html:  Point to "Write after approval"
3918         notes.
3919
3920 2003-04-29  Phil Edwards  <pme@gcc.gnu.org>
3921
3922         * acinclude.m4 (GLIBCPP_ENABLE_CLOCALE):  Search for gettext outside
3923         of libc if message translations are being used.  Fix info text in
3924         xieee_1003.1-2001 case.
3925         * aclocal.m4, configure:  Regenerate.
3926
3927 2003-04-29 Joel Sherrill  <joel.sherrill@OARcorp.com>
3928            Loren J. Rittle <ljrittle@acm.org>
3929            Martin v. Loewis  <martin@v.loewis.de>
3930
3931         * config/cpu/i386/atomicity.h: New file.
3932
3933 2003-04-29  Paolo Carlini  <pcarlini@unitus.it>
3934
3935         * include/bits/fstream.tcc (open): Change to single return.
3936
3937 2003-04-29  Paolo Carlini  <pcarlini@unitus.it>
3938
3939         * include/std/std_sstream.h (underflow): Change to single return.
3940
3941 2003-04-28  Paolo Carlini  <pcarlini@unitus.it>
3942
3943         * include/std/std_streambuf.h (_M_buf): is currently
3944         used only for basic_filebuf, therefore move it there.
3945         (basic_streambuf(), ~basic_streambuf()): Adjust.
3946         * include/std/std_fstream.h (_M_buf): Moved here.
3947         * include/std/std_sstream.h (setbuf): Don't set _M_buf,
3948         is actually redundant for basic_stringbuf.
3949         (_M_really_sync): Likewise.
3950         * include/bits/fstream.tcc (basic_filebuf()): Adjust.
3951         * include/bits/sstream.tcc (seekoff): Adjust.
3952
3953 2003-04-28  Benjamin Kosnik  <bkoz@redhat.com>
3954
3955         * src/localename.cc: Standardize exception strings.
3956         * src/locale.cc: Same.
3957         * src/ios.cc: Same.
3958         * include/bits/basic_string.tcc: Same.
3959         * include/bits/basic_ios.tcc: Same.
3960         * include/std/std_bitset.h: Same.
3961         * include/ext/ropeimpl.h: Same.
3962         * include/bits/stl_vector.h: Same.
3963         * include/bits/stl_deque.h: Same.
3964         * include/bits/stl_bvector.h: Same.
3965         * config/locale/generic/c_locale.cc: Same.
3966         * config/locale/gnu/c_locale.cc: Same.
3967         * config/locale/ieee_1003.1-2001/codecvt_specializations.h: Same.
3968
3969         * testsuite/testsuite_hooks.cc (__gnu_cxx_test): Modify.
3970
3971 2003-04-28  Paolo Carlini  <pcarlini@unitus.it>
3972
3973         * include/std/std_streambuf.h (_M_buf_size): is currently
3974         used only for basic_filebuf, therefore move it there.
3975         (basic_streambuf(), ~basic_streambuf()): Adjust.
3976         * include/std/std_fstream.h (_M_buf_size): Moved here.
3977         * include/bits/fstream.tcc (basic_filebuf()): Adjust.
3978
3979 2003-04-28  Paolo Carlini  <pcarlini@unitus.it>
3980
3981         * include/bits/streambuf.tcc (__copy_streambufs): Don't use
3982         _M_buf_size (synced input is now correctly dealt with
3983         elsewhere); when the output buffer is full don't fall back
3984         to a snextc-sputc loop, call overflow instead.
3985
3986 2003-04-28  Paolo Carlini  <pcarlini@unitus.it>
3987
3988         * include/bits/sstream.tcc (pbackfail): Shorten a bit (6 lines)
3989         the innermost 'if' by factoring out some code.
3990
3991 2003-04-28  Phil Edwards  <pme@gcc.gnu.org>
3992
3993         * configure.in:  Test for libintl.h.
3994         * include/bits/c++config:  Define __N for everybody.
3995         * include/bits/basic_string.h, include/bits/stl_bvector.h,
3996         include/bits/stl_deque.h, include/bits/stl_vector.h,
3997         include/std/std_bitset.h:  Wrap all __throw* text with __N.
3998         * po/Makefile.am (pot):  New rule, mostly working.
3999         * src/functexcept.cc:  Call gettext on all __throw* arguments when
4000         -fexceptions is in effect.
4001         * po/Makefile.in, config.h.in, configure:  Regenerate.
4002
4003 2003-04-28  Petur Runolfsson  <peturr02@ru.is>
4004
4005         PR libstdc++/9523
4006         * include/bits/ios_base.h (Init::_S_ios_create,
4007         Init::_S_ios_destroy):  Remove declarations.
4008         (Init::_S_create_buffers,
4009         Init::_S_destroy_buffers):  Declare
4010         * src/ios.cc (Init::_S_ios_create):  Remove
4011         (Init::_S_create_buffers):  Create buffers and add to streams.
4012         (Init::_S_ios_destroy):  Rename to...
4013         (Init::_S_destroy_buffers):  this.
4014         (Init::Init):  Only construct streams once.
4015         (Init::~Init):  Flush streams, don't destroy them.
4016         (ios_base::sync_with_stdio):  Don't destroy streams, only buffers.
4017         * testsuite/27_io/ios_base/sync_with_stdio/9523.cc:  New test.
4018         * testsuite/27_io/objects/char/5.cc:  New test.
4019         * testsuite/27_io/objects/char/5268.cc:  Avoid undefined behavior.
4020         * testsuite/27_io/objects/char/6.cc:  New test.
4021         * testsuite/27_io/objects/char/7.cc:  New test.
4022
4023 2003-04-28  Benjamin Kosnik  <bkoz@redhat.com>
4024
4025         * testsuite/27_io/objects/char/8.cc:  New test.
4026
4027 2003-04-28  Benjamin Kosnik  <bkoz@redhat.com>
4028
4029         * testsuite/22_locale/codecvt/unicode/char.cc: Remove bom usage.
4030         * testsuite/22_locale/codecvt/unicode/wchar_t.cc: Same.
4031
4032 2003-04-27  Benjamin Kosnik  <bkoz@redhat.com>
4033
4034         * include/std/std_fstream.h (basic_filebuf): _M_pback_destroy to
4035         _M_destroy_pback. _M_pback_create to
4036         _M_create_pback. _M_underflow_common to
4037         _M_underflow. _M_really_overflow to _M_overflow.
4038         * include/bits/fstream.tcc: Same.
4039         * src/fstream.cc: Same.
4040         * include/std/std_streambuf.h (basic_streambuf): _M_in_cur_move to
4041         _M_move_in_cur.  _M_out_cur_move to _M_move_out_cur.
4042         * include/bits/streambuf.tcc: Same.
4043         * include/bits/fstream.tcc: Same.
4044         * include/bits/sstream.tcc: Same.
4045
4046 2003-04-27  Benjamin Kosnik  <bkoz@redhat.com>
4047
4048         * include/bits/locale_classes.h (locale::_Impl): Change _M_names
4049         from fixed size array.
4050         (locale): Change _S_categories as well.
4051         Formatting tweaks.
4052         * include/bits/locale_facets.tcc: Tweak.
4053         * config/locale/gnu/c_locale.cc: Assign _S_categories.
4054         * config/locale/generic/c_locale.cc: Same.
4055         * src/locale.cc: Tweak.
4056         * src/globals.cc: Change facet_name to name_vec, add names_c.
4057         * src/localename.cc: Use them.
4058         (locale::_Impl::~_Impl): Destroy _M_names.
4059         (locale::_Impl::_Impl): Create _M_names.
4060
4061 2003-04-27  Andreas Schwab  <schwab@suse.de>
4062
4063         * config/locale/ieee_1003.1-2001/codecvt_specializations.h
4064         (__enc_traits): Use __ibom and __ebom instead of ignoring them.
4065
4066 2003-04-27  Nathan Myers  <ncm@cantrip.org>
4067
4068         Move some basic_string members out of line because
4069         they are too big to reasonably be inline.
4070         * include/bits/basic_string.h
4071         (assign(const basic_string&, size_type, size_type),
4072         assign(const _CharT*, size_type),
4073         insert(size_type, const basic_string&, size_type, size_type),
4074         insert(size_type, const _CharT*, size_type),
4075         replace(size_type, size_type, const _CharT*, size_type)):
4076         Move from here to...
4077         * include/bits/basic_string.tcc: ...here.
4078
4079 2003-04-26  Paolo Carlini  <pcarlini@unitus.it>
4080
4081         * include/bits/fstream.tcc (pbackfail): Shorten a bit (10 lines)
4082         the innermost 'if' by factoring out some code.
4083
4084 2003-04-26  Paolo Carlini  <pcarlini@unitus.it>
4085
4086         * include/bits/streambuf.tcc (__copy_streambufs): Don't
4087         use in_avail(), simplify.
4088
4089 2003-04-26  Paolo Carlini  <pcarlini@unitus.it>
4090
4091         * include/std/std_sstream.h (setbuf): don't set _M_buf_size,
4092         in basic_stringbuf it's unused.
4093
4094         * include/std/std_sstream.h (underflow): consistently use
4095         _M_in_cur, not gptr().
4096
4097 2003-04-25  Ranjit Mathew  <rmathew@hotmail.com>
4098             Phil Edwards  <pme@gcc.gnu.org>
4099
4100         * testsuite_flags.in: Guard against the possibility
4101         of having "xgcc" as a part of a folder name in the
4102         path to the GCC build folder.
4103         * testsuite/Makefile.am: Likewise.
4104         * testsuite/Makefile.in: Regenerated.
4105
4106 2003-04-25  Benjamin Kosnik  <bkoz@redhat.com>
4107
4108         PR libstdc++/10132
4109         * include/std/std_fstream.h (basic_filebuf::is_open): Add throw()
4110         exception specifications.
4111         (basic_filebuf::close): Same.
4112         (basic_filebuf::_M_pback_destroy): Same.
4113         (basic_filebuf::_M_destroy_internal_buffer): Same.
4114         (basic_filebuf): Remove __res_type typedef.
4115         * src/fstream.cc: Same.
4116         * include/bits/fstream.tcc
4117         (basic_filebuf::_M_convert_to_external): Simplify.
4118         (basic_filebuf::seekoff): Use has_facet before use_facet.
4119         (basic_filebuf::close): Add exception specification of throw().
4120         * testsuite/27_io/basic_filebuf/cons: New.
4121         * testsuite/27_io/basic_filebuf/cons/wchar_t: New.
4122         * testsuite/27_io/basic_filebuf/cons/wchar_t/10132-1.cc: New.
4123         * testsuite/27_io/basic_filebuf/seekoff/10132-2.cc: New.
4124         * testsuite/27_io/basic_filebuf/seekpos/10132-3.cc: New.
4125
4126 2003-04-25  Benjamin Kosnik  <bkoz@redhat.com>
4127
4128         * include/bits/locale_classes.h
4129         (locale::_S_extra_categories_size): Remove.
4130         * src/locale.cc: Remove _S_extra_categories_size.
4131         * src/localename.cc: Same.
4132         * config/locale/gnu/c_locale.cc: Same.
4133         * config/locale/generic/c_locale.cc: Same.
4134
4135 2003-04-24  Richard Sandiford  <rsandifo@redhat.com>
4136
4137         * src/localename.cc (__gnu_cxx::facet_vec): Correct types.
4138
4139 2003-04-24  Phil Edwards  <pme@gcc.gnu.org>
4140
4141         * docs/html/17_intro/howto.html:  Update some links.
4142         * docs/html/18_support/howto.html:  Link doxygen numeric_limits notes.
4143         * docs/html/27_io/howto.html:  Link doxygen stdio_filebuf notes.
4144         * docs/html/ext/howto.html:  Link to demangler notes and API.
4145         * docs/html/faq/index.html:  Remove trailing whitespace.
4146         (1.4, 2.4, 3.8, 4.1):  Bring up to date.
4147         (5.6):  Change to a bulleted list.
4148
4149         * docs/html/faq/index.txt, docs/html/documentation.html,
4150         docs/html/17_intro/porting.html:  Regenerate.
4151
4152 2003-04-23  Paolo Carlini  <pcarlini@unitus.it>
4153
4154         * testsuite/27_io/basic_filebuf/3.cc: _S_pback_size now
4155         belongs to basic_filebuf.
4156         * testsuite/27_io/basic_fstream/3.cc: Likewise.
4157         * testsuite/27_io/basic_ifstream/3.cc: Likewise.
4158         * testsuite/27_io/basic_ios/3.cc: Remove _S_pback_size
4159         instantiation (now belongs to basic_filebuf).
4160         * testsuite/27_io/basic_iostream/3.cc: Likewise.
4161         * testsuite/27_io/basic_istream/3.cc: Likewise.
4162         * testsuite/27_io/basic_istream/sentry/char/3983-fstream.cc:
4163         _S_pback_size now belongs to basic_filebuf.
4164         * testsuite/27_io/basic_istringstream/3.cc: Remove _S_pback_size
4165         instantiation (now belongs to basic_filebuf).
4166         * testsuite/27_io/basic_ofstream/3.cc: _S_pback_size now
4167         belongs to basic_filebuf.
4168         * testsuite/27_io/basic_ostream/3.cc: Remove _S_pback_size
4169         instantiation (now belongs to basic_filebuf).
4170         * testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc:
4171         _S_pback_size now belongs to basic_filebuf.
4172         * testsuite/27_io/basic_ostringstream/3.cc: Remove _S_pback_size
4173         instantiation (now belongs to basic_filebuf).
4174         * testsuite/27_io/basic_streambuf/3.cc: _S_pback_size now belongs
4175         to basic_filebuf.
4176         * testsuite/27_io/basic_stringbuf/3.cc: Remove _S_pback_size
4177         instantiation (now belongs to basic_filebuf).
4178         * testsuite/27_io/basic_stringstream/3.cc: Likewise.
4179
4180 2003-04-23  Benjamin Kosnik  <bkoz@redhat.com>
4181
4182         * configure.in: Move GLIBCPP_CHECK_PCH before native/cross conditions.
4183         * configure: Regenerated.
4184
4185 2003-04-23  Benjamin Kosnik  <bkoz@redhat.com>
4186
4187         * config/locale/generic/c_locale.h (__convert_from_v): Use
4188         attribute unused.
4189
4190 2003-04-23  Phil Edwards  <pme@gcc.gnu.org>
4191
4192         * docs/html/ext/howto.html ('LWG Issues'):  Add issue 60, partial
4193         implementation only.
4194         * include/bits/istream.tcc (putback, unget, sync, tellg, seekg):
4195         Comment and change to comply with DR 60 and the effect on gcount().
4196         * include/std/std_istream.h:  Update comments.
4197         * testsuite/27_io/basic_istream/putback/char/1.cc (test01):  Add
4198         comments about reasons for tests.  Test sync() against gcount().
4199         * testsuite/27_io/basic_istream/seekg/char/2.cc:  New file, test
4200         for effect on gcount().
4201         * testsuite/27_io/basic_istream/tellg/char/2.cc:  New file, test
4202         for effect on gcount().
4203
4204 2003-04-22  Loren J. Rittle  <ljrittle@acm.org>
4205
4206         * testsuite/27_io/basic_filebuf/close/char/9964.cc (test_07):
4207         Adjust timing.
4208
4209 2003-04-22  Paolo Carlini  <pcarlini@unitus.it>
4210
4211         * include/std/std_streambuf.h (_S_pback_size, _M_pback,
4212         _M_pback_cur_save, _M_pback_end_save, _M_pback_init,
4213         _M_pback_create(), _M_pback_destroy()): Move to basic_filebuf.
4214         (basic_streambuf::basic_streambuf()): Adjust.
4215         * include/std/std_fstream.h (_S_pback_size, _M_pback,
4216         _M_pback_cur_save, _M_pback_end_save, _M_pback_init,
4217         _M_pback_create(), _M_pback_destroy()): Moved here
4218         from basic_streambuf.
4219         * include/bits/fstream.tcc (basic_filebuf::basic_filebuf()):
4220         Adjust.
4221         (basic_filebuf::_S_pback_size): Add declaration.
4222         * include/bits/streambuf.tcc (basic_streambuf::_S_pback_size):
4223         Remove declaration.
4224
4225 2003-04-21  Paolo Carlini  <pcarlini@unitus.it>
4226
4227         Consistently use _M_in_beg instead of eback(), _M_in_cur
4228         instead of gptr(), and so on.
4229         * include/bits/fstream.tcc (pbackfail, imbue): Here.
4230         * include/bits/sstream.tcc (pbackfail, seekoff, seekpos): Ditto.
4231         * include/bits/streambuf.tcc (sbumpc, sputbackc,
4232         __copy_streambufs): Ditto.
4233         * include/std/std_streambuf.h (sgetc): Ditto.
4234
4235 2003-04-21  Paolo Carlini  <pcarlini@unitus.it>
4236
4237         * include/bits/sstream.tcc (pbackfail, overflow):
4238         Formatting fixes.
4239
4240 2003-04-21  Paolo Carlini  <pcarlini@unitus.it>
4241
4242         * include/std/std_streambuf.h (uflow()): It's used only by
4243         basic_stringbuf (i.e., basic_filebuf provide its own uflow()),
4244         therefore do not consider the _M_buf_unified == true case.
4245
4246         * include/std/std_streambuf.h (sgetc()): Restore __ret variable.
4247
4248 2003-04-20  Paolo Carlini  <pcarlini@unitus.it>
4249
4250         * docs/html/ext/howto.html ('LWG Issues'):
4251         Add issues 19, 90, 171, 231, 271.
4252
4253 2003-04-20  Paolo Carlini  <pcarlini@unitus.it>
4254
4255         * include/bits/sstream.tcc (pbackfail): Remove redundant
4256         NULL pointer check from test involving _M_in_*.
4257         (overflow, seekoff, seekpos): Const qualify bool variables.
4258         * include/std/std_sstream.h (underflow): Remove redundant
4259         NULL pointer check from test involving _M_in_*.
4260         (_M_really_sync): Const qualify bool variables.
4261         * src/fstream.cc (_M_underflow_common): Remove redundant
4262         NULL pointer check from test involving _M_in_*, const qualify
4263         bool variables.
4264
4265         * include/std/std_streambuf.h (sgetc): Remove redundant
4266         variable.
4267
4268 2003-04-18  Paolo Carlini  <pcarlini@unitus.it>
4269
4270         According to 5.9 para 2 (second bullet) for pointers p, q
4271         pointing to the same type, with  p == 0 and q == 0, (p < q)
4272         is false.
4273         * include/bits/fstream.tcc (close, overflow, _M_really_overflow,
4274         seekoff): Remove redundant NULL pointer checks from tests
4275         involving _M_out_* and _M_in_*, const qualify bool variables.
4276         (showmanyc, pbackfail, _M_convert_to_external, imbue): Const
4277         qualify bool variables.
4278         * include/bits/streambuf.tcc (sbumpc, sputbackc, sungetc, sputc):
4279         Remove redundant NULL pointer checks from tests involving
4280         _M_out_* and _M_in_*, const qualify bool variables.
4281         * include/std/std_fstream.h (sync): Likewise.
4282         (_M_is_indeterminate): Const qualify bool variables.
4283         * include/std/std_streambuf.h (sgetc, uflow): Remove redundant
4284         NULL pointer checks from tests involving _M_out_* and _M_in_*,
4285         const qualify bool variables.
4286         (_M_in_cur_move, _M_out_cur_move, uflow): Const qualify bool
4287         variables.
4288
4289 2003-04-18  Loren J. Rittle  <ljrittle@acm.org>
4290
4291         * include/c_std/std_cmath.h (C99 FP capture): Only undefine said
4292         C99 FP macros, if actually captured.
4293
4294         * docs/html/17_intro/porting.texi (_GLIBCPP_USE_C99_CHECK): New macro.
4295         (_GLIBCPP_USE_C99_DYNAMIC): New macro.
4296         (_GLIBCPP_USE_C99_LONG_LONG_CHECK): New macro.
4297         (_GLIBCPP_USE_C99_LONG_LONG_DYNAMIC): New macro.
4298         * config/os/bsd/freebsd/os_defines.h (_GLIBCPP_USE_C99_CHECK):
4299         New macro.
4300         (_GLIBCPP_USE_C99_DYNAMIC): New macro.
4301         (_GLIBCPP_USE_C99_LONG_LONG_CHECK): New macro.
4302         (_GLIBCPP_USE_C99_LONG_LONG_DYNAMIC): New macro.
4303         * include/c_std/std_cstdlib.h: Use new macros.
4304         * include/c_std/std_cstdio.h: Use new macros.
4305         * include/c_std/std_cwchar.h: Use new macros.
4306
4307 2003-04-17  Benjamin Kosnik  <bkoz@redhat.com>
4308
4309         PR libstdc++/9555
4310         * include/bits/ostream.tcc: Catch all exceptions for formatted
4311         output, instead of std::exception and derivatives.
4312         * include/bits/istream.tcc: Same.
4313         * testsuite/27_io/basic_ostream/inserters_arithmetic/char/9555-oa.cc:
4314         * testsuite/27_io/basic_ostream/inserters_character/char/9555-oc.cc:
4315         * testsuite/27_io/basic_ostream/inserters_other/char/9555-oo.cc:
4316         * testsuite/27_io/basic_istream/extractors_arithmetic/char/9555-ia.cc:
4317         * testsuite/27_io/basic_istream/extractors_character/char/9555-ic.cc:
4318         * testsuite/27_io/basic_istream/extractors_other/char/9555-io.cc:
4319         New.
4320
4321 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
4322
4323         * include/bits/c++config:  Minor cosmetic tweaks.
4324
4325 2003-04-17  Loren J. Rittle  <ljrittle@acm.org>
4326
4327         * testsuite_flags.in (PCHFLAGS): Find PCH in new home.
4328         * include/Makefile.am (pch_input): Find in ${target_builddir}.
4329         (pch_output): Rename to...
4330         (pch_output_builddir): ..this.  Find in ${target_builddir}.
4331         (pch_source): Tweak.
4332         (pch_build): Key off a built file.
4333         (pch_output rule): Rename to...
4334         (pch_input rule): ...this.  Produce ${pch_output_builddir}
4335         instead of ${pch_output}.
4336         (install-pch rule): Install ${pch_output_builddir}.
4337         * include/Makefile.in: Regenerated.
4338
4339 2003-04-17  Paolo Carlini  <pcarlini@unitus.it>
4340
4341         * include/std/std_streambuf.h (setp): _M_out_lim, being
4342         the end limit of used put area, is set equal to _M_out_beg.
4343
4344 2003-04-16  Benjamin Kosnik  <bkoz@redhat.com>
4345
4346         * acinclude.m4 (GLIBCPP_CHECK_PCH): New.
4347         * aclocal.m4: Regenerated.
4348         * configure.in: Remove old demangler bits.
4349         Call pch checks.
4350         * configure: Regenerate.
4351         * config.h.in: Regenerate.
4352         * include/Makefile.am (allstamps): Now allstamped.
4353         (allcreated): Define this.
4354         (all-local): Use 'em.
4355         Conditionally define pch_build, pch_install based on
4356         GLIBCPP_BUILD_PCH.
4357         (${pch_output}): New rule.
4358         (install-pch): New rule.
4359         (install-headers): New rule.
4360         (install-data-local): Install headers and conditionally pch.
4361         * include/Makefile.in: Regenerate.
4362         * testsuite_flags.in (--build-cxx): Use pch file.
4363
4364 2003-04-16  Jonathan Wakely  <redi@gcc.gnu.org>
4365
4366         * docs/html/ext/sgiexts.html: Fix path to stylesheet.
4367
4368 2003-04-15  Benjamin Kosnik  <bkoz at redhat dot com>
4369             Paolo Carlini  <pcarlini at unitus dot it>
4370
4371         PR libstdc++/9423
4372         * docs/html/27_io/howto.html
4373         ('The buffering is screwing up my program!'): Explain that
4374         opening counts as an I/O operation.
4375
4376 2003-04-15  Andreas Tobler  <a.tobler@schweiz.ch>
4377
4378         * testsuite/thread/pthread1.cc: Enable for darwin test.
4379         * testsuite/thread/pthread2.cc: Same.
4380         * testsuite/thread/pthread3.cc: Same.
4381         * testsuite/thread/pthread4.cc: Same.
4382         * testsuite/thread/pthread5.cc: Same.
4383         * testsuite/thread/pthread6.cc: Same.
4384
4385 2003-04-15  Loren J. Rittle  <ljrittle@acm.org>
4386
4387         libstdc++/7680
4388         * include/c_std/std_cmath.h (__gnu_cx::__c99_binding): New namespace.
4389         Populate it with multiple legal ways to obtain the C99 float
4390         transcendentals.  Use them instead of direct global reference.
4391         (C99 FP capture): Guard usage with _GLIBCPP_USE_C99_FP_MACROS_DYNAMIC.
4392         * docs/html/17_intro/porting.texi
4393         (_GLIBCPP_USE_C99_FLOAT_TRANSCENDENTALS_CHECK): New macro.
4394         (_GLIBCPP_USE_C99_FLOAT_TRANSCENDENTALS_DYNAMIC): New macro.
4395         (_GLIBCPP_USE_C99_FP_MACROS_DYNAMIC): New macro.
4396         * config/os/bsd/freebsd/os_defines.h
4397         (_GLIBCPP_USE_C99_FLOAT_TRANSCENDENTALS_CHECK): New macro.
4398         (_GLIBCPP_USE_C99_FLOAT_TRANSCENDENTALS_DYNAMIC): New macro.
4399         * testsuite/26_numerics/c_math_dynamic.cc: New file.
4400
4401 2003-04-14  Andreas Tobler  <toa@pop.agri.ch>
4402             Benjamin Kosnik  <bkoz@redhat.com>
4403
4404         * config/os/generic/ctype_inline.h: Fix.
4405
4406 2003-04-14  Benjamin Kosnik  <bkoz@redhat.com>
4407
4408         * testsuite/testsuite_hooks.h
4409         (__gnu_cxx_test::run_test_wrapped_generic_locale_exception_catcher):
4410         Change to try_named_locale.
4411         * testsuite/testsuite_hooks.cc (__gnu_cxx_test): Same.
4412
4413         * testsuite/22_locale/codecvt/always_noconv/wchar_t/2.cc: Use
4414         try_named_locale.
4415         * testsuite/22_locale/codecvt/always_noconv/wchar_t/3.cc: Same.
4416         * testsuite/22_locale/codecvt/always_noconv/wchar_t/4.cc: Same.
4417         * testsuite/22_locale/codecvt/encoding/wchar_t/2.cc: Same.
4418         * testsuite/22_locale/codecvt/encoding/wchar_t/3.cc: Same.
4419         * testsuite/22_locale/codecvt/encoding/wchar_t/4.cc: Same.
4420         * testsuite/22_locale/codecvt/in/wchar_t/2.cc: Same.
4421         * testsuite/22_locale/codecvt/in/wchar_t/3.cc: Same.
4422         * testsuite/22_locale/codecvt/in/wchar_t/4.cc: Same.
4423         * testsuite/22_locale/codecvt/in/wchar_t/7.cc: Same.
4424         * testsuite/22_locale/codecvt/in/wchar_t/8.cc: Same.
4425         * testsuite/22_locale/codecvt/in/wchar_t/9.cc: Same.
4426         * testsuite/22_locale/codecvt/length/wchar_t/2.cc: Same.
4427         * testsuite/22_locale/codecvt/length/wchar_t/3.cc: Same.
4428         * testsuite/22_locale/codecvt/length/wchar_t/4.cc: Same.
4429         * testsuite/22_locale/codecvt/length/wchar_t/7.cc: Same.
4430         * testsuite/22_locale/codecvt/max_length/wchar_t/2.cc: Same.
4431         * testsuite/22_locale/codecvt/max_length/wchar_t/3.cc: Same.
4432         * testsuite/22_locale/codecvt/max_length/wchar_t/4.cc: Same.
4433         * testsuite/22_locale/codecvt/out/wchar_t/2.cc: Same.
4434         * testsuite/22_locale/codecvt/out/wchar_t/3.cc: Same.
4435         * testsuite/22_locale/codecvt/out/wchar_t/4.cc: Same.
4436         * testsuite/22_locale/codecvt/out/wchar_t/7.cc: Same.
4437         * testsuite/22_locale/codecvt/unshift/wchar_t/2.cc: Same.
4438         * testsuite/22_locale/codecvt/unshift/wchar_t/3.cc: Same.
4439         * testsuite/22_locale/codecvt/unshift/wchar_t/4.cc: Same.
4440         * testsuite/22_locale/collate/compare/char/1.cc: Same.
4441         * testsuite/22_locale/collate/compare/char/2.cc: Same.
4442         * testsuite/22_locale/collate/compare/char/3.cc: Same.
4443         * testsuite/22_locale/collate/compare/wchar_t/1.cc: Same.
4444         * testsuite/22_locale/collate/compare/wchar_t/2.cc: Same.
4445         * testsuite/22_locale/collate/compare/wchar_t/3.cc: Same.
4446         * testsuite/22_locale/collate/hash/char/2.cc: Same.
4447         * testsuite/22_locale/collate/hash/wchar_t/2.cc: Same.
4448         * testsuite/22_locale/collate/transform/char/2.cc: Same.
4449         * testsuite/22_locale/collate/transform/char/3.cc: Same.
4450         * testsuite/22_locale/collate/transform/wchar_t/2.cc: Same.
4451         * testsuite/22_locale/collate/transform/wchar_t/3.cc: Same.
4452         * testsuite/22_locale/collate_byname/1.cc: Same.
4453         * testsuite/22_locale/ctype/is/char/2.cc: Same.
4454         * testsuite/22_locale/ctype/is/wchar_t/2.cc: Same.
4455         * testsuite/22_locale/ctype/narrow/wchar_t/3.cc: Same.
4456         * testsuite/22_locale/ctype/widen/wchar_t/2.cc: Same.
4457         * testsuite/22_locale/ctype/widen/wchar_t/3.cc: Same.
4458         * testsuite/22_locale/facet/2.cc: Same.
4459         * testsuite/22_locale/locale/cons/2.cc: Same.
4460         * testsuite/22_locale/locale/cons/4.cc: Same.
4461         * testsuite/22_locale/locale/cons/5.cc: Same.
4462         * testsuite/22_locale/locale/cons/7.cc: Same.
4463         * testsuite/22_locale/locale/cons/7222-c.cc: Same.
4464         * testsuite/22_locale/locale/cons/7222-env.cc: Same.
4465         * testsuite/22_locale/locale/global_locale_objects/2.cc: Same.
4466         * testsuite/22_locale/messages/members/char/1.cc: Same.
4467         * testsuite/22_locale/messages/members/char/2.cc: Same.
4468         * testsuite/22_locale/messages/members/char/3.cc: Same.
4469         * testsuite/22_locale/messages_byname/1.cc: Same.
4470         * testsuite/22_locale/money_get/get/char/1.cc: Same.
4471         * testsuite/22_locale/money_get/get/char/2.cc: Same.
4472         * testsuite/22_locale/money_get/get/char/3.cc: Same.
4473         * testsuite/22_locale/money_get/get/char/4.cc: Same.
4474         * testsuite/22_locale/money_get/get/wchar_t/1.cc: Same.
4475         * testsuite/22_locale/money_get/get/wchar_t/2.cc: Same.
4476         * testsuite/22_locale/money_get/get/wchar_t/3.cc: Same.
4477         * testsuite/22_locale/money_get/get/wchar_t/4.cc: Same.
4478         * testsuite/22_locale/money_put/put/char/1.cc: Same.
4479         * testsuite/22_locale/money_put/put/char/2.cc: Same.
4480         * testsuite/22_locale/money_put/put/char/3.cc: Same.
4481         * testsuite/22_locale/money_put/put/wchar_t/1.cc: Same.
4482         * testsuite/22_locale/money_put/put/wchar_t/2.cc: Same.
4483         * testsuite/22_locale/money_put/put/wchar_t/3.cc: Same.
4484         * testsuite/22_locale/moneypunct/members/char/2.cc: Same.
4485         * testsuite/22_locale/moneypunct/members/wchar_t/2.cc: Same.
4486         * testsuite/22_locale/moneypunct_byname/1.cc: Same.
4487         * testsuite/22_locale/num_get/get/char/1.cc: Same.
4488         * testsuite/22_locale/num_get/get/char/2.cc: Same.
4489         * testsuite/22_locale/num_get/get/char/3.cc: Same.
4490         * testsuite/22_locale/num_get/get/char/5.cc: Same.
4491         * testsuite/22_locale/num_get/get/char/6.cc: Same.
4492         * testsuite/22_locale/num_get/get/wchar_t/1.cc: Same.
4493         * testsuite/22_locale/num_get/get/wchar_t/2.cc: Same.
4494         * testsuite/22_locale/num_get/get/wchar_t/3.cc: Same.
4495         * testsuite/22_locale/num_get/get/wchar_t/5.cc: Same.
4496         * testsuite/22_locale/num_get/get/wchar_t/6.cc: Same.
4497         * testsuite/22_locale/num_put/put/char/1.cc: Same.
4498         * testsuite/22_locale/num_put/put/char/2.cc: Same.
4499         * testsuite/22_locale/num_put/put/char/3.cc: Same.
4500         * testsuite/22_locale/num_put/put/char/5.cc: Same.
4501         * testsuite/22_locale/num_put/put/wchar_t/1.cc: Same.
4502         * testsuite/22_locale/num_put/put/wchar_t/2.cc: Same.
4503         * testsuite/22_locale/num_put/put/wchar_t/3.cc: Same.
4504         * testsuite/22_locale/num_put/put/wchar_t/5.cc: Same.
4505         * testsuite/22_locale/numpunct/members/char/1.cc: Same.
4506         * testsuite/22_locale/numpunct/members/char/2.cc: Same.
4507         * testsuite/22_locale/numpunct/members/wchar_t/1.cc: Same.
4508         * testsuite/22_locale/numpunct/members/wchar_t/2.cc: Same.
4509         * testsuite/22_locale/numpunct_byname/1.cc: Same.
4510         * testsuite/22_locale/numpunct_byname/2.cc: Same.
4511         * testsuite/22_locale/time_get/date_order/char/1.cc: Same.
4512         * testsuite/22_locale/time_get/date_order/wchar_t/1.cc: Same.
4513         * testsuite/22_locale/time_get/get_date/char/1.cc: Same.
4514         * testsuite/22_locale/time_get/get_date/char/2.cc: Same.
4515         * testsuite/22_locale/time_get/get_date/wchar_t/1.cc: Same.
4516         * testsuite/22_locale/time_get/get_date/wchar_t/2.cc: Same.
4517         * testsuite/22_locale/time_get/get_monthname/char/1.cc: Same.
4518         * testsuite/22_locale/time_get/get_monthname/char/2.cc: Same.
4519         * testsuite/22_locale/time_get/get_monthname/wchar_t/1.cc: Same.
4520         * testsuite/22_locale/time_get/get_monthname/wchar_t/2.cc: Same.
4521         * testsuite/22_locale/time_get/get_time/char/1.cc: Same.
4522         * testsuite/22_locale/time_get/get_time/char/2.cc: Same.
4523         * testsuite/22_locale/time_get/get_time/wchar_t/1.cc: Same.
4524         * testsuite/22_locale/time_get/get_time/wchar_t/2.cc: Same.
4525         * testsuite/22_locale/time_get/get_weekday/char/1.cc: Same.
4526         * testsuite/22_locale/time_get/get_weekday/char/2.cc: Same.
4527         * testsuite/22_locale/time_get/get_weekday/wchar_t/1.cc: Same.
4528         * testsuite/22_locale/time_get/get_weekday/wchar_t/2.cc: Same.
4529         * testsuite/22_locale/time_get/get_year/char/1.cc: Same.
4530         * testsuite/22_locale/time_get/get_year/wchar_t/1.cc: Same.
4531         * testsuite/22_locale/time_put/put/char/1.cc: Same.
4532         * testsuite/22_locale/time_put/put/char/2.cc: Same.
4533         * testsuite/22_locale/time_put/put/char/3.cc: Same.
4534         * testsuite/22_locale/time_put/put/char/4.cc: Same.
4535         * testsuite/22_locale/time_put/put/char/5.cc: Same.
4536         * testsuite/22_locale/time_put/put/char/6.cc: Same.
4537         * testsuite/22_locale/time_put/put/char/7.cc: Same.
4538         * testsuite/22_locale/time_put/put/char/8.cc: Same.
4539         * testsuite/22_locale/time_put/put/wchar_t/1.cc: Same.
4540         * testsuite/22_locale/time_put/put/wchar_t/2.cc: Same.
4541         * testsuite/22_locale/time_put/put/wchar_t/3.cc: Same.
4542         * testsuite/22_locale/time_put/put/wchar_t/4.cc: Same.
4543         * testsuite/22_locale/time_put/put/wchar_t/5.cc: Same.
4544         * testsuite/22_locale/time_put/put/wchar_t/6.cc: Same.
4545         * testsuite/22_locale/time_put/put/wchar_t/7.cc: Same.
4546         * testsuite/22_locale/time_put/put/wchar_t/8.cc: Same.
4547         * testsuite/27_io/basic_filebuf/imbue/char/9322.cc: Same.
4548         * testsuite/27_io/basic_ios/copyfmt/char/2.cc: Same.
4549         * testsuite/27_io/basic_ostream/inserters_arithmetic/char/2.cc: Same.
4550         * testsuite/27_io/basic_streambuf/imbue/char/9322.cc: Same.
4551         * testsuite/27_io/basic_stringbuf/imbue/char/9322.cc: Same.
4552
4553 2003-04-14  Andreas Tobler  <toa@pop.agri.ch>
4554
4555         * configure.target (_cpu_incdir_fullpath): Solaris 2.9 uses
4556         solaris includes, not generic.
4557
4558 2003-04-14  Loren J. Rittle  <ljrittle@acm.org>
4559
4560         * testsuite/26_numerics/c99_classification_macros_c.cc: Add XFAIL.
4561
4562         * include/std/std_bitset.h (_M_do_find_next): Fix -Wall nit.
4563         * include/bits/concept_check.h: Fix multi-line comment.
4564         * testsuite/17_intro/headers.cc (dg-options): Add -Wall -Wsystem-header
4565         when target is *-*-freebsd*.
4566
4567 2003-04-14  Nathan Myers  <ncm@cantrip.org>
4568             Paolo Carlini  <pcarlini@unitus.it>
4569
4570         PR libstdc++/9701 (in_avail())
4571         * include/std/std_streambuf.h (in_avail): Simplify, in_avail
4572         doesn't care if there is anything in some putback cell.
4573         * testsuite/27_io/basic_streambuf/in_avail/char/9701-3.cc: Add.
4574
4575         * testsuite/27_io/basic_filebuf/in_avail/char/1.cc: Remove some
4576         unused string literals.
4577
4578 2003-04-14  Paolo Carlini  <pcarlini@unitus.it>
4579
4580         * include/bits/fstream.tcc (basic_filebuf::setbuf): Don't set
4581         _M_out_end, _M_set_indeterminate() does it.
4582
4583 2003-04-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4584
4585         * os/hpux/ctype_inline.h: Replace with gnu-linux version.
4586
4587 2003-04-12  David Edelsohn  <edelsohn@gnu.org>
4588
4589         * testsuite/27_io/basic_istream/sentry/char/3983-fstream.cc:
4590         Change basic_streambuf instantiation to "unsigned char".
4591         * testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc: Same.
4592
4593 2003-04-12  Paolo Carlini  <pcarlini@unitus.it>
4594
4595         Remove _M_buf_size_opt, use directly _M_buf_size instead.
4596         * include/bits/fstream.tcc
4597         (basic_filebuf::_M_allocate_internal_buffer, setbuf): Remove
4598         references to _M_buf_size_opt.
4599         * include/bits/sstream.tcc (basic_stringbuf::overflow): Likewise.
4600         * include/bits/streambuf.tcc (__copy_streambufs): Likewise, rename
4601         __bufsize to __in_avail and __size_opt to __buf_size.
4602         * include/ext/stdio_filebuf.h (stdio_filebuf::stdio_filebuf): Likewise.
4603         * include/std/std_sstream.h (_M_stringbuf_init, setbuf): Likewise.
4604         * include/std/std_streambuf.h (~basic_streambuf(),
4605         basic_streambuf()): Likewise, remove _M_buf_size_opt member.
4606         * testsuite/27_io/basic_filebuf/close/char/3.cc: Set _M_buf_size.
4607         * testsuite/27_io/basic_filebuf/in_avail/char/1.cc: Likewise.
4608         * testsuite/27_io/basic_filebuf/sbumpc/char/1.cc: Likewise.
4609         * testsuite/27_io/basic_filebuf/seekoff/char/1.cc: Likewise.
4610         * testsuite/27_io/basic_filebuf/seekpos/char/1.cc: Likewise.
4611         * testsuite/27_io/basic_filebuf/sgetc/char/1.cc: Likewise.
4612         * testsuite/27_io/basic_filebuf/sgetn/char/1.cc: Likewise.
4613         * testsuite/27_io/basic_filebuf/snextc/char/1.cc: Likewise.
4614         * testsuite/27_io/basic_filebuf/sputbackc/char/1.cc: Likewise.
4615         * testsuite/27_io/basic_filebuf/sputc/char/1.cc: Likewise.
4616         * testsuite/27_io/basic_filebuf/sputn/char/1.cc: Likewise.
4617         * testsuite/27_io/basic_filebuf/sungetc/char/1.cc: Likewise.
4618
4619 2003-04-12  Paolo Carlini  <pcarlini at unitus dot it>
4620
4621         * include/ext/stdio_filebuf.h
4622         (stdio_filebuf::stdio_filebuf(int, openmode, bool, size_t),
4623         stdio_filebuf::stdio_filebuf(__c_file*, openmode, size_t):
4624         _M_buf_size_opt == 0 only means "not to use an allocated buffer"
4625         since a stack-based buffer is used for small values of the size_t
4626         parameter.
4627         * include/bits/fstream.tcc (basic_filebuf::_M_really_overflow).
4628         If _M_buf_size != 0 flush out the buffer (any kind, stack-based too).
4629         * testsuite/ext/stdio_filebuf_2.cc: New testfile.
4630
4631 2003-04-12  Paolo Carlini  <pcarlini@unitus.it>
4632
4633         PR libstdc++/9533
4634         * testsuite/27_io/basic_filebuf/showmanyc/char/9533-1.cc: New.
4635         * testsuite/27_io/basic_filebuf/showmanyc/char/9533-2.cc: Ditto.
4636
4637 2003-04-11  Benjamin Kosnik  <bkoz@redhat.com>
4638
4639         * testsuite/22_locale/locale/cons/3.cc: Split.
4640         * testsuite/22_locale/locale/cons/7222-c.cc: New.
4641         * testsuite/22_locale/locale/cons/7222-env.cc: New.
4642         Check before trying to create a locale from the environment.
4643         * testsuite/27_io/ios_base/state/1.cc (test02): Use "C" locale.
4644         * testsuite/27_io/basic_istream/extractors_arithmetic/char/12.cc:
4645         Adjust includes.
4646
4647 2003-04-11  Benjamin Kosnik  <bkoz@redhat.com>
4648
4649         * testsuite/22_locale/ctype/is/char/3.cc (test03): Use the classic
4650         locale to construct this hybrid locale, not the global locale.
4651
4652 2003-04-11  Benjamin Kosnik  <bkoz@redhat.com>
4653
4654         * testsuite/27_io/basic_istream/sentry/char/3983-fstream.cc: Add
4655         instantiation for AIX.
4656         * testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc: Same.
4657         * testsuite/25_algorithms/min_max.cc: Same.
4658
4659 2003-04-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4660
4661         * basic_file_stdio.cc (__basic_file<char>::close): Don't flush stream
4662         twice.  Always set _M_cfile to 0 when stream was open.
4663
4664 2003-04-09  Benjamin Kosnik  <bkoz@redhat.com>
4665
4666         Reshuffle 27_io testsuite.  * testsuite/27_io/filebuf.cc,
4667         filebuf_members-1.tst, filebuf_members-1.txt, filebuf_members.cc,
4668         filebuf_virtuals-1.tst, filebuf_virtuals-1.txt,
4669         filebuf_virtuals-2.tst, filebuf_virtuals-3.tst,
4670         filebuf_virtuals.cc, fpos.cc, fstream.cc, fstream_members.cc,
4671         ifstream.cc, ifstream_members-1.tst, ifstream_members-1.txt,
4672         ifstream_members.cc, instantiations.cc, ios.cc,
4673         ios_base_callbacks.cc, ios_base_members_static-1.tst,
4674         ios_base_members_static.cc, ios_base_storage.cc,
4675         ios_base_types.cc, ios_ctor.cc, ios_init.cc,
4676         ios_manip_basefield.cc, ios_manip_fmtflags.cc, ios_members.cc,
4677         iostream.cc, iostream_members.cc, istream.cc,
4678         istream_exception.cc, istream_extractor_char.cc,
4679         istream_extractor_other-1.tst, istream_extractor_other-1.txt,
4680         istream_extractor_other-2.tst, istream_extractor_other.cc,
4681         istream_manip.cc, istream_seeks-1.tst, istream_seeks-1.txt,
4682         istream_seeks-2.tst, istream_seeks-3.tst, istream_seeks.cc,
4683         istream_sentry.cc, istream_unformatted-1.tst,
4684         istream_unformatted-1.txt, istream_unformatted.cc,
4685         istringstream.cc, istringstream_members.cc,
4686         narrow_stream_objects.cc, ofstream.cc, ofstream_members-1.tst,
4687         ofstream_members.cc, ostream.cc, ostream_exception.cc,
4688         ostream_fail.cc, ostream_inserter_arith.cc,
4689         ostream_inserter_char-1.tst, ostream_inserter_char-1.txt,
4690         ostream_inserter_char.cc, ostream_inserter_other-1.tst,
4691         ostream_inserter_other-2.tst, ostream_inserter_other.cc,
4692         ostream_manip.cc, ostream_seeks-1.tst, ostream_seeks.cc,
4693         ostream_sentry.cc, ostream_unformatted.cc, ostringstream.cc,
4694         ostringstream_members.cc, standard_manipulators.cc, streambuf.cc,
4695         streambuf_members.cc, stringbuf.cc, stringbuf_members.cc,
4696         stringbuf_virtuals.cc, stringstream.cc, stringstream_members.cc,
4697         wide_stream_objects.cc, istream_extractor_arith/01.cc,
4698         istream_extractor_arith/02.cc, istream_extractor_arith/03.cc,
4699         istream_extractor_arith/06.cc, istream_extractor_arith/07.cc,
4700         istream_extractor_arith/08.cc, istream_extractor_arith/09.cc,
4701         istream_extractor_arith/10.cc, istream_extractor_arith/11.cc,
4702         istream_extractor_arith/12.cc, istream_extractor_arith/13.cc:
4703         Split into...
4704         * 27_io/basic_filebuf/1.cc: New.
4705         * 27_io/basic_filebuf/2.cc: New.
4706         * 27_io/basic_filebuf/3.cc: New.
4707         * 27_io/basic_filebuf/4.cc: New.
4708         * 27_io/basic_filebuf/close/char/1.cc: New.
4709         * 27_io/basic_filebuf/close/char/2.cc: New.
4710         * 27_io/basic_filebuf/close/char/3.cc: New.
4711         * 27_io/basic_filebuf/close/char/4879.cc: New.
4712         * 27_io/basic_filebuf/close/char/9964.cc: New.
4713         * 27_io/basic_filebuf/imbue/char/1.cc: New.
4714         * 27_io/basic_filebuf/imbue/char/9322.cc: New.
4715         * 27_io/basic_filebuf/in_avail/char/1.cc: New.
4716         * 27_io/basic_filebuf/is_open/char/1.cc: New.
4717         * 27_io/basic_filebuf/open/char/1.cc: New.
4718         * 27_io/basic_filebuf/open/char/2.cc: New.
4719         * 27_io/basic_filebuf/open/char/3.cc: New.
4720         * 27_io/basic_filebuf/open/char/9507.cc: New.
4721         * 27_io/basic_filebuf/overflow/char/1.cc: New.
4722         * 27_io/basic_filebuf/overflow/char/3599.cc: New.
4723         * 27_io/basic_filebuf/overflow/char/9169.cc: New.
4724         * 27_io/basic_filebuf/overflow/char/9182-2.cc: New.
4725         * 27_io/basic_filebuf/overflow/char/9988.cc: New.
4726         * 27_io/basic_filebuf/sbumpc/char/1.cc: New.
4727         * 27_io/basic_filebuf/sbumpc/char/9825.cc: New.
4728         * 27_io/basic_filebuf/seekoff/char/1.cc: New.
4729         * 27_io/basic_filebuf/seekoff/char/2.cc: New.
4730         * 27_io/basic_filebuf/seekpos/char/1.cc: New.
4731         * 27_io/basic_filebuf/seekpos/char/2.cc: New.
4732         * 27_io/basic_filebuf/setbuf/char/1.cc: New.
4733         * 27_io/basic_filebuf/setbuf/char/2.cc: New.
4734         * 27_io/basic_filebuf/setbuf/char/3.cc: New.
4735         * 27_io/basic_filebuf/sgetc/char/1.cc: New.
4736         * 27_io/basic_filebuf/sgetn/char/1.cc: New.
4737         * 27_io/basic_filebuf/sgetn/char/2.cc: New.
4738         * 27_io/basic_filebuf/snextc/char/1.cc: New.
4739         * 27_io/basic_filebuf/sputbackc/char/1.cc: New.
4740         * 27_io/basic_filebuf/sputbackc/char/9425.cc: New.
4741         * 27_io/basic_filebuf/sputc/char/1.cc: New.
4742         * 27_io/basic_filebuf/sputc/char/1057.cc: New.
4743         * 27_io/basic_filebuf/sputc/char/9701-2.cc: New.
4744         * 27_io/basic_filebuf/sputn/char/1.cc: New.
4745         * 27_io/basic_filebuf/sputn/char/1057.cc: New.
4746         * 27_io/basic_filebuf/sputn/char/9701-1.cc: New.
4747         * 27_io/basic_filebuf/sungetc/char/1.cc: New.
4748         * 27_io/basic_filebuf/sync/char/1057.cc: New.
4749         * 27_io/basic_filebuf/sync/char/9182-1.cc: New.
4750         * 27_io/basic_filebuf/underflow/char/10097.cc: New.
4751         * 27_io/basic_fstream/1.cc: New.
4752         * 27_io/basic_fstream/2.cc: New.
4753         * 27_io/basic_fstream/3.cc: New.
4754         * 27_io/basic_fstream/4.cc: New.
4755         * 27_io/basic_fstream/rdbuf/char/2832.cc: New.
4756         * 27_io/basic_ifstream/1.cc: New.
4757         * 27_io/basic_ifstream/2.cc: New.
4758         * 27_io/basic_ifstream/3.cc: New.
4759         * 27_io/basic_ifstream/4.cc: New.
4760         * 27_io/basic_ifstream/cons/char/1.cc: New.
4761         * 27_io/basic_ifstream/open/char/1.cc: New.
4762         * 27_io/basic_ifstream/rdbuf/char/2832.cc: New.
4763         * 27_io/basic_ios/1.cc: New.
4764         * 27_io/basic_ios/2.cc: New.
4765         * 27_io/basic_ios/3.cc: New.
4766         * 27_io/basic_ios/4.cc: New.
4767         * 27_io/basic_ios/clear/char/1.cc: New.
4768         * 27_io/basic_ios/cons/char/1.cc: New.
4769         * 27_io/basic_ios/cons/char/2.cc: New.
4770         * 27_io/basic_ios/cons/char/3.cc: New.
4771         * 27_io/basic_ios/copyfmt/char/1.cc: New.
4772         * 27_io/basic_ios/copyfmt/char/2.cc: New.
4773         * 27_io/basic_ios/exceptions/char/1.cc: New.
4774         * 27_io/basic_ios/locales/char/1.cc: New.
4775         * 27_io/basic_iostream/1.cc: New.
4776         * 27_io/basic_iostream/2.cc: New.
4777         * 27_io/basic_iostream/3.cc: New.
4778         * 27_io/basic_iostream/4.cc: New.
4779         * 27_io/basic_istream/1.cc: New.
4780         * 27_io/basic_istream/2.cc: New.
4781         * 27_io/basic_istream/3.cc: New.
4782         * 27_io/basic_istream/4.cc: New.
4783         * 27_io/basic_istream/exceptions/char/9561.cc: New.
4784         * 27_io/basic_istream/extractors_arithmetic/char/01.cc: New.
4785         * 27_io/basic_istream/extractors_arithmetic/char/02.cc: New.
4786         * 27_io/basic_istream/extractors_arithmetic/char/03.cc: New.
4787         * 27_io/basic_istream/extractors_arithmetic/char/06.cc: New.
4788         * 27_io/basic_istream/extractors_arithmetic/char/07.cc: New.
4789         * 27_io/basic_istream/extractors_arithmetic/char/08.cc: New.
4790         * 27_io/basic_istream/extractors_arithmetic/char/09.cc: New.
4791         * 27_io/basic_istream/extractors_arithmetic/char/10.cc: New.
4792         * 27_io/basic_istream/extractors_arithmetic/char/11.cc: New.
4793         * 27_io/basic_istream/extractors_arithmetic/char/12.cc: New.
4794         * 27_io/basic_istream/extractors_arithmetic/char/13.cc: New.
4795         * 27_io/basic_istream/extractors_character/char/1.cc: New.
4796         * 27_io/basic_istream/extractors_character/char/2.cc: New.
4797         * 27_io/basic_istream/extractors_character/char/3.cc: New.
4798         * 27_io/basic_istream/extractors_character/char/9826.cc: New.
4799         * 27_io/basic_istream/extractors_other/char/1.cc: New.
4800         * 27_io/basic_istream/extractors_other/char/2.cc: New.
4801         * 27_io/basic_istream/extractors_other/char/3.cc: New.
4802         * 27_io/basic_istream/extractors_other/char/9318-in.cc: New.
4803         * 27_io/basic_istream/extractors_other/char/9424-in.cc: New.
4804         * 27_io/basic_istream/get/char/1.cc: New.
4805         * 27_io/basic_istream/get/char/2.cc: New.
4806         * 27_io/basic_istream/getline/char/1.cc: New.
4807         * 27_io/basic_istream/getline/char/2.cc: New.
4808         * 27_io/basic_istream/getline/char/3.cc: New.
4809         * 27_io/basic_istream/ignore/char/1.cc: New.
4810         * 27_io/basic_istream/ignore/char/6360.cc: New.
4811         * 27_io/basic_istream/ignore/char/7220.cc: New.
4812         * 27_io/basic_istream/peek/char/1.cc: New.
4813         * 27_io/basic_istream/peek/char/6414.cc: New.
4814         * 27_io/basic_istream/putback/char/1.cc: New.
4815         * 27_io/basic_istream/read/char/1.cc: New.
4816         * 27_io/basic_istream/read/char/2.cc: New.
4817         * 27_io/basic_istream/read/char/3.cc: New.
4818         * 27_io/basic_istream/readsome/char/6746-1.cc: New.
4819         * 27_io/basic_istream/readsome/char/6746-2.cc: New.
4820         * 27_io/basic_istream/readsome/char/8258.cc: New.
4821         * 27_io/basic_istream/seekg/char/2346-fstream.cc: New.
4822         * 27_io/basic_istream/seekg/char/2346-sstream.cc: New.
4823         * 27_io/basic_istream/seekg/char/8348-1.cc: New.
4824         * 27_io/basic_istream/seekg/char/8348-2.cc: New.
4825         * 27_io/basic_istream/seekg/char/fstream.cc: New.
4826         * 27_io/basic_istream/seekg/char/sstream.cc: New.
4827         * 27_io/basic_istream/sentry/char/1.cc: New.
4828         * 27_io/basic_istream/sentry/char/2.cc: New.
4829         * 27_io/basic_istream/sentry/char/3.cc: New.
4830         * 27_io/basic_istream/sentry/char/3983-fstream.cc: New.
4831         * 27_io/basic_istream/sentry/char/3983-sstream.cc: New.
4832         * 27_io/basic_istream/tellg/char/1.cc: New.
4833         * 27_io/basic_istream/tellg/char/8348.cc: New.
4834         * 27_io/basic_istream/tellg/char/fstream.cc: New.
4835         * 27_io/basic_istream/tellg/char/sstream.cc: New.
4836         * 27_io/basic_istream/ws/char/1.cc: New.
4837         * 27_io/basic_istringstream/1.cc: New.
4838         * 27_io/basic_istringstream/2.cc: New.
4839         * 27_io/basic_istringstream/3.cc: New.
4840         * 27_io/basic_istringstream/4.cc: New.
4841         * 27_io/basic_istringstream/rdbuf/char/2832.cc: New.
4842         * 27_io/basic_istringstream/str/char/1.cc: New.
4843         * 27_io/basic_ofstream/1.cc: New.
4844         * 27_io/basic_ofstream/2.cc: New.
4845         * 27_io/basic_ofstream/3.cc: New.
4846         * 27_io/basic_ofstream/4.cc: New.
4847         * 27_io/basic_ofstream/cons/char/2.cc: New.
4848         * 27_io/basic_ofstream/open/char/1.cc: New.
4849         * 27_io/basic_ofstream/rdbuf/char/2832.cc: New.
4850         * 27_io/basic_ostream/1.cc: New.
4851         * 27_io/basic_ostream/2.cc: New.
4852         * 27_io/basic_ostream/3.cc: New.
4853         * 27_io/basic_ostream/4.cc: New.
4854         * 27_io/basic_ostream/cons/char/9827.cc: New.
4855         * 27_io/basic_ostream/endl/char/1.cc: New.
4856         * 27_io/basic_ostream/ends/char/1.cc: New.
4857         * 27_io/basic_ostream/ends/char/2.cc: New.
4858         * 27_io/basic_ostream/exceptions/char/9561.cc: New.
4859         * 27_io/basic_ostream/flush/char/1.cc: New.
4860         * 27_io/basic_ostream/inserters_arithmetic/char/1.cc: New.
4861         * 27_io/basic_ostream/inserters_arithmetic/char/2.cc: New.
4862         * 27_io/basic_ostream/inserters_arithmetic/char/3.cc: New.
4863         * 27_io/basic_ostream/inserters_arithmetic/char/4.cc: New.
4864         * 27_io/basic_ostream/inserters_arithmetic/char/4402.cc: New.
4865         * 27_io/basic_ostream/inserters_arithmetic/char/5.cc: New.
4866         * 27_io/basic_ostream/inserters_arithmetic/char/6.cc: New.
4867         * 27_io/basic_ostream/inserters_arithmetic/wchar_t/1.cc: New.
4868         * 27_io/basic_ostream/inserters_character/char/1.cc: New.
4869         * 27_io/basic_ostream/inserters_character/char/2.cc: New.
4870         * 27_io/basic_ostream/inserters_character/char/3.cc: New.
4871         * 27_io/basic_ostream/inserters_character/char/4.cc: New.
4872         * 27_io/basic_ostream/inserters_character/char/5.cc: New.
4873         * 27_io/basic_ostream/inserters_character/char/6.cc: New.
4874         * 27_io/basic_ostream/inserters_character/char/8.cc: New.
4875         * 27_io/basic_ostream/inserters_character/wchar_t/7.cc: New.
4876         * 27_io/basic_ostream/inserters_character/wchar_t/8.cc: New.
4877         * 27_io/basic_ostream/inserters_other/char/1.cc: New.
4878         * 27_io/basic_ostream/inserters_other/char/2.cc: New.
4879         * 27_io/basic_ostream/inserters_other/char/3.cc: New.
4880         * 27_io/basic_ostream/inserters_other/char/4.cc: New.
4881         * 27_io/basic_ostream/inserters_other/char/9318-out.cc: New.
4882         * 27_io/basic_ostream/inserters_other/char/9424-out.cc: New.
4883         * 27_io/basic_ostream/sentry/char/1.cc: New.
4884         * 27_io/basic_ostream/sentry/char/2.cc: New.
4885         * 27_io/basic_ostream/sentry/char/3983-fstream.cc: New.
4886         * 27_io/basic_ostream/sentry/char/3983-sstream.cc: New.
4887         * 27_io/basic_ostream/tellp/char/1.cc: New.
4888         * 27_io/basic_ostream/tellp/char/2.cc: New.
4889         * 27_io/basic_ostringstream/1.cc: New.
4890         * 27_io/basic_ostringstream/2.cc: New.
4891         * 27_io/basic_ostringstream/3.cc: New.
4892         * 27_io/basic_ostringstream/4.cc: New.
4893         * 27_io/basic_ostringstream/cons/char/3.cc: New.
4894         * 27_io/basic_ostringstream/rdbuf/char/2832.cc: New.
4895         * 27_io/basic_ostringstream/str/char/1.cc: New.
4896         * 27_io/basic_ostringstream/str/char/2.cc: New.
4897         * 27_io/basic_streambuf/1.cc: New.
4898         * 27_io/basic_streambuf/2.cc: New.
4899         * 27_io/basic_streambuf/3.cc: New.
4900         * 27_io/basic_streambuf/cons/char/1.cc: New.
4901         * 27_io/basic_streambuf/imbue/char/1.cc: New.
4902         * 27_io/basic_streambuf/imbue/char/9322.cc: New.
4903         * 27_io/basic_streambuf/overflow/char/1.cc: New.
4904         * 27_io/basic_streambuf/overflow/char/2.cc: New.
4905         * 27_io/basic_streambuf/overflow/char/3599.cc: New.
4906         * 27_io/basic_streambuf/sgetc/char/1.cc: New.
4907         * 27_io/basic_streambuf/sgetn/char/1.cc: New.
4908         * 27_io/basic_streambuf/sputbackc/char/9538.cc: New.
4909         * 27_io/basic_streambuf/sputc/char/1057.cc: New.
4910         * 27_io/basic_streambuf/sputn/char/1.cc: New.
4911         * 27_io/basic_streambuf/sputn/char/1057.cc: New.
4912         * 27_io/basic_streambuf/sync/char/1057.cc: New.
4913         * 27_io/basic_stringbuf/1.cc: New.
4914         * 27_io/basic_stringbuf/2.cc: New.
4915         * 27_io/basic_stringbuf/3.cc: New.
4916         * 27_io/basic_stringbuf/4.cc: New.
4917         * 27_io/basic_stringbuf/5.cc: New.
4918         * 27_io/basic_stringbuf/imbue/char/1.cc: New.
4919         * 27_io/basic_stringbuf/imbue/char/9322.cc: New.
4920         * 27_io/basic_stringbuf/in_avail/char/1.cc: New.
4921         * 27_io/basic_stringbuf/overflow/char/2.cc: New.
4922         * 27_io/basic_stringbuf/overflow/char/3599.cc: New.
4923         * 27_io/basic_stringbuf/overflow/char/9988.cc: New.
4924         * 27_io/basic_stringbuf/sbumpc/char/1.cc: New.
4925         * 27_io/basic_stringbuf/sbumpc/char/9825.cc: New.
4926         * 27_io/basic_stringbuf/seekoff/char/1.cc: New.
4927         * 27_io/basic_stringbuf/seekoff/char/2.cc: New.
4928         * 27_io/basic_stringbuf/seekpos/char/1.cc: New.
4929         * 27_io/basic_stringbuf/seekpos/char/2.cc: New.
4930         * 27_io/basic_stringbuf/setbuf/char/1.cc: New.
4931         * 27_io/basic_stringbuf/setbuf/char/2.cc: New.
4932         * 27_io/basic_stringbuf/setbuf/char/3.cc: New.
4933         * 27_io/basic_stringbuf/sgetc/char/1.cc: New.
4934         * 27_io/basic_stringbuf/sgetn/char/1.cc: New.
4935         * 27_io/basic_stringbuf/snextc/char/1.cc: New.
4936         * 27_io/basic_stringbuf/sputbackc/char/1.cc: New.
4937         * 27_io/basic_stringbuf/sputbackc/char/9425.cc: New.
4938         * 27_io/basic_stringbuf/sputc/char/1.cc: New.
4939         * 27_io/basic_stringbuf/sputc/char/1057.cc: New.
4940         * 27_io/basic_stringbuf/sputc/char/9404-1.cc: New.
4941         * 27_io/basic_stringbuf/sputn/char/1.cc: New.
4942         * 27_io/basic_stringbuf/sputn/char/1057.cc: New.
4943         * 27_io/basic_stringbuf/sputn/char/9404-2.cc: New.
4944         * 27_io/basic_stringbuf/str/char/1.cc: New.
4945         * 27_io/basic_stringbuf/str/char/2.cc: New.
4946         * 27_io/basic_stringbuf/str/char/3.cc: New.
4947         * 27_io/basic_stringbuf/str/char/3955.cc: New.
4948         * 27_io/basic_stringbuf/sungetc/char/1.cc: New.
4949         * 27_io/basic_stringbuf/sync/char/1057.cc: New.
4950         * 27_io/basic_stringstream/1.cc: New.
4951         * 27_io/basic_stringstream/2.cc: New.
4952         * 27_io/basic_stringstream/3.cc: New.
4953         * 27_io/basic_stringstream/4.cc: New.
4954         * 27_io/basic_stringstream/rdbuf/char/2832.cc: New.
4955         * 27_io/basic_stringstream/str/char/1.cc: New.
4956         * 27_io/basic_stringstream/str/char/2.cc: New.
4957         * 27_io/basic_stringstream/str/char/3.cc: New.
4958         * 27_io/basic_stringstream/str/char/4.cc: New.
4959         * 27_io/fpos/1.cc: New.
4960         * 27_io/fpos/2.cc: New.
4961         * 27_io/fpos/3.cc: New.
4962         * 27_io/ios_base/callbacks/1.cc: New.
4963         * 27_io/ios_base/state/1.cc: New.
4964         * 27_io/ios_base/storage/1.cc: New.
4965         * 27_io/ios_base/storage/2.cc: New.
4966         * 27_io/ios_base/storage/3.cc: New.
4967         * 27_io/ios_base/sync_with_stdio/1.cc: New.
4968         * 27_io/ios_base/sync_with_stdio/2.cc: New.
4969         * 27_io/manipulators/adjustfield/char/1.cc: New.
4970         * 27_io/manipulators/adjustfield/char/2.cc: New.
4971         * 27_io/manipulators/basefield/char/1.cc: New.
4972         * 27_io/manipulators/standard/char/1.cc: New.
4973         * 27_io/manipulators/standard/char/2.cc: New.
4974         * 27_io/objects/char/1.cc: New.
4975         * 27_io/objects/char/2.cc: New.
4976         * 27_io/objects/char/2523-1_xin.cc: New.
4977         * 27_io/objects/char/2523-1_xin.in: New.
4978         * 27_io/objects/char/2523-2_xin.cc: New.
4979         * 27_io/objects/char/2523-2_xin.in: New.
4980         * 27_io/objects/char/3045.cc: New.
4981         * 27_io/objects/char/3647.cc: New.
4982         * 27_io/objects/char/3_xin.cc: New.
4983         * 27_io/objects/char/3_xin.in: New.
4984         * 27_io/objects/char/4_xin.cc: New.
4985         * 27_io/objects/char/4_xin.in: New.
4986         * 27_io/objects/char/5268.cc: New.
4987         * 27_io/objects/char/5280_xin.cc: New.
4988         * 27_io/objects/char/5280_xin.in: New.
4989         * 27_io/objects/char/6548_xin.cc: New.
4990         * 27_io/objects/char/6548_xin.in: New.
4991         * 27_io/objects/char/6648-1_xin.cc: New.
4992         * 27_io/objects/char/6648-1_xin.in: New.
4993         * 27_io/objects/char/6648-2_xin.cc: New.
4994         * 27_io/objects/char/6648-2_xin.in: New.
4995         * 27_io/objects/char/7744_xin.cc: New.
4996         * 27_io/objects/char/7744_xin.in: New.
4997         * 27_io/objects/wchar_t/1.cc: New.
4998         * 27_io/types/1.cc: New.
4999         * 27_io/types/2.cc: New.
5000         * data/filebuf_members-1.tst: New.
5001         * data/filebuf_members-1.txt: New.
5002         * data/filebuf_virtuals-1.tst: New.
5003         * data/filebuf_virtuals-1.txt: New.
5004         * data/filebuf_virtuals-2.tst: New.
5005         * data/filebuf_virtuals-3.tst: New.
5006         * data/ifstream_members-1.tst: New.
5007         * data/ifstream_members-1.txt: New.
5008         * data/ios_base_members_static-1.tst: New.
5009         * data/istream_extractor_other-1.tst: New.
5010         * data/istream_extractor_other-1.txt: New.
5011         * data/istream_extractor_other-2.tst: New.
5012         * data/istream_seeks-1.tst: New.
5013         * data/istream_seeks-1.txt: New.
5014         * data/istream_seeks-2.tst: New.
5015         * data/istream_seeks-3.tst: New.
5016         * data/istream_unformatted-1.tst: New.
5017         * data/istream_unformatted-1.txt: New.
5018         * data/ofstream_members-1.tst: New.
5019         * data/ostream_inserter_char-1.tst: New.
5020         * data/ostream_inserter_char-1.txt: New.
5021         * data/ostream_inserter_other-1.tst: New.
5022         * data/ostream_inserter_other-2.tst: New.
5023         * data/ostream_seeks-1.tst: New.
5024
5025 2003-04-09  Benjamin Kosnik  <bkoz@redhat.com>
5026
5027         * include/bits/sstream.tcc (basic_stringbuf::seekpos): Remove
5028         requirement that __mode must be strict input or output.
5029
5030         * include/std/std_streambuf.h (basic_streambuf::setp): Set
5031         _M_out_lim.
5032
5033         * include/std/std_sstream.h (basic_strinbuf::str): Zero length
5034         output string shouldn't core.
5035         (basic_stringbuf::_M_really_sync): Add base argument. Remove rturn
5036         type.
5037         * include/bits/sstream.tcc: Adjust _M_really_sync bits here.
5038
5039         * include/bits/istream.tcc (basic_istream::putback): Set gcount to
5040         zero.
5041
5042 2003-04-09  Benjamin Kosnik  <bkoz@redhat.com>
5043
5044         * testsuite/data: New directory.
5045         * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init): Modify
5046         to copy files from the testsuite data directory.
5047         (libstdc++-v3-list-sourcefiles): Add another test list filter, for
5048         testfiles containing _xin, which now means this is an interactive
5049         test and should be run with the interactive dejagnu hooks.
5050         * testsuite/Makefile.am: Remove testsuite_* files.
5051         * testsuite/Makefile.in: Regenerate.
5052
5053 2003-04-09  Zack Weinberg  <zack@codesourcery.com>
5054
5055         * docs/html/install.html: Document complete list of locales
5056         required by test suite.  Document procedure for installing
5057         said locales under Debian.  Solicit instructions for other
5058         operating systems.
5059
5060 2003-04-08  Alexandre Oliva  <aoliva@redhat.com>
5061
5062         * include/bits/sstream.tcc (overflow): Make sure operands of min
5063         and max have the same type.
5064
5065 2003-04-04  Jerry Quinn  <jlquinn@optonline.net>
5066
5067         PR libstdc++/10276
5068         * src/ios.cc (ios_base::_M_init): Remove _M_callbacks
5069         initialization.
5070
5071 2003-03-31  Paolo Carlini  <pcarlini@unitus.it>
5072
5073         * include/std/std_streambuf.h (_M_out_buf_size()): Remove.
5074         * include/bits/fstream.tcc (_M_allocate_internal_buffer):
5075         Don't set _M_out_end.
5076         (basic_filebuf::overflow): Replace _M_out_buf_size() with
5077         this->_M_out_cur && this->_M_out_cur < this->_M_out_end.
5078         * include/bits/sstream.tcc (basic_stringbuf::overflow):
5079         Replace _M_out_buf_size() with this->_M_out_cur < this->_M_out_end;
5080         * include/bits/streambuf.tcc (basic_streambuf::sputc):
5081         Replace _M_out_buf_size() with _M_out_cur && _M_out_cur < _M_out_end.
5082         (basic_streambuf::xsputn): Replace _M_out_buf_size() with
5083         _M_out_end - _M_out_cur.
5084         (__copy_streambufs): Likewise.
5085         * include/std/std_fstream.h (_M_set_determinate): Set
5086         _M_out_end here.
5087
5088 2003-03-30  Paolo Carlini  <pcarlini@unitus.it>
5089
5090         * include/bits/fstream.tcc (basic_filebuf::showmanyc,
5091         _M_convert_to_external, _M_really_overflow, seekoff): Fix
5092         test for synced buffer.
5093         * include/std/std_fstream.h (sync): Likewise.
5094         * src/fstream.cc (basic_filebuf<char>::_M_underflow_common,
5095         basic_filebuf<wchar_t>::_M_underflow_common): Likewise.
5096
5097 2003-03-28  Benjamin Kosnik  <bkoz@redhat.com>
5098
5099         * include/std/std_sstream.h (basic_istringstream): Adjust
5100         initialization.
5101         (basic_ostringstream): Same.
5102         (basic_stringstream): Same.
5103         * include/std/std_fstream.h (basic_ifstream): Adjust initialization.
5104         (basic_ofstream): Same.
5105         (basic_fstream): Same.
5106         * include/std/std_ostream.h (basic_ostrem): Add protected ctor
5107         that does not call init.
5108         * include/std/std_istream.h (basic_istream): Same.
5109         (basic_iostream): Construct istream, ostream uninitialized, use
5110         init to initialize just once. Add protected ctor that does not
5111         call init.
5112
5113 2003-03-28  Paolo Carlini  <pcarlini@unitus.it>
5114             Nathan Myers  <ncm@cantrip.org>
5115
5116         PR libstdc++/9533
5117         * include/bits/fstream.tcc (basic_filebuf<>::open): Don't
5118         call underflow().
5119         (basic_filebuf<>::showmanyc): Use the information provided
5120         by codecvt and __basic_file<>::showmanyc_helper to implement
5121         a non-trivial showmanyc.
5122         * config/io/basic_file_stdio.h
5123         (__basic_file<>::showmanyc_helper): New, declare.
5124         * config/io/basic_file_stdio.cc
5125         (__basic_file<>::showmanyc_helper): Define.
5126         (__basic_file<>::_M_open_mode): Don't set O_NONBLOCK.
5127         (__basic_file<char>::open): Don't call fcntl().
5128         * acinclude.m4 (GLIBCPP_CHECK_S_ISREG_OR_S_IFREG,
5129         GLIBCPP_CHECK_POLL): New macros.
5130         * configure.in: Call here.
5131         * acconfig.h: Add #undefs for the corresponding symbols.
5132         * aclocal.m4: Regenerate.
5133         * configure: Regenerate.
5134         * config.h.in: Regenerate.
5135
5136 2003-03-24  Benjamin Kosnik  <bkoz@redhat.com>
5137
5138         * config/linker-map.gnu: Remove string export restrictions.
5139
5140 2003-03-24  Paolo Carlini  <pcarlini@unitus.it>
5141
5142         * testsuite/21_strings/basic_string/find/char/1.cc: Remove
5143         find_first_of, find_last_of and find_last_not_of tests.
5144         * testsuite/21_strings/basic_string/find/char/2.cc: find_first_of
5145         tests here, new file.
5146         * testsuite/21_strings/basic_string/find/wchar_t/1.cc: Likewise,
5147         remove wchar_t find_first_of, find_last_of and find_last_not_of tests.
5148         * testsuite/21_strings/basic_string/find/wchar_t/2.cc: Likewise,
5149         wchar_t find_first_of tests here, new file.
5150         * testsuite/21_strings/basic_string/rfind/char/2.cc: find_last_of
5151         tests here.
5152         * testsuite/21_strings/basic_string/rfind/char/3.cc: find_last_not_of
5153         tests here.
5154         * testsuite/21_strings/basic_string/rfind/wchar_t/2.cc: likewise,
5155         wchar_t find_last_of tests here.
5156         * testsuite/21_strings/basic_string/rfind/wchar_t/3.cc: likewise,
5157         wchar_t find_last_not_of tests here.
5158
5159 2003-03-22  Loren J. Rittle  <ljrittle@acm.org>
5160
5161         * config/os/hpux/ctype_noninline.h (ctype<char>::classic_table):
5162         Correct return value.
5163
5164 2003-03-21  Jerry Quinn  <jlquinn@optonline.net>
5165
5166         PR libstdc++/5730
5167         * include/bits/c++config (_GLIBCPP_FAST_MATH): Define.
5168         * include/std/std_complex.h (norm):  Use faster,
5169         less accurate computation for builtin float types under --fast-math.
5170
5171 2003-03-21  Magnus Fromreide  <gnats@magfr.user.lysator.liu.se>
5172
5173         * testsuite/testsuite_hooks.h: Fix warning nits.
5174
5175 2003-03-19  Alexandre Oliva  <aoliva@redhat.com>
5176
5177         * config/cpu/mips/atomicity.h (__exchange_and_add, __atomic_add):
5178         Only .set mips2 for the o32 ABI.
5179
5180 2003-03-19  Paolo Carlini  <pcarlini@unitus.it>
5181
5182         * testsuite/21_strings/char_traits/requirements/char/1.cc:
5183         Test char not wchar_t.
5184
5185 2003-03-18  Paolo Carlini  <pcarlini@unitus.it>
5186
5187         * testsuite/21_strings/basic_string/append/wchar_t/1.cc:
5188         Correct size, taking into account sizeof(wchar_t).
5189
5190 2003-03-18  Paolo Carlini  <pcarlini@unitus.it>
5191
5192         Reshuffle 21_strings testsuite.
5193         * testsuite/21_strings/append.cc, c_strings.cc, invariants.cc,
5194         assign.cc, ctor_copy_dtor.cc, nonmember.cc, capacity.cc,
5195         element_access.cc, operations.cc, char_traits_requirements.cc,
5196         find.cc, replace.cc, char_traits_typedefs.cc, insert.cc, rfind.cc,
5197         compare.cc, inserters_extractors.cc, substr.cc: Split up, add
5198         wchar_t tests as follows.
5199         * 21_strings/basic_string/append/char/1.cc: New.
5200         * 21_strings/basic_string/append/wchar_t/1.cc: New.
5201         * 21_strings/basic_string/assign/char/1.cc: New.
5202         * 21_strings/basic_string/assign/char/2.cc: New.
5203         * 21_strings/basic_string/assign/char/3.cc: New.
5204         * 21_strings/basic_string/assign/wchar_t/1.cc: New.
5205         * 21_strings/basic_string/assign/wchar_t/2.cc: New.
5206         * 21_strings/basic_string/assign/wchar_t/3.cc: New.
5207         * 21_strings/basic_string/capacity/1.cc: New.
5208         * 21_strings/basic_string/capacity/char/1.cc: New.
5209         * 21_strings/basic_string/capacity/char/2.cc: New.
5210         * 21_strings/basic_string/capacity/wchar_t/1.cc: New.
5211         * 21_strings/basic_string/capacity/wchar_t/2.cc: New.
5212         * 21_strings/basic_string/compare/char/1.cc: New.
5213         * 21_strings/basic_string/compare/wchar_t/1.cc: New.
5214         * 21_strings/basic_string/cons/char/1.cc: New.
5215         * 21_strings/basic_string/cons/char/2.cc: New.
5216         * 21_strings/basic_string/cons/char/3.cc: New.
5217         * 21_strings/basic_string/cons/char/4.cc: New.
5218         * 21_strings/basic_string/cons/char/5.cc: New.
5219         * 21_strings/basic_string/cons/wchar_t/1.cc: New.
5220         * 21_strings/basic_string/cons/wchar_t/2.cc: New.
5221         * 21_strings/basic_string/cons/wchar_t/3.cc: New.
5222         * 21_strings/basic_string/cons/wchar_t/4.cc: New.
5223         * 21_strings/basic_string/cons/wchar_t/5.cc: New.
5224         * 21_strings/basic_string/element_access/char/1.cc: New.
5225         * 21_strings/basic_string/element_access/char/2.cc: New.
5226         * 21_strings/basic_string/element_access/char/3.cc: New.
5227         * 21_strings/basic_string/element_access/wchar_t/1.cc: New.
5228         * 21_strings/basic_string/element_access/wchar_t/2.cc: New.
5229         * 21_strings/basic_string/element_access/wchar_t/3.cc: New.
5230         * 21_strings/basic_string/find/char/1.cc: New.
5231         * 21_strings/basic_string/find/wchar_t/1.cc: New.
5232         * 21_strings/basic_string/insert/char/1.cc: New.
5233         * 21_strings/basic_string/insert/char/2.cc: New.
5234         * 21_strings/basic_string/insert/wchar_t/1.cc: New.
5235         * 21_strings/basic_string/insert/wchar_t/2.cc: New.
5236         * 21_strings/basic_string/inserters_extractors/char/1.cc: New.
5237         * 21_strings/basic_string/inserters_extractors/char/4.cc: New.
5238         * 21_strings/basic_string/inserters_extractors/char/5.cc: New.
5239         * 21_strings/basic_string/inserters_extractors/char/6.cc: New.
5240         * 21_strings/basic_string/inserters_extractors/char/7.cc: New.
5241         * 21_strings/basic_string/inserters_extractors/char/8.cc: New.
5242         * 21_strings/basic_string/inserters_extractors/char/9.cc: New.
5243         * 21_strings/basic_string/inserters_extractors/wchar_t/1.cc: New.
5244         * 21_strings/basic_string/inserters_extractors/wchar_t/4.cc: New.
5245         * 21_strings/basic_string/inserters_extractors/wchar_t/5.cc: New.
5246         * 21_strings/basic_string/inserters_extractors/wchar_t/6.cc: New.
5247         * 21_strings/basic_string/inserters_extractors/wchar_t/7.cc: New.
5248         * 21_strings/basic_string/inserters_extractors/wchar_t/8.cc: New.
5249         * 21_strings/basic_string/inserters_extractors/wchar_t/9.cc: New.
5250         * 21_strings/basic_string/operators/char/1.cc: New.
5251         * 21_strings/basic_string/operators/char/2.cc: New.
5252         * 21_strings/basic_string/operators/wchar_t/1.cc: New.
5253         * 21_strings/basic_string/operators/wchar_t/2.cc: New.
5254         * 21_strings/basic_string/replace/char/1.cc: New.
5255         * 21_strings/basic_string/replace/char/2.cc: New.
5256         * 21_strings/basic_string/replace/char/3.cc: New.
5257         * 21_strings/basic_string/replace/char/4.cc: New.
5258         * 21_strings/basic_string/replace/char/5.cc: New.
5259         * 21_strings/basic_string/replace/wchar_t/1.cc: New.
5260         * 21_strings/basic_string/replace/wchar_t/2.cc: New.
5261         * 21_strings/basic_string/replace/wchar_t/3.cc: New.
5262         * 21_strings/basic_string/replace/wchar_t/4.cc: New.
5263         * 21_strings/basic_string/replace/wchar_t/5.cc: New.
5264         * 21_strings/basic_string/rfind/char/1.cc: New.
5265         * 21_strings/basic_string/rfind/char/2.cc: New.
5266         * 21_strings/basic_string/rfind/char/3.cc: New.
5267         * 21_strings/basic_string/rfind/wchar_t/1.cc: New.
5268         * 21_strings/basic_string/rfind/wchar_t/2.cc: New.
5269         * 21_strings/basic_string/rfind/wchar_t/3.cc: New.
5270         * 21_strings/basic_string/substr/char/1.cc: New.
5271         * 21_strings/basic_string/substr/wchar_t/1.cc: New.
5272         * 21_strings/c_strings/char/1.cc: New.
5273         * 21_strings/c_strings/char/2.cc: New.
5274         * 21_strings/c_strings/wchar_t/1.cc: New.
5275         * 21_strings/c_strings/wchar_t/2.cc: New.
5276         * 21_strings/char_traits/requirements/char/1.cc: New.
5277         * 21_strings/char_traits/requirements/wchar_t/1.cc: New.
5278         * 21_strings/char_traits/typedefs/char/1.cc: New.
5279
5280 2003-03-17  Paolo Carlini  <pcarlini@unitus.it>
5281             Petur Runolfsson  <peturr02@ru.is>
5282
5283         PR libstdc++/10097
5284         * src/fstream.cc (basic_filebuf<char>::_M_underflow_common,
5285         basic_filebuf<wchar_t>::_M_underflow_common):
5286         if (gptr() < egptr()) return *gptr().
5287         * testsuite/27_io/filebuf_virtuals.cc (test16): Add.
5288
5289         * testsuite/27_io/filebuf_members.cc (test_04): Minor
5290         changes: unlink fifo before making it, fix spelling error.
5291
5292 2003-03-17  Benjamin Kosnik  <bkoz@redhat.com>
5293
5294         * testsuite/Makefile.am (CLEANFILES): Add tmp*.
5295         * testsuite/Makefile.in: Regenerate.
5296         * testsuite/27_io/filebuf_members.cc: Consistently name tmp files.
5297         Cleanups.
5298
5299 2003-03-17  Petur Runolfsson  <peturr02@ru.is>
5300
5301         PR libstdc++/9964
5302         * include/bits/fstream.tcc (basic_filebuf::close):
5303         Always close file, even when write fails.
5304         * testsuite/27_io/filebuf_members.cc (test_07):  New test.
5305
5306 2003-03-17  Danny Smith  <dannysmith@users.sourceforge.net>
5307
5308         * libsupc++/Makefile.am (C_COMPILE): Remove.
5309         (LTCOMPILE): Likewise.
5310         * libsupc++/Makefile.in: Regenerate.
5311
5312 2003-03-14  Benjamin Kosnik  <bkoz@redhat.com>
5313
5314         * testsuite/23_containers/bitset_members.cc: Add test variable.
5315         * testsuite/23_containers/map_insert.cc: Same.
5316         * testsuite/22_locale/ctype/cons/char/1.cc: Same.
5317         * testsuite/22_locale/codecvt/max_length/wchar_t/1.cc: Same.
5318         * testsuite/22_locale/codecvt/max_length/wchar_t/2.cc: Same.
5319         * testsuite/22_locale/codecvt/max_length/wchar_t/3.cc: Same.
5320         * testsuite/22_locale/codecvt/max_length/wchar_t/4.cc: Same.
5321         * testsuite/22_locale/codecvt/always_noconv/wchar_t/1.cc: Same.
5322         * testsuite/22_locale/codecvt/always_noconv/wchar_t/2.cc: Same.
5323         * testsuite/22_locale/codecvt/always_noconv/wchar_t/3.cc: Same.
5324         * testsuite/22_locale/codecvt/always_noconv/wchar_t/4.cc: Same.
5325         * testsuite/27_io/istream_exception.cc: Same.
5326         * testsuite/27_io/filebuf_virtuals.cc: Same.
5327         * testsuite/27_io/stringbuf_virtuals.cc: Same.
5328         * testsuite/27_io/ostream_inserter_arith.cc: Same.
5329         * testsuite/26_numerics/valarray_operators.cc: Same.
5330         * testsuite/26_numerics/slice.cc: Same.
5331         * testsuite/26_numerics/slice_array_assignment.cc: Same.
5332         * testsuite/24_iterators/istream_iterator.cc: Same.
5333         * mkcheck.in (TESTS_FILE): Use dejagnu-generated file if possible.
5334
5335 2003-03-14  Petur Runolfsson  <peturr02@ru.is>
5336
5337         PR libstdc++/9581
5338         PR libstdc++/9870
5339         * config/locale/generic/ctype_members.cc,
5340         * config/locale/gnu/ctype_members.cc
5341         (ctype<wchar_t>::do_widen(char)):  Cast argument to
5342         unsigned char before passing to btowc.
5343         (ctype<wchar_t>::do_widen(const char*, const char*, wchar_t*)):
5344         Convert characters with btowc instead of mbsrtowcs.
5345         (ctype<wchar_t>::do_narrow(const wchar_t*, const wchar_t*,
5346         char, char*):
5347         Convert characters with wctob instead of wcsrtombs.
5348         * testsuite/22_locale/ctype/narrow/wchar_t/3.cc:  New test.
5349         * testsuite/22_locale/ctype/widen/wchar_t/2.cc:  New test.
5350         * testsuite/22_locale/ctype/widen/wchar_t/3.cc:  New test.
5351
5352 2003-03-14  Benjamin Kosnik  <bkoz@redhat.com>
5353
5354         * include/stdc++.h: New.
5355         * libsupc++/exception_defines.h (__EXCEPTION_DEFINES_H): Add guard.
5356         * include/Makefile.am (stamp-std-precompile): Generate stdc++.h.gch
5357         * include/Makefile.in: Regenerate.
5358         * testsuite_flags.in (--build-cxx): Add, but don't use PCHFLAGS.
5359         (--cxxflags): Put -g -O2 here.
5360         * testsuite/libstdc++-v3.dg/dg.exp: Remove -g -O2 here.
5361
5362 2003-03-14  Loren J. Rittle  <ljrittle@acm.org>
5363
5364         * testsuite/testsuite_hooks.h: Suppress runtime exception thrown by
5365         missing named locale.
5366
5367 2003-03-14  Andreas Schwab  <schwab@suse.de>
5368
5369         * configure.in: Only append to makefiles that are newly created to
5370         avoid multiple multi-do/multi-clean rules.
5371         * configure: Rebuilt.
5372
5373 2003-03-13  Jonathan Wakely  <redi@gcc.gnu.org>
5374
5375         * docs/html/configopts.html, docs/html/documentation.html,
5376         docs/html/explanations.html, docs/html/install.html,
5377         docs/html/19_diagnostics/howto.html, docs/html/faq/index.html: Fix
5378         invalid XHTML and make page header style consistent.
5379
5380 2003-03-12  Jonathan Wakely  <redi@gcc.gnu.org>
5381
5382         * docs/html/faq/index.html: Explain memory "leaks" due to allocators.
5383         * docs/html/faq/index.txt: Regenerate.
5384         * docs/html/debug.html: Add a bit to allocator text and fix XHTML.
5385
5386 2003-03-12  Andreas Schwab  <schwab@suse.de>
5387
5388         * acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Avoid trailing /. in
5389         glibcpp_toolexeclibdir.
5390         * aclocal.m4, configure: Rebuilt.
5391
5392 2003-03-11  Jonathan Wakely  <redi@gcc.gnu.org>
5393
5394         * docs/html/faq/index.html: Update text about location of headers.
5395         * docs/html/faq/index.txt: Regenerate.
5396
5397 2003-03-11  Carlo Wood  <carlo@alinoe.com>
5398
5399         * include/bits/demangle.h: Prepend accessors of
5400         class qualifier with 'get_' in order to fix warnings
5401         when compiling with -Wshadow.
5402
5403 2003-03-11  Loren J. Rittle  <ljrittle@acm.org>
5404
5405         * config/os/bsd/freebsd/ctype_inline.h:  Support _M_table
5406         when so installed.
5407         * testsuite/22_locale/ctype/cons/char/1.cc: Fix typo.
5408
5409         * testsuite/testsuite_hooks.h (run_tests_wrapped_env): Do not
5410         report lack of setenv().
5411
5412 2003-03-09  Paolo Carlini  <pcarlini@unitus.it>
5413
5414         * config/io/basic_file_stdio.cc: include <unistd.h>.
5415
5416 2003-03-09  Paolo Carlini  <pcarlini@unitus.it>
5417             Nathan Myers  <ncm@cantrip.org>
5418
5419         PR libstdc++/7744
5420         * config/io/basic_file_stdio.h (__basic_file<>::xsgetn, xsputn,
5421         seekoff, seekpos): Add a boolean parameter __stdio.
5422         * config/io/basic_file_stdio.cc (__basic_file<>::xsgetn, xsputn,
5423         seekoff, seekpos): If __stdio == true, use fread (fwrite, fseek/ftell,
5424         fseek/ftell, respectively), otherwise read (write, lseek, lseek,
5425         respectively).
5426         * include/bits/fstream.tcc (basic_filebuf<>::_M_convert_to_external,
5427         _M_really_overflow, seekoff): Use the boolean parameter in the calls.
5428         * include/std/std_fstream.h (sync): Likewise.
5429         * src/fstream.cc (basic_filebuf<>::_M_underflow_common): Likewise.
5430         * src/ios.cc (ios_base::Init::_S_ios_create(bool)): Revert
5431         libstdc++/8399 commit involving isatty(0).
5432         * acinclude.m4 (GLIBCPP_CHECK_UNISTD_DECL_AND_LINKAGE_1): Remove.
5433         (GLIBCPP_CHECK_UNISTD_SUPPORT): Remove
5434         * configure.in: Remove call.
5435         * aclocal.m4: Regenerate.
5436         * config.h.in: Regenerate.
5437         * configure: Regenerate.
5438         * testsuite/27_io/narrow_stream_objects.cc (test11): Add.
5439
5440 2003-03-09  Paolo Carlini  <pcarlini@unitus.it>
5441
5442         PR libstdc++/9988
5443         * include/bits/fstream.tcc (overflow): don't write EOF to file.
5444         * testsuite/27_io/filebuf_virtuals.cc (test15): Add.
5445
5446 2003-03-08  Jerry Quinn  <jlquinn@optonline.net>
5447
5448         PR libstdc++/9561
5449         * include/bits/basic_ios.h (_M_setstate): New.
5450         * include/bits/ostream.tcc (operator<<): Use it.
5451         * include/bits/istream.tcc (operator>>): Use it.
5452         * include/std/std_ostream.h (operator<<): Make friends.
5453         * include/std/std_istream.h (operator>>): Make friends.
5454         * testsuite/27_io/ostream_exception.cc,
5455         testsuite/27_io/istream_exception.cc: New tests.
5456
5457 2003-03-08  Benjamin Kosnik  <bkoz@redhat.com>
5458
5459         * include/bits/locale_facets.tcc: Fix typo.
5460
5461 2003-03-08  Loren J. Rittle  <ljrittle@acm.org>
5462
5463         * testsuite/26_numerics/c99_classification_macros_c.cc: Tweak test.
5464
5465         * config/locale/generic/c_locale.cc
5466         (locale::facet::_S_create_c_locale): Throw runtime exception when
5467         unsupported language is specified.
5468         * testsuite/testsuite_hooks.h
5469         (run_test_wrapped_generic_locale_exception_catcher): New function.
5470         * testsuite/testsuite_hooks.cc (run_tests_wrapped_locale):
5471         Suppress runtime exception thrown by generic implementation.
5472         (run_tests_wrapped_env): Likewise.
5473         (run_test_wrapped_generic_locale_exception_catcher): New function.
5474         * testsuite/22_locale/collate/compare/char/1.cc: New test wrap.
5475         * testsuite/22_locale/collate/compare/char/2.cc: New test wrap.
5476         * testsuite/22_locale/collate/compare/char/3.cc: New test wrap.
5477         * testsuite/22_locale/collate/hash/char/2.cc: New test wrap.
5478         * testsuite/22_locale/collate/transform/char/2.cc: New test wrap.
5479         * testsuite/22_locale/collate/transform/char/3.cc: New test wrap.
5480         * testsuite/22_locale/collate_byname/1.cc: New test wrap.
5481         * testsuite/22_locale/ctype/is/char/2.cc: New test wrap.
5482         * testsuite/22_locale/facet/2.cc: New test wrap.
5483         * testsuite/22_locale/locale/cons/4.cc: New test wrap.
5484         * testsuite/22_locale/locale/cons/5.cc: New test wrap.
5485         * testsuite/22_locale/locale/cons/7.cc: New test wrap.
5486         * testsuite/22_locale/messages/members/char/1.cc: New test wrap.
5487         * testsuite/22_locale/messages/members/char/2.cc: New test wrap.
5488         * testsuite/22_locale/messages/members/char/3.cc: New test wrap.
5489         * testsuite/22_locale/messages_byname/1.cc: New test wrap.
5490         * testsuite/22_locale/money_get/get/char/1.cc: New test wrap.
5491         * testsuite/22_locale/money_get/get/char/2.cc: New test wrap.
5492         * testsuite/22_locale/money_get/get/char/3.cc: New test wrap.
5493         * testsuite/22_locale/money_get/get/char/4.cc: New test wrap.
5494         * testsuite/22_locale/money_put/put/char/1.cc: New test wrap.
5495         * testsuite/22_locale/money_put/put/char/2.cc: New test wrap.
5496         * testsuite/22_locale/money_put/put/char/3.cc: New test wrap.
5497         * testsuite/22_locale/moneypunct/members/char/2.cc: New test wrap.
5498         * testsuite/22_locale/moneypunct_byname/1.cc: New test wrap.
5499         * testsuite/22_locale/num_get/get/char/1.cc: New test wrap.
5500         * testsuite/22_locale/num_get/get/char/2.cc: New test wrap.
5501         * testsuite/22_locale/num_get/get/char/3.cc: New test wrap.
5502         * testsuite/22_locale/num_get/get/char/5.cc: New test wrap.
5503         * testsuite/22_locale/num_get/get/char/6.cc: New test wrap.
5504         * testsuite/22_locale/num_put/put/char/1.cc: New test wrap.
5505         * testsuite/22_locale/num_put/put/char/2.cc: New test wrap.
5506         * testsuite/22_locale/num_put/put/char/3.cc: New test wrap.
5507         * testsuite/22_locale/num_put/put/char/5.cc: New test wrap.
5508         * testsuite/22_locale/numpunct/members/char/1.cc: New test wrap.
5509         * testsuite/22_locale/numpunct/members/char/2.cc: New test wrap.
5510         * testsuite/22_locale/numpunct_byname/1.cc: New test wrap.
5511         * testsuite/22_locale/numpunct_byname/2.cc: New test wrap.
5512         * testsuite/22_locale/time_get/date_order/char/1.cc: New test wrap.
5513         * testsuite/22_locale/time_get/get_date/char/1.cc: New test wrap.
5514         * testsuite/22_locale/time_get/get_date/char/2.cc: New test wrap.
5515         * testsuite/22_locale/time_get/get_monthname/char/1.cc: New test wrap.
5516         * testsuite/22_locale/time_get/get_monthname/char/2.cc: New test wrap.
5517         * testsuite/22_locale/time_get/get_time/char/1.cc: New test wrap.
5518         * testsuite/22_locale/time_get/get_time/char/2.cc: New test wrap.
5519         * testsuite/22_locale/time_get/get_weekday/char/1.cc: New test wrap.
5520         * testsuite/22_locale/time_get/get_weekday/char/2.cc: New test wrap.
5521         * testsuite/22_locale/time_get/get_year/char/1.cc: New test wrap.
5522         * testsuite/22_locale/time_put/put/char/1.cc: New test wrap.
5523         * testsuite/22_locale/time_put/put/char/2.cc: New test wrap.
5524         * testsuite/22_locale/time_put/put/char/3.cc: New test wrap.
5525         * testsuite/22_locale/time_put/put/char/4.cc: New test wrap.
5526         * testsuite/22_locale/time_put/put/char/5.cc: New test wrap.
5527         * testsuite/22_locale/time_put/put/char/6.cc: New test wrap.
5528         * testsuite/22_locale/time_put/put/char/7.cc: New test wrap.
5529         * testsuite/22_locale/time_put/put/char/8.cc: New test wrap.
5530         * testsuite/27_io/filebuf_virtuals.cc: New test wrap.
5531         * testsuite/27_io/ios_members.cc: New test wrap.
5532         * testsuite/27_io/ostream_inserter_arith.cc (test02): Make void.
5533         New test wrap.
5534         * testsuite/27_io/streambuf_members.cc: New test wrap.
5535         * testsuite/27_io/stringbuf_virtuals.cc: New test wrap.
5536
5537 2003-03-08  Paolo Carlini <pcarlini@unitus.it>
5538             Petur Runolfsson  <peturr02@ru.is>
5539
5540         PR libstdc++/9424
5541         * include/bits/streambuf.tcc (__copy_streambufs): Use
5542         sgetn-sputn only when sputn cannot fail, otherwise fall back
5543         to safe snextc-sputc.
5544         * testsuite/27_io/streambuf_members.cc (test11, test12): Add.
5545
5546 2003-03-08  Jerry Quinn  <jlquinn@optonline.net>
5547
5548         * include/bits/locale_facets.tcc (num_put::do_put(bool)): Use
5549         locale cache for truename and falsename.
5550
5551 2003-03-08  Jerry Quinn  <jlquinn@optonline.net>
5552
5553         * src/ios.cc (ios_base::ios_base): Correct order of _M_word and
5554         _M_word_size initialization.
5555
5556 2003-03-07  Paolo Carlini  <pcarlini@unitus.it>
5557
5558         * include/bits/fstream.tcc (_M_convert_to_external):
5559         Set __elen to zero if codecvt::out eventually fails.
5560
5561 2003-03-07  Paolo Carlini  <pcarlini@unitus.it>
5562
5563         PR libstdc++/9182
5564         * include/bits/fstream.tcc (_M_really_overflow): Check
5565         for _M_convert_to_external possible failures.
5566         * include/std/std_fstream.h (sync): Check _M_really_overflow
5567         return value and return -1 in case of failure.
5568         * testsuite/27_io/filebuf_virtuals.cc (test13, test14): Add.
5569
5570 2003-03-07  Paolo Carlini  <pcarlini@unitus.it>
5571
5572         PR libstdc++/9826
5573         * include/bits/istream.tcc (operator>>(_CharT*),
5574         operator>>(basic_string&), ws): Pass a char_type to __ctype.is.
5575         * testsuite/27_io/stringstream.cc (test02): Add.
5576
5577         * include/bits/istream.tcc (operator>>(_CharT*)):
5578         Assign a char_type to *__s.
5579
5580 2003-03-07  Petur Runolfsson  <peturr02@ru.is>
5581
5582         PR libstdc++/9817
5583         * include/bits/locale_facets.tcc
5584         (collate::do_compare, collate::do_transform):
5585         Handle nul characters in input.
5586         * testsuite/22_locale/collate/compare/char/3.cc:  New test.
5587         * testsuite/22_locale/collate/compare/wchar_t/3.cc:  New test.
5588         * testsuite/22_locale/collate/transform/char/3.cc:  New test.
5589         * testsuite/22_locale/collate/transform/wchar_t/3.cc:  New test.
5590
5591 2003-03-07  Jerry Quinn  <jlquinn@optonline.net>
5592
5593         * include/bits/streambuf_iterator.h (_M_put): Set _M_failed if
5594         sputn fails.
5595         * testsuite/27_io/ostream_fail.cc: New test.
5596
5597 2003-03-07  Matthias Klose  <doko@debian.org>
5598
5599         * Makefile.am (AM_MAKEFLAGS): Also pass gxx_include_dir.
5600         FLAGS_TO_PASS: Set to AM_MAKEFLAGS
5601         * Makefile.in: Regenerate.
5602         * libsupc++/Makefile.am: Express glibcppinstalldir in terms
5603         of gxx_include_dir.
5604         AM_MAKEFLAGS: Pass gxx_include_dir.
5605         * libsupc++/Makefile.in: Regenerate.
5606
5607 2003-03-06  Jerry Quinn  <jlquinn@optonline.net>
5608
5609         * testsuite/27_io/ios_base_storage.cc (test02): Set exception
5610         mask.  Test setting small-numbered pword and iword slots.  Test
5611         behavior at limit of numeric_limits::max.  Check that values are
5612         still good after failures.
5613
5614 2003-03-06  Jerry Quinn  <jlquinn@optonline.net>
5615
5616         * src/ios.cc (ios_base::_M_init): Remove _M_word_size.
5617         (ios_base::ios_base): Set _M_word, _M_word_size.
5618         (ios_base::~ios_base): Remove redundant test.
5619         * testsuite/27_io/ios_base_storage.cc (test03): New.
5620
5621 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
5622
5623         * src/strstream.cc, include/bits/basic_string.tcc: Remove
5624         incorrect whitespace added in my previous change.
5625
5626 2003-03-05  Carlo Wood  <carlo@alinoe.com>
5627
5628         * include/bits/ios_base.h(ios_base::Init::_S_initialized()): Added
5629         _S_initialized() in order to allow debugging libraries to detect
5630         when the std streams are initialized from an overloaded operator
5631         new.
5632
5633 2003-03-05  Benjamin Kosnik  <bkoz@redhat.com>
5634
5635         * libsupc++/demangle.h: Move to..
5636         * include/bits/demangle.h: ...here.
5637         * src/demangle.cc: Adjust include.
5638         * include/Makefile.am (bits_headers): Add.
5639         * include/Makefile.in: Regenerate.
5640
5641 2003-03-04  Benjamin Kosnik  <bkoz@redhat.com>
5642
5643         * src/globals.cc: Clarify comments, remove c_locale_imp_compat.
5644
5645         * config/linker-map.gnu: Filter typeinfo and vtable info.
5646
5647 2003-03-04  Jerry Quinn  <jlquinn@optonline.net>
5648
5649         * src/ios.cc (ios_base::_M_grow_words): Don't delete _M_word on
5650         new failure.  Throw exception if badbit and exception mask when ix
5651         >= numeric_limits<int>::max().
5652
5653 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
5654
5655         * src/strstream.cc (strstreambuf::overflow): Make sure operands of
5656         min and max have the same type.
5657         * include/bits/basic_string.tcc (append, rfind, compare): Likewise.
5658
5659 2003-03-04  Benjamin Kosnik  <bkoz@redhat.com>
5660
5661         * include/Makefile.am (allstamps): Remove stamp-std-precompile.
5662         * include/Makefile.in: Regenerate.
5663
5664 2003-03-03  Benjamin Kosnik  <bkoz@redhat.com>
5665
5666         * testsuite/abi_check.cc (report_symbol_info): Add version info.
5667
5668         * config/linker-map.gnu: Hide more stuff.
5669         * include/Makefile.am: Cleanups.
5670         * include/Makefile.in: Regenerate.
5671
5672 2003-02-27  Jerry Quinn  <jlquinn@optonline.net>
5673
5674         * config/locale/generic/messages_members.h (messages::messages):
5675         Remove name from unused parameter.
5676
5677 2003-02-27  Benjamin Kosnik  <bkoz@redhat.com>
5678
5679         * src/Makefile.am (sources): Add demangle.cc.
5680         (demangle.o): Add.
5681         (demangle.lo): Add.
5682         * src/Makefile.in: Regenerate.
5683         * libsupc++/Makefile.am: Remove old __cxa_demangle bits.
5684         * libsupc++/Makefile.in: Regenerate.
5685
5686         * testsuite/testsuite_hooks.h
5687         (__gnu_cxx_test::verify_demangle): New.
5688         * testsuite/testsuite_hooks.cc: Define.
5689
5690 2003-02-27  Carlo Wood  <carlo@alinoe.com>
5691
5692         * src/demangle.cc: New.
5693         * libsupc++/demangle.h: New.
5694
5695 2003-02-27  Benjamin Kosnik  <bkoz@redhat.com>
5696             Carlo Wood  <carlo@alinoe.com>
5697
5698         * testsuite/demangle/abi_examples/01.cc: New.
5699         * testsuite/demangle/abi_examples/02.cc: New.
5700         * testsuite/demangle/abi_examples/03.cc: New.
5701         * testsuite/demangle/abi_examples/04.cc: New.
5702         * testsuite/demangle/abi_examples/05.cc: New.
5703         * testsuite/demangle/abi_examples/06.cc: New.
5704         * testsuite/demangle/abi_examples/07.cc: New.
5705         * testsuite/demangle/abi_examples/08.cc: New.
5706         * testsuite/demangle/abi_examples/09.cc: New.
5707         * testsuite/demangle/abi_examples/10.cc: New.
5708         * testsuite/demangle/abi_examples/11.cc: New.
5709         * testsuite/demangle/abi_examples/12.cc: New.
5710         * testsuite/demangle/abi_examples/13.cc: New.
5711         * testsuite/demangle/abi_examples/14.cc: New.
5712         * testsuite/demangle/abi_examples/15.cc: New.
5713         * testsuite/demangle/abi_examples/16.cc: New.
5714         * testsuite/demangle/abi_examples/17.cc: New.
5715         * testsuite/demangle/abi_examples/18.cc: New.
5716         * testsuite/demangle/abi_examples/19.cc: New.
5717         * testsuite/demangle/abi_examples/20.cc: New.
5718         * testsuite/demangle/abi_examples/21.cc: New.
5719         * testsuite/demangle/abi_examples/22.cc: New.
5720         * testsuite/demangle/abi_examples/23.cc: New.
5721         * testsuite/demangle/abi_examples/24.cc: New.
5722         * testsuite/demangle/abi_examples/25.cc: New.
5723         * testsuite/demangle/abi_examples/26.cc: New.
5724         * testsuite/demangle/abi_text/01.cc: New.
5725         * testsuite/demangle/abi_text/02.cc: New.
5726         * testsuite/demangle/abi_text/03.cc: New.
5727         * testsuite/demangle/abi_text/04.cc: New.
5728         * testsuite/demangle/abi_text/05.cc: New.
5729         * testsuite/demangle/abi_text/06.cc: New.
5730         * testsuite/demangle/abi_text/07.cc: New.
5731         * testsuite/demangle/abi_text/08.cc: New.
5732         * testsuite/demangle/abi_text/09.cc: New.
5733         * testsuite/demangle/abi_text/10.cc: New.
5734         * testsuite/demangle/abi_text/11.cc: New.
5735         * testsuite/demangle/abi_text/12.cc: New.
5736         * testsuite/demangle/abi_text/13.cc: New.
5737         * testsuite/demangle/abi_text/14.cc: New.
5738         * testsuite/demangle/regression/3111-1.cc: New.
5739         * testsuite/demangle/regression/3111-2.cc: New.
5740         * testsuite/demangle/regression/7986-01.cc: New.
5741         * testsuite/demangle/regression/7986-02.cc: New.
5742         * testsuite/demangle/regression/7986-03.cc: New.
5743         * testsuite/demangle/regression/7986-04.cc: New.
5744         * testsuite/demangle/regression/7986-05.cc: New.
5745         * testsuite/demangle/regression/7986-06.cc: New.
5746         * testsuite/demangle/regression/7986-07.cc: New.
5747         * testsuite/demangle/regression/7986-08.cc: New.
5748         * testsuite/demangle/regression/7986-09.cc: New.
5749         * testsuite/demangle/regression/7986-10.cc: New.
5750         * testsuite/demangle/regression/7986-11.cc: New.
5751         * testsuite/demangle/regression/7986-12.cc: New.
5752         * testsuite/demangle/regression/7986.cc: New.
5753         * testsuite/demangle/regression/8897.cc: New.
5754         * testsuite/demangle/regression/cw-01.cc: New.
5755         * testsuite/demangle/regression/cw-02.cc: New.
5756         * testsuite/demangle/regression/cw-03.cc: New.
5757         * testsuite/demangle/regression/cw-04.cc: New.
5758         * testsuite/demangle/regression/cw-05.cc: New.
5759         * testsuite/demangle/regression/cw-06.cc: New.
5760         * testsuite/demangle/regression/cw-07.cc: New.
5761         * testsuite/demangle/regression/cw-08.cc: New.
5762         * testsuite/demangle/regression/cw-09.cc: New.
5763         * testsuite/demangle/regression/cw-10.cc: New.
5764         * testsuite/demangle/regression/cw-11.cc: New.
5765         * testsuite/demangle/regression/cw-12.cc: New.
5766         * testsuite/demangle/regression/cw-13.cc: New.
5767         * testsuite/demangle/regression/cw-14.cc: New.
5768         * testsuite/demangle/regression/old.cc: New.
5769
5770 2003-02-25  Phil Edwards  <pme@gcc.gnu.org>
5771
5772         * docs/doxygen/Intro.3:  Update with new (proper) names.
5773         * docs/doxygen/TODO:  Update.
5774         * docs/doxygen/run_doxygen:  More comments, fix up man pages.
5775         Fake entries for standard typedefs.
5776         * docs/doxygen/user.cfg.in:  Turn INLINE_INHERITED_MEMB back on.
5777         * docs/html/documentation.html:  Top-level man page is now called
5778         C++Intro.
5779         * include/std/std_limits.h:  Doxygenate.
5780
5781 2003-02-25  Scott Snyder  <snyder@fnal.gov>
5782
5783         PR libstdc++/9811
5784         * include/bits/stl_map.h (lower_bound, upper_bound, equal_range):
5785         Correct documentation.
5786         * include/bits/stl_multimap.h (lower_bound, upper_bound,
5787         equal_range): Likewise.
5788
5789 2003-02-24  Paolo Carlini  <pcarlini@unitus.it>
5790
5791         PR libstdc++/9825
5792         * src/fstream.cc
5793         (basic_filebuf<char/wchar_t>::_M_underflow_common): When
5794         __bump is true (uflow), always increment the read pointer
5795         (_M_in_cur) before returning successfully.
5796         * testsuite/27_io/filebuf_virtuals.cc (test12): Add.
5797
5798 2003-02-24  Paolo Carlini <pcarlini@unitus.it>
5799             Nathan Myers <ncm@cantrip.org>
5800
5801         PR libstdc++/9404, PR libstdc++/9701 (partial)
5802         (aka pptr == epptr implies overflow)
5803         * include/bits/fstream.tcc (_M_allocate_internal_buffer):
5804         Consistently, _M_out_end points to the end of the buffer just
5805         created.
5806         (overflow): Tweak to use _M_out_buf_size().
5807         (_M_convert_to_external): The role of the old _M_out_end is
5808         now played by _M_out_lim.
5809         (_M_really_overflow): Likewise.
5810         (seekoff): Likewise.
5811         (setbuf): _M_out_end points to the end of the external buffer.
5812         * include/bits/sstream.tcc (overflow): Rewrote, taking into
5813         account the resolution of DR 169 (TC).
5814         (seekoff): Use _M_string.capacity(); ios_base::end is now _M_out_lim.
5815         (seekpos): Use _M_string.capacity(); tweak.
5816         * include/bits/streambuf.tcc (sputc, xsputn): Remove comments.
5817         * include/std/std_fstream.h (sync): The role of the old
5818         _M_out_end is now played by _M_out_lim.
5819         (_M_set_indeterminate): Use _M_set_determinate.
5820         (_M_set_determinate): _M_out_end is now _M_out_lim.
5821         (_M_is_indeterminate): Likewise.
5822         * include/std/std_sstream.h (str()): _M_out_end is now _M_out_lim.
5823         (_M_stringbuf_init): Don't set _M_buf_size, unused for sstreams,
5824         which have the information readily available as _M_string.capacity();
5825         for ate and app modes, pass the string size to _M_really_sync.
5826         (_M_really_sync): Consistently set _M_out_end and _M_out_lim, to
5827         point to the end of the buffer (i.e., epptr) and to the string end,
5828         respectively.
5829         * include/std/std_streambuf.h: tweak comments, add _M_out_lim,
5830         which points to the right limit of the used put area.
5831         (_M_out_cur_move): The role of the old _M_out_end is now played
5832         by _M_out_lim.
5833         (_M_out_buf_size): Simplify: now (when _M_out_cur) return simply
5834         _M_out_end  - _M_out_cur (i.e., pptr), _very_ close to the letter
5835         of the standard.
5836         (basic_streambuf()): Initialize _M_out_lim too.
5837         * testsuite/27_io/filebuf_virtuals.cc (test10): Trivial tweak.
5838         * testsuite/27_io/filebuf_virtuals.cc (test11): Add.
5839         * testsuite/27_io/stringbuf_virtuals.cc (test09): Add.
5840
5841 2003-02-24  Benjamin Kosnik  <bkoz@redhat.com>
5842
5843         * testsuite/27_io/ios_base_storage.cc (main): Call
5844         set_memory_limits.
5845
5846 2003-02-21  Jerry Quinn  <jlquinn@optonline.net>
5847
5848         * include/bits/locale_facets.tcc (_M_convert_float): Replace
5849         numpunct facet accesses with data from __locale_cache.
5850
5851 2003-02-20  Phil Edwards  <pme@gcc.gnu.org>
5852
5853         * docs/html/faq/index.html (3.9):  New note, wchar_t on FreeBSD.
5854         * docs/html/faq/index.txt:  Regenerate.
5855
5856 2003-02-20  Phil Edwards  <pme@gcc.gnu.org>
5857
5858         * config/linker-map.gnu:  Also export locking symbols needed for the
5859         generic atomicity.h case.
5860
5861 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
5862
5863         * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
5864         config.status.
5865         * configure: Rebuilt.
5866
5867 2003-02-19  Paolo Carlini  <pcarlini@unitus.it>
5868
5869         * include/bits/sstream.tcc (overflow): According to
5870         27.7.1.3, p5, actual output is performed by sputc(c).
5871
5872 2003-02-19  Phil Edwards  <pme@gcc.gnu.org>
5873
5874         PR libstdc++/9582
5875         * include/bits/stl_alloc.h:  Remove all traces of assert().
5876
5877 2003-02-18  Paolo Carlini  <pcarlini@unitus.it>
5878
5879         * include/std/std_sstream.h (str()): the size of the
5880         current string may be different from the initial one
5881         whenever _M_out_end > _M_out_beg.
5882         * testsuite/27_io/stringbuf_members.cc (test07): Add.
5883
5884 2003-02-18  Paolo Carlini  <pcarlini@unitus.it>
5885
5886         PR libstdc++/9582
5887         * include/bits/stl_alloc.h (__pool_alloc::allocate): Remove assert.
5888
5889 2003-02-17  Benjamin Kosnik  <bkoz@redhat.com>
5890
5891         * include/bits/basic_ios.tcc (copyfmt): Copy locale data as well.
5892         * testsuite/27_io/ios_members.cc (test03): New.
5893
5894 2003-02-17  Jerry Quinn  <jlquinn@optonline.net>
5895
5896         * include/bits/basic_ios.h (basic_ios::_M_cache_locale): Declare.
5897         (basic_ios::_M_cache_facets): Move into above.
5898         * include/bits/basic_ios.tcc (basic_ios::copyfmt): Rebuild locale
5899         cache.
5900         (basic_ios::imbue): Force locale cache to be built.
5901         (basic_ios::_M_init): Create and initialize locale cache.
5902         * include/bits/ios_base.h (__locale_cache_base): Declare.
5903         (ios_base::_M_locale_cache): New.
5904         (ios_base::_M_cache): Define.
5905         * include/bits/locale_facets.h: (__num_base): Fix comment.  Add
5906         _S_end.
5907         (__locale_cache_base,__locale_cache<_CharT>):  New classes.
5908         (__locale_cache<char>, __locale_cache<wchar_t>): New specializations.
5909         * include/bits/locale_facets.tcc (num_put::_M_convert_int): Use locale
5910         cache literal string, grouping flag, thousands separator.
5911         (__locale_cache<_CharT>::__locale_cache): New.
5912         (__locale_cache<_CharT>::_M_init): New.
5913         * src/ios.cc: Clear _M_locale_cache in constructor.
5914         * src/locale-inst.cc (__locale_cache<char>, __locale_cache<_char_t>):
5915         New.
5916
5917 2003-02-17  Paolo Carlini  <pcarlini@unitus.it>
5918
5919         * src/locale-inst.cc: Do not include <cassert>.
5920         * src/locale.cc: Likewise.
5921
5922 2003-02-17  Paolo Carlini  <pcarlini@unitus.it>
5923
5924         PR libstdc++/9580
5925         * include/std/std_fstream.h: Declare underflow and uflow
5926         specializations, change generic definitions to do nothing.
5927         * src/fstream.cc: Add underflow and uflow specializations.
5928
5929 2003-02-17  Paolo Carlini  <pcarlini@unitus.it>
5930
5931         PR libstdc++/9169
5932         * include/bits/fstream.tcc (_M_convert_to_external):
5933         Deal correctly with noconv, as prescribed by 27.8.1.4,p8.
5934         * testsuite/27_io/filebuf_virtuals.cc (test10): Add.
5935
5936 2003-02-13  Benjamin Kosnik  <bkoz@redhat.com>
5937
5938         * include/bits/c++config (_GLIBCPP_EXTERN_TEMPLATE): Define.
5939         * include/bits/basic_ios.tcc: Guard use of extern template.
5940         * include/std/std_iomanip.h: Same.
5941         * include/bits/streambuf.tcc: Same.
5942         * include/bits/stl_alloc.h: Same.
5943         * include/bits/locale_facets.tcc: Same.
5944         * include/bits/ostream.tcc: Same.
5945         * include/bits/istream.tcc: Same.
5946         * include/bits/fstream.tcc: Same.
5947         * include/bits/basic_string.tcc: Same.
5948
5949 2003-02-13  Paolo Carlini  <pcarlini@unitus.it>
5950
5951         * include/bits/ostream.tcc (sentry::sentry): Improve
5952         performance-wise the fix for libstdc++/9563.
5953
5954 2003-02-12  Phil Edwards  <pme@gcc.gnu.org>
5955
5956         * config/cpu/generic/atomicity.h (_Atomic_add_mutex):  Fix declaration.
5957         (_GLIBCPP_NEED_GENERIC_MUTEX):  Define for this file.
5958         (_Atomic_add_mutex_once, __gthread_atomic_add_mutex_once):  Declare
5959         when we don't have static mutex initialization.
5960         (__exchange_and_add):  Use _Atomic_add_mutex_once.
5961         * src/misc-inst.cc:  Definitions of all the above.
5962
5963 2003-02-12  Paolo Carlini  <pcarlini@unitus.it>
5964
5965         PR libstdc++/9563
5966         * include/bits/ostream.tcc (sentry::sentry): Check
5967         the state of the stream after the preparation.
5968         * testsuite/27_io/ostream_sentry.cc (test02): Add.
5969
5970 2003-02-11  Benjamin Kosnik  <bkoz@redhat.com>
5971
5972         * include/Makefile.am (stamp-std-precompile): Add rule.
5973         * include/Makefile.in: Regenerated.
5974
5975 2003-02-11 Jerry Quinn  <jlquinn@optonline.net>
5976            Benjamin Kosnik  <benjamin@redhat.com>
5977
5978         * include/bits/locale_facets.h (__num_base): Add _S_atoms_out.
5979         Add indexes into this array.
5980         (__num_base::_S_atoms): To _S_atoms_in.
5981         (num_put::_M_insert): Rename to _M_pad.
5982         (num_put::_M_convert_int): Adjust remove __mod, __modl arguments.
5983         (num_put::_M_widen_int): Rename to _M_group_int.
5984         (num_put::_M_widen_float): Rename to _M_group_float.
5985         * include/bits/locale_facets.tcc (__int_to_char): New inline
5986         function and adapter functions.
5987         (num_put::_M_group_int): Streamline.
5988         (num_put::_M_group_float): Streamline.
5989         (num_put::_M_convert_int): Remove unused parameter names. Choose
5990         large enough buffer for text.  Use __int_to_char instead of
5991         __convert_from_v.  Formatted text is now at the end of the buffer.
5992         (num_put::_M_convert_float): Preliminary fixups.
5993         * src/locale-inst.cc (__convert_from_v<long long>): Add ifdef.
5994         (__int_to_char<unsigned long long>): Same.
5995         (__int_to_char<char, unsigned long>): New.
5996         (__int_to_char<char, unsigned long long>): New.
5997         (__int_to_char<wchar_t, unsigned long>): New.
5998         (__int_to_char<wchar_t, unsigned long long>): New.
5999
6000 2003-02-11  Scott Snyder  <snyder@fnal.gov>
6001
6002         PR libstdc++/9659
6003         * include/bits/fstream.tcc (seekoff): Avoid operator+
6004         for pos_type.
6005
6006 2003-02-11  Paolo Carlini  <pcarlini@unitus.it>
6007
6008         PR libstdc++/9320
6009         * include/ext/stdio_filebuf.h
6010         (stdio_filebuf(int, std::ios_base::openmode, bool, int_type),
6011         stdio_filebuf(std::__c_file*, std::ios_base::openmode, int_type)):
6012         Change to take a __size parameter of type size_t, not
6013         of type (template parameter dependent) int_type.
6014         * src/ios.cc (ios_base::Init::_S_ios_create): Change type of
6015         size vars to size_t.
6016         * testsuite/ext/stdio_filebuf.cc: Add.
6017
6018 2003-02-11  Paolo Carlini  <pcarlini@unitus.it>
6019             Petur Runolfsson  <peturr02@ru.is>
6020
6021         PR libstdc++/9318
6022         * include/bits/streambuf.tcc (__copy_streambufs):
6023         Don't conditionalize the copy to __testput.
6024         * testsuite/27_io/streambuf_members.cc (test09, test10): Add.
6025
6026 2002-02-11  DJ Delorie  <dj@redhat.com>
6027
6028         * acinclude.m4: Check for native targets that can't link at
6029         this point in the build.
6030         * aclocal.m4: Regenerate.
6031         * configure: Regenerate.
6032
6033 2003-02-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6034
6035         * hppa/atomicity.h (__Atomicity_lock<__inst>::_S_atomicity_lock):
6036         Correct alignment.
6037         (__exchange_and_add, __atomic_add): Use PA 2.0 ordered store to reset
6038         lock.
6039
6040 2003-02-07  Paolo Carlini  <pcarlini@unitus.it>
6041
6042         * testsuite/27_io/filebuf_virtuals.cc (test08): Fix for
6043         unsigned char platforms.
6044
6045 2003-02-06  Paolo Carlini  <pcarlini@unitus.it>
6046
6047         PR libstdc++/9562
6048         * include/std/std_istream.h
6049         (basic_istream::sentry::operator bool()): Make const.
6050         * include/std/std_ostream.h
6051         (basic_ostream::sentry::operator bool()): Likewise.
6052         * testsuite/27_io/istream_sentry.cc (test03): Add.
6053         * testsuite/27_io/ostream_sentry.cc: Add.
6054
6055 2003-02-06  Paolo Carlini  <pcarlini@unitus.it>
6056
6057         PR libstdc++/9548
6058         Implement resolution of DR 231 (Ready)
6059         * include/bits/locale_facets.h (__num_base::_S_format_float):
6060         Change declaration: return void, remove __prec parameter.
6061         * src/locale.cc (__num_base::_S_format_float): Implement
6062         resolution of DR 231.
6063         * include/bits/locale_facets.tcc (num_put::_M_convert_float):
6064         Tweak uses. Check for negative precision.
6065         * testsuite/22_locale/num_put/put/char/6.cc: Add
6066         * testsuite/22_locale/num_put/put/wchar_t/6.cc: Likewise.
6067
6068 2003-02-06  Peter Soetens  <peter.soetens@mech.kuleuven.ac.be>
6069
6070         * config/io/basic_file_libio.h: Fixups.
6071         * config/io/c_io_libio.h: Same.
6072         * libio/Makefile.am: Same.
6073         * libio/Makefile.in: Regenerated.
6074
6075 2003-02-06  Benjamin Kosnik  <bkoz@redhat.com>
6076
6077         * testsuite/22_locale/codecvt/encoding/wchar_t/1.cc (test01):
6078         Explicitly use the "C" locale.
6079         * testsuite/22_locale/codecvt/max_length/wchar_t/1.cc (test01): Same.
6080
6081 2003-02-06  Petur Runolfsson  <peturr02@ru.is>
6082
6083         DR 75
6084         DR 305
6085         PR libstdc++/9028 (partial)
6086         PR libstdc++/9224
6087         PR libstdc++/9246
6088         PR libstdc++/9247
6089
6090         * src/codecvt.cc
6091         (codecvt<wchar_t, char, mbstate_t>::do_encoding,
6092         codecvt<wchar_t, char, mbstate_t>::do_length,
6093         codecvt<wchar_t, char, mbstate_t>::do_max_length):
6094         Move...
6095         * config/locale/generic/codecvt_members.cc:  ...here.
6096         * config/locale/gnu/codecvt_members.cc:  ...and here.
6097
6098         * config/locale/generic/codecvt_members.cc,
6099         * config/locale/gnu/codecvt_members.cc
6100         (codecvt<wchar_t, char, mbstate_t>::do_encoding
6101         codecvt<wchar_t, char, mbstate_t>::do_in,
6102         codecvt<wchar_t, char, mbstate_t>::do_length,
6103         codecvt<wchar_t, char, mbstate_t>::do_max_length,
6104         codecvt<wchar_t, char, mbstate_t>::do_out):
6105         New implementation that handles stateless encodings,
6106         including UTF-8.
6107
6108         * config/locale/generic/codecvt_members.cc,
6109         * config/locale/gnu/codecvt_members.cc,
6110         * config/locale/ieee_1003.1-2001/codecvt_specializations.h,
6111         * include/bits/codecvt.h,
6112         * src/codecvt.cc
6113         (codecvt::length, codecvt::do_length):
6114         Change type of first argument of length and do_length from
6115         'const state_type&' to 'state_type&' according to DR 75.
6116
6117         * testsuite/22_locale/codecvt/always_noconv/wchar_t/1.cc:  Cleanup.
6118         * testsuite/22_locale/codecvt/always_noconv/wchar_t/2.cc:  New test.
6119         * testsuite/22_locale/codecvt/always_noconv/wchar_t/3.cc:  New test.
6120         * testsuite/22_locale/codecvt/always_noconv/wchar_t/4.cc:  New test.
6121         * testsuite/22_locale/codecvt/encoding/wchar_t/1.cc:
6122         Cleanup and check for correct return value from encoding
6123         for "C" locale.
6124         * testsuite/22_locale/codecvt/encoding/wchar_t/2.cc:  New test.
6125         * testsuite/22_locale/codecvt/encoding/wchar_t/3.cc:  New test.
6126         * testsuite/22_locale/codecvt/encoding/wchar_t/4.cc:  New test.
6127         * testsuite/22_locale/codecvt/in/wchar_t/1.cc:  Cleanup.
6128         * testsuite/22_locale/codecvt/in/wchar_t/2.cc:  New test.
6129         * testsuite/22_locale/codecvt/in/wchar_t/3.cc:  New test.
6130         * testsuite/22_locale/codecvt/in/wchar_t/4.cc:  New test.
6131         * testsuite/22_locale/codecvt/in/wchar_t/5.cc:  New test.
6132         * testsuite/22_locale/codecvt/in/wchar_t/6.cc:  New test.
6133         * testsuite/22_locale/codecvt/in/wchar_t/7.cc:  New test.
6134         * testsuite/22_locale/codecvt/in/wchar_t/8.cc:  New test.
6135         * testsuite/22_locale/codecvt/in/wchar_t/9.cc:  New test.
6136         * testsuite/22_locale/codecvt/length/char/1.cc:  Cleanup.
6137         * testsuite/22_locale/codecvt/length/char/2.cc:  New test.
6138         * testsuite/22_locale/codecvt/length/wchar_t/1.cc:  Cleanup.
6139         * testsuite/22_locale/codecvt/length/wchar_t/2.cc:  New test.
6140         * testsuite/22_locale/codecvt/length/wchar_t/3.cc:  New test.
6141         * testsuite/22_locale/codecvt/length/wchar_t/4.cc:  New test.
6142         * testsuite/22_locale/codecvt/length/wchar_t/5.cc:  New test.
6143         * testsuite/22_locale/codecvt/length/wchar_t/6.cc:  New test.
6144         * testsuite/22_locale/codecvt/length/wchar_t/7.cc:  New test.
6145         * testsuite/22_locale/codecvt/max_length/wchar_t/1.cc:  Cleanup.
6146         * testsuite/22_locale/codecvt/max_length/wchar_t/2.cc:  New test.
6147         * testsuite/22_locale/codecvt/max_length/wchar_t/3.cc:  New test.
6148         * testsuite/22_locale/codecvt/max_length/wchar_t/4.cc:  New test.
6149         * testsuite/22_locale/codecvt/out/wchar_t/1.cc:  Cleanup.
6150         * testsuite/22_locale/codecvt/out/wchar_t/2.cc:  New test.
6151         * testsuite/22_locale/codecvt/out/wchar_t/3.cc:  New test.
6152         * testsuite/22_locale/codecvt/out/wchar_t/4.cc:  New test.
6153         * testsuite/22_locale/codecvt/out/wchar_t/5.cc:  New test.
6154         * testsuite/22_locale/codecvt/out/wchar_t/6.cc:  New test.
6155         * testsuite/22_locale/codecvt/out/wchar_t/7.cc:  New test.
6156         * testsuite/22_locale/codecvt/unicode/1.cc:  New test.
6157         * testsuite/22_locale/codecvt/unshift/wchar_t/1.cc:  Cleanup.
6158         * testsuite/22_locale/codecvt/unshift/wchar_t/2.cc:  New test.
6159         * testsuite/22_locale/codecvt/unshift/wchar_t/3.cc:  New test.
6160         * testsuite/22_locale/codecvt/unshfit/wchar_t/4.cc:  New test.
6161
6162 2003-02-05  Benjamin Kosnik  <bkoz@redhat.com>
6163
6164         * include/bits/locale_facets.tcc (time_put::do_put): Use __write.
6165         (money_put::do_put): Same.
6166
6167 2003-02-05  Jerry Quinn  <jlquinn@optonline.net>
6168
6169         * include/bits/ios_base.h (ios_base): Document reserved storage.
6170
6171         * include/bits/locale_facets.h: (struct __pad): Comment on
6172         implementation.
6173         (__verify_grouping): Same.
6174         (__add_grouping): Same.
6175         * include/bits/locale_facets.tcc (__verify_grouping): Move
6176         comments to declaration.
6177         (__add_grouping): Same.
6178
6179         * include/bits/locale_facets.tcc:
6180         (__write<_CharT, _OutIter>): New function.
6181         (__write<_CharT>): New function specialization.
6182         (num_put::_M_insert): Remove explicit loop over iterator.  Use
6183         __write.
6184         (num_put::_M_widen_float): Remove __basefield.
6185         (num_put::_M_widen_int): Move __basefield to within grouping block.
6186
6187         * include/bits/streambuf_iterator.h: Include <streambuf>.
6188         (ostreambuf_iterator::_M_put): Add.
6189
6190 2003-02-05  Paolo Carlini  <pcarlini@unitus.it>
6191
6192         * testsuite/26_numerics/valarray_name_lookup.cc: Fix typo.
6193
6194 2003-02-04  Nathan Myers  <ncm@cantrip.org>
6195
6196         * testsuite/25_algorithms/min_max.cc (test02): Add.
6197
6198 2003-02-04  Paolo Carlini  <pcarlini@unitus.it>
6199
6200         PR libstdc++/9439, PR libstdc++/9425
6201         * config/io/basic_file_stdio.cc
6202         (__basic_file<char>::seekoff, seekpos): Return -1L if
6203         fseek fails.
6204         * include/bits/fstream.tcc (basic_filebuf::seekoff):
6205         Check _M_file.seekoff return value; always return
6206         pos_type(off_type(-1)) in case of failure.
6207         (basic_filebuf::pbackfail): Check this->seekoff return
6208         value and return traits_type::eof() in case of failure.
6209         * testsuite/27_io/filebuf_virtuals.cc (test09): Add.
6210
6211 2003-02-04  Jerry Quinn  <jlquinn@optonline.net>
6212
6213         * include/std/std_ostream.h (ostream::_M_write): Declare.
6214         * ostream.tcc (ostream::_M_write): Define.
6215         (basic_ostream::write): Use it.
6216         (operator<<(basic_ostream, _CharT)): Ditto.
6217         (operator<<(basic_ostream, char)): Ditto.
6218         (operator<<(basic_ostream, _CharT*)): Ditto.
6219         (operator<<(basic_ostream, char*)): Ditto.
6220         (operator<<(basic_ostream, basic_string)): Ditto.
6221
6222 2003-02-04  Benjamin Kosnik  <bkoz@redhat.com>
6223
6224         * testsuite/26_numerics/valarray_name_lookup.cc: Fix.
6225
6226 2002-02-04  Jonathan Wakely  <redi@gcc.gnu.org>
6227
6228         * docs/html/27_io/howto.html: Link to Dietmar Kuehl's IOStream page,
6229         add HTML comment about updating links if numbering changes.
6230
6231 2003-02-04  Paolo Carlini  <pcarlini@unitus.it>
6232
6233         PR libstdc++/9538
6234         * include/bits/streambuf.tcc (sputbackc): Access
6235         this->gptr()[-1] only if _M_in_beg < _M_in_cur.
6236         * testsuite/27_io/filebuf_virtuals.cc (test08): Add.
6237
6238 2003-02-04  Paolo Carlini  <pcarlini@unitus.it>
6239
6240         PR libstdc++/9507
6241         * include/bits/fstream.tcc (open): If the 'ate' repositioning
6242         operation fails, calls close _and_ returns a null pointer
6243         to indicate failure (27.8.1.3,4).
6244         * testsuite/27_io/filebuf_members.cc (test_06): Add.
6245
6246 2003-02-04  Petur Runolfsson  <peturr02@ru.is>
6247
6248         * testsuite/27_io/filebuf_members.cc (test_04): Remove exit(0).
6249
6250 2002-02-04  Jonathan Wakely  <redi@gcc.gnu.org>
6251
6252         * docs/html/27_io/howto.html: New section on stdio_filebuf.
6253         * docs/html/ext/howto.html: Move stdio_filebuf notes to 27_io.
6254         * docs/html/documentation.html: Regenerate.
6255
6256 2003-02-04  Joseph S. Myers  <jsm@polyomino.org.uk>
6257
6258         * docs/html/17_intro/porting.texi: Update to GFDL 1.2.
6259         * docs/html/17_intro/porting.html: Regenerate.
6260
6261 2003-02-03  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
6262             Phil Edwards  <pme@gcc.gnu.org>
6263
6264         * include/std/std_bitset.h:  Replace CHAR_BIT with __CHAR_BIT__, use
6265         numeric_limits for bits-per-word values.
6266         (_Base_bitset::_M_do_count, _Base_bitset<1>::_M_do_count):
6267         Use __builtin_popcountl instead.
6268         (_Base_bitset::_M_do_find_first, _Base_bitset::_M_do_find_next,
6269         _Base_bitset<1>::_M_do_find_first, _Base_bitset<1>::_M_do_find_next):
6270         Use __builtin_ctzl instead.
6271         (_S_bit_count, _S_first_one):  Remove.
6272         * config/linker-map.gnu (GLIBCPP_3.4):  Remove std::_S_bit_count.
6273         * src/Makefile.am (sources):  Remove bitset.cc.
6274         * src/bitset.cc:  Delete file.
6275         * src/Makefile.in:  Regenerate.
6276
6277 2003-02-03  Phil Edwards  <pme@gcc.gnu.org>
6278
6279         PR libstdc++/9527, PR libstdc++/8713
6280         * docs/html/install.html:  Mention glibc version requirement.
6281         * docs/html/faq/index.html (3.8):  New note, glibc 2.2.5+ is needed
6282         with 3.2.1+ (formatting bugfixes).
6283         * docs/html/faq/index.txt:  Regenerate.
6284
6285 2003-02-03  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6286
6287         PR libstdc++/9234
6288         * include/bits/valarray_before.h (_UnBase::operator[]): Apply unary
6289         operator.
6290
6291         * include/bits/valarray_before.h (__not_equal_to): Use != instead
6292         of ==.
6293
6294         * testsuite/26_numerics/valarray_operators.cc: New test.
6295
6296 2003-02-01  Phil Edwards  <pme@gcc.gnu.org>
6297
6298         * docs/html/faq/index.html:  Correct link to libg++ information.
6299         * docs/html/faq/index.txt:  Regenerated.
6300
6301 2003-02-01  Paolo Carlini  <pcarlini@unitus.it>
6302             Benjamin Kosnik  <bkoz@redhat.com>
6303
6304         Const correctness issue:
6305         http://gcc.gnu.org/ml/libstdc++/2003-01/msg00370.html
6306         * include/bits/locale_classes.h
6307         (locale::_Impl::_M_facets): Change type to const facet**.
6308         (locale::_Impl::_M_install_facet): Change declaration to
6309         take const facet*.
6310         (locale::facet::_M_references): Make mutable.
6311         (locale::facet::_M_add_reference): Declare const.
6312         (locale::facet::_M_remove_reference): Likewise.
6313         * include/bits/locale_facets.tcc
6314         (use_facet(const locale&)): Tweak for const facet** _M_facets.
6315         (has_facet(const locale&)): Likewise.
6316         * src/locale.cc
6317         (locale::facet::_M_add_reference): Adjust definition.
6318         (locale::facet::_M_remove_reference): Likewise.
6319         * src/localename.cc
6320         (locale::_Impl::_Impl(const _Impl&, size_t)): Tweak for
6321         const facet** _M_facets.
6322         (locale::_Impl::_Impl(const char*, size_t)): Likewise.
6323         (locale::_Impl::_Impl(facet**, size_t, bool)): Likewise.
6324         (locale::_Impl::_M_install_facet): Adjust definition to take
6325         const facet* and for const facet** _M_facets.
6326         * testsuite/22_locale/locale/cons/8.cc: Add.
6327
6328 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
6329
6330         * include/std/std_limits.h (numeric_limits<float>::has_infinity):
6331         Use __FLT_HAS_INIFINITY__ to initialize.
6332         (numeric_limits<float>::has_quiet_NaN): Likewise.
6333         (numeric_limits<double>::has_infinity): Use __DBL_HAS_INIFINITY__
6334         to initialize.
6335         (numeric_limits<double>::has_quiet_NaN): Likewise.
6336         (numeric_limits<long double>::has_infinity): Use
6337         __LDBL_HAS_INIFINITY__ to initialize.
6338         (numeric_limits<long_double>::has_quiet_NaN): Likewise.
6339
6340 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
6341
6342         PR c++/9433
6343         * libsupc++/tinfo.cc (__vmi_class_type_info::__do_dyncast): Cope
6344         with bases which are very ambiguous.
6345
6346 2003-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
6347
6348         * src/Makefile.am (CONFIG_CXXFLAGS): Reverse order of
6349         @EXTRA_CXX_FLAGS@ @SECTION_FLAGS@.
6350         * libsupc++/Makefile.am (CONFIG_CXXFLAGS): Likewise.
6351         * src/Makefile.in: Regenerate.
6352         * libsupc++/Makefile.in: Regenerate.
6353
6354 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
6355
6356         * acinclude.m4 (glibcpp_toolexeclibdir): Instead of
6357         $(MULTISUBDIR), use `$CC -print-multi-os-directory`, unless
6358         version_specific_libs is enabled.
6359         * aclocal.m4, configure: Rebuilt.
6360
6361 2003-01-24  Nathan Sidwell  <nathan@codesourcery.com>
6362
6363         * include/bits/valarray_meta.h: Remove, split into ...
6364         * include/bits/valarray_before.h: ... this, and ...
6365         * include/bits/valarray_after.h: ... this.
6366         * include/std/std_valarray.h: Adjust.
6367         * include/Makefile.am (bits_headers): Adjust.
6368         * include/Makefile.in: Regenerate.
6369
6370 2003-01-24  Andreas Schwab  <schwab@suse.de>
6371
6372         * config/linker-map.gnu: Fix for size_t variance.
6373
6374 2003-01-23  Petur Runolfsson  <peturr02@ru.is>
6375
6376         PR libstdc++/9322
6377         * include/std/std_streambuf.h
6378         (basic_streambuf::basic_streambuf,
6379         basic_streambuf::~basic_streambuf,
6380         basic_streambuf::getloc, basic_streambuf::imbue):
6381         Remove _M_buf_locale_init
6382         * include/bits/fstream.tcc (basic_filebuf::imbue):  Likewise
6383         * testsuite/27_io/filebuf_virtuals.cc (test08):  Add.
6384         * testsuite/27_io/streambuf_members.cc (test08):  Add.
6385         * testsuite/27_io/stringbuf_virtuals.cc (test08):  Add.
6386
6387 2003-01-23  Benjamin Kosnik  <bkoz@redhat.com>
6388
6389         Revert include ordering.
6390         * config/locale/generic/c_locale.h: Add include guards.
6391         * config/locale/gnu/c_locale.h: Same.
6392         * include/bits/locale_classes.h: Remove cctype include.
6393         * include/std/std_iosfwd.h: Add c++locale.h, cctype includes.
6394         * include/std/std_fstream.h: Remove streambuf include.
6395         * include/std/std_sstream.h: Remove streambuf include.
6396
6397 2003-01-23  Benjamin Kosnik  <bkoz@redhat.com>
6398
6399         * configure.in (libtool_VERSION): To 6:0:0.
6400         * configure: Regenerated.
6401         * config/linker-map.gnu: Clean.
6402
6403         * src/misc-inst.cc: Remove instantiations.
6404
6405         * include/bits/stl_alloc.h (__malloc_alloc_template):
6406         To __malloc_alloc.
6407         (__default_alloc_template): To __pool_alloc.
6408         * src/stl-inst.cc: Same.
6409         * include/backward/alloc.h: Update.
6410         * testsuite/ext/allocators.cc: Update.
6411
6412         * src/globals.cc (__gnu_cxx): Remove _GLIBCPP_ASM_SYMVER. Should
6413         really try to remove these if possible.
6414         * src/locale.cc (std): Same.
6415
6416         * testsuite/abi_check.cc (check_version): Add.
6417
6418 2003-01-22  Benjamin Kosnik  <bkoz@redhat.com>
6419             Sysoltsev Slawa  <Vyatcheslav.Sysoltsev@intel.com>
6420             Mark Mitchell  <mark@codesourcery.com>
6421
6422         PR libstdc++/9269
6423         * include/std/std_fstream.h (basic_filebuf::uflow): Declare.
6424         (basic_filebuf::underflow): Declare.
6425         Move definitions.
6426
6427 2003-01-22  Benjamin Kosnik  <bkoz@redhat.com>
6428
6429         * include/bits/locale_facets.h: Move non-facet classes requiring
6430         <string> to...
6431         * include/bits/locale_classes.h: New.
6432         * include/bits/Makefile.am (bits_headers_src): Add locale_classes.h.
6433         * include/bits/Makefile.in: Regenerate.
6434
6435         * include/bits/locale_facets.tcc (__convert_from_v): Move to...
6436         * config/locale/gnu/c_locale.h: ...here.
6437         * config/locale/generic/c_locale.h: Same.
6438
6439         * include/bits/locale_facets.tcc: Move declarations to...
6440         * include/bits/locale_facets.h: ...here.
6441         * include/bits/basic_ios.h: Tweak includes accordingly.
6442         * include/std/std_sstream.h: Add streambuf include.
6443         * include/std/std_fstream.h: Ditto.
6444         * include/std/std_locale.h: Add locale_classes.h include.
6445         * include/std/std_iosfwd.h: Tweak.
6446         * src/concept-inst.cc: Add iterator include.
6447
6448         * config/linker-map.gnu: Specify __cxa functions, mark __cxa_dyn_*
6449         bits as unexported in the future.
6450
6451 2003-01-21  Benjamin Kosnik  <bkoz@redhat.com>
6452
6453         Reshuffle 22_locale testsuite.
6454         * 22_locale/(codecvt.cc money_get.cc
6455         codecvt_members_char_char.cc money_get_members_char.cc
6456         codecvt_members_unicode_char.cc money_get_members_wchar_t.cc
6457         codecvt_members_unicode_wchar_t.cc moneypunct_byname.cc
6458         codecvt_members_wchar_t_char.cc moneypunct.cc collate_byname.cc
6459         moneypunct_members_char.cc collate.cc moneypunct_members_wchar_t.cc
6460         collate_members_char.cc money_put.cc collate_members_wchar_t.cc
6461         money_put_members_char.cc ctor_copy_dtor.cc
6462         money_put_members_wchar_t.cc ctype.cc num_get.cc ctype_is_char.cc
6463         num_get_members_char.cc ctype_is_wchar_t.cc num_get_members_wchar_t.cc
6464         ctype_members_char.cc numpunct_byname.cc ctype_members_wchar_t.cc
6465         numpunct.cc ctype_narrow_char.cc numpunct_members_char.cc
6466         ctype_narrow_wchar_t.cc numpunct_members_wchar_t.cc ctype_scan_char.cc
6467         num_put.cc ctype_scan_wchar_t.cc num_put_members_char.cc
6468         ctype_to_char.cc num_put_members_wchar_t.cc ctype_to_wchar_t.cc
6469         operators.cc ctype_widen_char.cc static_members.cc
6470         ctype_widen_wchar_t.cc time_get.cc facet.cc time_get_members_char.cc
6471         global_templates.cc time_get_members_wchar_t.cc, members.cc,
6472         time_put.cc, messages_byname.cc, time_put_members_char.cc,
6473         messages.cc, time_put_members_wchar_t.cc, messages_members_char.cc):
6474         Split up into individual test cases...
6475         * 22_locale/codecvt/1.cc: New.
6476         * 22_locale/codecvt/2.cc: New.
6477         * 22_locale/codecvt/always_noconv/char/1.cc: New.
6478         * 22_locale/codecvt/always_noconv/char/wrapped_env.cc: New.
6479         * 22_locale/codecvt/always_noconv/char/wrapped_locale.cc: New.
6480         * 22_locale/codecvt/always_noconv/wchar_t/1.cc: New.
6481         * 22_locale/codecvt/always_noconv/wchar_t/wrapped_env.cc: New.
6482         * 22_locale/codecvt/always_noconv/wchar_t/wrapped_locale.cc: New.
6483         * 22_locale/codecvt/encoding/char/1.cc: New.
6484         * 22_locale/codecvt/encoding/char/wrapped_env.cc: New.
6485         * 22_locale/codecvt/encoding/char/wrapped_locale.cc: New.
6486         * 22_locale/codecvt/encoding/wchar_t/1.cc: New.
6487         * 22_locale/codecvt/encoding/wchar_t/wrapped_env.cc: New.
6488         * 22_locale/codecvt/encoding/wchar_t/wrapped_locale.cc: New.
6489         * 22_locale/codecvt/in/char/1.cc: New.
6490         * 22_locale/codecvt/in/char/wrapped_env.cc: New.
6491         * 22_locale/codecvt/in/char/wrapped_locale.cc: New.
6492         * 22_locale/codecvt/in/wchar_t/1.cc: New.
6493         * 22_locale/codecvt/in/wchar_t/wrapped_env.cc: New.
6494         * 22_locale/codecvt/in/wchar_t/wrapped_locale.cc: New.
6495         * 22_locale/codecvt/length/char/1.cc: New.
6496         * 22_locale/codecvt/length/char/wrapped_env.cc: New.
6497         * 22_locale/codecvt/length/char/wrapped_locale.cc: New.
6498         * 22_locale/codecvt/length/wchar_t/1.cc: New.
6499         * 22_locale/codecvt/length/wchar_t/wrapped_env.cc: New.
6500         * 22_locale/codecvt/length/wchar_t/wrapped_locale.cc: New.
6501         * 22_locale/codecvt/max_length/char/1.cc: New.
6502         * 22_locale/codecvt/max_length/char/wrapped_env.cc: New.
6503         * 22_locale/codecvt/max_length/char/wrapped_locale.cc: New.
6504         * 22_locale/codecvt/max_length/wchar_t/1.cc: New.
6505         * 22_locale/codecvt/max_length/wchar_t/wrapped_env.cc: New.
6506         * 22_locale/codecvt/max_length/wchar_t/wrapped_locale.cc: New.
6507         * 22_locale/codecvt/out/char/1.cc: New.
6508         * 22_locale/codecvt/out/char/wrapped_env.cc: New.
6509         * 22_locale/codecvt/out/char/wrapped_locale.cc: New.
6510         * 22_locale/codecvt/out/wchar_t/1.cc: New.
6511         * 22_locale/codecvt/out/wchar_t/wrapped_env.cc: New.
6512         * 22_locale/codecvt/out/wchar_t/wrapped_locale.cc: New.
6513         * 22_locale/codecvt/unicode/char.cc: New.
6514         * 22_locale/codecvt/unicode/wchar_t.cc: New.
6515         * 22_locale/codecvt/unshift/char/1.cc: New.
6516         * 22_locale/codecvt/unshift/char/wrapped_env.cc: New.
6517         * 22_locale/codecvt/unshift/char/wrapped_locale.cc: New.
6518         * 22_locale/codecvt/unshift/wchar_t/1.cc: New.
6519         * 22_locale/codecvt/unshift/wchar_t/wrapped_env.cc: New.
6520         * 22_locale/codecvt/unshift/wchar_t/wrapped_locale.cc: New.
6521         * 22_locale/collate/1.cc: New.
6522         * 22_locale/collate/2.cc: New.
6523         * 22_locale/collate/compare/char/1.cc: New.
6524         * 22_locale/collate/compare/char/2.cc: New.
6525         * 22_locale/collate/compare/char/wrapped_env.cc: New.
6526         * 22_locale/collate/compare/char/wrapped_locale.cc: New.
6527         * 22_locale/collate/compare/wchar_t/1.cc: New.
6528         * 22_locale/collate/compare/wchar_t/2.cc: New.
6529         * 22_locale/collate/compare/wchar_t/wrapped_env.cc: New.
6530         * 22_locale/collate/compare/wchar_t/wrapped_locale.cc: New.
6531         * 22_locale/collate/hash/char/1.cc: New.
6532         * 22_locale/collate/hash/char/2.cc: New.
6533         * 22_locale/collate/hash/char/wrapped_env.cc: New.
6534         * 22_locale/collate/hash/char/wrapped_locale.cc: New.
6535         * 22_locale/collate/hash/wchar_t/1.cc: New.
6536         * 22_locale/collate/hash/wchar_t/2.cc: New.
6537         * 22_locale/collate/hash/wchar_t/wrapped_env.cc: New.
6538         * 22_locale/collate/hash/wchar_t/wrapped_locale.cc: New.
6539         * 22_locale/collate/transform/char/2.cc: New.
6540         * 22_locale/collate/transform/char/wrapped_env.cc: New.
6541         * 22_locale/collate/transform/char/wrapped_locale.cc: New.
6542         * 22_locale/collate/transform/wchar_t/2.cc: New.
6543         * 22_locale/collate/transform/wchar_t/wrapped_env.cc: New.
6544         * 22_locale/collate/transform/wchar_t/wrapped_locale.cc: New.
6545         * 22_locale/collate_byname/1.cc: New.
6546         * 22_locale/ctype/1.cc: New.
6547         * 22_locale/ctype/2.cc: New.
6548         * 22_locale/ctype/cons/char/1.cc: New.
6549         * 22_locale/ctype/cons/char/wrapped_env.cc: New.
6550         * 22_locale/ctype/cons/char/wrapped_locale.cc: New.
6551         * 22_locale/ctype/is/char/1.cc: New.
6552         * 22_locale/ctype/is/char/2.cc: New.
6553         * 22_locale/ctype/is/char/3.cc: New.
6554         * 22_locale/ctype/is/char/wrapped_env.cc: New.
6555         * 22_locale/ctype/is/char/wrapped_locale.cc: New.
6556         * 22_locale/ctype/is/wchar_t/1.cc: New.
6557         * 22_locale/ctype/is/wchar_t/2.cc: New.
6558         * 22_locale/ctype/is/wchar_t/wrapped_env.cc: New.
6559         * 22_locale/ctype/is/wchar_t/wrapped_locale.cc: New.
6560         * 22_locale/ctype/narrow/char/1.cc: New.
6561         * 22_locale/ctype/narrow/char/2.cc: New.
6562         * 22_locale/ctype/narrow/char/wrapped_env.cc: New.
6563         * 22_locale/ctype/narrow/char/wrapped_locale.cc: New.
6564         * 22_locale/ctype/narrow/wchar_t/1.cc: New.
6565         * 22_locale/ctype/narrow/wchar_t/2.cc: New.
6566         * 22_locale/ctype/narrow/wchar_t/wrapped_env.cc: New.
6567         * 22_locale/ctype/narrow/wchar_t/wrapped_locale.cc: New.
6568         * 22_locale/ctype/scan/char/1.cc: New.
6569         * 22_locale/ctype/scan/char/wrapped_env.cc: New.
6570         * 22_locale/ctype/scan/char/wrapped_locale.cc: New.
6571         * 22_locale/ctype/scan/wchar_t/1.cc: New.
6572         * 22_locale/ctype/scan/wchar_t/wrapped_env.cc: New.
6573         * 22_locale/ctype/scan/wchar_t/wrapped_locale.cc: New.
6574         * 22_locale/ctype/to/char/1.cc: New.
6575         * 22_locale/ctype/to/char/wrapped_env.cc: New.
6576         * 22_locale/ctype/to/char/wrapped_locale.cc: New.
6577         * 22_locale/ctype/to/wchar_t/1.cc: New.
6578         * 22_locale/ctype/to/wchar_t/wrapped_env.cc: New.
6579         * 22_locale/ctype/to/wchar_t/wrapped_locale.cc: New.
6580         * 22_locale/ctype/widen/char/1.cc: New.
6581         * 22_locale/ctype/widen/char/wrapped_env.cc: New.
6582         * 22_locale/ctype/widen/char/wrapped_locale.cc: New.
6583         * 22_locale/ctype/widen/wchar_t/1.cc: New.
6584         * 22_locale/ctype/widen/wchar_t/wrapped_env.cc: New.
6585         * 22_locale/ctype/widen/wchar_t/wrapped_locale.cc: New.
6586         * 22_locale/facet/1.cc: New.
6587         * 22_locale/facet/2.cc: New.
6588         * 22_locale/global_templates/1.cc: New.
6589         * 22_locale/locale/cons/1.cc: New.
6590         * 22_locale/locale/cons/2.cc: New.
6591         * 22_locale/locale/cons/3.cc: New.
6592         * 22_locale/locale/cons/4.cc: New.
6593         * 22_locale/locale/cons/5.cc: New.
6594         * 22_locale/locale/cons/6.cc: New.
6595         * 22_locale/locale/cons/7.cc: New.
6596         * 22_locale/locale/global_locale_objects/1.cc: New.
6597         * 22_locale/locale/global_locale_objects/2.cc: New.
6598         * 22_locale/locale/global_locale_objects/3.cc: New.
6599         * 22_locale/locale/operations/1.cc: New.
6600         * 22_locale/locale/operations/2.cc: New.
6601         * 22_locale/messages/1.cc: New.
6602         * 22_locale/messages/2.cc: New.
6603         * 22_locale/messages/members/char/1.cc: New.
6604         * 22_locale/messages/members/char/2.cc: New.
6605         * 22_locale/messages/members/char/3.cc: New.
6606         * 22_locale/messages/members/char/wrapped_env.cc: New.
6607         * 22_locale/messages/members/char/wrapped_locale.cc: New.
6608         * 22_locale/messages_byname/1.cc: New.
6609         * 22_locale/money_get/1.cc: New.
6610         * 22_locale/money_get/2.cc: New.
6611         * 22_locale/money_get/get/char/1.cc: New.
6612         * 22_locale/money_get/get/char/2.cc: New.
6613         * 22_locale/money_get/get/char/3.cc: New.
6614         * 22_locale/money_get/get/char/4.cc: New.
6615         * 22_locale/money_get/get/char/5.cc: New.
6616         * 22_locale/money_get/get/char/6.cc: New.
6617         * 22_locale/money_get/get/char/7.cc: New.
6618         * 22_locale/money_get/get/char/8.cc: New.
6619         * 22_locale/money_get/get/char/wrapped_env.cc: New.
6620         * 22_locale/money_get/get/char/wrapped_locale.cc: New.
6621         * 22_locale/money_get/get/wchar_t/1.cc: New.
6622         * 22_locale/money_get/get/wchar_t/2.cc: New.
6623         * 22_locale/money_get/get/wchar_t/3.cc: New.
6624         * 22_locale/money_get/get/wchar_t/4.cc: New.
6625         * 22_locale/money_get/get/wchar_t/5.cc: New.
6626         * 22_locale/money_get/get/wchar_t/6.cc: New.
6627         * 22_locale/money_get/get/wchar_t/7.cc: New.
6628         * 22_locale/money_get/get/wchar_t/8.cc: New.
6629         * 22_locale/money_get/get/wchar_t/wrapped_env.cc: New.
6630         * 22_locale/money_get/get/wchar_t/wrapped_locale.cc: New.
6631         * 22_locale/money_put/1.cc: New.
6632         * 22_locale/money_put/2.cc: New.
6633         * 22_locale/money_put/put/char/1.cc: New.
6634         * 22_locale/money_put/put/char/2.cc: New.
6635         * 22_locale/money_put/put/char/3.cc: New.
6636         * 22_locale/money_put/put/char/4.cc: New.
6637         * 22_locale/money_put/put/char/5.cc: New.
6638         * 22_locale/money_put/put/char/6.cc: New.
6639         * 22_locale/money_put/put/char/wrapped_env.cc: New.
6640         * 22_locale/money_put/put/char/wrapped_locale.cc: New.
6641         * 22_locale/money_put/put/wchar_t/1.cc: New.
6642         * 22_locale/money_put/put/wchar_t/2.cc: New.
6643         * 22_locale/money_put/put/wchar_t/3.cc: New.
6644         * 22_locale/money_put/put/wchar_t/4.cc: New.
6645         * 22_locale/money_put/put/wchar_t/5.cc: New.
6646         * 22_locale/money_put/put/wchar_t/6.cc: New.
6647         * 22_locale/money_put/put/wchar_t/wrapped_env.cc: New.
6648         * 22_locale/money_put/put/wchar_t/wrapped_locale.cc: New.
6649         * 22_locale/moneypunct/1.cc: New.
6650         * 22_locale/moneypunct/2.cc: New.
6651         * 22_locale/moneypunct/3.cc: New.
6652         * 22_locale/moneypunct/members/char/1.cc: New.
6653         * 22_locale/moneypunct/members/char/2.cc: New.
6654         * 22_locale/moneypunct/members/char/wrapped_env.cc: New.
6655         * 22_locale/moneypunct/members/char/wrapped_locale.cc: New.
6656         * 22_locale/moneypunct/members/wchar_t/1.cc: New.
6657         * 22_locale/moneypunct/members/wchar_t/2.cc: New.
6658         * 22_locale/moneypunct/members/wchar_t/wrapped_env.cc: New.
6659         * 22_locale/moneypunct/members/wchar_t/wrapped_locale.cc: New.
6660         * 22_locale/moneypunct_byname/1.cc: New.
6661         * 22_locale/num_get/1.cc: New.
6662         * 22_locale/num_get/2.cc: New.
6663         * 22_locale/num_get/get/char/1.cc: New.
6664         * 22_locale/num_get/get/char/2.cc: New.
6665         * 22_locale/num_get/get/char/3.cc: New.
6666         * 22_locale/num_get/get/char/4.cc: New.
6667         * 22_locale/num_get/get/char/5.cc: New.
6668         * 22_locale/num_get/get/char/6.cc: New.
6669         * 22_locale/num_get/get/char/wrapped_env.cc: New.
6670         * 22_locale/num_get/get/char/wrapped_locale.cc: New.
6671         * 22_locale/num_get/get/wchar_t/1.cc: New.
6672         * 22_locale/num_get/get/wchar_t/2.cc: New.
6673         * 22_locale/num_get/get/wchar_t/3.cc: New.
6674         * 22_locale/num_get/get/wchar_t/4.cc: New.
6675         * 22_locale/num_get/get/wchar_t/5.cc: New.
6676         * 22_locale/num_get/get/wchar_t/6.cc: New.
6677         * 22_locale/num_get/get/wchar_t/wrapped_env.cc: New.
6678         * 22_locale/num_get/get/wchar_t/wrapped_locale.cc: New.
6679         * 22_locale/num_put/1.cc: New.
6680         * 22_locale/num_put/2.cc: New.
6681         * 22_locale/num_put/put/char/1.cc: New.
6682         * 22_locale/num_put/put/char/2.cc: New.
6683         * 22_locale/num_put/put/char/3.cc: New.
6684         * 22_locale/num_put/put/char/4.cc: New.
6685         * 22_locale/num_put/put/char/5.cc: New.
6686         * 22_locale/num_put/put/char/wrapped_env.cc: New.
6687         * 22_locale/num_put/put/char/wrapped_locale.cc: New.
6688         * 22_locale/num_put/put/wchar_t/1.cc: New.
6689         * 22_locale/num_put/put/wchar_t/2.cc: New.
6690         * 22_locale/num_put/put/wchar_t/3.cc: New.
6691         * 22_locale/num_put/put/wchar_t/4.cc: New.
6692         * 22_locale/num_put/put/wchar_t/5.cc: New.
6693         * 22_locale/num_put/put/wchar_t/wrapped_env.cc: New.
6694         * 22_locale/num_put/put/wchar_t/wrapped_locale.cc: New.
6695         * 22_locale/numpunct/1.cc: New.
6696         * 22_locale/numpunct/2.cc: New.
6697         * 22_locale/numpunct/members/char/1.cc: New.
6698         * 22_locale/numpunct/members/char/2.cc: New.
6699         * 22_locale/numpunct/members/char/wrapped_env.cc: New.
6700         * 22_locale/numpunct/members/char/wrapped_locale.cc: New.
6701         * 22_locale/numpunct/members/wchar_t/1.cc: New.
6702         * 22_locale/numpunct/members/wchar_t/2.cc: New.
6703         * 22_locale/numpunct/members/wchar_t/wrapped_env.cc: New.
6704         * 22_locale/numpunct/members/wchar_t/wrapped_locale.cc: New.
6705         * 22_locale/numpunct_byname/1.cc: New.
6706         * 22_locale/numpunct_byname/2.cc: New.
6707         * 22_locale/time_get/1.cc: New.
6708         * 22_locale/time_get/2.cc: New.
6709         * 22_locale/time_get/date_order/char/1.cc: New.
6710         * 22_locale/time_get/date_order/char/wrapped_env.cc: New.
6711         * 22_locale/time_get/date_order/char/wrapped_locale.cc: New.
6712         * 22_locale/time_get/date_order/wchar_t/1.cc: New.
6713         * 22_locale/time_get/date_order/wchar_t/wrapped_env.cc: New.
6714         * 22_locale/time_get/date_order/wchar_t/wrapped_locale.cc: New.
6715         * 22_locale/time_get/get_date/char/1.cc: New.
6716         * 22_locale/time_get/get_date/char/2.cc: New.
6717         * 22_locale/time_get/get_date/char/3.cc: New.
6718         * 22_locale/time_get/get_date/char/wrapped_env.cc: New.
6719         * 22_locale/time_get/get_date/char/wrapped_locale.cc: New.
6720         * 22_locale/time_get/get_date/wchar_t/1.cc: New.
6721         * 22_locale/time_get/get_date/wchar_t/2.cc: New.
6722         * 22_locale/time_get/get_date/wchar_t/3.cc: New.
6723         * 22_locale/time_get/get_date/wchar_t/wrapped_env.cc: New.
6724         * 22_locale/time_get/get_date/wchar_t/wrapped_locale.cc: New.
6725         * 22_locale/time_get/get_monthname/char/1.cc: New.
6726         * 22_locale/time_get/get_monthname/char/2.cc: New.
6727         * 22_locale/time_get/get_monthname/char/3.cc: New.
6728         * 22_locale/time_get/get_monthname/char/wrapped_env.cc: New.
6729         * 22_locale/time_get/get_monthname/char/wrapped_locale.cc: New.
6730         * 22_locale/time_get/get_monthname/wchar_t/1.cc: New.
6731         * 22_locale/time_get/get_monthname/wchar_t/2.cc: New.
6732         * 22_locale/time_get/get_monthname/wchar_t/3.cc: New.
6733         * 22_locale/time_get/get_monthname/wchar_t/wrapped_env.cc: New.
6734         * 22_locale/time_get/get_monthname/wchar_t/wrapped_locale.cc: New.
6735         * 22_locale/time_get/get_time/char/1.cc: New.
6736         * 22_locale/time_get/get_time/char/2.cc: New.
6737         * 22_locale/time_get/get_time/char/3.cc: New.
6738         * 22_locale/time_get/get_time/char/wrapped_env.cc: New.
6739         * 22_locale/time_get/get_time/char/wrapped_locale.cc: New.
6740         * 22_locale/time_get/get_time/wchar_t/1.cc: New.
6741         * 22_locale/time_get/get_time/wchar_t/2.cc: New.
6742         * 22_locale/time_get/get_time/wchar_t/3.cc: New.
6743         * 22_locale/time_get/get_time/wchar_t/wrapped_env.cc: New.
6744         * 22_locale/time_get/get_time/wchar_t/wrapped_locale.cc: New.
6745         * 22_locale/time_get/get_weekday/char/1.cc: New.
6746         * 22_locale/time_get/get_weekday/char/2.cc: New.
6747         * 22_locale/time_get/get_weekday/char/3.cc: New.
6748         * 22_locale/time_get/get_weekday/char/wrapped_env.cc: New.
6749         * 22_locale/time_get/get_weekday/char/wrapped_locale.cc: New.
6750         * 22_locale/time_get/get_weekday/wchar_t/1.cc: New.
6751         * 22_locale/time_get/get_weekday/wchar_t/2.cc: New.
6752         * 22_locale/time_get/get_weekday/wchar_t/3.cc: New.
6753         * 22_locale/time_get/get_weekday/wchar_t/wrapped_env.cc: New.
6754         * 22_locale/time_get/get_weekday/wchar_t/wrapped_locale.cc: New.
6755         * 22_locale/time_get/get_year/char/1.cc: New.
6756         * 22_locale/time_get/get_year/char/3.cc: New.
6757         * 22_locale/time_get/get_year/char/wrapped_env.cc: New.
6758         * 22_locale/time_get/get_year/char/wrapped_locale.cc: New.
6759         * 22_locale/time_get/get_year/wchar_t/1.cc: New.
6760         * 22_locale/time_get/get_year/wchar_t/3.cc: New.
6761         * 22_locale/time_get/get_year/wchar_t/wrapped_env.cc: New.
6762         * 22_locale/time_get/get_year/wchar_t/wrapped_locale.cc: New.
6763         * 22_locale/time_put/1.cc: New.
6764         * 22_locale/time_put/2.cc: New.
6765         * 22_locale/time_put/put/char/1.cc: New.
6766         * 22_locale/time_put/put/char/10.cc: New.
6767         * 22_locale/time_put/put/char/2.cc: New.
6768         * 22_locale/time_put/put/char/3.cc: New.
6769         * 22_locale/time_put/put/char/4.cc: New.
6770         * 22_locale/time_put/put/char/5.cc: New.
6771         * 22_locale/time_put/put/char/6.cc: New.
6772         * 22_locale/time_put/put/char/7.cc: New.
6773         * 22_locale/time_put/put/char/8.cc: New.
6774         * 22_locale/time_put/put/char/9.cc: New.
6775         * 22_locale/time_put/put/char/wrapped_env.cc: New.
6776         * 22_locale/time_put/put/char/wrapped_locale.cc: New.
6777         * 22_locale/time_put/put/wchar_t/1.cc: New.
6778         * 22_locale/time_put/put/wchar_t/10.cc: New.
6779         * 22_locale/time_put/put/wchar_t/2.cc: New.
6780         * 22_locale/time_put/put/wchar_t/3.cc: New.
6781         * 22_locale/time_put/put/wchar_t/4.cc: New.
6782         * 22_locale/time_put/put/wchar_t/5.cc: New.
6783         * 22_locale/time_put/put/wchar_t/6.cc: New.
6784         * 22_locale/time_put/put/wchar_t/7.cc: New.
6785         * 22_locale/time_put/put/wchar_t/8.cc: New.
6786         * 22_locale/time_put/put/wchar_t/9.cc: New.
6787         * 22_locale/time_put/put/wchar_t/wrapped_env.cc: New.
6788         * 22_locale/time_put/put/wchar_t/wrapped_locale.cc: New.
6789
6790 2003-01-16  Jeffrey D. Oldham  <oldham@codesourcery.com>
6791
6792         * config/locale/generic/messages_members.h
6793         (messages_byname<_CharT>::messages_byname): Use this-> to refer to
6794         unqualified members of base clasess.
6795
6796 2003-01-16  Mark Mitchell  <mark@codesourcery.com>
6797             Jeffrey Oldham <oldham@codesourcery.com>
6798
6799         * config/locale/gnu/messages_members.h: Use this-> to refer to
6800         unqualified members of base clasess.
6801         * config/locale/ieee_1003.1-2001/codecvt_specializations.h: Likewise.
6802         * include/bits/codecvt.h: Likewise.
6803         * include/bits/deque.tcc: Likewise.
6804         * include/bits/fstream.tcc: Likewise.
6805         * include/bits/istream.tcc: Likewise.
6806         * include/bits/list.tcc: Likewise.
6807         * include/bits/locale_facets.h: Likewise.
6808         * include/bits/ostream.tcc: Likewise.
6809         * include/bits/sstream.tcc: Likewise.
6810         * include/bits/stl_bvector.h: Likewise.
6811         * include/bits/stl_deque.h: Likewise.
6812         * include/bits/stl_list.h: Likewise.
6813         * include/bits/stl_tree.h: Likewise.
6814         * include/bits/stl_vector.h: Likewise.
6815         * include/bits/vector.tcc: Likewise.
6816         * include/ext/ropeimpl.h: Likewise.
6817         * include/ext/stdio_filebuf.h: Likewise.
6818         * include/ext/stl_rope.h: Likewise.
6819         * include/std/std_fstream.h: Likewise.
6820         * include/std/std_sstream.h: Likewise.
6821
6822 2003-01-15  Phil Edwards  <pme@gcc.gnu.org>
6823
6824         * include/bits/basic_string.tcc (_S_string_copy): Unused, remove.
6825
6826 2003-01-15  Benjamin Kosnik  <bkoz@redhat.com>
6827
6828         * acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Substitute
6829         GLIBCPP_TEST_WCHAR_T if building wchar_t bits in the library.
6830         * aclocal.m4: Regenerate.
6831         * configure: Regenerate.
6832         * testsuite/Makefile.am (all-local): Add conditional rule to
6833         generate testsuite_wchar_t.
6834         * testsuite/Makefile.in: Regenerate.
6835         * testsuite/lib/libstdc++-v3-dg.exp
6836         (libstdc++-v3-list-sourcefiles): Remove wchar_t files if
6837         testsuite_wchar_t is not present in the build directory.
6838         * testsuite/libstdc++-v3.dg/dg.exp: Add -g -O2 to DEFAULT_CXXFLAGS.
6839         Remove setulimit bits.
6840         * testsuite/26_numerics/complex_value.cc: Set to noopts.
6841         * testsuite/Makefile.am (CLEANFILES): Add.
6842         * testsuite/Makefile.in: Regenerate.
6843
6844 2003-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6845
6846         * config/os/hpux/os_defines.h (_GLIBCPP_GTHREAD_USE_WEAK): Define for
6847         __hppa__.
6848
6849 2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
6850
6851         Further conform g++'s __vmi_class_type_info to the C++ ABI
6852         specification.
6853         * libsupc++/cxxabi.h
6854         (__vmi_class_type_info::__flags_masks): Remove enumerations not
6855         required by the specification.
6856
6857 2003-01-12  Benjamin Kosnik  <bkoz@redhat.com>
6858
6859         Renames, namespaces for testsuite utilities.
6860         * testsuite/testsuite_hooks.h: Put into namespace __gnu_cxx_test.
6861         (gnu_allocator_tracker): Rename to allocation_tracker.
6862         (gnu_new_allocator): Rename to tracker_alloc.
6863         (__set_testsuite_memlimit): Rename to set_memory_limits.
6864         (gnu_assignment_operator): Rename to assignment_operator.
6865         (gnu_destructor): Rename to destructor.
6866         (gnu_copy_tracker): Rename to copy_tracker.
6867         (gnu_char, gnu_int, gnu_long): Rename to pod_char, pod_int, pod_long.
6868         (run_tests_wrapped_locale): New.
6869         (run_tests_wrapped_env): New.
6870         * testsuite/testsuite_hooks.cc: Same.
6871         (class locale_data): Add.
6872         (class enviornment_variable): Add.
6873         (class not_found): Add.
6874         * testsuite/testsuite_allocator.h: Same.
6875         * testsuite/testsuite_allocator.cc: Same.
6876         * testsuite/23_containers/deque_ctor.cc
6877         (test_copy_ctor_exception_safety): Change gnu_allocator_tracker to
6878         allocation_tracker.
6879         Change gnu_new_allocator to tracker_alloc.
6880         Change gnu_counting_struct to counter.
6881         Change gnu_copy_tracker to copy_tracker.
6882         Change gnu_copy_constructor to copy_constructor.
6883         Change gnu_assignment_operator to assignment_operator.
6884         Inject.
6885         * testsuite/23_containers/vector_capacity.cc: Same.
6886         * testsuite/23_containers/vector_ctor.cc (test01): Same.
6887         * testsuite/23_containers/list_modifiers.cc: Change
6888         gnu_copy_tracker to copy_tracker.
6889         * testsuite/21_strings/ctor_copy_dtor.cc (main): Change
6890         __set_testsuite_memlimit to set_memory_limits.
6891         * testsuite/21_strings/insert.cc (main): Same.
6892         * testsuite/27_io/filebuf.cc: Change gnu_char to pod_char.
6893         * testsuite/27_io/stringstream.cc: Same.
6894         * testsuite/27_io/stringbuf.cc: Same.
6895         * testsuite/27_io/streambuf.cc: Same.
6896         * testsuite/27_io/ostream.cc: Same.
6897         * testsuite/27_io/istream.cc: Same.
6898         * testsuite/27_io/fstream.cc: Same.
6899         * testsuite/lib/libstdc++-v3-dg.exp
6900         (libstdc++-v3-list-sourcefiles): Additionally handle files two and
6901         three levels deeper in glob patterns.
6902
6903 2003-01-11  Phil Edwards  <pme@gcc.gnu.org>
6904
6905         * docs/doxygen/tables.html:  Finished now.
6906         * docs/doxygen/user.cfg.in:  Update to latest version of Doxygen.
6907         * include/bits/basic_ios.h (basic_ios::rdbuf):  Add example to
6908         comments.
6909
6910         * include/bits/deque.tcc, include/bits/stl_alloc.h,
6911         include/bits/stl_deque.h, include/bits/stl_list.h,
6912         include/bits/stl_vector.h:  Remove _GLIBCPP_DEPRECATED bits scheduled
6913         for 3.4 removal.
6914
6915 2003-01-09  Benjamin Kosnik  <bkoz@redhat.com>
6916
6917         * configure.in: Revert.
6918         * configure: Regenerate.
6919
6920 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
6921
6922         * include/Makefile.am (install-data-local): Prepend
6923         $(DESTDIR) to destination paths in all (un)installation
6924         commands.  Use ${c_base_builddir} and ${std_builddir}
6925         as destination subdirectories to achieve consistency with
6926         preceding mkinstalldirs commands.  No effect because both
6927         variables contain "." only.
6928         * include/Makefile.in: Regenerate.
6929
6930 2003-01-08  Benjamin Kosnik  <bkoz@redhat.com>
6931
6932         * include/Makefile.am (stamp-*): Add checks for existing stamps.
6933         * include/Makefile.in: Regenerate.
6934
6935         * acinclude.m4 (GLIBCPP_ENABLE_DEBUG): Correct comment.
6936         * aclocal.m4: Regenerate.
6937
6938         * configure.in: Don't add new multi-do rules every time the
6939         directory is reconfigured.
6940         * configure: Regenerate.
6941
6942 2003-01-08  Brad Spencer  <spencer@infointeractive.com>
6943             Nathan Myers  <ncm@cantrip.org>
6944
6945         * src/Makefile.am (stamp-debug): Clean.
6946         * src/Makefile.in: Regenerate.
6947
6948 2003-01-07  Benjamin Kosnik  <bkoz@redhat.com>
6949
6950         PR libstdc++/8707
6951         * Makefile.am (distclean-multi): Fix.
6952         * Makefile.in: Regenerate.
6953
6954 2003-01-06  Benjamin Kosnik  <bkoz@redhat.com>
6955
6956         * include/bits/locale_facets.h (messages): Move ctor, dtor
6957         definitions to..
6958         (__timepunct): Same.
6959         * config/locale/gnu/messages_members.h (messages): Add dtor, ctor
6960         definitions. Conditionalize for GNU systems.
6961         * config/locale/generic/messages_members.h (messages): Add dtor, ctor
6962         definitions.
6963         * config/locale/gnu/time_members.h (messages): New. Add dtor, ctor
6964         definitions. Conditionalize for GNU systems.
6965         * config/locale/generic/time_members.h (messages): New. Add dtor, ctor
6966         definitions.
6967         * include/bits/localefwd.h (locale::facet::_S_c_name): Add.
6968         * src/locale.cc: Define.
6969         * src/localename.cc (locale::_Impl::_Impl(facet**, size_t, bool):
6970         Use it.
6971         * config/locale/gnu/time_members.h: Use it.
6972         * config/locale/gnu/messages_members.h: Use it.
6973         * config/linker-map.gnu: Add locale::facets details.
6974         * include/Makefile.am (target_headers_extra): Add time_members.h.
6975         * include/Makefile.in: Regenerate.
6976         * acinclude.m4: Export CTIME_H.
6977         * aclocal.m4: Regenerate.
6978         * configure: Regnerate.
6979
6980 2003-01-06  Paolo Carlini  <pcarlini@unitus.it>
6981
6982         * src/codecvt.cc
6983         (codecvt<char, char, mbstate_t>::do_in, do_out):
6984         Tweak parameters to avoid unused parameter warnings.
6985
6986 2003-01-06  Paolo Carlini  <pcarlini@unitus.it>
6987
6988         PR libstdc++/9151
6989         * include/bits/locale_facets.cc (num_put::_M_convert_float):
6990         Limit __prec to digits10 + 2, not digits10 + 1, taking into
6991         account the possibility of %{g,G} conversion specifiers
6992         inside _S_format_float.
6993         * testsuite/27_io/ostream_inserter_arith.cc (test06): Add.
6994
6995 2003-01-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6996
6997         * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init,
6998         libstdc++-v3-list-sourcefiles): Additionally handle files one
6999         level deeper in glob patterns.
7000
7001         * testsuite/27_io/istream_extractor_arith.cc: Delete, split...
7002         * testsuite/27_io/istream_extractor_arith/01.cc,
7003         testsuite/27_io/istream_extractor_arith/02.cc,
7004         testsuite/27_io/istream_extractor_arith/03.cc,
7005         testsuite/27_io/istream_extractor_arith/06.cc,
7006         testsuite/27_io/istream_extractor_arith/07.cc,
7007         testsuite/27_io/istream_extractor_arith/08.cc,
7008         testsuite/27_io/istream_extractor_arith/09.cc,
7009         testsuite/27_io/istream_extractor_arith/10.cc,
7010         testsuite/27_io/istream_extractor_arith/11.cc,
7011         testsuite/27_io/istream_extractor_arith/12.cc,
7012         testsuite/27_io/istream_extractor_arith/13.cc: ... to new files.
7013         * testsuite/27_io/istream_extractor_arith/12.cc: Add XFAIL for
7014         sparc*-*-solaris2*.
7015
7016 2003-01-05  Paolo Carlini <pcarlini@unitus.it>
7017
7018         PR libstdc++/9168
7019         * src/codecvt.cc
7020         (codecvt<char, char, mbstate_t>::do_in, do_out):
7021         Implement the resolution of DR19 (TC).
7022         * testsuite/22_locale/codecvt_members_char_char.cc
7023         (test01): Tweak.
7024
7025 2003-01-02  Jason Merrill  <jason@redhat.com>
7026
7027         * config/cpu/i486/atomicity.h (__exchange_and_add, __atomic_add):
7028         *__mem is also an output.
7029         * config/cpu/m68k/atomicity.h (__exchange_and_add): Likewise.