OSDN Git Service

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