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