OSDN Git Service

2003-02-13 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / ChangeLog
1 2003-02-13  Benjamin Kosnik  <bkoz@redhat.com>
2
3         * include/bits/c++config (_GLIBCPP_EXTERN_TEMPLATE): Define.
4         * include/bits/basic_ios.tcc: Guard use of extern template.
5         * include/std/std_iomanip.h: Same.
6         * include/bits/streambuf.tcc: Same.
7         * include/bits/stl_alloc.h: Same.
8         * include/bits/locale_facets.tcc: Same.
9         * include/bits/ostream.tcc: Same.
10         * include/bits/istream.tcc: Same.
11         * include/bits/fstream.tcc: Same.
12         * include/bits/basic_string.tcc: Same.
13
14 2003-02-13  Paolo Carlini  <pcarlini@unitus.it>
15
16         * include/bits/ostream.tcc (sentry::sentry): Improve
17         performance-wise the fix for libstdc++/9563.
18
19 2003-02-12  Phil Edwards  <pme@gcc.gnu.org>
20
21         * config/cpu/generic/atomicity.h (_Atomic_add_mutex):  Fix declaration.
22         (_GLIBCPP_NEED_GENERIC_MUTEX):  Define for this file.
23         (_Atomic_add_mutex_once, __gthread_atomic_add_mutex_once):  Declare
24         when we don't have static mutex initialization.
25         (__exchange_and_add):  Use _Atomic_add_mutex_once.
26         * src/misc-inst.cc:  Definitions of all the above.
27
28 2003-02-12  Paolo Carlini  <pcarlini@unitus.it>
29
30         PR libstdc++/9563
31         * include/bits/ostream.tcc (sentry::sentry): Check
32         the state of the stream after the preparation.
33         * testsuite/27_io/ostream_sentry.cc (test02): Add.
34
35 2003-02-11  Benjamin Kosnik  <bkoz@redhat.com>
36
37         * include/Makefile.am (stamp-std-precompile): Add rule.
38         * include/Makefile.in: Regenerated.
39         
40 2003-02-11 Jerry Quinn  <jlquinn@optonline.net>
41            Benjamin Kosnik  <benjamin@redhat.com>
42         
43         * include/bits/locale_facets.h (__num_base): Add _S_atoms_out.
44         Add indexes into this array.
45         (__num_base::_S_atoms): To _S_atoms_in.
46         (num_put::_M_insert): Rename to _M_pad.
47         (num_put::_M_convert_int): Adjust remove __mod, __modl arguments.
48         (num_put::_M_widen_int): Rename to _M_group_int.
49         (num_put::_M_widen_float): Rename to _M_group_float.    
50         * include/bits/locale_facets.tcc (__int_to_char): New inline
51         function and adapter functions.
52         (num_put::_M_group_int): Streamline.
53         (num_put::_M_group_float): Streamline.  
54         (num_put::_M_convert_int): Remove unused parameter names. Choose
55         large enough buffer for text.  Use __int_to_char instead of
56         __convert_from_v.  Formatted text is now at the end of the buffer.
57         (num_put::_M_convert_float): Preliminary fixups.
58         * src/locale-inst.cc (__convert_from_v<long long>): Add ifdef.
59         (__int_to_char<unsigned long long>): Same.
60         (__int_to_char<char, unsigned long>): New.
61         (__int_to_char<char, unsigned long long>): New.
62         (__int_to_char<wchar_t, unsigned long>): New.
63         (__int_to_char<wchar_t, unsigned long long>): New.
64         
65 2003-02-11  Scott Snyder  <snyder@fnal.gov>
66
67         PR libstdc++/9659
68         * include/bits/fstream.tcc (seekoff): Avoid operator+
69         for pos_type.
70
71 2003-02-11  Paolo Carlini  <pcarlini@unitus.it>
72
73         PR libstdc++/9320
74         * include/ext/stdio_filebuf.h
75         (stdio_filebuf(int, std::ios_base::openmode, bool, int_type),
76         stdio_filebuf(std::__c_file*, std::ios_base::openmode, int_type)):
77         Change to take a __size parameter of type size_t, not
78         of type (template parameter dependent) int_type.
79         * src/ios.cc (ios_base::Init::_S_ios_create): Change type of
80         size vars to size_t.
81         * testsuite/ext/stdio_filebuf.cc: Add.
82
83 2003-02-11  Paolo Carlini  <pcarlini@unitus.it>
84             Petur Runolfsson  <peturr02@ru.is>
85
86         PR libstdc++/9318
87         * include/bits/streambuf.tcc (__copy_streambufs):
88         Don't conditionalize the copy to __testput.
89         * testsuite/27_io/streambuf_members.cc (test09, test10): Add.
90
91 2002-02-11  DJ Delorie  <dj@redhat.com>
92
93         * acinclude.m4: Check for native targets that can't link at
94         this point in the build.
95         * aclocal.m4: Regenerate.
96         * configure: Regenerate.
97
98 2003-02-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
99
100         * hppa/atomicity.h (__Atomicity_lock<__inst>::_S_atomicity_lock):
101         Correct alignment.
102         (__exchange_and_add, __atomic_add): Use PA 2.0 ordered store to reset
103         lock.
104
105 2003-02-07  Paolo Carlini  <pcarlini@unitus.it>
106
107         * testsuite/27_io/filebuf_virtuals.cc (test08): Fix for
108         unsigned char platforms.
109
110 2003-02-06  Paolo Carlini  <pcarlini@unitus.it>
111
112         PR libstdc++/9562
113         * include/std/std_istream.h
114         (basic_istream::sentry::operator bool()): Make const.
115         * include/std/std_ostream.h
116         (basic_ostream::sentry::operator bool()): Likewise.
117         * testsuite/27_io/istream_sentry.cc (test03): Add.
118         * testsuite/27_io/ostream_sentry.cc: Add.
119
120 2003-02-06  Paolo Carlini  <pcarlini@unitus.it>
121
122         PR libstdc++/9548
123         Implement resolution of DR 231 (Ready)
124         * include/bits/locale_facets.h (__num_base::_S_format_float):
125         Change declaration: return void, remove __prec parameter.
126         * src/locale.cc (__num_base::_S_format_float): Implement
127         resolution of DR 231.
128         * include/bits/locale_facets.tcc (num_put::_M_convert_float):
129         Tweak uses. Check for negative precision.
130         * testsuite/22_locale/num_put/put/char/6.cc: Add
131         * testsuite/22_locale/num_put/put/wchar_t/6.cc: Likewise.
132
133 2003-02-06  Peter Soetens  <peter.soetens@mech.kuleuven.ac.be>
134
135         * config/io/basic_file_libio.h: Fixups.
136         * config/io/c_io_libio.h: Same.
137         * libio/Makefile.am: Same.
138         * libio/Makefile.in: Regenerated.
139         
140 2003-02-06  Benjamin Kosnik  <bkoz@redhat.com>
141
142         * testsuite/22_locale/codecvt/encoding/wchar_t/1.cc (test01):
143         Explicitly use the "C" locale.
144         * testsuite/22_locale/codecvt/max_length/wchar_t/1.cc (test01): Same.
145         
146 2003-02-06  Petur Runolfsson  <peturr02@ru.is>
147
148         DR 75
149         DR 305
150         PR libstdc++/9028 (partial)
151         PR libstdc++/9224
152         PR libstdc++/9246
153         PR libstdc++/9247
154
155         * src/codecvt.cc
156         (codecvt<wchar_t, char, mbstate_t>::do_encoding,
157         codecvt<wchar_t, char, mbstate_t>::do_length,
158         codecvt<wchar_t, char, mbstate_t>::do_max_length):
159         Move...
160         * config/locale/generic/codecvt_members.cc:  ...here.
161         * config/locale/gnu/codecvt_members.cc:  ...and here.
162
163         * config/locale/generic/codecvt_members.cc,
164         * config/locale/gnu/codecvt_members.cc
165         (codecvt<wchar_t, char, mbstate_t>::do_encoding
166         codecvt<wchar_t, char, mbstate_t>::do_in,
167         codecvt<wchar_t, char, mbstate_t>::do_length,
168         codecvt<wchar_t, char, mbstate_t>::do_max_length,
169         codecvt<wchar_t, char, mbstate_t>::do_out):
170         New implementation that handles stateless encodings,
171         including UTF-8.
172
173         * config/locale/generic/codecvt_members.cc,
174         * config/locale/gnu/codecvt_members.cc,
175         * config/locale/ieee_1003.1-2001/codecvt_specializations.h,
176         * include/bits/codecvt.h,
177         * src/codecvt.cc
178         (codecvt::length, codecvt::do_length):
179         Change type of first argument of length and do_length from
180         'const state_type&' to 'state_type&' according to DR 75.
181
182         * testsuite/22_locale/codecvt/always_noconv/wchar_t/1.cc:  Cleanup.
183         * testsuite/22_locale/codecvt/always_noconv/wchar_t/2.cc:  New test.
184         * testsuite/22_locale/codecvt/always_noconv/wchar_t/3.cc:  New test.
185         * testsuite/22_locale/codecvt/always_noconv/wchar_t/4.cc:  New test.
186         * testsuite/22_locale/codecvt/encoding/wchar_t/1.cc:
187         Cleanup and check for correct return value from encoding
188         for "C" locale.
189         * testsuite/22_locale/codecvt/encoding/wchar_t/2.cc:  New test.
190         * testsuite/22_locale/codecvt/encoding/wchar_t/3.cc:  New test.
191         * testsuite/22_locale/codecvt/encoding/wchar_t/4.cc:  New test.
192         * testsuite/22_locale/codecvt/in/wchar_t/1.cc:  Cleanup.
193         * testsuite/22_locale/codecvt/in/wchar_t/2.cc:  New test.
194         * testsuite/22_locale/codecvt/in/wchar_t/3.cc:  New test.
195         * testsuite/22_locale/codecvt/in/wchar_t/4.cc:  New test.
196         * testsuite/22_locale/codecvt/in/wchar_t/5.cc:  New test.
197         * testsuite/22_locale/codecvt/in/wchar_t/6.cc:  New test.
198         * testsuite/22_locale/codecvt/in/wchar_t/7.cc:  New test.
199         * testsuite/22_locale/codecvt/in/wchar_t/8.cc:  New test.
200         * testsuite/22_locale/codecvt/in/wchar_t/9.cc:  New test.
201         * testsuite/22_locale/codecvt/length/char/1.cc:  Cleanup.
202         * testsuite/22_locale/codecvt/length/char/2.cc:  New test.
203         * testsuite/22_locale/codecvt/length/wchar_t/1.cc:  Cleanup.
204         * testsuite/22_locale/codecvt/length/wchar_t/2.cc:  New test.
205         * testsuite/22_locale/codecvt/length/wchar_t/3.cc:  New test.
206         * testsuite/22_locale/codecvt/length/wchar_t/4.cc:  New test.
207         * testsuite/22_locale/codecvt/length/wchar_t/5.cc:  New test.
208         * testsuite/22_locale/codecvt/length/wchar_t/6.cc:  New test.
209         * testsuite/22_locale/codecvt/length/wchar_t/7.cc:  New test.
210         * testsuite/22_locale/codecvt/max_length/wchar_t/1.cc:  Cleanup.
211         * testsuite/22_locale/codecvt/max_length/wchar_t/2.cc:  New test.
212         * testsuite/22_locale/codecvt/max_length/wchar_t/3.cc:  New test.
213         * testsuite/22_locale/codecvt/max_length/wchar_t/4.cc:  New test.
214         * testsuite/22_locale/codecvt/out/wchar_t/1.cc:  Cleanup.
215         * testsuite/22_locale/codecvt/out/wchar_t/2.cc:  New test.
216         * testsuite/22_locale/codecvt/out/wchar_t/3.cc:  New test.
217         * testsuite/22_locale/codecvt/out/wchar_t/4.cc:  New test.
218         * testsuite/22_locale/codecvt/out/wchar_t/5.cc:  New test.
219         * testsuite/22_locale/codecvt/out/wchar_t/6.cc:  New test.
220         * testsuite/22_locale/codecvt/out/wchar_t/7.cc:  New test.
221         * testsuite/22_locale/codecvt/unicode/1.cc:  New test.
222         * testsuite/22_locale/codecvt/unshift/wchar_t/1.cc:  Cleanup.
223         * testsuite/22_locale/codecvt/unshift/wchar_t/2.cc:  New test.
224         * testsuite/22_locale/codecvt/unshift/wchar_t/3.cc:  New test.
225         * testsuite/22_locale/codecvt/unshfit/wchar_t/4.cc:  New test.
226
227 2003-02-05  Benjamin Kosnik  <bkoz@redhat.com>
228
229         * include/bits/locale_facets.tcc (time_put::do_put): Use __write.
230         (money_put::do_put): Same.
231
232 2003-02-05  Jerry Quinn  <jlquinn@optonline.net>
233
234         * include/bits/ios_base.h (ios_base): Document reserved storage.
235
236         * include/bits/locale_facets.h: (struct __pad): Comment on
237         implementation.
238         (__verify_grouping): Same.
239         (__add_grouping): Same.         
240         * include/bits/locale_facets.tcc (__verify_grouping): Move
241         comments to declaration.
242         (__add_grouping): Same.
243         
244         * include/bits/locale_facets.tcc: 
245         (__write<_CharT, _OutIter>): New function.
246         (__write<_CharT>): New function specialization.
247         (num_put::_M_insert): Remove explicit loop over iterator.  Use
248         __write.
249         (num_put::_M_widen_float): Remove __basefield. 
250         (num_put::_M_widen_int): Move __basefield to within grouping block.
251         
252         * include/bits/streambuf_iterator.h: Include <streambuf>.
253         (ostreambuf_iterator::_M_put): Add.
254
255 2003-02-05  Paolo Carlini  <pcarlini@unitus.it>
256
257         * testsuite/26_numerics/valarray_name_lookup.cc: Fix typo.
258
259 2003-02-04  Nathan Myers  <ncm@cantrip.org>
260
261         * testsuite/25_algorithms/min_max.cc (test02): Add.
262             
263 2003-02-04  Paolo Carlini  <pcarlini@unitus.it>
264         
265         PR libstdc++/9439, PR libstdc++/9425
266         * config/io/basic_file_stdio.cc
267         (__basic_file<char>::seekoff, seekpos): Return -1L if
268         fseek fails.
269         * include/bits/fstream.tcc (basic_filebuf::seekoff):
270         Check _M_file.seekoff return value; always return
271         pos_type(off_type(-1)) in case of failure.
272         (basic_filebuf::pbackfail): Check this->seekoff return
273         value and return traits_type::eof() in case of failure.  
274         * testsuite/27_io/filebuf_virtuals.cc (test09): Add.
275
276 2003-02-04  Jerry Quinn  <jlquinn@optonline.net>
277
278         * include/std/std_ostream.h (ostream::_M_write): Declare.       
279         * ostream.tcc (ostream::_M_write): Define.
280         (basic_ostream::write): Use it.
281         (operator<<(basic_ostream, _CharT)): Ditto.
282         (operator<<(basic_ostream, char)): Ditto.
283         (operator<<(basic_ostream, _CharT*)): Ditto.
284         (operator<<(basic_ostream, char*)): Ditto.
285         (operator<<(basic_ostream, basic_string)): Ditto.
286
287 2003-02-04  Benjamin Kosnik  <bkoz@redhat.com>
288
289         * testsuite/26_numerics/valarray_name_lookup.cc: Fix.
290
291 2002-02-04  Jonathan Wakely  <redi@gcc.gnu.org>
292
293         * docs/html/27_io/howto.html: Link to Dietmar Kuehl's IOStream page,
294         add HTML comment about updating links if numbering changes.
295
296 2003-02-04  Paolo Carlini  <pcarlini@unitus.it>
297
298         PR libstdc++/9538
299         * include/bits/streambuf.tcc (sputbackc): Access
300         this->gptr()[-1] only if _M_in_beg < _M_in_cur.
301         * testsuite/27_io/filebuf_virtuals.cc (test08): Add.
302
303 2003-02-04  Paolo Carlini  <pcarlini@unitus.it>
304
305         PR libstdc++/9507
306         * include/bits/fstream.tcc (open): If the 'ate' repositioning
307         operation fails, calls close _and_ returns a null pointer
308         to indicate failure (27.8.1.3,4).
309         * testsuite/27_io/filebuf_members.cc (test_06): Add.
310
311 2003-02-04  Petur Runolfsson  <peturr02@ru.is>
312
313         * testsuite/27_io/filebuf_members.cc (test_04): Remove exit(0).
314
315 2002-02-04  Jonathan Wakely  <redi@gcc.gnu.org>
316
317         * docs/html/27_io/howto.html: New section on stdio_filebuf.
318         * docs/html/ext/howto.html: Move stdio_filebuf notes to 27_io.
319         * docs/html/documentation.html: Regenerate.
320
321 2003-02-04  Joseph S. Myers  <jsm@polyomino.org.uk>
322
323         * docs/html/17_intro/porting.texi: Update to GFDL 1.2.
324         * docs/html/17_intro/porting.html: Regenerate.
325
326 2003-02-03  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
327             Phil Edwards  <pme@gcc.gnu.org>
328
329         * include/std/std_bitset.h:  Replace CHAR_BIT with __CHAR_BIT__, use
330         numeric_limits for bits-per-word values.
331         (_Base_bitset::_M_do_count, _Base_bitset<1>::_M_do_count):
332         Use __builtin_popcountl instead.
333         (_Base_bitset::_M_do_find_first, _Base_bitset::_M_do_find_next,
334         _Base_bitset<1>::_M_do_find_first, _Base_bitset<1>::_M_do_find_next):
335         Use __builtin_ctzl instead.
336         (_S_bit_count, _S_first_one):  Remove.
337         * config/linker-map.gnu (GLIBCPP_3.4):  Remove std::_S_bit_count.
338         * src/Makefile.am (sources):  Remove bitset.cc.
339         * src/bitset.cc:  Delete file.
340         * src/Makefile.in:  Regenerate.
341
342 2003-02-03  Phil Edwards  <pme@gcc.gnu.org>
343
344         PR libstdc++/9527, PR libstdc++/8713
345         * docs/html/install.html:  Mention glibc version requirement.
346         * docs/html/faq/index.html (3.8):  New note, glibc 2.2.5+ is needed
347         with 3.2.1+ (formatting bugfixes).
348         * docs/html/faq/index.txt:  Regenerate.
349
350 2003-02-03  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
351
352         PR libstdc++/9234
353         * include/bits/valarray_before.h (_UnBase::operator[]): Apply unary
354         operator.
355
356         * include/bits/valarray_before.h (__not_equal_to): Use != instead
357         of ==.
358
359         * testsuite/26_numerics/valarray_operators.cc: New test.
360
361 2003-02-01  Phil Edwards  <pme@gcc.gnu.org>
362
363         * docs/html/faq/index.html:  Correct link to libg++ information.
364         * docs/html/faq/index.txt:  Regenerated.
365
366 2003-02-01  Paolo Carlini  <pcarlini@unitus.it>
367             Benjamin Kosnik  <bkoz@redhat.com>
368
369         Const correctness issue:
370         http://gcc.gnu.org/ml/libstdc++/2003-01/msg00370.html
371         * include/bits/locale_classes.h
372         (locale::_Impl::_M_facets): Change type to const facet**.
373         (locale::_Impl::_M_install_facet): Change declaration to
374         take const facet*.
375         (locale::facet::_M_references): Make mutable.
376         (locale::facet::_M_add_reference): Declare const.
377         (locale::facet::_M_remove_reference): Likewise.
378         * include/bits/locale_facets.tcc
379         (use_facet(const locale&)): Tweak for const facet** _M_facets.
380         (has_facet(const locale&)): Likewise.
381         * src/locale.cc
382         (locale::facet::_M_add_reference): Adjust definition.
383         (locale::facet::_M_remove_reference): Likewise.
384         * src/localename.cc
385         (locale::_Impl::_Impl(const _Impl&, size_t)): Tweak for
386         const facet** _M_facets.
387         (locale::_Impl::_Impl(const char*, size_t)): Likewise.
388         (locale::_Impl::_Impl(facet**, size_t, bool)): Likewise.
389         (locale::_Impl::_M_install_facet): Adjust definition to take
390         const facet* and for const facet** _M_facets.
391         * testsuite/22_locale/locale/cons/8.cc: Add.
392
393 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
394
395         * include/std/std_limits.h (numeric_limits<float>::has_infinity):
396         Use __FLT_HAS_INIFINITY__ to initialize.
397         (numeric_limits<float>::has_quiet_NaN): Likewise.
398         (numeric_limits<double>::has_infinity): Use __DBL_HAS_INIFINITY__
399         to initialize.
400         (numeric_limits<double>::has_quiet_NaN): Likewise.
401         (numeric_limits<long double>::has_infinity): Use
402         __LDBL_HAS_INIFINITY__ to initialize.
403         (numeric_limits<long_double>::has_quiet_NaN): Likewise.
404
405 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
406
407         PR c++/9433
408         * libsupc++/tinfo.cc (__vmi_class_type_info::__do_dyncast): Cope
409         with bases which are very ambiguous.
410
411 2003-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
412
413         * src/Makefile.am (CONFIG_CXXFLAGS): Reverse order of
414         @EXTRA_CXX_FLAGS@ @SECTION_FLAGS@.
415         * libsupc++/Makefile.am (CONFIG_CXXFLAGS): Likewise.
416         * src/Makefile.in: Regenerate.
417         * libsupc++/Makefile.in: Regenerate.
418
419 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
420
421         * acinclude.m4 (glibcpp_toolexeclibdir): Instead of
422         $(MULTISUBDIR), use `$CC -print-multi-os-directory`, unless
423         version_specific_libs is enabled.
424         * aclocal.m4, configure: Rebuilt.
425
426 2003-01-24  Nathan Sidwell  <nathan@codesourcery.com>
427
428         * include/bits/valarray_meta.h: Remove, split into ...
429         * include/bits/valarray_before.h: ... this, and ...
430         * include/bits/valarray_after.h: ... this.
431         * include/std/std_valarray.h: Adjust.
432         * include/Makefile.am (bits_headers): Adjust.
433         * include/Makefile.in: Regenerate.
434
435 2003-01-24  Andreas Schwab  <schwab@suse.de>
436
437         * config/linker-map.gnu: Fix for size_t variance.
438
439 2003-01-23  Petur Runolfsson  <peturr02@ru.is>
440
441         PR libstdc++/9322
442         * include/std/std_streambuf.h
443         (basic_streambuf::basic_streambuf,
444         basic_streambuf::~basic_streambuf,
445         basic_streambuf::getloc, basic_streambuf::imbue):
446         Remove _M_buf_locale_init
447         * include/bits/fstream.tcc (basic_filebuf::imbue):  Likewise
448         * testsuite/27_io/filebuf_virtuals.cc (test08):  Add.
449         * testsuite/27_io/streambuf_members.cc (test08):  Add.
450         * testsuite/27_io/stringbuf_virtuals.cc (test08):  Add.
451
452 2003-01-23  Benjamin Kosnik  <bkoz@redhat.com>
453
454         Revert include ordering.
455         * config/locale/generic/c_locale.h: Add include guards.
456         * config/locale/gnu/c_locale.h: Same.
457         * include/bits/locale_classes.h: Remove cctype include.
458         * include/std/std_iosfwd.h: Add c++locale.h, cctype includes.
459         * include/std/std_fstream.h: Remove streambuf include.
460         * include/std/std_sstream.h: Remove streambuf include.
461         
462 2003-01-23  Benjamin Kosnik  <bkoz@redhat.com>
463
464         * configure.in (libtool_VERSION): To 6:0:0.
465         * configure: Regenerated.
466         * config/linker-map.gnu: Clean.
467         
468         * src/misc-inst.cc: Remove instantiations.
469
470         * include/bits/stl_alloc.h (__malloc_alloc_template): 
471         To __malloc_alloc.
472         (__default_alloc_template): To __pool_alloc.
473         * src/stl-inst.cc: Same.
474         * include/backward/alloc.h: Update.
475         * testsuite/ext/allocators.cc: Update.
476         
477         * src/globals.cc (__gnu_cxx): Remove _GLIBCPP_ASM_SYMVER. Should
478         really try to remove these if possible.
479         * src/locale.cc (std): Same.
480
481         * testsuite/abi_check.cc (check_version): Add.
482
483 2003-01-22  Benjamin Kosnik  <bkoz@redhat.com>
484             Sysoltsev Slawa  <Vyatcheslav.Sysoltsev@intel.com>
485             Mark Mitchell  <mark@codesourcery.com>
486         
487         PR libstdc++/9269
488         * include/std/std_fstream.h (basic_filebuf::uflow): Declare.
489         (basic_filebuf::underflow): Declare.
490         Move definitions.
491
492 2003-01-22  Benjamin Kosnik  <bkoz@redhat.com>
493
494         * include/bits/locale_facets.h: Move non-facet classes requiring
495         <string> to...  
496         * include/bits/locale_classes.h: New.  
497         * include/bits/Makefile.am (bits_headers_src): Add locale_classes.h.
498         * include/bits/Makefile.in: Regenerate.
499
500         * include/bits/locale_facets.tcc (__convert_from_v): Move to...
501         * config/locale/gnu/c_locale.h: ...here.
502         * config/locale/generic/c_locale.h: Same.
503         
504         * include/bits/locale_facets.tcc: Move declarations to...
505         * include/bits/locale_facets.h: ...here.
506         * include/bits/basic_ios.h: Tweak includes accordingly.
507         * include/std/std_sstream.h: Add streambuf include.
508         * include/std/std_fstream.h: Ditto.
509         * include/std/std_locale.h: Add locale_classes.h include.
510         * include/std/std_iosfwd.h: Tweak.
511         * src/concept-inst.cc: Add iterator include.
512
513         * config/linker-map.gnu: Specify __cxa functions, mark __cxa_dyn_*
514         bits as unexported in the future.
515         
516 2003-01-21  Benjamin Kosnik  <bkoz@redhat.com>
517
518         Reshuffle 22_locale testsuite.
519         * 22_locale/(codecvt.cc money_get.cc
520         codecvt_members_char_char.cc money_get_members_char.cc
521         codecvt_members_unicode_char.cc money_get_members_wchar_t.cc
522         codecvt_members_unicode_wchar_t.cc moneypunct_byname.cc
523         codecvt_members_wchar_t_char.cc moneypunct.cc collate_byname.cc
524         moneypunct_members_char.cc collate.cc moneypunct_members_wchar_t.cc
525         collate_members_char.cc money_put.cc collate_members_wchar_t.cc
526         money_put_members_char.cc ctor_copy_dtor.cc
527         money_put_members_wchar_t.cc ctype.cc num_get.cc ctype_is_char.cc
528         num_get_members_char.cc ctype_is_wchar_t.cc num_get_members_wchar_t.cc
529         ctype_members_char.cc numpunct_byname.cc ctype_members_wchar_t.cc
530         numpunct.cc ctype_narrow_char.cc numpunct_members_char.cc
531         ctype_narrow_wchar_t.cc numpunct_members_wchar_t.cc ctype_scan_char.cc
532         num_put.cc ctype_scan_wchar_t.cc num_put_members_char.cc
533         ctype_to_char.cc num_put_members_wchar_t.cc ctype_to_wchar_t.cc
534         operators.cc ctype_widen_char.cc static_members.cc
535         ctype_widen_wchar_t.cc time_get.cc facet.cc time_get_members_char.cc
536         global_templates.cc time_get_members_wchar_t.cc, members.cc,
537         time_put.cc, messages_byname.cc, time_put_members_char.cc,
538         messages.cc, time_put_members_wchar_t.cc, messages_members_char.cc): 
539         Splint up into individual test cases... 
540         * 22_locale/codecvt/1.cc: New.
541         * 22_locale/codecvt/2.cc: New.
542         * 22_locale/codecvt/always_noconv/char/1.cc: New.
543         * 22_locale/codecvt/always_noconv/char/wrapped_env.cc: New.
544         * 22_locale/codecvt/always_noconv/char/wrapped_locale.cc: New.
545         * 22_locale/codecvt/always_noconv/wchar_t/1.cc: New.
546         * 22_locale/codecvt/always_noconv/wchar_t/wrapped_env.cc: New.
547         * 22_locale/codecvt/always_noconv/wchar_t/wrapped_locale.cc: New.
548         * 22_locale/codecvt/encoding/char/1.cc: New.
549         * 22_locale/codecvt/encoding/char/wrapped_env.cc: New.
550         * 22_locale/codecvt/encoding/char/wrapped_locale.cc: New.
551         * 22_locale/codecvt/encoding/wchar_t/1.cc: New.
552         * 22_locale/codecvt/encoding/wchar_t/wrapped_env.cc: New.
553         * 22_locale/codecvt/encoding/wchar_t/wrapped_locale.cc: New.
554         * 22_locale/codecvt/in/char/1.cc: New.
555         * 22_locale/codecvt/in/char/wrapped_env.cc: New.
556         * 22_locale/codecvt/in/char/wrapped_locale.cc: New.
557         * 22_locale/codecvt/in/wchar_t/1.cc: New.
558         * 22_locale/codecvt/in/wchar_t/wrapped_env.cc: New.
559         * 22_locale/codecvt/in/wchar_t/wrapped_locale.cc: New.
560         * 22_locale/codecvt/length/char/1.cc: New.
561         * 22_locale/codecvt/length/char/wrapped_env.cc: New.
562         * 22_locale/codecvt/length/char/wrapped_locale.cc: New.
563         * 22_locale/codecvt/length/wchar_t/1.cc: New.
564         * 22_locale/codecvt/length/wchar_t/wrapped_env.cc: New.
565         * 22_locale/codecvt/length/wchar_t/wrapped_locale.cc: New.
566         * 22_locale/codecvt/max_length/char/1.cc: New.
567         * 22_locale/codecvt/max_length/char/wrapped_env.cc: New.
568         * 22_locale/codecvt/max_length/char/wrapped_locale.cc: New.
569         * 22_locale/codecvt/max_length/wchar_t/1.cc: New.
570         * 22_locale/codecvt/max_length/wchar_t/wrapped_env.cc: New.
571         * 22_locale/codecvt/max_length/wchar_t/wrapped_locale.cc: New.
572         * 22_locale/codecvt/out/char/1.cc: New.
573         * 22_locale/codecvt/out/char/wrapped_env.cc: New.
574         * 22_locale/codecvt/out/char/wrapped_locale.cc: New.
575         * 22_locale/codecvt/out/wchar_t/1.cc: New.
576         * 22_locale/codecvt/out/wchar_t/wrapped_env.cc: New.
577         * 22_locale/codecvt/out/wchar_t/wrapped_locale.cc: New.
578         * 22_locale/codecvt/unicode/char.cc: New.
579         * 22_locale/codecvt/unicode/wchar_t.cc: New.
580         * 22_locale/codecvt/unshift/char/1.cc: New.
581         * 22_locale/codecvt/unshift/char/wrapped_env.cc: New.
582         * 22_locale/codecvt/unshift/char/wrapped_locale.cc: New.
583         * 22_locale/codecvt/unshift/wchar_t/1.cc: New.
584         * 22_locale/codecvt/unshift/wchar_t/wrapped_env.cc: New.
585         * 22_locale/codecvt/unshift/wchar_t/wrapped_locale.cc: New.
586         * 22_locale/collate/1.cc: New.
587         * 22_locale/collate/2.cc: New.
588         * 22_locale/collate/compare/char/1.cc: New.
589         * 22_locale/collate/compare/char/2.cc: New.
590         * 22_locale/collate/compare/char/wrapped_env.cc: New.
591         * 22_locale/collate/compare/char/wrapped_locale.cc: New.
592         * 22_locale/collate/compare/wchar_t/1.cc: New.
593         * 22_locale/collate/compare/wchar_t/2.cc: New.
594         * 22_locale/collate/compare/wchar_t/wrapped_env.cc: New.
595         * 22_locale/collate/compare/wchar_t/wrapped_locale.cc: New.
596         * 22_locale/collate/hash/char/1.cc: New.
597         * 22_locale/collate/hash/char/2.cc: New.
598         * 22_locale/collate/hash/char/wrapped_env.cc: New.
599         * 22_locale/collate/hash/char/wrapped_locale.cc: New.
600         * 22_locale/collate/hash/wchar_t/1.cc: New.
601         * 22_locale/collate/hash/wchar_t/2.cc: New.
602         * 22_locale/collate/hash/wchar_t/wrapped_env.cc: New.
603         * 22_locale/collate/hash/wchar_t/wrapped_locale.cc: New.
604         * 22_locale/collate/transform/char/2.cc: New.
605         * 22_locale/collate/transform/char/wrapped_env.cc: New.
606         * 22_locale/collate/transform/char/wrapped_locale.cc: New.
607         * 22_locale/collate/transform/wchar_t/2.cc: New.
608         * 22_locale/collate/transform/wchar_t/wrapped_env.cc: New.
609         * 22_locale/collate/transform/wchar_t/wrapped_locale.cc: New.
610         * 22_locale/collate_byname/1.cc: New.
611         * 22_locale/ctype/1.cc: New.
612         * 22_locale/ctype/2.cc: New.
613         * 22_locale/ctype/cons/char/1.cc: New.
614         * 22_locale/ctype/cons/char/wrapped_env.cc: New.
615         * 22_locale/ctype/cons/char/wrapped_locale.cc: New.
616         * 22_locale/ctype/is/char/1.cc: New.
617         * 22_locale/ctype/is/char/2.cc: New.
618         * 22_locale/ctype/is/char/3.cc: New.
619         * 22_locale/ctype/is/char/wrapped_env.cc: New.
620         * 22_locale/ctype/is/char/wrapped_locale.cc: New.
621         * 22_locale/ctype/is/wchar_t/1.cc: New.
622         * 22_locale/ctype/is/wchar_t/2.cc: New.
623         * 22_locale/ctype/is/wchar_t/wrapped_env.cc: New.
624         * 22_locale/ctype/is/wchar_t/wrapped_locale.cc: New.
625         * 22_locale/ctype/narrow/char/1.cc: New.
626         * 22_locale/ctype/narrow/char/2.cc: New.
627         * 22_locale/ctype/narrow/char/wrapped_env.cc: New.
628         * 22_locale/ctype/narrow/char/wrapped_locale.cc: New.
629         * 22_locale/ctype/narrow/wchar_t/1.cc: New.
630         * 22_locale/ctype/narrow/wchar_t/2.cc: New.
631         * 22_locale/ctype/narrow/wchar_t/wrapped_env.cc: New.
632         * 22_locale/ctype/narrow/wchar_t/wrapped_locale.cc: New.
633         * 22_locale/ctype/scan/char/1.cc: New.
634         * 22_locale/ctype/scan/char/wrapped_env.cc: New.
635         * 22_locale/ctype/scan/char/wrapped_locale.cc: New.
636         * 22_locale/ctype/scan/wchar_t/1.cc: New.
637         * 22_locale/ctype/scan/wchar_t/wrapped_env.cc: New.
638         * 22_locale/ctype/scan/wchar_t/wrapped_locale.cc: New.
639         * 22_locale/ctype/to/char/1.cc: New.
640         * 22_locale/ctype/to/char/wrapped_env.cc: New.
641         * 22_locale/ctype/to/char/wrapped_locale.cc: New.
642         * 22_locale/ctype/to/wchar_t/1.cc: New.
643         * 22_locale/ctype/to/wchar_t/wrapped_env.cc: New.
644         * 22_locale/ctype/to/wchar_t/wrapped_locale.cc: New.
645         * 22_locale/ctype/widen/char/1.cc: New.
646         * 22_locale/ctype/widen/char/wrapped_env.cc: New.
647         * 22_locale/ctype/widen/char/wrapped_locale.cc: New.
648         * 22_locale/ctype/widen/wchar_t/1.cc: New.
649         * 22_locale/ctype/widen/wchar_t/wrapped_env.cc: New.
650         * 22_locale/ctype/widen/wchar_t/wrapped_locale.cc: New.
651         * 22_locale/facet/1.cc: New.
652         * 22_locale/facet/2.cc: New.
653         * 22_locale/global_templates/1.cc: New.
654         * 22_locale/locale/cons/1.cc: New.
655         * 22_locale/locale/cons/2.cc: New.
656         * 22_locale/locale/cons/3.cc: New.
657         * 22_locale/locale/cons/4.cc: New.
658         * 22_locale/locale/cons/5.cc: New.
659         * 22_locale/locale/cons/6.cc: New.
660         * 22_locale/locale/cons/7.cc: New.
661         * 22_locale/locale/global_locale_objects/1.cc: New.
662         * 22_locale/locale/global_locale_objects/2.cc: New.
663         * 22_locale/locale/global_locale_objects/3.cc: New.
664         * 22_locale/locale/operations/1.cc: New.
665         * 22_locale/locale/operations/2.cc: New.
666         * 22_locale/messages/1.cc: New.
667         * 22_locale/messages/2.cc: New.
668         * 22_locale/messages/members/char/1.cc: New.
669         * 22_locale/messages/members/char/2.cc: New.
670         * 22_locale/messages/members/char/3.cc: New.
671         * 22_locale/messages/members/char/wrapped_env.cc: New.
672         * 22_locale/messages/members/char/wrapped_locale.cc: New.
673         * 22_locale/messages_byname/1.cc: New.
674         * 22_locale/money_get/1.cc: New.
675         * 22_locale/money_get/2.cc: New.
676         * 22_locale/money_get/get/char/1.cc: New.
677         * 22_locale/money_get/get/char/2.cc: New.
678         * 22_locale/money_get/get/char/3.cc: New.
679         * 22_locale/money_get/get/char/4.cc: New.
680         * 22_locale/money_get/get/char/5.cc: New.
681         * 22_locale/money_get/get/char/6.cc: New.
682         * 22_locale/money_get/get/char/7.cc: New.
683         * 22_locale/money_get/get/char/8.cc: New.
684         * 22_locale/money_get/get/char/wrapped_env.cc: New.
685         * 22_locale/money_get/get/char/wrapped_locale.cc: New.
686         * 22_locale/money_get/get/wchar_t/1.cc: New.
687         * 22_locale/money_get/get/wchar_t/2.cc: New.
688         * 22_locale/money_get/get/wchar_t/3.cc: New.
689         * 22_locale/money_get/get/wchar_t/4.cc: New.
690         * 22_locale/money_get/get/wchar_t/5.cc: New.
691         * 22_locale/money_get/get/wchar_t/6.cc: New.
692         * 22_locale/money_get/get/wchar_t/7.cc: New.
693         * 22_locale/money_get/get/wchar_t/8.cc: New.
694         * 22_locale/money_get/get/wchar_t/wrapped_env.cc: New.
695         * 22_locale/money_get/get/wchar_t/wrapped_locale.cc: New.
696         * 22_locale/money_put/1.cc: New.
697         * 22_locale/money_put/2.cc: New.
698         * 22_locale/money_put/put/char/1.cc: New.
699         * 22_locale/money_put/put/char/2.cc: New.
700         * 22_locale/money_put/put/char/3.cc: New.
701         * 22_locale/money_put/put/char/4.cc: New.
702         * 22_locale/money_put/put/char/5.cc: New.
703         * 22_locale/money_put/put/char/6.cc: New.
704         * 22_locale/money_put/put/char/wrapped_env.cc: New.
705         * 22_locale/money_put/put/char/wrapped_locale.cc: New.
706         * 22_locale/money_put/put/wchar_t/1.cc: New.
707         * 22_locale/money_put/put/wchar_t/2.cc: New.
708         * 22_locale/money_put/put/wchar_t/3.cc: New.
709         * 22_locale/money_put/put/wchar_t/4.cc: New.
710         * 22_locale/money_put/put/wchar_t/5.cc: New.
711         * 22_locale/money_put/put/wchar_t/6.cc: New.
712         * 22_locale/money_put/put/wchar_t/wrapped_env.cc: New.
713         * 22_locale/money_put/put/wchar_t/wrapped_locale.cc: New.
714         * 22_locale/moneypunct/1.cc: New.
715         * 22_locale/moneypunct/2.cc: New.
716         * 22_locale/moneypunct/3.cc: New.
717         * 22_locale/moneypunct/members/char/1.cc: New.
718         * 22_locale/moneypunct/members/char/2.cc: New.
719         * 22_locale/moneypunct/members/char/wrapped_env.cc: New.
720         * 22_locale/moneypunct/members/char/wrapped_locale.cc: New.
721         * 22_locale/moneypunct/members/wchar_t/1.cc: New.
722         * 22_locale/moneypunct/members/wchar_t/2.cc: New.
723         * 22_locale/moneypunct/members/wchar_t/wrapped_env.cc: New.
724         * 22_locale/moneypunct/members/wchar_t/wrapped_locale.cc: New.
725         * 22_locale/moneypunct_byname/1.cc: New.
726         * 22_locale/num_get/1.cc: New.
727         * 22_locale/num_get/2.cc: New.
728         * 22_locale/num_get/get/char/1.cc: New.
729         * 22_locale/num_get/get/char/2.cc: New.
730         * 22_locale/num_get/get/char/3.cc: New.
731         * 22_locale/num_get/get/char/4.cc: New.
732         * 22_locale/num_get/get/char/5.cc: New.
733         * 22_locale/num_get/get/char/6.cc: New.
734         * 22_locale/num_get/get/char/wrapped_env.cc: New.
735         * 22_locale/num_get/get/char/wrapped_locale.cc: New.
736         * 22_locale/num_get/get/wchar_t/1.cc: New.
737         * 22_locale/num_get/get/wchar_t/2.cc: New.
738         * 22_locale/num_get/get/wchar_t/3.cc: New.
739         * 22_locale/num_get/get/wchar_t/4.cc: New.
740         * 22_locale/num_get/get/wchar_t/5.cc: New.
741         * 22_locale/num_get/get/wchar_t/6.cc: New.
742         * 22_locale/num_get/get/wchar_t/wrapped_env.cc: New.
743         * 22_locale/num_get/get/wchar_t/wrapped_locale.cc: New.
744         * 22_locale/num_put/1.cc: New.
745         * 22_locale/num_put/2.cc: New.
746         * 22_locale/num_put/put/char/1.cc: New.
747         * 22_locale/num_put/put/char/2.cc: New.
748         * 22_locale/num_put/put/char/3.cc: New.
749         * 22_locale/num_put/put/char/4.cc: New.
750         * 22_locale/num_put/put/char/5.cc: New.
751         * 22_locale/num_put/put/char/wrapped_env.cc: New.
752         * 22_locale/num_put/put/char/wrapped_locale.cc: New.
753         * 22_locale/num_put/put/wchar_t/1.cc: New.
754         * 22_locale/num_put/put/wchar_t/2.cc: New.
755         * 22_locale/num_put/put/wchar_t/3.cc: New.
756         * 22_locale/num_put/put/wchar_t/4.cc: New.
757         * 22_locale/num_put/put/wchar_t/5.cc: New.
758         * 22_locale/num_put/put/wchar_t/wrapped_env.cc: New.
759         * 22_locale/num_put/put/wchar_t/wrapped_locale.cc: New.
760         * 22_locale/numpunct/1.cc: New.
761         * 22_locale/numpunct/2.cc: New.
762         * 22_locale/numpunct/members/char/1.cc: New.
763         * 22_locale/numpunct/members/char/2.cc: New.
764         * 22_locale/numpunct/members/char/wrapped_env.cc: New.
765         * 22_locale/numpunct/members/char/wrapped_locale.cc: New.
766         * 22_locale/numpunct/members/wchar_t/1.cc: New.
767         * 22_locale/numpunct/members/wchar_t/2.cc: New.
768         * 22_locale/numpunct/members/wchar_t/wrapped_env.cc: New.
769         * 22_locale/numpunct/members/wchar_t/wrapped_locale.cc: New.
770         * 22_locale/numpunct_byname/1.cc: New.
771         * 22_locale/numpunct_byname/2.cc: New.
772         * 22_locale/time_get/1.cc: New.
773         * 22_locale/time_get/2.cc: New.
774         * 22_locale/time_get/date_order/char/1.cc: New.
775         * 22_locale/time_get/date_order/char/wrapped_env.cc: New.
776         * 22_locale/time_get/date_order/char/wrapped_locale.cc: New.
777         * 22_locale/time_get/date_order/wchar_t/1.cc: New.
778         * 22_locale/time_get/date_order/wchar_t/wrapped_env.cc: New.
779         * 22_locale/time_get/date_order/wchar_t/wrapped_locale.cc: New.
780         * 22_locale/time_get/get_date/char/1.cc: New.
781         * 22_locale/time_get/get_date/char/2.cc: New.
782         * 22_locale/time_get/get_date/char/3.cc: New.
783         * 22_locale/time_get/get_date/char/wrapped_env.cc: New.
784         * 22_locale/time_get/get_date/char/wrapped_locale.cc: New.
785         * 22_locale/time_get/get_date/wchar_t/1.cc: New.
786         * 22_locale/time_get/get_date/wchar_t/2.cc: New.
787         * 22_locale/time_get/get_date/wchar_t/3.cc: New.
788         * 22_locale/time_get/get_date/wchar_t/wrapped_env.cc: New.
789         * 22_locale/time_get/get_date/wchar_t/wrapped_locale.cc: New.
790         * 22_locale/time_get/get_monthname/char/1.cc: New.
791         * 22_locale/time_get/get_monthname/char/2.cc: New.
792         * 22_locale/time_get/get_monthname/char/3.cc: New.
793         * 22_locale/time_get/get_monthname/char/wrapped_env.cc: New.
794         * 22_locale/time_get/get_monthname/char/wrapped_locale.cc: New.
795         * 22_locale/time_get/get_monthname/wchar_t/1.cc: New.
796         * 22_locale/time_get/get_monthname/wchar_t/2.cc: New.
797         * 22_locale/time_get/get_monthname/wchar_t/3.cc: New.
798         * 22_locale/time_get/get_monthname/wchar_t/wrapped_env.cc: New.
799         * 22_locale/time_get/get_monthname/wchar_t/wrapped_locale.cc: New.
800         * 22_locale/time_get/get_time/char/1.cc: New.
801         * 22_locale/time_get/get_time/char/2.cc: New.
802         * 22_locale/time_get/get_time/char/3.cc: New.
803         * 22_locale/time_get/get_time/char/wrapped_env.cc: New.
804         * 22_locale/time_get/get_time/char/wrapped_locale.cc: New.
805         * 22_locale/time_get/get_time/wchar_t/1.cc: New.
806         * 22_locale/time_get/get_time/wchar_t/2.cc: New.
807         * 22_locale/time_get/get_time/wchar_t/3.cc: New.
808         * 22_locale/time_get/get_time/wchar_t/wrapped_env.cc: New.
809         * 22_locale/time_get/get_time/wchar_t/wrapped_locale.cc: New.
810         * 22_locale/time_get/get_weekday/char/1.cc: New.
811         * 22_locale/time_get/get_weekday/char/2.cc: New.
812         * 22_locale/time_get/get_weekday/char/3.cc: New.
813         * 22_locale/time_get/get_weekday/char/wrapped_env.cc: New.
814         * 22_locale/time_get/get_weekday/char/wrapped_locale.cc: New.
815         * 22_locale/time_get/get_weekday/wchar_t/1.cc: New.
816         * 22_locale/time_get/get_weekday/wchar_t/2.cc: New.
817         * 22_locale/time_get/get_weekday/wchar_t/3.cc: New.
818         * 22_locale/time_get/get_weekday/wchar_t/wrapped_env.cc: New.
819         * 22_locale/time_get/get_weekday/wchar_t/wrapped_locale.cc: New.
820         * 22_locale/time_get/get_year/char/1.cc: New.
821         * 22_locale/time_get/get_year/char/3.cc: New.
822         * 22_locale/time_get/get_year/char/wrapped_env.cc: New.
823         * 22_locale/time_get/get_year/char/wrapped_locale.cc: New.
824         * 22_locale/time_get/get_year/wchar_t/1.cc: New.
825         * 22_locale/time_get/get_year/wchar_t/3.cc: New.
826         * 22_locale/time_get/get_year/wchar_t/wrapped_env.cc: New.
827         * 22_locale/time_get/get_year/wchar_t/wrapped_locale.cc: New.
828         * 22_locale/time_put/1.cc: New.
829         * 22_locale/time_put/2.cc: New.
830         * 22_locale/time_put/put/char/1.cc: New.
831         * 22_locale/time_put/put/char/10.cc: New.
832         * 22_locale/time_put/put/char/2.cc: New.
833         * 22_locale/time_put/put/char/3.cc: New.
834         * 22_locale/time_put/put/char/4.cc: New.
835         * 22_locale/time_put/put/char/5.cc: New.
836         * 22_locale/time_put/put/char/6.cc: New.
837         * 22_locale/time_put/put/char/7.cc: New.
838         * 22_locale/time_put/put/char/8.cc: New.
839         * 22_locale/time_put/put/char/9.cc: New.
840         * 22_locale/time_put/put/char/wrapped_env.cc: New.
841         * 22_locale/time_put/put/char/wrapped_locale.cc: New.
842         * 22_locale/time_put/put/wchar_t/1.cc: New.
843         * 22_locale/time_put/put/wchar_t/10.cc: New.
844         * 22_locale/time_put/put/wchar_t/2.cc: New.
845         * 22_locale/time_put/put/wchar_t/3.cc: New.
846         * 22_locale/time_put/put/wchar_t/4.cc: New.
847         * 22_locale/time_put/put/wchar_t/5.cc: New.
848         * 22_locale/time_put/put/wchar_t/6.cc: New.
849         * 22_locale/time_put/put/wchar_t/7.cc: New.
850         * 22_locale/time_put/put/wchar_t/8.cc: New.
851         * 22_locale/time_put/put/wchar_t/9.cc: New.
852         * 22_locale/time_put/put/wchar_t/wrapped_env.cc: New.
853         * 22_locale/time_put/put/wchar_t/wrapped_locale.cc: New.
854
855 2003-01-16  Jeffrey D. Oldham  <oldham@codesourcery.com>
856
857         * config/locale/generic/messages_members.h
858         (messages_byname<_CharT>::messages_byname): Use this-> to refer to
859         unqualified members of base clasess.
860
861 2003-01-16  Mark Mitchell  <mark@codesourcery.com>
862             Jeffrey Oldham <oldham@codesourcery.com>
863         
864         * config/locale/gnu/messages_members.h: Use this-> to refer to
865         unqualified members of base clasess.
866         * config/locale/ieee_1003.1-2001/codecvt_specializations.h: Likewise.
867         * include/bits/codecvt.h: Likewise.
868         * include/bits/deque.tcc: Likewise.
869         * include/bits/fstream.tcc: Likewise.
870         * include/bits/istream.tcc: Likewise.
871         * include/bits/list.tcc: Likewise.
872         * include/bits/locale_facets.h: Likewise.
873         * include/bits/ostream.tcc: Likewise.
874         * include/bits/sstream.tcc: Likewise.
875         * include/bits/stl_bvector.h: Likewise.
876         * include/bits/stl_deque.h: Likewise.
877         * include/bits/stl_list.h: Likewise.
878         * include/bits/stl_tree.h: Likewise.
879         * include/bits/stl_vector.h: Likewise.
880         * include/bits/vector.tcc: Likewise.
881         * include/ext/ropeimpl.h: Likewise.
882         * include/ext/stdio_filebuf.h: Likewise.
883         * include/ext/stl_rope.h: Likewise.
884         * include/std/std_fstream.h: Likewise.
885         * include/std/std_sstream.h: Likewise.
886         
887 2003-01-15  Phil Edwards  <pme@gcc.gnu.org>
888
889         * include/bits/basic_string.tcc (_S_string_copy): Unused, remove.
890
891 2003-01-15  Benjamin Kosnik  <bkoz@redhat.com>
892
893         * acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Substitute
894         GLIBCPP_TEST_WCHAR_T if building wchar_t bits in the library.
895         * aclocal.m4: Regenerate.
896         * configure: Regenerate.
897         * testsuite/Makefile.am (all-local): Add conditional rule to
898         generate testsuite_wchar_t.
899         * testsuite/Makefile.in: Regenerate.
900         * testsuite/lib/libstdc++-v3-dg.exp
901         (libstdc++-v3-list-sourcefiles): Remove wchar_t files if
902         testsuite_wchar_t is not present in the build directory.
903         * testsuite/libstdc++-v3.dg/dg.exp: Add -g -O2 to DEFAULT_CXXFLAGS.
904         Remove setulimit bits.
905         * testsuite/26_numerics/complex_value.cc: Set to noopts.
906         * testsuite/Makefile.am (CLEANFILES): Add.
907         * testsuite/Makefile.in: Regenerate.    
908         
909 2003-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
910
911         * config/os/hpux/os_defines.h (_GLIBCPP_GTHREAD_USE_WEAK): Define for
912         __hppa__.
913
914 2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
915
916         Further conform g++'s __vmi_class_type_info to the C++ ABI
917         specification.
918         * libsupc++/cxxabi.h
919         (__vmi_class_type_info::__flags_masks): Remove enumerations not
920         required by the specification.
921
922 2003-01-12  Benjamin Kosnik  <bkoz@redhat.com>
923
924         Renames, namespaces for testsuite utilities.    
925         * testsuite/testsuite_hooks.h: Put into namespace __gnu_cxx_test.
926         (gnu_allocator_tracker): Rename to allocation_tracker.
927         (gnu_new_allocator): Rename to tracker_alloc.
928         (__set_testsuite_memlimit): Rename to set_memory_limits.
929         (gnu_assignment_operator): Rename to assignment_operator.
930         (gnu_destructor): Rename to destructor.
931         (gnu_copy_tracker): Rename to copy_tracker.
932         (gnu_char, gnu_int, gnu_long): Rename to pod_char, pod_int, pod_long.
933         (run_tests_wrapped_locale): New.
934         (run_tests_wrapped_env): New.
935         * testsuite/testsuite_hooks.cc: Same.
936         (class locale_data): Add.
937         (class enviornment_variable): Add.
938         (class not_found): Add.
939         * testsuite/testsuite_allocator.h: Same.
940         * testsuite/testsuite_allocator.cc: Same.
941         * testsuite/23_containers/deque_ctor.cc
942         (test_copy_ctor_exception_safety): Change gnu_allocator_tracker to
943         allocation_tracker. 
944         Change gnu_new_allocator to tracker_alloc.
945         Change gnu_counting_struct to counter.
946         Change gnu_copy_tracker to copy_tracker.
947         Change gnu_copy_constructor to copy_constructor.
948         Change gnu_assignment_operator to assignment_operator.  
949         Inject.
950         * testsuite/23_containers/vector_capacity.cc: Same.
951         * testsuite/23_containers/vector_ctor.cc (test01): Same.
952         * testsuite/23_containers/list_modifiers.cc: Change
953         gnu_copy_tracker to copy_tracker.
954         * testsuite/21_strings/ctor_copy_dtor.cc (main): Change
955         __set_testsuite_memlimit to set_memory_limits.
956         * testsuite/21_strings/insert.cc (main): Same.
957         * testsuite/27_io/filebuf.cc: Change gnu_char to pod_char.
958         * testsuite/27_io/stringstream.cc: Same.
959         * testsuite/27_io/stringbuf.cc: Same.
960         * testsuite/27_io/streambuf.cc: Same.
961         * testsuite/27_io/ostream.cc: Same.
962         * testsuite/27_io/istream.cc: Same.
963         * testsuite/27_io/fstream.cc: Same.
964         * testsuite/lib/libstdc++-v3-dg.exp
965         (libstdc++-v3-list-sourcefiles): Additionally handle files two and
966         three levels deeper in glob patterns.
967
968 2003-01-11  Phil Edwards  <pme@gcc.gnu.org>
969
970         * docs/doxygen/tables.html:  Finished now.
971         * docs/doxygen/user.cfg.in:  Update to latest version of Doxygen.
972         * include/bits/basic_ios.h (basic_ios::rdbuf):  Add example to
973         comments.
974
975         * include/bits/deque.tcc, include/bits/stl_alloc.h,
976         include/bits/stl_deque.h, include/bits/stl_list.h,
977         include/bits/stl_vector.h:  Remove _GLIBCPP_DEPRECATED bits scheduled
978         for 3.4 removal.
979
980 2003-01-09  Benjamin Kosnik  <bkoz@redhat.com>
981
982         * configure.in: Revert.
983         * configure: Regenerate.
984
985 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
986
987         * include/Makefile.am (install-data-local): Prepend
988         $(DESTDIR) to destination paths in all (un)installation
989         commands.  Use ${c_base_builddir} and ${std_builddir}
990         as destination subdirectories to achieve consistency with
991         preceding mkinstalldirs commands.  No effect because both
992         variables contain "." only.
993         * include/Makefile.in: Regenerate.
994
995 2003-01-08  Benjamin Kosnik  <bkoz@redhat.com>
996
997         * include/Makefile.am (stamp-*): Add checks for existing stamps.
998         * include/Makefile.in: Regenerate.
999
1000         * acinclude.m4 (GLIBCPP_ENABLE_DEBUG): Correct comment.
1001         * aclocal.m4: Regenerate.
1002
1003         * configure.in: Don't add new multi-do rules every time the
1004         directory is reconfigured.
1005         * configure: Regenerate.
1006         
1007 2003-01-08  Brad Spencer  <spencer@infointeractive.com>
1008             Nathan Myers  <ncm@cantrip.org>
1009         
1010         * src/Makefile.am (stamp-debug): Clean.
1011         * src/Makefile.in: Regenerate.
1012         
1013 2003-01-07  Benjamin Kosnik  <bkoz@redhat.com>
1014
1015         PR libstdc++/8707
1016         * Makefile.am (distclean-multi): Fix.
1017         * Makefile.in: Regenerate.
1018         
1019 2003-01-06  Benjamin Kosnik  <bkoz@redhat.com>
1020
1021         * include/bits/locale_facets.h (messages): Move ctor, dtor
1022         definitions to..
1023         (__timepunct): Same.
1024         * config/locale/gnu/messages_members.h (messages): Add dtor, ctor
1025         definitions. Conditionalize for GNU systems.
1026         * config/locale/generic/messages_members.h (messages): Add dtor, ctor
1027         definitions.
1028         * config/locale/gnu/time_members.h (messages): New. Add dtor, ctor
1029         definitions. Conditionalize for GNU systems.
1030         * config/locale/generic/time_members.h (messages): New. Add dtor, ctor
1031         definitions.
1032         * include/bits/localefwd.h (locale::facet::_S_c_name): Add.
1033         * src/locale.cc: Define.
1034         * src/localename.cc (locale::_Impl::_Impl(facet**, size_t, bool):
1035         Use it.
1036         * config/locale/gnu/time_members.h: Use it.
1037         * config/locale/gnu/messages_members.h: Use it.
1038         * config/linker-map.gnu: Add locale::facets details.    
1039         * include/Makefile.am (target_headers_extra): Add time_members.h.
1040         * include/Makefile.in: Regenerate.
1041         * acinclude.m4: Export CTIME_H.
1042         * aclocal.m4: Regenerate.
1043         * configure: Regnerate.
1044
1045 2003-01-06  Paolo Carlini  <pcarlini@unitus.it>
1046
1047         * src/codecvt.cc
1048         (codecvt<char, char, mbstate_t>::do_in, do_out):
1049         Tweak parameters to avoid unused parameter warnings.
1050
1051 2003-01-06  Paolo Carlini  <pcarlini@unitus.it>
1052
1053         PR libstdc++/9151
1054         * include/bits/locale_facets.cc (num_put::_M_convert_float):
1055         Limit __prec to digits10 + 2, not digits10 + 1, taking into
1056         account the possibility of %{g,G} conversion specifiers
1057         inside _S_format_float.
1058         * testsuite/27_io/ostream_inserter_arith.cc (test06): Add.
1059
1060 2003-01-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1061
1062         * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init,
1063         libstdc++-v3-list-sourcefiles): Additionally handle files one
1064         level deeper in glob patterns.
1065         
1066         * testsuite/27_io/istream_extractor_arith.cc: Delete, split...
1067         * testsuite/27_io/istream_extractor_arith/01.cc,
1068         testsuite/27_io/istream_extractor_arith/02.cc,
1069         testsuite/27_io/istream_extractor_arith/03.cc,
1070         testsuite/27_io/istream_extractor_arith/06.cc,
1071         testsuite/27_io/istream_extractor_arith/07.cc,
1072         testsuite/27_io/istream_extractor_arith/08.cc,
1073         testsuite/27_io/istream_extractor_arith/09.cc,
1074         testsuite/27_io/istream_extractor_arith/10.cc,
1075         testsuite/27_io/istream_extractor_arith/11.cc,
1076         testsuite/27_io/istream_extractor_arith/12.cc,
1077         testsuite/27_io/istream_extractor_arith/13.cc: ... to new files.
1078         * testsuite/27_io/istream_extractor_arith/12.cc: Add XFAIL for
1079         sparc*-*-solaris2*.
1080
1081 2003-01-05  Paolo Carlini <pcarlini@unitus.it>
1082
1083         PR libstdc++/9168
1084         * src/codecvt.cc
1085         (codecvt<char, char, mbstate_t>::do_in, do_out):
1086         Implement the resolution of DR19 (TC).
1087         * testsuite/22_locale/codecvt_members_char_char.cc
1088         (test01): Tweak.
1089
1090 2003-01-02  Jason Merrill  <jason@redhat.com>
1091
1092         * config/cpu/i486/atomicity.h (__exchange_and_add, __atomic_add):
1093         *__mem is also an output.
1094         * config/cpu/m68k/atomicity.h (__exchange_and_add): Likewise.