OSDN Git Service

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