OSDN Git Service

fe2cca8526c97de0849d7e88746bc0b3b581e231
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / ChangeLog
1 2002-03-05  Paolo Carlini  <pcarlini@unitus.it>
2
3         libstdc++/5816
4         * include/bits/locale_facets.tcc
5         (num_get::_M_extract_float): Fix the parsing of __dec, since
6         the standard prescribes that if no grouping characters are
7         seen, no grouping check is applied.
8         * testsuite/22_locale/num_get_members_char.cc: Add test05
9         distilled from the PR.
10         * testsuite/22_locale/num_get_members_wchar_t.cc: Ditto.
11
12 2002-03-04  Craig Rodrigues  <rodrigc@gcc.gnu.org>
13
14         * docs/html/17_intro/porting-howto.xml: Refer to 
15         http://www.oasis-open.org for docbookx.dtd.
16         * docs/html/17_intro/porting-howto.html: Regenerated.
17
18 2002-03-03  Phil Edwards  <pme@gcc.gnu.org>
19
20         PR libstdc++/3955
21         * include/std/std_sstream.h:  Remove trailing spaces.
22         (basic_stringbuf::_M_stringbuf_init):  Also check for ios_base::app.
23         * testsuite/27_io/stringbuf.cc (test05, test06):  New tests.
24
25 2002-03-02  Paolo Carlini  <pcarlini@unitus.it>
26
27         * testsuite/22_locale/num_get_members_char.cc (test04):
28         Use a named locale expecting grouping (de_DE).
29         * testsuite/22_locale/num_get_members_wchar_t.cc (test04):
30         Ditto.
31         * testsuite/27_io/ios_manip_basefield.cc (test01):
32         Extend coverage, uniform treatment of hexs and octs.
33
34 2002-02-28  Richard Henderson  <rth@redhat.com>
35
36         * config/linker-map.gnu: Export operator new with unsigned long,
37         and with std::nothrow_t.  Likewise operator delete.
38
39 2002-02-28  Paolo Carlini  <pcarlini@unitus.it>
40
41         * include/bits/locale_facets.tcc (num_get::_M_extract_int):
42         Admit grouping for octals and hexadecimals too.
43         * testsuite/22_locale/num_get_members_char.cc: Add test04.
44         (test01): Tweak "." -> "," in void* test.
45         * testsuite/22_locale/num_get_members_wchar_t.cc: Ditto.
46
47         * testsuite/27_io/ios_manip_basefield.cc: Remove static keyword.
48         * testsuite/27_io/ios_manip_fmtflags.cc: Remove two of them.
49
50 2002-02-27  Paolo Carlini  <pcarlini@unitus.it>
51
52         * testsuite/27_io/ios_manip_basefield.cc (test01):
53         Fix for 64 bit machines.
54
55 2002-02-26  Benjamin Kosnik  <bkoz@redhat.com>
56
57         * include/bits/basic_ios.tcc (basic_ios::init): Set _M_fill to zero.
58         Adjust comment.
59         * include/bits/basic_ios.h (basic_ios::_M_fill): Make mutable.
60         (basic_ios::_M_fill_init): New.
61         (basic_ios::fill()): Delay dealing with _M_fill.
62         Adjust comment. 
63         * testsuite/27_io/ios_init.cc (test02): Adjust testcase.
64
65 2002-02-26  Loren Rittle  <ljrittle@acm.org>
66
67         * include/Makefile.am (thread_target_headers): Unconditionally
68         stage and install gthr-posix.h.
69         (${target_builddir}/gthr-posix.h): New rule cloned off
70         ${target_builddir}/gthr-default.h.
71         (${target_builddir}/gthr-default.h): Support chained inclusion
72         of gthr support headers.
73         * include/Makefile.in: Rebuilt.
74
75 2002-02-26  Paolo Carlini  <pcarlini@unitus.it>
76
77         * include/bits/locale_facets.tcc (num_put::_M_widen_int):
78         Group all the integral types, not only decs.
79         * testsuite/27_io/ios_manip_basefield.cc (test01): Tweak existing
80         tests, add a few more.
81
82 2002-02-25  Benjamin Kosnik  <bkoz@redhat.com>
83
84         * src/ios.cc (ios_base::~ios_base): Tweak.
85         (ios_base::_M_call_callbacks): Deal with null __p.
86         (ios_base::ios_base): Set _M_callbacks.
87         * include/bits/basic_ios.tcc (basic_ios::init): Adjust comment.
88         * testsuite/27_io/ios_init.cc (test02): Fix.
89         
90         * mkcheck.in (static_fail): Failed links go to output file.
91
92 2002-02-25  Phil Edwards  <pme@gcc.gnu.org>
93
94         * docs/html/faq/index.html:  Update.
95         * docs/html/faq/index.txt:  Regenerate.
96
97 2002-02-22  Phil Edwards  <pme@gcc.gnu.org>
98
99         * acinclude.m4 (GLIBCPP_ENABLE_SYMVERS):  Fix comment.
100         * aclocal.m4:  Regenerate.
101         * docs/html/configopts.html:  Document --enable-symvers.
102         * config/linker-map.gnu:  Break libsupc++ symbols out to their own tag.
103
104 2002-02-22  Philipp Thomas  <pthomas@suse.de>
105
106         * include/backward/tempbuf.h: get_temporary_buffer and
107         return_temporary_buffer are in namespace std, not in __gnu_cxx.
108
109 2002-02-21  Benjamin Kosnik  <bkoz@redhat.com>
110
111         * configure.in (target_alias): Default to yes.
112         * acinclude.m4 (GLIBCPP_ENABLE_SYMVERS): Add check for shared
113         libgcc to default case. 
114
115 2002-02-20  Phil Edwards  <pme@gcc.gnu.org>
116
117         * acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES):  Also check version.
118         (GLIBCPP_ENABLE_SYMVERS):  Redo logic, use linker version.
119         * configure.in (GLIBCPP_ENABLE_SYMVERS):  Move later in the script.
120         * aclocal.m4:  Regenerate.
121         * configure:  Regenerate.
122         * config/linker-map.dummy:  New file.  Contains nothing useful.
123
124 2002-02-20  Benjamin Kosnik  <bkoz@redhat.com>
125
126         * testsuite/22_locale/money_put_members_char.cc: Fix.   
127         * testsuite/22_locale/money_put_members_wchar_t.cc: Fix.
128
129         * testsuite/27_io/standard_manipulators.cc: New file.
130
131         * testsuite/27_io/ios_manip_basefield.cc: Check results, now failing.
132         * testsuite/27_io/ios_manip_fmtflags.cc: Use locale::classic().
133         
134 2002-02-20  Danny Smith  <dannysmith@users.sourceforge.net>
135
136         * config/os/mingw32/bits/ctype_noninline.h
137         (ctype<char>::ctype): Remove default args from parm list.
138         * config/os/djgpp/bits/ctype_noninline.h: Same. 
139
140 2002-02-19  Benjamin Kosnik  <bkoz@redhat.com>
141
142         * include/std/std_iomanip.h: Inline, tweaks.
143         * config/linker-map.gnu: Remove hacks.
144
145         * testsuite/21_strings/capacity.cc: Add explicit instantiations.
146         * testsuite/27_io/ios_init.cc: Same.
147         * testsuite/22_locale/money_get_members_char.cc (test07): Fix.
148         * testsuite/22_locale/money_get_members_wchar_t.cc (test07): Same.
149
150 2002-02-19  Benjamin Kosnik  <bkoz@redhat.com>
151         
152         * config/linker-map.gnu: Export global vtable, typeinfo, guard
153         variable, and thunk info as per CXXABI docs.
154
155 2002-02-19  Loren Rittle <ljrittle@acm.org>
156
157         * include/Makefile.am: Use CONFIG_HEADER instead of ad hoc names.
158         * include/Makefile.in: Rebuilt.
159
160 2002-02-18  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
161
162         * testsuite/22_locale/collate_byname.cc (test01): Replace size4
163           with size3 for the string collations of str5.
164
165 2002-02-18  Paolo Carlini  <pcarlini@unitus.it>
166
167         libstdc++/5708
168         * include/bits/locale_facets.tcc (money_put::do_put):
169         For the space field use __fill instead of ' ', uniformly.
170         * testsuite/22_locale/money_put_members_char.cc:
171         Add test05 distilled from PR.
172         (test01-02-03): Trim some '*' to ' '.
173         * testsuite/22_locale/money_put_members_wchar_t.cc: Ditto.
174
175 2002-02-18  Loren Rittle <ljrittle@acm.org>
176
177         libstdc++/5697
178         * include/Makefile.am (thread_builddir): Remove (map all
179         existing uses to target_builddir).
180         (thread_headers): Rename to...
181         (thread_target_headers): ...this.
182         (stamp-thread): Remove.
183         (stamp-target): Correctly state the position as built.
184         Update all dependencies to match the new reality.  Remove all
185         dependency calculations on directories.
186         * include/Makefile.in: Rebuilt.
187
188 2002-02-16   Benjamin Kosnik  <bkoz@redhat.com>
189
190         * include/bits/locale_facets.tcc: Add pragma GCC system_header. 
191         * include/bits/fstream.tcc: Same.
192         * include/bits/sstream.tcc: Same.
193         * include/bits/ostream.tcc: Same.
194         * include/bits/istream.tcc: Same.
195         * include/bits/streambuf.tcc: Same.
196         * include/bits/basic_ios.tcc: Same.
197         * include/bits/basic_string.tcc: Same.
198
199 2002-02-15  Benjamin Kosnik  <bkoz@redhat.com>
200
201         * include/std/std_iosfwd.h: Don't guard typedefs with
202         _GLIBCPP_USE_WCHAR_T
203         * include/bits/stringfwd.h: Same.
204
205 2002-02-15  Benjamin Kosnik  <bkoz@redhat.com>
206
207         * src/locale.cc (moneypunct_byname): Remove definitions.
208         * include/std/std_streambuf.h (streambuf::operator=): Return.
209         
210 2002-02-15  Benjamin Kosnik  <bkoz@redhat.com>
211
212         Tune for size.
213         * src/string-inst.cc (string::_Rep::_S_terminal): Remove redundant
214         explicit instantiation.
215         (string::_Rep::_S_max_size): Same.
216         * include/bits/basic_string.tcc: Add extern explicit
217         instantiations for string, wstring.
218         * include/bits/basic_ios.tcc: Add extern explicit instantiations
219         for ios, wios.
220         * include/bits/streambuf.tcc: Same, for streambuf, wstreambuf.
221         * include/bits/istream.tcc: Same, for istream, wistream.
222         * include/bits/ostream.tcc: Same for ostream, wostream, iostream,
223         wiostream.
224         * include/bits/sstream.tcc: Same, for stringbuf, wstringbuf,
225         istringstream, wistringstream, ostringstream, wostringstream,
226         stringstream, wstringstream.
227         * include/bits/fstream.tcc: Same, for filebuf, wfilebuf, ifstream,
228         wifstream, ofstream, wofstream, fstream, wfstream.
229         * src/misc-inst.cc: Correct comments.
230         Add iomanip instantiations for wide streams.
231         * include/std/std_iomanip.h: Same.
232         * include/bits/locale_facets.tcc: Same.
233         
234         * include/std/std_streambuf.h: Correct
235         _GLIBCPP_FULLY_COMPLIANT_HEADERS guard.
236         * include/std/std_sstream.h: Same.
237         * include/std/std_ostream.h: Same.
238         * include/std/std_istream.h: Same.
239         * include/std/std_fstream.h: Same.
240
241         * include/std/std_streambuf.h: Add definitions for private copy
242         ctor and assignment operator.
243         * include/std/std_istream.h: Remove declared but undefined copy
244         ctor and assignment operator. This is taken care of in ios_base,
245         so adding it in the derived class as well is superfluous.
246         * include/std/std_ostream.h: Same.
247
248         * include/bits/basic_ios.h (basic_ios::clear): Don't inline.
249         * include/bits/basic_ios.tcc (basic_ios::clear): Move definition here.
250         
251 2002-02-14  Benjamin Kosnik  <bkoz@redhat.com>
252
253         * config/linker-map.gnu: Change tag from GCC_3.1 to GLIBCPP_3.1.
254         Add typeinfo bits. Smooth.
255         * aclocal.m4: Regenerate.
256         * configure: Same.
257         * src/Makefile.in: Same.
258
259 2001-02-14  Joel Sherrill  <joel@OARcorp.com>
260
261         * config/cpu/m68k/bits/atomicity.h: Corrected for RTEMS targets
262         which do not have a CAS instruction.
263
264 2002-02-14  Phil Edwards  <pme@gcc.gnu.org>
265
266         * acinclude.m4 (GLIBCPP_ENABLE_SYMVERS):  New macro, initial revision.
267         * configure.in:  Call it.
268         * config/linker-map.gnu:  New file, initial incomplete revision.
269         * src/Makefile.am:  Optionally pass version script to the linker.
270         * aclocal.m4:  Regenerate.
271         * configure:  Regenerate.
272         * src/Makefile.in:  Regenerate.
273
274 2002-02-13  Benjamin Kosnik  <bkoz@redhat.com>
275
276         * src/localename.cc: Remove stdexcept include.
277         * src/locale-inst.cc: Same.
278         * src/locale.cc: Same.
279         * src/functexcept.cc: Remove string includes.
280         * include/std/std_bitset.h: Remove stdexcept include.
281         * testsuite/23_containers/bitset_members.cc: Add stdexcept.
282         * testsuite/23_containers/bitset_ctor.cc: Same.
283
284 2002-02-11  Benjamin Kosnik  <bkoz@redhat.com>
285
286         * include/bits/stl_algo (__stl_threshold): Declare external.    
287         (__stl_chunk_size): Same.
288         * include/bits/stl_bvector.h (__WORD_BIT): Same.
289         * include/bits/stl_tree.h (_S_rb_tree_red): Same.
290         (_S_rb_tree_black): Same.
291         * src/stl-inst.cc (__stl_threshold): Define.
292         (__stl_chunk_size): Same.
293         (__WORD_BIT): Same.
294         (_S_rb_tree_red): Same.
295         (_S_rb_tree_black): Same.
296         
297         * config/io/basic_file_libio.h (__basic_file): Add declarations.
298         * include/bits/basic_file.h: Remove.
299         * config/io/c_io_stdio.h: Remove _GLIBCPP_BASIC_FILE_ENCAPSULATION
300         Declare generic types, specialization.
301         * config/io/basic_file_stdio.cc: Definitions.   
302         * config/io/c_io_libio.h: Remove _GLIBCPP_BASIC_FILE_INHERITANCE.
303         Declare generic types.
304         * include/Makefile.am (bits_headers): Remove basic_file.h.
305         (extra_target_headers): Change basic_file_model.h to basic_file.h.
306         (stamp-target): Same.
307
308         * include/bits/stl_alloc.h: Tweaks.
309         * include/bits/localefwd.h: Same.       
310
311 2002-02-11  Aaron W LaFramboise  <AWLaFramboise@aol.com>
312
313         * include/bits/locale_facets.tcc (collate::do_hash): Fix.
314         * testsuite/22_locale/collate_members_char.cc (test03): New test.
315         * testsuite/22_locale/collate_members_wchar_t.cc (test03): Same.
316         
317 2002-02-10  Phil Edwards  <pme@gcc.gnu.org>
318
319         * include/bits/stl_algo.h (transform (both signatures), generate_n):
320         Use __typeof__ in concept checks.
321
322 2002-02-10  Jonathan Wakely  <cow@compsoc.man.ac.uk>
323
324         * include/bits/stl_algo.h (__median, for_each, find, find_if,
325         adjacent_find, count, count_if, search, search_n, swap_ranges,
326         transform, replace, replace_if, replace_copy, replace_copy_if,
327         generate, generate_n, remove_copy, remove_copy_if, remove, remove_if,
328         unique, unique_copy, reverse, reverse_copy):  Doxygenate.
329
330 2002-02-08  Benjamin Kosnik  <bkoz@redhat.com>
331
332         * include/bits/locale_facets.h
333         (numpunct<_CharT>::_M_initialize_numpunct): Remove definition.
334         (__timepunct<_CharT>::_M_initialize_timepunct): Same.
335         (__timepunct<_CharT>::_M_put_helper): Same.
336         (moneypunct<_CharT, _Intl>::_M_initialize_moneypunct): Same.
337
338         * include/bits/fstream.tcc (filebuf::underflow): Remove
339         __codecvt_type typedef.
340         (filebuf::_M_convert_to_external): Same.
341         
342 2002-02-08  Phil Edwards  <pme@gcc.gnu.org>
343
344         * docs/doxygen/TODO:  Update.
345         * docs/doxygen/doxygroups.cc:  Tweak __gnu_cxx description.
346         * docs/doxygen/mainpage.html:  Add TODO list link.
347         * docs/doxygen/user.cfg.in:  Add @doctodo hook.
348         * docs/doxygen/tables.html:  New file, emoty structure only.
349
350         * include/bits/stl_iterator.h:  Doxygenate just about everything.
351         * include/bits/stl_iterator_base_funcs.h:  Ditto, clean up spaces.
352         * include/bits/stl_iterator_base_types.h:  Add notes.
353
354 2002-02-07  Stephan Buys  <sbproxy@icon.co.za>
355
356         * include/bits/stl_map.h:  Tweak doxygen markup.
357         * include/bits/stl_multimap.h:  Doxygenate and remove extra spaces.
358         * include/bits/stl_vector.h:  Likewise.
359
360 2002-02-07  Benjamin Kosnik  <bkoz@redhat.com>
361
362         libstdc++/5286
363         libstdc++/3860
364         * include/std/std_fstream.h (filebuf::__file_type): Change to
365         __basic_file<char>.
366         (filebuf::_M_convert_to_external): Declare.
367         * include/bits/fstream.tcc (filebuf::_M_convert_to_external): Define
368         codecvt bits for wide streams.
369         (filebuf::_M_really_overflow): Use it.
370         (filebuf::underflow): Use codecvt.
371         * config/locale/codecvt_specializations_ieee_1003.1-200x.h: 
372         (codecvt<__enc_traits>::do_out): Deal with partial.
373         (codecvt<__enc_traits>::do_encoding): Return something useful.
374         * src/codecvt.cc (codecvt<wchar_t>::do_encoding): Return sizeof
375         wchar_t.
376         * testsuite/22_locale/codecvt_members_unicode_char.cc (test01):
377         Change expected encoding output.
378         (test02): Same.
379         * testsuite/22_locale/codecvt_members_wchar_t_char.cc (test01): Same.
380         (test02): Same.
381
382 2002-02-07  Benjamin Kosnik  <bkoz@redhat.com>
383             Wolfgang Bangerth  <wolfgang.bangerth@iwr.uni-heidelberg.de>
384         
385         * include/bits/basic_ios.tcc (basic_ios::narrow): Add default value.
386         (basic_ios::widen): Same.
387
388 2002-02-07  Paolo Carlini  <pcarlini@unitus.it>
389
390         * testsuite/22_locale/money_get_members_char.cc:
391         Add comment, tidy up.
392         (test01): more "en_HK" tests (without showbase).
393         * testsuite/22_locale/money_get_members_wchar_t.cc: Ditto.
394
395 2002-02-06  Loren Rittle <ljrittle@acm.org>
396
397         * config/locale/c_locale_generic.cc: Do not trust
398         _GLIBCPP_HAVE_STRTOF or _GLIBCPP_HAVE_STRTOLD as
399         set by configure.
400
401 2002-02-06  Loren Rittle <ljrittle@acm.org>
402
403         * acinclude.m4: Add C++ linkage check for strtof.
404         * aclocal.m4: Rebuilt.
405         * config.h.in: Rebuilt.
406         * configure: Rebuilt.
407         * config/locale/c_locale_generic.cc: Conditionally include
408         <ieeefp.h>.  Improve handling and error checking of float
409         and long double input for non-C99 configurations.
410
411 2002-02-06  Paolo Carlini  <pcarlini@unitus.it>
412
413         * include/bits/locale_facets.tcc (money_get::do_get(string)):
414         In case money_base::symbol deal properly with multi-char sign
415         for patterns {X,Y,Z,symbol} and {X,Y,symbol,none}.
416         * testsuite/22_locale/money_get_members_char.cc: Add test07.
417         * testsuite/22_locale/money_get_members_wchar_t.cc: Add test07.
418
419 2002-02-05  Paolo Carlini  <pcarlini@unitus.it>
420
421         * include/bits/locale_facets.tcc (money_get::do_get(string)):
422         First construct a tentative returned string, then, only if the
423         parsing succeeds, copy it into the string passed by reference.
424         * testsuite/22_locale/money_get_members_char.cc: Add test06.
425         * testsuite/22_locale/money_get_members_wchar_t.cc: Add test06.
426
427 2002-02-04  Phil Edwards  <pme@gcc.gnu.org>
428
429         * docs/doxygen/TODO:  Impl-defined behavior now documented...
430         * docs/html/17_intro/howto.html:  ...here.
431         * docs/doxygen/mainpage.doxy:  Remove, rename...
432         * docs/doxygen/mainpage.html:  ...to this.  Tweak HTML, add license.
433         * docs/doxygen/style.css:  Add small text.
434         * docs/doxygen/run_doxygen:  Adjust for new mainpage.
435         * docs/doxygen/user.cfg.in:  Likewise.
436
437 2002-02-04  Stephan Buys  <sbproxy@icon.co.za>
438
439         * include/bits/stl_map.h:  Initial doxygen markup.
440         * include/std/std_fstream.h:  Initial doxygen markup.
441
442 2002-02-04  Paolo Carlini  <pcarlini@unitus.it>
443
444         libstdc++/5579
445         * include/bits/locale_facets.tcc (money_get::do_get(string)):
446         Deal correctly with !(__io.flags() & ios_base::showbase)
447         for case money_base::symbol.
448         * testsuite/22_locale/money_get_members_char.cc: Add test05.
449         * testsuite/22_locale/money_get_members_wchar_t.cc: Add test05.
450
451 2002-02-02  Paolo Carlini  <pcarlini@unitus.it>
452
453         * testsuite/22_locale/operators.cc
454         (gnu_collate::do_compare()): Add return statement to
455         suppress "no return statement" warning.
456
457 2002-02-01  Paolo Carlini  <pcarlini@unitus.it>
458
459         * testsuite/27_io/ostream_manip.cc: Enable test02.
460
461 2002-02-01  Phil Edwards  <pme@gcc.gnu.org>
462
463         * docs/html/documentation.html:  Update for 3.0.96.
464         * docs/html/faq/index.html:  Update for 3.0.96.
465         * docs/html/faq/index.txt:  Regenerated.
466         * docs/doxygen/TODO:  Update notes.
467         * docs/html/17_intro/howto.html:  Initial impl-specific listing.
468
469 2002-01-31  Benjamin Kosnik  <bkoz@redhat.com>
470
471         * config/locale/codecvt_specializations_ieee_1003.1-200x.h:
472         Initialize all data members in copy ctor. Make ctors explicit.
473         (__enc_traits::__enc_traits()): Default ctor does nothing.
474         (__enc_traits::_M_init): Guard against multiple iconv_opens.
475         * include/std/std_sstream.h (basic_stringbuf): Make data members
476         protected.
477         * include/std/std_fstream.h (basic_filebuf): Same.
478         * include/std/std_streambuf.h: Tweak.
479         * include/bits/streambuf.tcc: Same.
480         * include/bits/sstream.tcc: Same.
481         * include/bits/fstream.tcc: Same.       
482
483 2002-01-31  Loren Rittle <ljrittle@acm.org>
484
485         * testsuite/22_locale/codecvt_members_char_char.cc: Do not
486         allow NULL argument to be passed to setenv().
487         * testsuite/22_locale/codecvt_members_wchar_t_char.cc: Likewise.
488         * testsuite/22_locale/collate_members_char.cc: Likewise.
489         * testsuite/22_locale/collate_members_wchar_t.cc: Likewise.
490         * testsuite/22_locale/ctype_members_char.cc: Likewise.
491         * testsuite/22_locale/ctype_members_wchar_t.cc: Likewise.
492         * testsuite/22_locale/messages_members_char.cc: Likewise.
493         * testsuite/22_locale/money_get_members_char.cc: Likewise.
494         * testsuite/22_locale/money_get_members_wchar_t.cc: Likewise.
495         * testsuite/22_locale/money_put_members_char.cc: Likewise.
496         * testsuite/22_locale/money_put_members_wchar_t.cc: Likewise.
497         * testsuite/22_locale/moneypunct_members_char.cc: Likewise.
498         * testsuite/22_locale/moneypunct_members_wchar_t.cc: Likewise.
499         * testsuite/22_locale/num_get_members_char.cc: Likewise.
500         * testsuite/22_locale/num_get_members_wchar_t.cc: Likewise.
501         * testsuite/22_locale/num_put_members_char.cc: Likewise.
502         * testsuite/22_locale/num_put_members_wchar_t.cc: Likewise.
503         * testsuite/22_locale/numpunct_members_char.cc: Likewise.
504         * testsuite/22_locale/numpunct_members_wchar_t.cc: Likewise.
505         * testsuite/22_locale/time_get_members_char.cc: Likewise.
506         * testsuite/22_locale/time_get_members_wchar_t.cc: Likewise.
507         * testsuite/22_locale/time_put_members_char.cc: Likewise.
508         * testsuite/22_locale/time_put_members_wchar_t.cc: Likewise.
509
510 2002-01-30  Benjamin Kosnik  <bkoz@redhat.com>
511
512         * config/locale/c_locale_gnu.cc: Same errno fixes as generic.
513
514         * ChangeLog-2001: Fix spelling errors...
515         * docs/html/17_intro/RELEASE-NOTES: Update.
516         * docs/html/17_intro/TODO: Update.
517         * README (file): Update.
518         
519 2002-01-30  Loren Rittle <ljrittle@acm.org>
520
521         * config/locale/c_locale_generic.cc: Check errno for ERANGE
522         instead of non-zero to aid portability.
523
524 2002-01-30  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
525
526         * docs/html/22_locale/messages.html: Fix example code.
527
528 2002-01-30  Richard Henderson  <rth@redhat.com>
529
530         * testsuite/27_io/ostream_inserter_arith.cc (test03_check): Break
531         out from test03 and templatize.
532         (test03): Use it.
533
534 2002-01-30  Paolo Carlini  <pcarlini@unitus.it>
535
536         * config/locale/numpunct_members_gnu.cc
537         (numpunct<char, wchar_t>::_M_initialize_numpunct()):
538         Fix initialization of _M_grouping for locales which have
539         _M_thousands_sep == '\0'(L'\0', respectively).
540         * testsuite/22_locale/numpunct_byname.cc (test02): Add test.
541
542 2002-01-30  Paolo Carlini  <pcarlini@unitus.it>
543
544         * testsuite/27_io/ostream_inserter_arith.cc (test03):
545         Better fix for 32/64 bit architectures, avoiding the
546         implicit assumption that CHAR_BIT == 8.
547
548 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
549
550         * Makefile.am (doxygen, doxygen-maint, doxygen-man):  Tweak targets.
551         * Makefile.in:  Regenerate.
552
553         * docs/doxygen/run_doxygen:  Update, mostly for man pages.
554         * docs/doxygen/Intro.3:  Update.
555         * docs/doxygen/TODO:  Update.
556         * docs/doxygen/doxygroups.cc:  Add namespace hook for __gnu_cxx.
557         * docs/doxygen/mainpage.doxy:  Update.
558         * docs/doxygen/user.cfg.in:  Update for header rename.  Also
559         regenerate comments and variables with 1.2.12.
560         * docs/doxygen/maint.cfg.in:  Remove file.
561
562         * include/bits/stl_relops.h:  Doxygenate.
563         * include/bits/stl_tempbuf.h (std::_Temporary_buffer):  Likewise.
564
565         * include/c_std/std_cassert.h, include/c_std/std_cctype.h,
566         include/c_std/std_cerrno.h, include/c_std/std_cfloat.h,
567         include/c_std/std_ciso646.h, include/c_std/std_climits.h,
568         include/c_std/std_clocale.h, include/c_std/std_cmath.h,
569         include/c_std/std_csetjmp.h, include/c_std/std_csignal.h,
570         include/c_std/std_cstdarg.h, include/c_std/std_cstddef.h,
571         include/c_std/std_cstdio.h, include/c_std/std_cstdlib.h,
572         include/c_std/std_cstring.h, include/c_std/std_ctime.h,
573         include/c_std/std_cwchar.h, include/c_std/std_cwctype.h,
574         include/ext/algorithm, include/ext/functional, include/ext/hash_map,
575         include/ext/hash_set, include/ext/iterator, include/ext/memory,
576         include/ext/numeric, include/ext/rb_tree, include/ext/rope,
577         include/ext/ropeimpl.h, include/ext/slist, include/ext/stl_hash_fun.h,
578         include/ext/stl_hashtable.h, include/ext/stl_rope.h,
579         include/std/std_algorithm.h, include/std/std_bitset.h,
580         include/std/std_complex.h, include/std/std_deque.h,
581         include/std/std_fstream.h, include/std/std_functional.h,
582         include/std/std_iomanip.h, include/std/std_ios.h,
583         include/std/std_iosfwd.h, include/std/std_iostream.h,
584         include/std/std_istream.h, include/std/std_iterator.h,
585         include/std/std_limits.h, include/std/std_list.h,
586         include/std/std_locale.h, include/std/std_map.h,
587         include/std/std_memory.h, include/std/std_numeric.h,
588         include/std/std_ostream.h, include/std/std_queue.h,
589         include/std/std_set.h, include/std/std_sstream.h,
590         include/std/std_stack.h, include/std/std_stdexcept.h,
591         include/std/std_streambuf.h, include/std/std_string.h,
592         include/std/std_utility.h, include/std/std_valarray.h,
593         include/std/std_vector.h:  Add/correct @file doxygen hook.
594
595         * include/ext/memory:  Doxygenate most of rest of file.
596         * libsupc++/exception:  Doxygen output formatting.
597         * libsupc++/new:  Say which header it is.
598
599         * testsuite/lib/libstdc++-v3-dg.exp:  Fix spacing.
600         * docs/html/19_diagnostics/howto.html:  Describe concept-checks switch.
601         * docs/html/23_containers/howto.html:  Describe O(n) list::size().
602         * docs/html/27_io/howto.html:  Also link to Langer and Kreft text.
603
604 2002-01-28  Paolo Carlini  <pcarlini@unitus.it>
605             Charles Leggett <CGLeggett@lbl.gov>
606
607         * testsuite/27_io/filebuf_members.cc (test_05): Add test.
608
609 2002-01-28  Paolo Carlini  <pcarlini@unitus.it>
610
611         * testsuite/27_io/ostream_inserter_arith.cc (test03):
612         Fix to deal correctly with both 32 bit and 64 bit architectures
613
614 2002-01-25  Loren Rittle <ljrittle@acm.org>
615
616         * testsuite/thread/pthread1.cc: Use one condition variable
617         per predicate instead of tricky use of one condition variable.
618
619 2002-01-25  Benjamin Kosnik  <bkoz@redhat.com>
620
621         * include/bits/fstream.tcc (filebuf::close()): Fix close for input
622         streams.
623         (filebuf::_M_really_overflow): Match indeterminate and sync calls.
624         * testsuite/27_io/filebuf.cc: Compile only.
625         * testsuite/27_io/filebuf_members.cc: Move tests to here.
626         * testsuite/27_io/filebuf_virtuals.cc: And here.
627         Revert sungetc, sync changes for expected values.
628         * testsuite/27_io/filebuf-*: Move to...
629         * testsuite/27_io/filebuf_virtuals-*: ...here.
630         * testsuite/27_io/istream.cc: Compile only, activate.
631         * testsuite/27_io/ostream.cc: Same.
632         * testsuite/27_io/iostream.cc: New.
633         * testsuite/27_io/iostream_members.cc: New.
634
635 2002-01-25  David Billinghurst <David.Billinghurst@riotinto.com>
636
637         * testsuite/thread/pthread1.cc: Enable on cygwin.
638         * testsuite/thread/pthread2.cc: Likewise.
639         * testsuite/thread/pthread3.cc: Likewise.
640         * testsuite/thread/pthread4.cc: Likewise.
641         * testsuite/thread/pthread5.cc: Likewise.
642         * testsuite/thread/pthread6.cc: Likewise.
643
644 2002-01-24  Benjamin Kosnik  <bkoz@redhat.com>
645
646         * testsuite/27_io/ostream_inserter_char.cc (test07): New. 
647         
648 2002-01-24  Benjamin Kosnik  <bkoz@redhat.com>
649
650         * include/bits/basic_ios.h (basic_ios::_M_check_facet): Make
651         const, tweak.
652         (basic_ios::fill(char_type)): Use fill().       
653         * include/bits/basic_ios.tcc (basic_ios::widen): Use _M_check_facet.
654         (basic_ios::narrow): Same.
655         (basic_ios::_M_cache_facets): Explicitly set cached facets to zero
656         if they are invalid.
657         (basic_ios::init): Comment.
658         * testsuite/27_io/ios_init.cc (test02): New.
659         
660 2002-01-24  Phil Edwards  <pme@gcc.gnu.org>
661
662         * include/bits/stl_tempbuf.h (_Temporary_buffer):  Add doxygen hook.
663         * include/bits/stl_algo.h:  Include stl_tempbuf.h.
664         * include/ext/memory:  Do not include stl_tempbuf.h.
665         (temporary_buffer):  Add doxygen hook.
666         (__get_temporary_buffer, get_temporary_buffer,
667         return_temporary_buffer):  Move back to std:: header...
668         * include/std/std_memory.h:  ...here.  Do not include stl_tempbuf.h.
669         * include/ext/rope:  Do not include stl_tempbuf.h.
670         * include/ext/stl_hashtable.h:  Likewise.
671         * include/std/std_algorithm.h:  Likewise.
672         * testsuite/20_util/temporary_buffer.cc:  New file.
673
674 2002-01-24  andrew@andypo.net
675             (tweaks, test and commit by Loren J. Rittle  <ljrittle@acm.org>)
676
677         libstdc++/5432
678         * include/bits/ios_base.h: Use _Atomic_word for reference counts.
679         * include/bits/localefwd.h: Likewise.
680         Also use for std::locale::id::_S_highwater.
681         * src/ios.cc (ios_base::xalloc): Use _Atomic_word.
682         * src/locale.cc: Support new usage of _Atomic_word.
683         (std::locale::classic): Guard entire function against reentry.
684         * src/localename.cc: Support new usage of _Atomic_word.
685
686 2002-01-24   Benjamin Kosnik  <bkoz@redhat.com>
687
688         * testsuite/22_locale/num_put_members_wchar_t.cc (test03): Use
689         _GLIBCPP_HAVE_SETENV.
690         * testsuite/22_locale/codecvt_members_wchar_t_char.cc (test02): Same.
691         * testsuite/22_locale/collate_members_char.cc (test02): Same.
692         * testsuite/22_locale/ctype_members_char.cc (test03): Same.
693         * testsuite/22_locale/ctype_members_wchar_t.cc (test03): Same.
694         * testsuite/22_locale/messages_members_char.cc (test02): Same.
695         * testsuite/22_locale/moneypunct_members_char.cc (test02): Same.
696         * testsuite/22_locale/moneypunct_members_wchar_t.cc (test02): Same.
697         * testsuite/22_locale/money_put_members_char.cc (test04): Same.
698         * testsuite/22_locale/money_put_members_wchar_t.cc (test04): Same.
699         * testsuite/22_locale/num_get_members_char.cc (test03): Same.
700         * testsuite/22_locale/num_get_members_wchar_t.cc (test03): Same.
701         * testsuite/22_locale/numpunct_members_char.cc (test02): Same.
702         * testsuite/22_locale/numpunct_members_wchar_t.cc (test02): Same.
703         * testsuite/22_locale/time_get_members_char.cc (test07): Same.
704         * testsuite/22_locale/time_get_members_wchar_t.cc (test07): Same.
705         * testsuite/22_locale/time_put_members_char.cc (test03): Same.
706         * testsuite/22_locale/time_put_members_wchar_t.cc (test03): Same.
707         * testsuite/22_locale/num_put_members_char.cc (test03): Same.
708         * acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): Check for setenv.
709         * aclocal.m4: Regenerate.
710         * configure: Regenerate.
711         * config.h.in: Regenerate.
712         
713 2002-01-23  Loren Rittle <ljrittle@acm.org>
714
715         * testsuite/thread/pthread1.cc: New test.
716         * testsuite/thread/pthread2.cc: New test adapted from libstdc++/5347.
717         * testsuite/thread/pthread3.cc: Likewise.
718         * testsuite/thread/pthread4.cc: New test adapted from
719         http://gcc.gnu.org/ml/gcc-bugs/2002-01/msg00679.html
720         * testsuite/thread/pthread5.cc: New test adapted from libstdc++/5464.
721         * testsuite/thread/pthread6.cc: New test adapted from libstdc++/5444.
722
723 2002-01-23  Richard Henderson  <rth@redhat.com>
724
725         PR libstdc++/5198
726         * config/cpu/m68k/bits/atomicity.h (__exchange_and_add): Only use
727         CAS on the cpu variants that support it.  Add versions that use
728         TAS and that disable interrupts.
729         (__atomic_add): Use __exchange_and_add to guarantee atomicity.
730
731 2002-01-23  Matt Kraai  <kraai@alumni.cmu.edu>
732
733         * include/bits/locale_facets.tcc: Remove old comments.
734
735 2002-01-23  Andreas Tobler  <toa@pop.agri.ch>
736
737         * include/bits/locale_facets.tcc (__convert_to_v): Change template
738         parameter to _Tv.
739         (__convert_from_v): Same.
740         
741 2002-01-23  Benjamin Kosnik  <bkoz@redhat.com>
742
743         * include/bits/locale_facets.h (num_get::_M_extract_int): Change
744         prototype.
745         * include/bits/locale_facets.tcc (num_get::_M_extract_int): Remove
746         __max_digits checks, adjust arguments.
747         (num_get::do_get(*)): Changeup.
748
749 2002-01-23  Loren Rittle <ljrittle@acm.org>
750
751         * config/locale/c_locale_generic.cc: Fix typename usage.
752
753 2002-01-22  Benjamin Kosnik  <bkoz@redhat.com>
754
755         * config/locale/c_locale_generic.cc: Fix.
756
757 2002-01-22  Benjamin Kosnik  <bkoz@redhat.com>
758
759         * docs/html/22_locale/messages.html: Remove angle brackets.
760         * docs/html/17_intro/TODO: Add.
761         
762 2002-01-22  Paolo Carlini  <pcarlini@unitus.it>
763
764         * testsuite/27_io/ios_manip_basefield.cc: Enable test02.
765         * testsuite/27_io/ostream_inserter_arith.cc: Enable test03.
766         * testsuite/27_io/ostream_inserter_char.cc: Enable test01.
767         * testsuite/27_io/ostream_inserter_other.cc: Enable test04.
768
769 2002-01-22  Benjamin Kosnik  <bkoz@redhat.com>
770
771         Audit for LANG independence.
772         * include/bits/localefwd.h: Tweaks.
773         * include/bits/locale_facets.tcc (money_get::do_get(long double)):
774         Use __convert_to_v.
775         (time_get::do_get_year): Same.
776         (__convert_from_v): Add.
777         (num_put::_M_convert_float): Use.
778         (num_put::_M_convert_int): Same.
779         (money_put::do_put): Same.
780         
781         * src/locale-inst.cc: Add instantiations for __convert_from_v.
782         * config/locale/time_members_gnu.cc: Cleanup setlocale usage.
783         * config/locale/time_members_generic.cc: 
784         * config/locale/messages_members_gnu.cc: Same.
785         * config/locale/messages_members_gnu.h: Same.
786         
787         * testsuite/22_locale/codecvt_members_wchar_t_char.cc (test02): New.
788         * testsuite/22_locale/codecvt_members_char_char.cc (test02): New.
789         * testsuite/22_locale/collate_members_wchar_t.cc (test02): New.
790         * testsuite/22_locale/collate_members_char.cc (test02): New.
791         * testsuite/22_locale/ctype_members_wchar_t.cc (test03): New.
792         * testsuite/22_locale/ctype_members_char.cc (test03): New.
793         * testsuite/22_locale/messages_members_char.cc (test02): New.
794         * testsuite/22_locale/moneypunct_members_wchar_t.cc (test02): New.
795         * testsuite/22_locale/moneypunct_members_char.cc (test02): New.
796         * testsuite/22_locale/money_get_members_wchar_t.cc (test04): New.
797         * testsuite/22_locale/money_get_members_char.cc (test04): New.
798         * testsuite/22_locale/money_put_members_wchar_t.cc (test04): New.
799         * testsuite/22_locale/money_put_members_char.cc (test04): New.
800         * testsuite/22_locale/numpunct_members_wchar_t.cc (test02): New.
801         * testsuite/22_locale/numpunct_members_char.cc (test02): New.
802         * testsuite/22_locale/time_put_members_wchar_t.cc (test03): New.
803         * testsuite/22_locale/time_put_members_char.cc (test03): New.
804         * testsuite/22_locale/time_get_members_wchar_t.cc (test07): New.
805         * testsuite/22_locale/time_get_members_char.cc (test07): New.
806         * testsuite/22_locale/num_get_members_wchar_t.cc (test03): New.
807         * testsuite/22_locale/num_get_members_char.cc (test03): New.
808         * testsuite/22_locale/num_put_members_wchar_t.cc (test03): New.
809         * testsuite/22_locale/num_put_members_char.cc (test03): New.
810
811         * testsuite/22_locale/time_get_members_char.cc: Fixups for global
812         locale issues.
813         * testsuite/22_locale/time_get_members_char.cc: Same.
814         
815 2002-01-22  Benjamin Kosnik  <bkoz@redhat.com>
816
817         libstdc++/5280
818         * include/bits/localefwd.h: Tweak comments.
819         * include/bits/locale_facets.h (__convert_to_v): Add.
820         * include/bits/locale_facets.tcc (num_get::do_get(double)): Use it.
821         (num_get::do_get(float)): Same.
822         (num_get::do_get(long double)): Same.
823         (num_get::do_get(bool)): Same.
824         (num_get::do_get(long)): Same.
825         (num_get::do_get(long long)): Same.
826         (num_get::do_get(unsigned int)): Same.
827         (num_get::do_get(unsigned short)): Same.
828         (num_get::do_get(unsigned long)): Same.
829         (num_get::do_get(unsigned long long)): Same.
830         * config/locale/c_locale_gnu.cc (__convert_to_v): Specialize.
831         * config/locale/c_locale_generic.cc: Same.
832         
833 2002-01-22  Loren Rittle <ljrittle@acm.org>
834
835         * include/Makefile.am (c_base_builddir): Remove redundant slash.
836         (std_builddir): Likewise.
837         (std_headers_rename): Fix cut-n-paste typo.
838         (install-data-local): Concat path per element instead of once to
839         first element of list.
840         * include/Makefile.in: Rebuilt.
841
842 2002-01-22  Benjamin Kosnik  <bkoz@redhat.com>
843
844         * config/os/aix/bits/ctype_noninline.h: Fix formatting.
845         * config/os/bsd/netbsd/bits/ctype_noninline.h: Fix typo.
846         * config/os/bsd/freebsd/bits/ctype_noninline.h: Fix formatting.
847
848 2002-01-20  Benjamin Kosnik  <bkoz@redhat.com>
849
850         * include/bits/locale_facets.h (ctype<char>::classic_table):
851         Remove definition.
852         (ctype<char>::_S_ctable): Remove.
853         * config/os/gnu-linux/bits/ctype_noninline.h
854         (ctype<char>::_S_table): Remove definition.
855         (ctype<char>::classic_table): Define.
856         (ctype<char>::ctype): Replace _S_ctable with classic_table().
857         * config/os/aix/bits/ctype_noninline.h: Same.
858         * config/os/bsd/freebsd/bits/ctype_noninline.h: Same.
859         * config/os/bsd/netbsd/bits/ctype_noninline.h: Same.
860         * config/os/djgpp/bits/ctype_noninline.h: Same.
861         * config/os/generic/bits/ctype_noninline.h: Same.
862         * config/os/gnu-linux/bits/ctype_noninline.h: Same.
863         * config/os/hpux/bits/ctype_noninline.h: Same.
864         * config/os/irix/irix5.2/bits/ctype_noninline.h: Same.
865         * config/os/irix/irix6.5/bits/ctype_noninline.h: Same.
866         * config/os/mingw32/bits/ctype_noninline.h: Same.
867         * config/os/newlib/bits/ctype_noninline.h: Same.
868         * config/os/solaris/solaris2.5/bits/ctype_noninline.h: Same.
869         * config/os/solaris/solaris2.6/bits/ctype_noninline.h: Same.
870         * config/os/solaris/solaris2.7/bits/ctype_noninline.h: Same.
871
872 2002-01-20  Danny Smith  <dannysmith@users.sourceforge.net>
873
874         * config/os/mingw32/bits/ctype_noninline.h: Declare _ctype instead
875         of _pctype. Use to define _S_ctable.  Add definition for alternate
876         ctor.  Initialise _M_ctable to _S_ctable in ctors.
877         (do_toupper, do_tolower): Use inline code appropriate for C-locale
878         rather than ::toupper, ::tolower.
879
880 2002-01-18  Loren Rittle <ljrittle@acm.org>
881
882         * testsuite/18_support/numeric_limits.cc (test_extrema<long double>):
883         Add specialization for FreeBSD systems only to avoid losing test
884         only due to extra precision unmentioned in system headers.
885
886 2002-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
887
888         * config/os/irix/irix6.5/bits/ctype_noninline.h: Fix typo
889
890 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
891
892         * testsuite/testsuite_hooks.h: Fix comment typo.  Memory
893         limiting is only attempted if _GLIBCPP_MEM_LIMIT is defined.
894
895 2002-01-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
896         
897         * testsuite/22_locale/ctor_copy_dtor.cc: Remove check.
898
899 2002-01-17  David Edelsohn  <edelsohn@gnu.org>
900
901         * configure.target: Define OPT_LDFLAGS for AIX case.
902
903 2002-01-17  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
904
905         * include/std/std_limits.h (__glibcpp_float_has_quiet_NaN,
906         __glibcpp_double_has_quiet_NaN): Correct mispelling.
907
908 2002-01-17  Andreas Tobler  <toa@pop.agri.ch>
909
910         * config/os/solaris/solaris2.6/bits/ctype_noninline.h: Fix.
911
912 2002-01-16  David Edelsohn  <dje@watson.ibm.com>
913
914         * acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES): Do not clear
915         SECTION_LDFLAGS and OPT_LDFLAGS.  Fix ac_sectionLDflags type.
916         * aclocal.m4: Regenerate.
917         * configure: Regenerate.
918         
919 2002-01-16  Benjamin Kosnik  <bkoz@redhat.com>
920
921         * include/Makefile.am (c_base_headers_rename): New.
922         (c_base_headers_extra): New.
923         (stamp-c_base): Modify.
924         (install-data-local): Use both.
925         * include/Makefile.in: Regenerate.
926         * include/c/[cctype ciso646 cmath cstdarg cstdlib cerrno climits
927         csetjmp cstddef cstring cwchar cassert cfloat clocale csignal
928         cstdio ctime cwctype]: Move to..
929         * include/c/std_*: Here.
930         * include/c_std/[cctype ciso646 cmath cstdarg cstdlib cerrno climits
931         csetjmp cstddef cstring cwchar cassert cfloat clocale csignal
932         cstdio ctime cwctype]: Move to..
933         * include/c_std/std_*: Here.
934
935         Alexandre Oliva  <aoliva@redhat.com>    
936         * include/Makefile.am (.PRECIOUS): Add rule.
937         * include/Makefile.in: Regenerate.
938         
939 2002-01-16  Benjamin Kosnik  <bkoz@redhat.com>
940             Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
941         
942         * include/bits/stl_iterator.h (reverse_iterator::_M_current):
943         Deuglify, should be current.
944         (back_insert_iterator::_M_container): Deuglify, should be container.
945         (front_insert_iterator::_M_container): Same.    
946         (insert_iterator::_M_container): Same.
947         * testsuite/24_iterators/reverse_iterator.cc: Add check.
948         * testsuite/24_iterators/back_insert_iterator.cc: Add check.    
949         * testsuite/24_iterators/front_insert_iterator.cc: Same.
950         * testsuite/24_iterators/insert_iterator.cc: Same.
951         
952 2002-01-16  Benjamin Kosnik  <bkoz@redhat.com>
953
954         * include/bits/locale_facets.h (ctype<char>::classic_table): Make
955         static.
956         (ctype<char>::_M_ctable): Make static, change name to _S_ctable.
957         * config/os/gnu-linux/bits/ctype_noninline.h: Define _S_ctable.
958         * config/os/solaris/solaris2.7/bits/ctype_noninline.h: Same.
959         * config/os/solaris/solaris2.6/bits/ctype_noninline.h: Same.
960         * config/os/solaris/solaris2.5/bits/ctype_noninline.h: Same.
961         * config/os/newlib/bits/ctype_noninline.h: Same.
962         * config/os/irix/irix6.5/bits/ctype_noninline.h: Same.
963         * config/os/irix/irix5.2/bits/ctype_noninline.h: Same.
964         * config/os/hpux/bits/ctype_noninline.h: Same.
965         * config/os/djgpp/bits/ctype_noninline.h: Same.
966         * config/os/bsd/netbsd/bits/ctype_noninline.h: Same.
967         * config/os/bsd/freebsd/bits/ctype_noninline.h: Same.
968         * config/os/aix/bits/ctype_noninline.h: Same.
969         
970         Testcase by Dietmar Kühl via Peter Schmid 
971         * testsuite/22_locale/ctype_members_char.cc (char>): Add test for
972         classic_table().
973
974 2002-01-16  Benjamin Kosnik  <bkoz@redhat.com>
975
976         * libmath/signbitl.c: Copyright years as list, not range.       
977         * libmath/Makefile.am: Same.
978         * libmath/Makefie.in: Regenerate.
979         * libmath/signbit.c: Same.
980         * libmath/nan.c: Same.
981         * libmath/copysignf.c: Same.
982         * libmath/signbitf.c: Same.
983         * testsuite/22_locale/money_get_members_char.cc: Same.
984         * testsuite/22_locale/money_get_members_wchar_t.cc: Same.
985         * testsuite/22_locale/money_put_members_char.cc: Same.
986         * testsuite/22_locale/money_put_members_wchar_t.cc: Same.
987         * testsuite/22_locale/time_get_members_char.cc: Same.
988         * testsuite/22_locale/time_get_members_wchar_t.cc: Same.
989         * testsuite/22_locale/time_put_members_char.cc: Same.
990         * testsuite/22_locale/time_put_members_wchar_t.cc: Same.
991         * testsuite/21_strings/nonmember.cc: Same.
992         * testsuite/21_strings/compare.cc: Same.
993         * testsuite/27_io/stringstream.cc: Same.
994         * testsuite/27_io/stringbuf.cc: Same.
995         * testsuite/27_io/filebuf.cc: Same.
996         * testsuite/27_io/ios_manip_basefield.cc: Same.
997         * testsuite/27_io/ios_manip_fmtflags.cc: Same.
998         * include/bits/cpp_type_traits.h: Same.
999         * include/bits/generic_shadow.h: Same.
1000         * include/bits/gslice_array.h: Same.
1001         * include/bits/gslice.h: Same.
1002         * include/bits/indirect_array.h: Same.
1003         * include/bits/slice_array.h: Same.
1004         * include/bits/sstream.tcc: Same.
1005         * include/bits/streambuf_iterator.h: Same.
1006         * include/bits/valarray_array.tcc: Same.
1007         * include/bits/valarray_meta.h: Same.
1008         * include/bits/valarray_array.h: Same.
1009         * config/os/mingw32/bits/ctype_noninline.h: Same.
1010         * config/os/mingw32/bits/ctype_base.h: Same.
1011         * config/os/hpux/bits/ctype_noninline.h: Same.
1012         * config/os/hpux/bits/ctype_base.h: Same.
1013         * config/os/gnu-linux/bits/ctype_noninline.h: Same.
1014         * config/os/gnu-linux/bits/ctype_base.h: Same.
1015         * config/os/generic/bits/ctype_noninline.h: Same.
1016         * config/os/generic/bits/ctype_base.h: Same.
1017
1018         * libsupc++/tinfo.h: Tweaks.
1019
1020 2002-01-15  Benjamin Kosnik  <bkoz@redhat.com>
1021
1022         * testsuite/22_locale/num_put_members_wchar_t.cc (test02): Same.
1023         * testsuite/22_locale/num_put_members_char.cc (test01): Tweak.
1024         * testsuite/22_locale/ctype_members_char.cc: Tweak.     
1025
1026 2002-01-15  Benjamin Kosnik  <bkoz@redhat.com>
1027
1028         * include/bits/locale_facets.tcc (num_put::do_put(bool): Fix.
1029         (num_put::do_put(void*)): Fix.
1030         * testsuite/22_locale/num_put_members_char.cc (test02): Add.
1031         * testsuite/22_locale/num_put_members_wchar_t.cc (test02): Add.
1032         * testsuite/22_locale/num_get_members_char.cc (test02): Add
1033         long double, void, bool types.
1034         * testsuite/22_locale/num_get_members_wchar_t.cc (test02): Add.
1035         
1036 2002-01-15  Benjamin Kosnik  <bkoz@redhat.com>
1037             Alexandre Oliva  <aoliva@redhat.com>
1038
1039         * libmath/Makefile.am (LINK): Add --tag CC.
1040         * libmath/Makefile.in: Regenerate.
1041
1042 2002-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1043
1044         * config/os/hpux/bits/ctype_noninline.h: Use __SB_masks for address
1045         of character to attribute mapping table.
1046
1047 2002-01-15  David Billinghurst <David.Billinghurst@riotinto.com>
1048
1049         * testsuite/26_numerics/c99_classification_macros_c.cc
1050         Remove dg-error and dg-excess-errors comments.
1051
1052 2002-01-14  Benjamin Kosnik  <bkoz@redhat.com>
1053
1054         * include/bits/locale_facets.tcc (time_put::put): Correct output
1055         iterator positions.
1056         * testsuite/22_locale/time_put_members_char.cc (test02): Add.
1057         * testsuite/22_locale/time_put_members_wchar_t.cc (test02): Add.
1058         * testsuite/22_locale/time_get_members_wchar_t.cc (test06): Add.
1059         * testsuite/22_locale/time_get_members_char.cc (test06): Add.
1060
1061 2002-01-14  Craig Rodrigues  <rodrigc@gcc.gnu.org>
1062
1063         * docs/html/17_intro/porting-howto.xml: Update filebuf section.
1064
1065 2002-01-14  Paolo Carlini  <pcarlini@unitus.it>
1066             Nathan Myers  <ncm@cantrip.org>
1067
1068         * include/bits/basic_string.h
1069         (replace(__pos, __n1, __s, __n2)): Optimize by avoiding
1070         temporaries (i.e., call _M_replace_safe) when possible.
1071         (replace(__pos, __n, __str)): Call replace(__pos, __n1, __s, __n2).
1072         (replace(__pos, __n1, __s)): Call replace(__pos, __n1, __s , __n2).
1073         (replace(__i1, __i2, __str)): Call replace(__i1, __i2, __s, __n).
1074         (replace(__i1, __i2, __s)): Call replace(__i1, __i2, __s, __n).
1075         (replace(__i1, __i2, __s, __n)): Call replace(__pos1, __n1, __s, __n2).
1076         * include/bits/basic_string.tcc
1077         (replace(__pos1, __n1, __str, __pos2, __n2)): Call
1078         replace(__pos, __n1, __s, __n2).
1079         * testsuite/21_strings/replace.cc (test03): New testcases.
1080
1081         * include/bits/basic_string.h (insert(__pos, __s, __n)):
1082         Adjust comparison wrt overflow.
1083         
1084 2002-01-12  Benjamin Kosnik  <bkoz@redhat.com>
1085
1086         * include/Makefile.am (std_headers_rename): New variable.
1087         (install-data-local): Use it.
1088         * include/Makefile.in: Regenerate.
1089         
1090 2002-01-12  Benjamin Kosnik  <bkoz@redhat.com>
1091
1092         * include/bits/locale_facets.tcc (money_put::do_put(string):
1093         Correct output iterator value.
1094         * testsuite/22_locale/money_put_members_char.cc (test03): Add.
1095         * testsuite/22_locale/money_put_members_wchar_t.cc: Same.
1096         
1097 2002-01-11  Phil Edwards  <pme@gcc.gnu.org>
1098
1099         * include/Makefile.am, include/Makefile.in (stamp-std):  Fix typo from
1100         previous commit.
1101
1102 2002-01-11  Phil Edwards  <pme@gcc.gnu.org>
1103
1104         * include/Makefile.am (std_headers):  Update list with new names.
1105         (stamp-std):  Link to standardized name.
1106         * include/Makefile.in:  Regenerate.
1107
1108         * include/std/algorithm, include/std/bitset, include/std/complex,
1109         include/std/deque, include/std/fstream, include/std/functional,
1110         include/std/iomanip, include/std/ios, include/std/iosfwd,
1111         include/std/iostream, include/std/istream, include/std/iterator,
1112         include/std/limits, include/std/list, include/std/locale,
1113         include/std/map, include/std/memory, include/std/numeric,
1114         include/std/ostream, include/std/queue, include/std/set,
1115         include/std/sstream, include/std/stack, include/std/stdexcept,
1116         include/std/streambuf, include/std/string, include/std/utility,
1117         include/std/valarray, include/std/vector:  Rename to...
1118
1119         * include/std/std_algorithm.h, include/std/std_bitset.h,
1120         include/std/std_complex.h, include/std/std_deque.h,
1121         include/std/std_fstream.h, include/std/std_functional.h,
1122         include/std/std_iomanip.h, include/std/std_ios.h,
1123         include/std/std_iosfwd.h, include/std/std_iostream.h,
1124         include/std/std_istream.h, include/std/std_iterator.h,
1125         include/std/std_limits.h, include/std/std_list.h,
1126         include/std/std_locale.h, include/std/std_map.h,
1127         include/std/std_memory.h, include/std/std_numeric.h,
1128         include/std/std_ostream.h, include/std/std_queue.h,
1129         include/std/std_set.h, include/std/std_sstream.h,
1130         include/std/std_stack.h, include/std/std_stdexcept.h,
1131         include/std/std_streambuf.h, include/std/std_string.h,
1132         include/std/std_utility.h, include/std/std_valarray.h,
1133         include/std/std_vector.h:  ...this.
1134
1135 2002-01-11  Loren Rittle <ljrittle@acm.org>
1136
1137         * include/Makefile.am (extra_target_headers): New list of all
1138         target files built with ad hoc naming rules.
1139         (stamp-*): Handle LN_S failure in manner portable across make
1140         implementations.
1141         (install-data-local): Install header files from human-maintained
1142         file lists and directory components instead of non-robust find.
1143         * include/Makefile.in: Rebuilt.
1144
1145 2002-01-11  Benjamin Kosnik  <bkoz@redhat.com>
1146
1147         * include/bits/locale_facets.tcc (money_get::do_get(string)):
1148         Check for zero-length negative sign before adding it to output
1149         string.
1150         (money_get::do_get(long double)): Return beg.
1151         * testsuite/22_locale/money_get_members_char.cc (test02): Add
1152         iterator checks.
1153         * testsuite/22_locale/money_get_members_wchar_t.cc: Same.
1154         
1155 2002-01-10  David Seymour  <seymour_dj@yahoo.com>
1156
1157         libstdc++/5331
1158         * include/bits/locale_facets.h (num_get<>): Return advanced iterator
1159         for _M_extract_float and _M_extract_int
1160         * include/bits/locale_facets.tcc (num_get<>::_M_extract_float)
1161         (num_get<>::_M_extract_int): Likewise, all callers changed
1162         * testsuite/22_locale/num_get_members_char.cc: Testcase
1163
1164 2002-01-09  Paolo Carlini <pcarlini@unitus.it>
1165
1166         * libsupc++/exception (bad_exception): Add comment.
1167         * libsupc++/new (bad_alloc): Same.
1168         * libsupc++/typeinfo (bad_cast, bad_typeid): Same.
1169
1170 2002-01-09  Paolo Carlini <pcarlini@unitus.it>
1171
1172         libstdc++/3150: revert 2001-11-30 commit. DR266 only means
1173         that the destructors should be removed from the descriptions
1174         in the standard: writing them explicitly allows the vtable
1175         heuristic to work. For additional information see:
1176         http://gcc.gnu.org/ml/libstdc++/2002-01/msg00090.html
1177         http://gcc.gnu.org/ml/libstdc++/2002-01/msg00110.html
1178         http://gcc.gnu.org/ml/libstdc++/2002-01/msg00155.html
1179         * libsupc++/exception (bad_exception::~bad_exception()):
1180         Reintroduce declaration.
1181         * libsupc++/new (bad_alloc::~bad_alloc()): Same.
1182         * libsupc++/typeinfo (bad_cast::~bad_cast()): Same.
1183         (bad_typeid::~bad_typeid()): Same.
1184         * libsupc++/eh_exception.cc (bad_exception::~bad_exception()):
1185         Reintroduce definition.
1186         * libsupc++/new_handler.cc (bad_alloc::~bad_alloc()): Same.
1187         * libsupc++/tinfo.cc (bad_cast::~bad_cast()): Same.
1188         (bad_typeid::~bad_typeid()): Same.
1189
1190 2002-01-09  Benjamin Kosnik  <bkoz@redhat.com>
1191
1192         * include/Makefile.am (c_base_srcdir): Remove duplicate '/'.
1193         * include/Makefile.in: Regenerate.
1194         
1195 2002-01-09  Bo Thorsen  <bo@suse.co.uk>
1196
1197         * config/cpu/x86-64/bits/cpu_limits.h (__glibcpp_long_bits): Add
1198         definition.
1199
1200 2002-01-08  Benjamin Kosnik  <bkoz@redhat.com>
1201
1202         libstdc++/2913
1203         libstdc++/4879
1204         * include/bits/fstream.tcc (filebuf::_M_really_overflow): Test
1205         return value of _M_file->sync().
1206         (filebuf::showmanyc): Check for is_open.
1207         * include/std/fstream (filebuf::sync): Tweak.
1208         * testsuite/27_io/filebuf.cc: Tweak.
1209
1210 2002-01-08  John Fardo  <jfardo@laurelnetworks.com>
1211             Brad Garcia  <garsh@attbi.com>
1212         
1213         * testsuite/27_io/filebuf_members.cc: Add test.
1214         
1215 2002-01-07  Benjamin Kosnik  <bkoz@redhat.com>
1216             Craig Rodrigues  <rodrigc@mediaone.net>
1217
1218         libstdc++/5174
1219         * po/Makefile.am (mkinstalldirs): Add.
1220         * po/Makefile.in: Regenerate.
1221
1222 2002-01-07  David Billinghurst  <David.Billinghurst@riotinto.com>
1223
1224         * testsuite_flags.in: Add -fmessage-length=0 to CXXFLAGS *
1225         testsuite/lib/prune.exp: Delete lines ":In function ..."  from
1226         compiler output.
1227         * testsuite/23_containers/map_operators.cc: Remove
1228         dg-excess-errors comment.
1229         * testsuite/23_containers/set_operators.cc: Likewise.
1230
1231 2002-01-06  Paolo Carlini  <pcarlini@unitus.it>
1232
1233         * include/bits/stl_function.h:  Remove two lines of comments;
1234         adjust copyright years.
1235
1236 2002-01-04  Benjamin  Kosnik  <bkoz@redhat.com>
1237
1238         * include/Makefile.am (std_headers): Remove cXXX from list.
1239         (c_base_srcdir): No bits subdirectory.
1240         (c_base_builddir): Same.
1241         (c_base_headers): Adjust names, add ciso646.
1242         (bits_headers): Remove std_xxx.h headers.
1243         * include/Makefile.in: Regenerate.
1244         
1245         * include/ext/iterator: Adjust includes.
1246         * include/ext/ropeimpl.h: Same.
1247         * include/ext/stl_hash_fun.h: Same.
1248         * include/ext/algorithm: Same.
1249         
1250         * include/backward/bvector.h: Adjust includes.
1251         * include/backward/vector.h: Same.
1252         * include/backward/strstream: Same.
1253         * include/backward/streambuf.h: Same.
1254         * include/backward/stack.h: Same.
1255         * include/backward/set.h: Same.
1256         * include/backward/queue.h: Same.
1257         * include/backward/multiset.h: Same.
1258         * include/backward/multimap.h: Same.
1259         * include/backward/map.h: Same.
1260         * include/backward/list.h: Same.
1261         * include/backward/iterator.h: Same.
1262         * include/backward/iostream.h: Same.
1263         * include/backward/iomanip.h: Same.
1264         * include/backward/fstream.h: Same.
1265         * include/backward/deque.h: Same.
1266         * include/backward/complex.h: Same.
1267
1268         * include/bits/std_algorithm.h: Move to...
1269         * include/std/algorithm: ...here.
1270         * include/bits/std_iosfwd.h, std_locale.h, std_stack.h,
1271         std_bitset.h, std_ios.h, std_map.h, std_stdexcept.h,
1272         std_complex.h, std_iostream.h, std_memory.h, std_streambuf.h,
1273         std_deque.h, std_istream.h, std_numeric.h, std_string.h,
1274         std_fstream.h, std_ostream.h, std_utility.h, std_iterator.h,
1275         std_queue.h, std_valarray.h, std_functional.h, std_limits.h,
1276         std_set.h, std_vector.h, std_iomanip.h, std_list.h, std_sstream.h:
1277         Same.
1278         
1279         * include/c_std/bits/std_cassert.h: Move to...
1280         * include/c_std/cassert: Here.
1281         * include/c_std/std_cctype.h, std_cerrno.h, std_cfloat.h,
1282         std_climits.h, std_clocale.h, std_cmath.h, std_csetjmp.h,
1283         std_csignal.h, std_cstdarg.h, std_cstddef.h, std_cstdio.h,
1284         std_cstdlib.h, std_cstring.h, std_ctime.h, std_cwchar.h,
1285         std_cwctype.h: Same.
1286         * include/c_std/cmath: Adjust cmath.tcc include.
1287         * include/c_std/cstdlib: Adjust includes.
1288         * include/c_std/cwchar: Same.
1289         * include/c_std/ctime: Same.
1290         * include/c_std/cstring: Same.
1291         * include/c_std/cstdio: Same.
1292         * include/c_std/bits: Remove directory.
1293         
1294         * include/c/bits/std_cassert.h: Move to...
1295         * include/c/cassert: Here.
1296         * include/c/std_cctype.h, std_cerrno.h, std_cfloat.h,
1297         std_climits.h, std_clocale.h, std_cmath.h, std_csetjmp.h,
1298         std_csignal.h, std_cstdarg.h, std_cstddef.h, std_cstdio.h,
1299         std_cstdlib.h, std_cstring.h, std_ctime.h, std_cwchar.h,
1300         std_cwctype.h: Same.
1301         * include/c/bits: Remove directory.
1302         
1303         * include/std/cwctype: Remove.
1304         * include/std/cwchar: Remove.
1305         * include/std/ctime: Remove.
1306         * include/std/cstring: Remove.
1307         * include/std/cstdlib: Remove.
1308         * include/std/cstdio: Remove.
1309         * include/std/cstddef: Remove.
1310         * include/std/cstdarg: Remove.
1311         * include/std/csignal: Remove.
1312         * include/std/csetjmp: Remove.
1313         * include/std/cmath: Remove.
1314         * include/std/clocale: Remove.
1315         * include/std/climits: Remove.
1316         * include/std/ciso646: Remove.
1317         * include/std/cfloat: Remove.
1318         * include/std/cerrno: Remove.
1319         * include/std/cctype: Remove.
1320         * include/std/cassert: Remove.
1321
1322         * include/bits/fpos.h: Adjust includes, removing <bits/std_xxx.h>
1323         files and subsituting <xxx>.
1324         * include/bits/valarray_array.h: Same.
1325         * include/bits/stl_uninitialized.h: Same.
1326         * include/bits/stl_alloc.h: Same.
1327         * include/bits/stl_algobase.h: Same.
1328         * include/bits/sstream.tcc: Same.
1329         * include/bits/pthread_allocimpl.h: Same.
1330         * include/bits/ostream.tcc: Same.
1331         * include/bits/localefwd.h: Same.
1332         * include/bits/locale_facets.tcc: Same.
1333         * include/bits/locale_facets.h: Same.
1334         * include/bits/istream.tcc: Same.
1335         * include/bits/char_traits.h: Same.
1336         * include/bits/boost_concept_check.h: Same.
1337         * include/bits/basic_file.h: Same.
1338         * include/std/bitset: Same.
1339         * include/std/complex: Same.
1340         * include/std/fstream: Same.
1341         * include/std/functional: Same.
1342         * include/std/ios: Same.
1343         * include/std/iostream: Same.
1344         * include/std/ostream: Same.
1345         * include/std/sstream: Same.
1346         * include/std/streambuf: Same.
1347         * include/std/string: Same.
1348         * include/std/iterator: Same.
1349         * include/std/valarray: Same.
1350
1351         * src/ios.cc: Adjust includes.
1352         * src/valarray-inst.cc: Same.
1353         * src/string-inst.cc: Same.
1354         * src/stl-inst.cc: Same.
1355         * src/stdexcept.cc: Same.
1356         * src/misc-inst.cc: Same.
1357         * src/localename.cc: Same.
1358         * src/locale-inst.cc: Same.
1359         * src/locale.cc: Same.
1360         * src/limits.cc: Same.
1361         * src/concept-inst.cc: Same.
1362         * src/complex_io.cc: Same.
1363         * src/codecvt.cc: Same.
1364         * src/bitset.cc: Same.
1365         * src/cmath.cc: Same.
1366
1367 2002-01-04  Paolo Carlini  <pcarlini@unitus.it>
1368
1369         * include/bits/stl_tree.h (rb_tree):  Move to...
1370         * include/ext/rb_tree:  ...here, new file.
1371         * include/Makefile.am (ext_headers):  Add new file.
1372         * include/Makefile.in:  Regenerate.
1373         * include/bits/stl_tempbuf.h (get_temporary_buffer + helper,
1374         return_temporary_buffer, struct temporary_buffer):  Move to...
1375         * include/ext/memory:  ...here.
1376         * testsuite/ext/headers.cc:  Include <ext/rb_tree>.
1377         * include/backward/tempbuf.h:  Include <ext/memory>, tweak.
1378         * include/backward/tree.h:  Include <ext/rb_tree), tweak.
1379
1380 2002-01-03  Paolo Carlini  <pcarlini@unitus.it>
1381
1382         * include/bits/stl_numeric.h (power + helpers, iota):  Move to...
1383         * include/ext/numeric:  ...here, new file.
1384         * include/bits/stl_function.h (identity_element, unary_compose,
1385         binary_compose, compose1, compose2, identity, select1st,
1386         select2nd, project1st + helper, project2nd + helper,
1387         constant_void_fun + helper, constant_unary_fun + helper,
1388         costant_binary_fun + helper, constant0, constant1, constant2,
1389         subtractive_rng, mem_fun1, mem_fun1_ref):  Move to...
1390         * include/ext/functional:  ...here, new file.
1391         * include/Makefile.am (ext_headers):  Add new files.
1392         * include/Makefile.in:  Regenerate.
1393         * testsuite/ext/headers.cc:  Include <ext/numeric> and
1394         <ext/functional>.
1395         * include/backward/algo.h:  Include <ext/numeric>, tweak.
1396         * include/backward/function.h:  Include <ext/functional>, tweak.
1397         * include/ext/ropeimpl.h:  Include <ext/numeric>.
1398
1399 2002-01-03  Jeffrey A Law  <law@redhat.com>
1400
1401         * config/os/hpux/bits/os_defines.h: Prefix __strtoll and
1402         __strtoull declarations with __extension__.
1403
1404 2002-01-03  David Billinghurst <David.Billinghurst@riotinto.com>
1405
1406         * testsuite/lib/prune.exp: Correct regular expression for
1407         -ffunction-sections
1408
1409 2002-01-02  Phil Edwards  <pme@gcc.gnu.org>
1410
1411         * include/bits/stl_algo.h (upper_bound, equal_range, binary_search):
1412         Change concept checks, as with lower_bound and PR 2054.
1413         * testsuite/ext/concept_checks.cc:  Expand test to include those.
1414
1415 2002-01-02  Phil Edwards  <pme@gcc.gnu.org>
1416
1417         * include/bits/boost_concept_check.h:  Import some changes from
1418         upsteam (Boost) version.
1419
1420 2002-01-02  Paolo Carlini  <pcarlini@unitus.it>
1421
1422         * include/bits/stl_algobase.h (copy_n + helpers,
1423         lexicographical_compare_3way + helpers):  Move to...
1424         * include/ext/algorithm:  ...here.
1425         * include/bits/stl_uninitialized.h (uninitialized_copy_n +
1426         helpers):  Move to...
1427         * include/ext/memory:  ...here, new file.
1428         * include/Makefile.am (ext_headers):  Add new file.
1429         * include/Makefile.in:  Regenerate.
1430         * testsuite/ext/headers.cc:  Include <ext/memory>.
1431         * include/backward/algobase.h:  Include <ext/memory> and
1432         <ext/algorithm>, tweak.
1433         * include/ext/ropeimpl.h:  Include <ext/memory>, tweak.
1434         * include/ext/stl_rope.h:  Include <ext/memory>, tweak.
1435
1436 2002-01-01  Roger Sayle <roger@eyesopen.com>
1437
1438         * libmath/stubs.c (sinf,cosf): Implement stubs to enable the
1439         equivalent ___builtin__ versions.
1440
1441         * include/c_shadow/bits/std_cmath.h: All __builtin math functions
1442         are available in libstdc++ as the necessary stub implementations
1443         are provided by libmath/stubs.c.
1444
1445 2002-01-01  Jason Thorpe  <thorpej@wasabisystems.com>
1446
1447         * configure.in: Add support for NetBSD cross compiles.
1448         * configure: Regenerate.