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