OSDN Git Service

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