OSDN Git Service

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