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