OSDN Git Service

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