190792Sgshapiro2002-12-30  Loren J. Rittle  <ljrittle@acm.org>
294334Sgshapiro
390792Sgshapiro	* src/Makefile.am: Resolve non-portable use of $<.
490792Sgshapiro	* src/Makefile.in: Rebuilt.
590792Sgshapiro
690792Sgshapiro2002-12-30  Phil Edwards  <pme@gcc.gnu.org>
790792Sgshapiro
890792Sgshapiro	* configure.in (GLIBCPP_ENABLE_CXX_FLAGS):  Do not pass arguments,
990792Sgshapiro	let the defaults work.
1090792Sgshapiro	* configure:  Regenerate.
1190792Sgshapiro
1290792Sgshapiro2002-12-30  Phil Edwards  <pme@gcc.gnu.org>
13110560Sgshapiro
1490792Sgshapiro	* acinclude.m4:  Remove trailing whitespace.
1590792Sgshapiro	(GLIBCPP_ENABLE_CXX_FLAGS):  Fix.
1690792Sgshapiro	* aclocal.m4, configure:  Regenerate.
1790792Sgshapiro
1890792Sgshapiro2002-12-29  Phil Edwards  <pme@gcc.gnu.org>
1990792Sgshapiro
2090792Sgshapiro	* include/std/std_bitset.h:  Better comments.
2190792Sgshapiro
2290792Sgshapiro2002-12-28  Joseph S. Myers  <jsm@polyomino.org.uk>
2390792Sgshapiro
2490792Sgshapiro	* docs/html/17_intro/porting.texi: Use @copying.
2590792Sgshapiro	* docs/html/17_intro/porting.html: Regenerate.
2690792Sgshapiro
2790792Sgshapiro2002-12-27  Mark Mitchell  <mark@codesourcery.com>
2890792Sgshapiro
2990792Sgshapiro	* config/locale/gnu/ctype_members.cc
3090792Sgshapiro	(ctype<wchar_t>::_M_convert_to_wmask): Remove stray semicolon.
3190792Sgshapiro	* config/locale/gnu/monetary_members.cc
3290792Sgshapiro	(moneypunct<wchar_t, true>::_M_initialize_moneypunct): Avoid
3390792Sgshapiro	defining classes in static_cast.
3490792Sgshapiro	(moneypunct<wchar_t, false>::_M_initialize_moneypunct): Likewise.
3590792Sgshapiro	* config/locale/gnu/numeric_members.cc
3690792Sgshapiro	(numpunct<wchar_t, false>::_M_initialize_numpunct): Likewise.
3790792Sgshapiro	* include/bits/stl_deque.h (operator-): Insert typename where
3890792Sgshapiro	required.
3990792Sgshapiro	* include/bits/stl_multiset.h (multiset): Remove stray semicolon.
4090792Sgshapiro	* include/bits/stl_set.h (set): Likewise.
4190792Sgshapiro	* include/bits/valarray_meta.h (bits/slice_array.h): Include it.
4290792Sgshapiro	* include/std/std_fstream.h (basic_fstream::open): Use this-> to
4390792Sgshapiro	avoid Koenig lookup.
4490792Sgshapiro	(basic_fstream::close): Likewise.
4590792Sgshapiro	* libsupc++/new (operator delete): Remove stray semicolon.
4690792Sgshapiro	* libsupc++/new (operator delete[]): Likewise.
4790792Sgshapiro	* libsupc++/tinfo.cc: Likewise.
4890792Sgshapiro	* src/stdexcept.c (logic_error::~logic_error): Likewise.
4990792Sgshapiro	(runtime_error::~runtime_error): Likewise.
5090792Sgshapiro	
5190792Sgshapiro2002-12-26  Phil Edwards  <pme@gcc.gnu.org>
5290792Sgshapiro
5390792Sgshapiro	* libsupc++/exception:  Add comment (mistakenly skipped).
5490792Sgshapiro
5590792Sgshapiro2002-12-26  Phil Edwards  <pme@gcc.gnu.org>
5690792Sgshapiro
5790792Sgshapiro	* include/std/std_bitset.h (_Base_bitset::_M_do_left_shift,
5890792Sgshapiro	_Base_bitset::_M_do_right_shift): Expect a non-zero shift.
5990792Sgshapiro	(bitset::operator<<=, bitset::operator>>=):  When shifting more bits
6090792Sgshapiro	than are in the bitset, zero memory rather than segfault.
6190792Sgshapiro	(operator>>(basic_istream,bitset):  Only call setstate once, after
6290792Sgshapiro	all work has been done.
6390792Sgshapiro
6490792Sgshapiro	* testsuite/23_containers/bitset_members.cc (test03):  New test.
6590792Sgshapiro	* testsuite/23_containers/bitset_shift.cc (test02):  New test.
6690792Sgshapiro
6790792Sgshapiro2002-12-26  Phil Edwards  <pme@gcc.gnu.org>
6890792Sgshapiro
6990792Sgshapiro	* libsupc++/vterminate.cc (writestr):  Use __builtin_strlen.
7090792Sgshapiro
7190792Sgshapiro2002-12-26  Phil Edwards  <pme@gcc.gnu.org>
7290792Sgshapiro
7390792Sgshapiro	* libsupc++/eh_term_handler.cc:  Add comment about embedded systems.
7490792Sgshapiro	* docs/html/debug.html:  Cosmetic and HTML changes.  Point to
7590792Sgshapiro	verb-term notes.
7690792Sgshapiro	* docs/html/documentation.html:  Link to the FAQ.
7790792Sgshapiro	* docs/html/17_intro/howto.html:  Mention use of isatty(3).
7890792Sgshapiro	* docs/html/19_diagnostics/howto.html:  Update verb-term description.
7990792Sgshapiro
8090792Sgshapiro2002-12-25  Phil Edwards  <pme@gcc.gnu.org>
8190792Sgshapiro
8290792Sgshapiro	* src/vterminate.cc:  Move to...
8390792Sgshapiro	* libsupc++/vterminate.cc:  ...here.  New file.  Replace fprintf with
8490792Sgshapiro	writestr macro.  Slight reword to explanatory text.
8590792Sgshapiro	* libsupc++/eh_terminate.cc (__cxxabiv1::__terminate_handler,
8690792Sgshapiro	__cxxabiv1::__unexpected_handler):  Break definitions out to...
8790792Sgshapiro	* libsupc++/eh_unex_handler.cc:  ...here (new file), and...
8890792Sgshapiro	* libsupc++/eh_term_handler.cc:  ...here (new file).  Initialize
8990792Sgshapiro	__terminate_handler with __gnu_cxx::__verbose_terminate_handler
9090792Sgshapiro	instead of std::abort.
9190792Sgshapiro
9290792Sgshapiro	* libsupc++/Makefile.am (sources), src/Makefile.am (sources):  Update.
9390792Sgshapiro	* libsupc++/Makefile.in, src/Makefile.in:  Regenerate.
9490792Sgshapiro
9590792Sgshapiro2002-12-23  Danny Smith  <dannysmith@users.sourceforge.net>
9690792Sgshapiro
9790792Sgshapiro	* config/io/basic_file_stdio.cc (__basic_file::_M_open_mode):
9890792Sgshapiro	Don't use O_NONBLOCK if it is not defined.
9990792Sgshapiro	(__basic_file::open): Don't use fcntl either.
10090792Sgshapiro
10190792Sgshapiro2002-12-20  Sylvain Pion   <Sylvain.Pion@mpi-sb.mpg.de>
10290792Sgshapiro
10390792Sgshapiro	* include/bits/stl_deque.h: Fix typo.
10490792Sgshapiro	* include/bits/stl_list.h: Same.
10590792Sgshapiro	* include/bits/stl_map.h: Same.
10690792Sgshapiro	* include/bits/stl_multimap.h: Same.
10790792Sgshapiro	* include/bits/stl_queue.h: Same.
10894334Sgshapiro	* include/bits/stl_stack.h: Same.
10990792Sgshapiro	* include/bits/stl_vector.h: Same.
11090792Sgshapiro
11190792Sgshapiro2002-12-18  Benjamin Kosnik  <bkoz@redhat.com>
11290792Sgshapiro
11390792Sgshapiro 	* docs/html/documentation.html: Add link for debug.html.
11490792Sgshapiro	* docs/html/debug.html: New.
11590792Sgshapiro	
11690792Sgshapiro2002-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11790792Sgshapiro
11890792Sgshapiro	* testsuite/23_containers/vector_capacity.cc (test03): Move ...
11990792Sgshapiro	* testsuite/23_containers/vector_resize.cc: ...here as a new file.
12090792Sgshapiro	Pass in -lmalloc for irix6.
12190792Sgshapiro	* testsuite/27_io/ios_base_storage.cc: Pass in -lmalloc for irix6.
12290792Sgshapiro
12390792Sgshapiro2002-12-18  Jason Merrill  <jason@redhat.com>
12490792Sgshapiro
12590792Sgshapiro	* src/vterminate.cc (__verbose_terminate_handler): Send
12690792Sgshapiro	diagnostics to stderr.
12790792Sgshapiro
12890792Sgshapiro2002-12-18  Ulrich Weigand  <uweigand@de.ibm.com>
12990792Sgshapiro
13090792Sgshapiro	* configure.in: Define with_target_subdir and with_build_subdir
13190792Sgshapiro	variables in config-ml.in AC_OUTPUT call.
13290792Sgshapiro	* configure: Regenerate.
13390792Sgshapiro
13490792Sgshapiro2002-12-16  Paolo Carlini  <pcarlini@unitus.it>
13590792Sgshapiro
13690792Sgshapiro	PR libstdc++/8949
13790792Sgshapiro	* include/std/std_limits.h
13890792Sgshapiro	(struct numeric_limits<short>,
13990792Sgshapiro	struct numeric_limits<unsigned short>,
14090792Sgshapiro	struct numeric_limits<int>,
14190792Sgshapiro	struct numeric_limits<unsigned int>,
14290792Sgshapiro	struct numeric_limits<long>,
14390792Sgshapiro	struct numeric_limits<unsigned long>,
14490792Sgshapiro	struct numeric_limits<long long>,
14590792Sgshapiro	struct numeric_limits<unsigned long long>): According
14690792Sgshapiro	to 18.2.1.2,53 and 18.2.1.5,1 is_iec559 shall be false.
14790792Sgshapiro	* testsuite/18_support/numeric_limits.cc: Add test04.
14890792Sgshapiro
14990792Sgshapiro2002-12-16  Benjamin Kosnik  <bkoz@redhat.com>
15090792Sgshapiro
15190792Sgshapiro        * configure.in (GLIBCPP_ENABLE_DEBUG): Default to none.
15290792Sgshapiro	Call GLIBCPP_ENABLE_DEBUG_FLAGS.
15390792Sgshapiro        * acinclude.m4 (GLIBCPP_ENABLE_DEBUG): GLIBCPP_BUILD_DEBUG, new
15490792Sgshapiro        conditional if --enable-debug is yes. Rework.
15590792Sgshapiro	(GLIBCPP_ENABLE_DEBUG_FLAGS): New.
15690792Sgshapiro        * aclocal.m4: Regenerate.
15790792Sgshapiro	* libio/Makefile.am: Remove DEBUG_FLAGS.
15890792Sgshapiro	* libio/Makefile.in: Regenerate.	
15990792Sgshapiro	* libsupc++/Makefile.am: Remove DEBUG_FLAGS.
16090792Sgshapiro	* libsupc++/Makefile.in: Regenerate.	
16190792Sgshapiro	* docs/html/configopts.html: Add docs for --enable-debug,
16290792Sgshapiro	--enable-debug-flags.
16390792Sgshapiro
16490792Sgshapiro2002-12-16  Benjamin Kosnik  <bkoz@redhat.com>
16590792Sgshapiro
16690792Sgshapiro	Correct dependency tracking, build warts.
16790792Sgshapiro	* configure.in: Correct repeated AC_OUTPUT thrashing by
16890792Sgshapiro	config-ml.in
16990792Sgshapiro	* configure: Regenerate.
17090792Sgshapiro	* include/Makefile.am (stamp-target): Stamp in top_builddir.
17190792Sgshapiro	* include/Makefile.in: Regenerate.
17290792Sgshapiro	* src/Makefile.am (codecvt_members.cc): New rule.
17390792Sgshapiro	(collate_members.cc): Same.
17490792Sgshapiro	(ctype_members.cc): Same.	
17590792Sgshapiro	(messages_members.cc): Same.
17690792Sgshapiro	(monetary_members.cc): Same.
17790792Sgshapiro	(numeric_members.cc): Same.
17890792Sgshapiro	(time_members.cc): Same.
17990792Sgshapiro	(c++locale.cc): Same.
18090792Sgshapiro	(basic_file.cc): Same.
18190792Sgshapiro	* src/Makefile.in: Regenerate.
18290792Sgshapiro	* acinclude.m4 (CCTYPE_CHAR_CC): Remove.
18390792Sgshapiro	(CCCODECVT_CC): Don't link, AC_SUBST.
18490792Sgshapiro	(CCOLLATE_CC): Same.
18590792Sgshapiro	(CCTYPE_CC): Same.
18690792Sgshapiro	(CMESSAGES_CC): Same.
18790792Sgshapiro	(CMONEY_CC): Same.
18890792Sgshapiro	(CNUMERIC_CC): Same.
18990792Sgshapiro	(CTIME_CC): Same.
19090792Sgshapiro	(CLOCALE_CC): Same.
19190792Sgshapiro	* aclocal.m4: Regenerate.
19290792Sgshapiro	
19390792Sgshapiro	* src/Makefile.am (libstdc___la_LIBADD): Use top_builddir
19490792Sgshapiro	for convenience libraries.
19590792Sgshapiro	(version_arg): Rename linker.map to libstdc++.ver.
19690792Sgshapiro	(libstdc___la_DEPENDENCIES): Remove linker.map, add
19790792Sgshapiro	libstdc++-symbol.ver as a dependency.
19890792Sgshapiro	(libstdc++-symbol.ver): Add rule.
19990792Sgshapiro	* acinclude.m4 (GLIBCPP_ENABLE_SYMVERS): Change LINKER_MAP to
20090792Sgshapiro	SYMVER_MAP. Don't link, AC_SUBST.
20190792Sgshapiro
20290792Sgshapiro	* include/Makefile.am (target_headers_noinst): New.
20390792Sgshapiro	(stamp-target): Add CLOCALE_INTERNAL_H.
20490792Sgshapiro	* acinclude.m4 (GLIBCPP_ENABLE_CLOCALE): Don't link
20590792Sgshapiro	CLOCALE_INTERNAL_H, AC_SUBST.
20690792Sgshapiro	* config/locale/gnu/c_locale.cc: Modify c++locale_internal.h
20790792Sgshapiro	include.
20890792Sgshapiro	* config/locale/gnu/time_members.cc: Same.
20990792Sgshapiro	* config/locale/gnu/numeric_members.cc: Same.
21090792Sgshapiro	* config/locale/gnu/monetary_members.cc: Same.
21190792Sgshapiro	* config/locale/gnu/messages_members.cc: Same.
21290792Sgshapiro	* config/locale/gnu/ctype_members.cc: Same.
21390792Sgshapiro	* config/locale/gnu/collate_members.cc: Same.
21490792Sgshapiro	* config/locale/gnu/codecvt_members.cc: Same.
21590792Sgshapiro	* config/locale/generic/codecvt_members.cc: Remove.
21690792Sgshapiro
21790792Sgshapiro2002-12-11  Paolo Carlini  <pcarlini@unitus.it>
21890792Sgshapiro
21990792Sgshapiro	PR libstdc++/8887
22090792Sgshapiro	* config/locale/generic/time_members.cc
22190792Sgshapiro	(__timepunct<char>::_M_initialize_timepunct): Fix typos
22290792Sgshapiro	in _M_date_format and _M_date_era_format string literals.
22390792Sgshapiro
22490792Sgshapiro2002-12-10  Mark Mitchell  <mark@codesourcery.com>
22590792Sgshapiro
22690792Sgshapiro	* libsupc++/cxxabi.h (__cxa_bad_cast): Declare it.
22790792Sgshapiro	(__cxa_bad_typeid): Likewise.
22890792Sgshapiro	(__cxa_atexit): Likewise.
22990792Sgshapiro	(__cxa_finalize): Likewise.
23090792Sgshapiro
23190792Sgshapiro2002-12-09  Gabriel Dos Reis  <gdr@integrable-solutions.net>
23290792Sgshapiro
23390792Sgshapiro	* include/bits/slice_array.h (slice_array<>::operator=): Fix typo.
23490792Sgshapiro
23590792Sgshapiro2002-12-09  Mark Mitchell  <mark@codesourcery.com>
23690792Sgshapiro
23790792Sgshapiro	* libsupc++/cxxabi.h (__cxa_pure_virtual): Declare it.
23890792Sgshapiro
23990792Sgshapiro2002-12-05  Benjamin Kosnik  <bkoz@redhat.com>
24090792Sgshapiro
24190792Sgshapiro	* testsuite/abi_check.cc: Add GLIBCPP_3.2.2.
24290792Sgshapiro
24390792Sgshapiro2002-12-04  Paolo Carlini  <pcarlini@unitus.it>
24490792Sgshapiro
24590792Sgshapiro	* config/locale/generic/codecvt_members.cc (codecvt::do_out
24690792Sgshapiro	(state_type&, const intern_type*, const intern_type*,
24790792Sgshapiro	const intern_type*&, extern_type*, extern_type*, extern_type*&),
24890792Sgshapiro	codecvt::do_in(state_type&, const extern_type*, const extern_type*,
24990792Sgshapiro	const extern_type*&, intern_type*, intern_type*, intern_type*&)):
25090792Sgshapiro	Fully qualify min() with std::.
25190792Sgshapiro	* config/locale/gnu/codecvt_members.cc: Ditto.
25290792Sgshapiro	* locale/ieee_1003.1-2001/codecvt_specializations.h
25390792Sgshapiro	(codecvt::do_length(const state_type&, const extern_type*,
25490792Sgshapiro	const extern_type*, size_t): Ditto.
25590792Sgshapiro	* include/bits/deque.tcc
25690792Sgshapiro	(_M_range_initialize(_ForwardIterator, _ForwardIterator,
25790792Sgshapiro	forward_iterator_tag), deque::_M_range_insert_aux(iterator,
25890792Sgshapiro	_ForwardIterator, _ForwardIterator, forward_iterator_tag),
25990792Sgshapiro	deque::_M_reallocate_map(size_type, bool)): Fully qualify
26090792Sgshapiro	distance() and max() with std::.
26190792Sgshapiro	* include/bits/fstream.tcc (basic_filebuf::seekoff(off_type,
26290792Sgshapiro	ios_base::seekdir, ios_base::openmode)): Fully qualify max()
26390792Sgshapiro	with std::.
26490792Sgshapiro	* include/bits/istream.tcc (basic_istream::ignore(streamsize,
26590792Sgshapiro	int_type), basic_istream::readsome(char_type*, streamsize)):
26690792Sgshapiro	Fully qualify min() with std::.
26790792Sgshapiro	* include/bits/locale_facets.tcc (time_get::_M_extract_name
26890792Sgshapiro	(iter_type&, iter_type&, int&, const _CharT**, size_t,
26990792Sgshapiro	ios_base::iostate&)): Ditto.
27090792Sgshapiro	* include/bits/sstream.tcc (basic_stringbuf::overflow(int_type)):
27190792Sgshapiro	Fully qualify max() with std::.
27290792Sgshapiro	* include/bits/stl_algo.h (__inplace_stable_partition(_ForwardIter
27390792Sgshapiro	__first, _ForwardIter, _Predicate, _Distance),
27490792Sgshapiro	__stable_partition_adaptive(_ForwardIter, _ForwardIter, _Predicate,
27590792Sgshapiro	_Distance, _Pointer, _Distance), __merge_sort_loop(_RandomAccessIter1,
27690792Sgshapiro	_RandomAccessIter1, _RandomAccessIter2, _Distance),
27790792Sgshapiro	__merge_sort_loop(_RandomAccessIter1, _RandomAccessIter1,
27890792Sgshapiro	_RandomAccessIter2, _Distance, _Compare), lower_bound(_ForwardIter,
27990792Sgshapiro	_ForwardIter, const _Tp&), lower_bound(_ForwardIter, _ForwardIter,
28090792Sgshapiro	const _Tp&, _Compare), upper_bound(_ForwardIter, _ForwardIter,
28190792Sgshapiro	const _Tp&), upper_bound(_ForwardIter, _ForwardIter, const _Tp&,
28290792Sgshapiro	_Compare), equal_range(_ForwardIter, _ForwardIter, const _Tp&),
28390792Sgshapiro	equal_range(_ForwardIter, _ForwardIter, const _Tp&, _Compare),
28490792Sgshapiro	__merge_without_buffer(_BidirectionalIter, _BidirectionalIter,
28590792Sgshapiro	_BidirectionalIter, _Distance, _Distance), __merge_without_buffer
28690792Sgshapiro	(_BidirectionalIter, _BidirectionalIter, _BidirectionalIter,
28790792Sgshapiro	_Distance, _Distance, _Compare), __rotate_adaptive(_BidirectionalIter1,
28890792Sgshapiro	_BidirectionalIter1, _BidirectionalIter1, _Distance, _Distance,
28990792Sgshapiro	_BidirectionalIter2, _Distance), __merge_adaptive(_BidirectionalIter,
29090792Sgshapiro	_BidirectionalIter, _BidirectionalIter, _Distance, _Distance,
291110560Sgshapiro	_Pointer, _Distance), __merge_adaptive(_BidirectionalIter,
292110560Sgshapiro	_BidirectionalIter, _BidirectionalIter, _Distance, _Distance,
293110560Sgshapiro	_Pointer, _Distance, _Compare), inplace_merge(_BidirectionalIter,
294110560Sgshapiro	_BidirectionalIter, _BidirectionalIter), inplace_merge
29590792Sgshapiro	(_BidirectionalIter, _BidirectionalIter, _BidirectionalIter,
29690792Sgshapiro	_Compare), __find_end(_BidirectionalIter1, _BidirectionalIter1,
29790792Sgshapiro	_BidirectionalIter2, _BidirectionalIter2, bidirectional_iterator_tag,
29890792Sgshapiro	bidirectional_iterator_tag), __find_end(_BidirectionalIter1,
29990792Sgshapiro	_BidirectionalIter1, _BidirectionalIter2, _BidirectionalIter2,
30090792Sgshapiro	bidirectional_iterator_tag, bidirectional_iterator_tag,
30190792Sgshapiro	_BinaryPredicate)): Fully qualify distance() and min() with std::.
30290792Sgshapiro	* include/bits/stl_algobase.h (lexicographical_compare
30390792Sgshapiro	(const unsigned char*, const unsigned char*, const unsigned char*,
30490792Sgshapiro	const unsigned char*)): Fully qualify min() with std::.
30590792Sgshapiro	* include/bits/stl_bvector.h (_M_insert_range(iterator,
30690792Sgshapiro	_ForwardIterator, _ForwardIterator, forward_iterator_tag),
30790792Sgshapiro	_M_assign_aux(_ForwardIterator, _ForwardIterator,
30890792Sgshapiro	forward_iterator_tag),
30990792Sgshapiro	_M_initialize_range(_ForwardIterator, _ForwardIterator,
31090792Sgshapiro	forward_iterator_tag), _M_fill_insert(iterator, size_type, bool)):
31190792Sgshapiro	Fully qualify distance() and max() with std::.
31290792Sgshapiro	* include/bits/stl_deque.h
31390792Sgshapiro	(_Deque_base::_M_initialize_map(size_t),
31490792Sgshapiro	_M_assign_aux(_ForwardIterator, _ForwardIterator,
31590792Sgshapiro	forward_iterator_tag)):
31690792Sgshapiro	Ditto.  * include/bits/stl_list.h (size()): Fully qualify
31790792Sgshapiro	distance() with std::.
31890792Sgshapiro	* include/bits/stl_tempbuf.h (_Temporary_buffer::_Temporary_buffer
31990792Sgshapiro	(_ForwardIterator, _ForwardIterator)): Ditto.
32090792Sgshapiro	* include/bits/stl_tree.h (_Rb_tree::erase(const _Key&),
32190792Sgshapiro	_Rb_tree::count(const _Key&)): Ditto.
32290792Sgshapiro	* include/bits/stl_vector.h (_M_range_initialize(_ForwardIterator,
32390792Sgshapiro	_ForwardIterator, forward_iterator_tag)): Ditto.
32490792Sgshapiro	* include/bits/streambuf.tcc (basic_streambuf::xsgetn(char_type*,
32590792Sgshapiro	streamsize), basic_streambuf::xsputn(const char_type*, streamsize)):
32690792Sgshapiro	Fully qualify min() with std::.
32790792Sgshapiro	* include/bits/vector.tcc (_M_assign_aux(_ForwardIter, _ForwardIter,
32890792Sgshapiro	forward_iterator_tag), _M_fill_insert(iterator, size_type,
32990792Sgshapiro	const value_type&), _M_range_insert(iterator, _ForwardIterator,
33090792Sgshapiro	_ForwardIterator, forward_iterator_tag)): Fully qualify max() and
33190792Sgshapiro	distance() with std::.
33290792Sgshapiro	* include/std/std_bitset.h (bitset::_M_copy_from_string
33390792Sgshapiro	(const basic_string&, size_t, size_t)): Fully qualify min() with std::.
33490792Sgshapiro	* include/std/std_streambuf.h (_M_pback_create()): Ditto.
33590792Sgshapiro	* include/std/std_complex.h (abs(const complex<_Tp>&)):
33690792Sgshapiro	Fully qualify max() with std::.
33790792Sgshapiro	* include/std/std_sstream.h (str()): Ditto.
33890792Sgshapiro	* src/codecvt.cc (codecvt::do_out(state_type&, const intern_type*,
33990792Sgshapiro	const intern_type*, const intern_type*&, extern_type*, extern_type*,
34090792Sgshapiro	 extern_type*&), codecvt::do_in(state_type&, const extern_type*,
34190792Sgshapiro	const extern_type*, const extern_type*&, intern_type*, intern_type*,
34290792Sgshapiro	intern_type*&), codecvt::do_length(const state_type&,
34390792Sgshapiro	const extern_type*, const extern_type*, size_t), do_length
34490792Sgshapiro	(const state_type&, const extern_type*, const extern_type*,
34590792Sgshapiro	size_t)): Fully qualify min() with std::.
34690792Sgshapiro	* src/strstream.cc (strstreambuf::strstreambuf(streamsize),
34790792Sgshapiro	strstreambuf::overflow(int_type)): Fully qualify max() with std::.
34890792Sgshapiro
34990792Sgshapiro2002-12-02  Paolo Carlini  <pcarlini@unitus.it>
35090792Sgshapiro
35190792Sgshapiro	* include/bits/basic_string.h (compare(const basic_string&)):
35290792Sgshapiro	Fully qualify min() with std::.
35390792Sgshapiro
35490792Sgshapiro2002-12-02  Benjamin Kosnik  <bkoz@redhat.com>
35590792Sgshapiro
35690792Sgshapiro	* configure.in (libtool_VERSION): Update to 5:2:0.
35790792Sgshapiro	* configure: Regenerate.
35890792Sgshapiro
35990792Sgshapiro2002-12-02  Paolo Carlini  <pcarlini@unitus.it>
36090792Sgshapiro
36190792Sgshapiro	* include/bits/basic_string.tcc
36290792Sgshapiro	(basic_string::append(const basic_string&, size_type,
36390792Sgshapiro	size_type), basic_string::compare(size_type, size_type,
36490792Sgshapiro	const basic_string&), basic_string::compare(size_type,
36590792Sgshapiro	size_type, const basic_string&, size_type, size_type),
36690792Sgshapiro	basic_string::compare(const _CharT*), basic_string::
36790792Sgshapiro	compare(size_type, size_type, const _CharT*),
36890792Sgshapiro	basic_string::compare(size_type, size_type, const _CharT*,
36990792Sgshapiro	size_type), _S_string_copy(const basic_string&, _CharT*,
37090792Sgshapiro	typename _Alloc::size_type)): Fully qualify min() with std::.
37190792Sgshapiro
37290792Sgshapiro2002-12-02  Paolo Carlini  <pcarlini@unitus.it>
37390792Sgshapiro
37490792Sgshapiro	* include/bits/basic_string.tcc
37590792Sgshapiro	(basic_string::_S_construct(_InIter, _InIter, const _Alloc&,
37690792Sgshapiro	forward_iterator_tag)): Delay the declaration of __dnew,
37790792Sgshapiro	fully qualify distance() with std::.
37890792Sgshapiro	(basic_string::_M_replace_safe): Fully qualify distance()
37990792Sgshapiro	with std::.
38090792Sgshapiro
38190792Sgshapiro2002-11-28  Phil Edwards  <pme@gcc.gnu.org>
38290792Sgshapiro
38390792Sgshapiro	PR libstdc++/8716
38490792Sgshapiro	* testsuite/21_strings/ctor_copy_dtor.cc (test05):  Also test
38590792Sgshapiro	the NULL-pointer, zero-size case.
38690792Sgshapiro
38790792Sgshapiro2002-11-28  Jonathan Wakely  <redi@gcc.gnu.org>
38890792Sgshapiro
38990792Sgshapiro	* docs/html/faq/index.html: Add tip about a namespace for extensions.
39090792Sgshapiro
39190792Sgshapiro2002-11-28  Paolo Carlini  <pcarlini@unitus.it>
39290792Sgshapiro	    Nathan Myers  <ncm@cantrip.org>
39390792Sgshapiro
39490792Sgshapiro	* src/localename.cc
39590792Sgshapiro	(locale::_Impl::_Impl(const char*, size_t)):
39690792Sgshapiro	Improve previous fix for the strtok vs MT issue.
39790792Sgshapiro
39890792Sgshapiro2002-11-28  Paolo Carlini  <pcarlini@unitus.it>
39990792Sgshapiro
40090792Sgshapiro	* config/locale/gnu/c_locale.cc (locale::_S_categories):
40190792Sgshapiro	Reorder the categories to match that of glibc's setlocale(LC_ALL, ""))
40290792Sgshapiro	* config/locale/generic/c_locale.cc (locale::_S_categories): Ditto.
40390792Sgshapiro	* testsuite/22_locale/ctor_copy_dtor.cc (test04): Tweak.
40490792Sgshapiro
40590792Sgshapiro2002-11-25  Benjamin Kosnik  <bkoz@redhat.com>
40690792Sgshapiro
40790792Sgshapiro	* testsuite/abi_check.cc: Add CXXABI_1.2.1 as compatible.
40890792Sgshapiro	* config/linker-map.gnu: Version __cxa_guard_acquire,
40990792Sgshapiro	__cxa_guard_release, __cxa_guard_abort in CXXABI_1.2.1.
41090792Sgshapiro
41190792Sgshapiro2002-11-25  Paolo Carlini  <pcarlini@unitus.it>
41290792Sgshapiro	    Nathan Myers  <ncm@cantrip.org>
41390792Sgshapiro
41490792Sgshapiro	* src/localename.cc
41590792Sgshapiro	(locale::_Impl::_Impl(const char*, size_t)):
41690792Sgshapiro	Avoid strtok for thread safety.
41790792Sgshapiro
41890792Sgshapiro2002-11-25  Stephen M. Webb  <stephen@bregmasoft.com>
41990792Sgshapiro
42090792Sgshapiro  	* testsuite/testsuite_allocator.h: New file.
42190792Sgshapiro	* testsuite/testsuite_allocator.cc: New file.
42290792Sgshapiro	* testsuite/Makefile.am: Added testsuite_allocator to test library.
42390792Sgshapiro	* testsuite/testsuite_hooks.h: Added more detailed tracker objects
42490792Sgshapiro	gnu_copy_constructor, gnu_assignment_operator, and gnu_destructor.
42590792Sgshapiro	* testsuite/testsuite_hooks.cc: Added new static objects definitions.
42690792Sgshapiro	* testsuite/23_containers/vector_capacity.cc: Added reserve() tests.
42790792Sgshapiro	* testsuite/23_containers/vector_ctor.cc: Added a plethora of tests.
42890792Sgshapiro	* testsuite/23_containers/deque_ctor.cc: Added a slew of new tests.
42990792Sgshapiro
43090792Sgshapiro2002-11-25  Mark Mitchell  <mark@codesourcery.com>
43190792Sgshapiro
43290792Sgshapiro	* libsupc++/Makefile.am (sources): Add guard.cc.
43390792Sgshapiro	* libsupc++/Makefile.in: Regenerated.
43490792Sgshapiro	* libsupc++/cxxabi.h (__cxa_guard_acquire): New function.
43590792Sgshapiro	(__cxa_guard_release): Likewise.
43690792Sgshapiro	(__cxa_guard_abort): Likewise.
43790792Sgshapiro	* libsupc++/guard.cc: New file.
43890792Sgshapiro
43990792Sgshapiro2002-11-25  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
44090792Sgshapiro
44190792Sgshapiro	* include/std/std_complex.h
44290792Sgshapiro	(operator<<(basic_ostream&, const complex&)): Prefer 'x'
44390792Sgshapiro	to "x" for efficiency sake.
44490792Sgshapiro	* src/locale.cc (locale::locale(const char*)): Ditto.
44590792Sgshapiro
44690792Sgshapiro2002-11-24  Paolo Carlini  <pcarlini@unitus.it>
44790792Sgshapiro
44890792Sgshapiro	* src/locale.cc (locale::locale(const char*)):
44990792Sgshapiro	Trivial cosmetic tweaks.
45090792Sgshapiro
45190792Sgshapiro2002-11-22  Laszlo Ersek  <erseklaszlo@chello.hu>
45290792Sgshapiro	    Paolo Carlini  <pcarlini@unitus.it>
45390792Sgshapiro
45490792Sgshapiro	PR libstdc++/8645
45590792Sgshapiro	* include/bits/stl_tree.h (_Rb_tree_rebalance_for_erase):
45690792Sgshapiro	Don't check that __w->_M_left != 0 and __w->_M_right != 0
45790792Sgshapiro	when they can't be otherwise.
45890792Sgshapiro
45990792Sgshapiro2002-11-21  Phil Edwards  <pme@gcc.gnu.org>
46090792Sgshapiro
46190792Sgshapiro	* docs/html/documentation.html:  Fix broken/thinko'd URL.
46290792Sgshapiro
46390792Sgshapiro2002-11-21  Phil Edwards  <pme@gcc.gnu.org>
46490792Sgshapiro
46590792Sgshapiro	* docs/doxygen/run_doxygen:  Tighter search expression for sed.
46690792Sgshapiro	* docs/doxygen/stdheader.cc:  Handle the case of good headers.
46790792Sgshapiro
46890792Sgshapiro2002-11-21  Phil Edwards  <pme@gcc.gnu.org>
46990792Sgshapiro
47090792Sgshapiro	* acinclude.m4:  Uniform formatting.
47190792Sgshapiro	* configure.in:  Warn when generic atomicity.h is used.
47290792Sgshapiro	* configure.target:  Fix comment.
47390792Sgshapiro	* aclocal.m4, configure:  Regenerate.
47490792Sgshapiro
47590792Sgshapiro2002-11-21  Phil Edwards  <pme@gcc.gnu.org>
47690792Sgshapiro
47790792Sgshapiro	* include/bits/streambuf.tcc (basic_streambuf::sputbackc):  Prefix
47890792Sgshapiro	"this->" to call to pbackfail.
47990792Sgshapiro
48090792Sgshapiro2002-11-21  Phil Edwards  <pme@gcc.gnu.org>
48190792Sgshapiro
48290792Sgshapiro	* docs/doxygen/style.css:  Update.
48390792Sgshapiro	* docs/doxygen/user.cfg.in:  Update.
48490792Sgshapiro	* docs/html/documentation.html:  Regenerate.
48590792Sgshapiro	* docs/html/17_intro/howto.html:  Tweak I/O sentry entry.
48690792Sgshapiro	* docs/html/27_io/howto.html:  New section on headers.
48790792Sgshapiro	* docs/html/faq/index.html:  Add i386 threading entry.
48890792Sgshapiro	* docs/html/faq/index.txt:  Regenerate.
48990792Sgshapiro
49090792Sgshapiro	* docs/html/ext/lwg-active.html, docs/html/ext/lwg-defects.html:
49190792Sgshapiro	Import R23.
49290792Sgshapiro
49390792Sgshapiro2002-11-21  Phil Edwards  <pme@gcc.gnu.org>
49490792Sgshapiro
49590792Sgshapiro	* docs/doxygen/TODO:  Note change in clause 27 docs.
49690792Sgshapiro	* include/bits/basic_ios.h, include/bits/fpos.h,
49790792Sgshapiro	include/bits/ios_base.h, include/bits/stl_deque.h,
49890792Sgshapiro	include/bits/stl_iterator_base_types.h, include/std/std_fstream.h,
49990792Sgshapiro	include/std/std_iomanip.h, include/std/std_iosfwd.h,
50090792Sgshapiro	include/std/std_iostream.h, include/std/std_istream.h,
50190792Sgshapiro	include/std/std_ostream.h, include/std/std_sstream.h,
50290792Sgshapiro	include/std/std_streambuf.h:  Doxygenate all I/O entities.
50390792Sgshapiro
50490792Sgshapiro2002-11-20  Benjamin Kosnik  <bkoz@redhat.com>
50590792Sgshapiro	    Jonathan Lennox  <lennox@cs.columbia.edu>
50690792Sgshapiro
50790792Sgshapiro	* include/bits/streambuf.tcc (__copy_streambufs):
50890792Sgshapiro	Revert previous fix for the interactive half of
50990792Sgshapiro	libstdc++/6745, use _M_buf_size_opt to set dynamically
51090792Sgshapiro	the correct buffer size.
51190792Sgshapiro
51290792Sgshapiro2002-11-20  Jonathan Wakely  <redi@gcc.gnu.org>
51390792Sgshapiro
51490792Sgshapiro	* docs/html/21_strings/howto.html: Fix example code, cite Gaby's
51590792Sgshapiro	explanation of "<unknown type>" error with toupper/tolower.
51690792Sgshapiro	* docs/html/22_locale/howto.html: Be more consistent with
51790792Sgshapiro	example in 21_strings.
51890792Sgshapiro
51990792Sgshapiro2002-11-19  John Gustafsson  <forgoil@rsn.bth.se>
52090792Sgshapiro
52190792Sgshapiro	* docs/html/20_util/howto.html: Fix typo.
52290792Sgshapiro
52390792Sgshapiro2002-11-18  Jonathan Lennox  <lennox@cs.columbia.edu>
52490792Sgshapiro
52590792Sgshapiro	* include/bits/streambuf.tcc (__copy_streambufs): verify
52690792Sgshapiro	__sbin->gptr() + __bufsize < __sbin->egptr() before using.
52790792Sgshapiro	* testsuite/27_io/ostream_inserter_other.cc (test_buffer_4): Add.
52890792Sgshapiro	(test05): Use test_buffer_4.  Delete unused ostringstream
52990792Sgshapiro	variables.
53090792Sgshapiro
53190792Sgshapiro2002-11-18  Paolo Carlini  <pcarlini@unitus.it>
53290792Sgshapiro
53390792Sgshapiro	PR libstdc++/6745 (continued)
53490792Sgshapiro	* include/bits/streambuf.tcc (__copy_streambufs):
53590792Sgshapiro	Deal with interactive input by using isatty as in the
53690792Sgshapiro	fix for libstdc++/8399.
53790792Sgshapiro
53890792Sgshapiro2002-11-17  Jakub Jelinek  <jakub@redhat.com>
53990792Sgshapiro
54090792Sgshapiro	* config/linker-map.gnu: Export _S_construct even if size_t is
54190792Sgshapiro	unsigned long.  Collapse std::codecvt<char>::codecvt(size_t)
54290792Sgshapiro	and std::codecvt<wchar_t>::codecvt(size_t) into one export pattern.
54390792Sgshapiro
54490792Sgshapiro2002-11-15  Benjamin Kosnik  <bkoz@redhat.com>
54590792Sgshapiro	    Gabriel Dos Reis  <gdr@integrable-solutions.net>
54690792Sgshapiro
54790792Sgshapiro	PR libstdc++/8230
54890792Sgshapiro	* include/bits/stl_alloc.h: Use builtin_expect for the most
54990792Sgshapiro	obvious limit checks.
55090792Sgshapiro	(__default_alloc_template::allocate): Check for null, throw
55190792Sgshapiro	bad_alloc.
55290792Sgshapiro	* include/bits/vector.tcc: Formatting tweaks.
55390792Sgshapiro	* include/bits/stl_vector.h: Same.
55490792Sgshapiro	* testsuite/20_util/allocator_members.cc (test02): Add.
55590792Sgshapiro	* testsuite/23_containers/vector_capacity.cc (test03): Add.
55690792Sgshapiro
55790792Sgshapiro2002-11-15  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
55890792Sgshapiro
55990792Sgshapiro	* src/ios.cc [_GLIBCPP_HAVE_UNISTD_H]: Include unistd.h.
56090792Sgshapiro
56190792Sgshapiro2002-11-15  Paolo Carlini  <pcarlini@unitus.it>
56290792Sgshapiro	    Loren J. Rittle  <ljrittle@acm.org>
56390792Sgshapiro
56490792Sgshapiro	PR libstdc++/8399
56590792Sgshapiro	* acinclude.m4
56690792Sgshapiro	(GLIBCPP_CHECK_UNISTD_DECL_AND_LINKAGE_1): New macro to
56790792Sgshapiro	check for unistd.h functions.
56890792Sgshapiro	(GLIBCPP_CHECK_UNISTD_SUPPORT): New macro, check for isatty
56990792Sgshapiro	in unistd.h.
57090792Sgshapiro	* configure.in: Call here.
57190792Sgshapiro	* src/ios.cc (ios_base::Init::_S_ios_create(bool)):
57290792Sgshapiro	Use _GLIBCPP_HAVE_ISATTY: ifdef, in case of interactive
57390792Sgshapiro	input __in_size = 1 even when sync_with_stdio is false;
57490792Sgshapiro	otherwise fall back to __in_size = 1.
57590792Sgshapiro	* aclocal.m4: Regenerate.
57690792Sgshapiro	* config.h.in: Regenerate.
57790792Sgshapiro	* configure: Regenerate.
57890792Sgshapiro
57990792Sgshapiro2002-11-13  Benjamin Kosnik  <bkoz@redhat.com>
58090792Sgshapiro
58190792Sgshapiro	* acconfig.h (HAVE_DRAND48): Add.
58290792Sgshapiro	(HAVE_GETPAGESIZE): Add.
58390792Sgshapiro	(HAVE_SETENV): Add.
58490792Sgshapiro	(HAVE_SIGSETJMP): Add.
58590792Sgshapiro	* config.h.in: Regenerate.
58690792Sgshapiro	* configure: Regenerate.
58790792Sgshapiro
58890792Sgshapiro2002-11-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
58990792Sgshapiro
59090792Sgshapiro	* config/os/hpux/os_defines.h (_GLIBCPP_INST_ATOMICITY_LOCK): Define
59190792Sgshapiro	on hppa when there is no weak support.
59290792Sgshapiro
59390792Sgshapiro2002-11-13  Benjamin Kosnik  <bkoz@redhat.com>
59490792Sgshapiro
59590792Sgshapiro	PR libstdc++/8230
59690792Sgshapiro	* include/bits/vector.tcc (vector::reserve): Throw length_error if
59790792Sgshapiro	requested size is bigger than max_size().
59890792Sgshapiro	* include/bits/stl_bvector.h (vector<bool>::reserve): Same.
59990792Sgshapiro	* testsuite/23_containers/vector_capacity.cc (test02): Add.
60090792Sgshapiro
60190792Sgshapiro2002-11-13  Benjamin Kosnik  <bkoz@redhat.com>
60290792Sgshapiro
60390792Sgshapiro	* config/linker-map.gnu: Export all _S_construct.
60490792Sgshapiro
60590792Sgshapiro2002-11-13  Loren J. Rittle  <ljrittle@acm.org>
60690792Sgshapiro
60790792Sgshapiro	PR libstdc++/7445
60890792Sgshapiro	* src/locale.cc (std::locale::classic()): Weaken locking protocol.
60990792Sgshapiro
61090792Sgshapiro2002-11-13  Jonathan Wakely  <redi@gcc.gnu.org>
61190792Sgshapiro
61290792Sgshapiro	* docs/html/install.html, docs/html/22_locale/locale.html: HTML fix.
61390792Sgshapiro
61490792Sgshapiro2002-11-11  Benjamin Kosnik  <bkoz@redhat.com>
61590792Sgshapiro
61698121Sgshapiro	PR libstdc++/6746
61798121Sgshapiro	* include/bits/fstream.tcc (filebuf::open): Set input pointers.
61898121Sgshapiro	* config/io/basic_file_stdio.cc (__basic_file::_M_open_mode): Set
61998121Sgshapiro	__p_mode as well.
62098121Sgshapiro	(__basic_file::open): Set to non-block for input.
62198121Sgshapiro	* testsuite/27_io/istream_unformatted.cc (test12): Add.
62290792Sgshapiro	(test13): Same.
62390792Sgshapiro
62490792Sgshapiro2002-11-11  Jonathan Wakely <redi@gcc.gnu.org>
62590792Sgshapiro
62690792Sgshapiro	* docs/html/17_intro/howto.html: Make "chapter 22 notes" a link.
62790792Sgshapiro	* docs/html/faq/index.html: Mention that GCC ships with a newer
62890792Sgshapiro	version of the library than the last snapshot. Make "see below" a
62990792Sgshapiro	link. Add missing <html> tag.
63090792Sgshapiro	* docs/html/faq/index.txt: Regenerate.
63194334Sgshapiro	* docs/html/22_locale/locale.html, docs/html/22_locale/messages.html,
63294334Sgshapiro	docs/html/23_containers/howto.html, docs/html/24_iterators/howto.html,
63394334Sgshapiro	docs/html/25_algorithms/howto.html, docs/html/26_numerics/howto.html,
63494334Sgshapiro	docs/html/27_io/howto.html, docs/html/ext/howto.html,
63594334Sgshapiro	docs/html/ext/sgiexts.html: Add missing <html> tag.
63694334Sgshapiro
63794334Sgshapiro2002-11-07  Phil Edwards  <pme@gcc.gnu.org>
63894334Sgshapiro	    Richard Earnshaw  <rearnsha@arm.com>
63994334Sgshapiro
64090792Sgshapiro	* config/cpu/generic/atomicity.h:  Provide atomic __exchange_and_add
64190792Sgshapiro	and __atomic_add.
64290792Sgshapiro
64390792Sgshapiro2002-11-08  Paolo Carlini  <pcarlini@unitus.it>
64490792Sgshapiro
64590792Sgshapiro	* config/locale/gnu/monetary_members.cc
64690792Sgshapiro	(moneypunct<wchar_t, true>::_M_initialize_moneypunct(__c_locale,
64790792Sgshapiro	const char*),
64890792Sgshapiro	moneypunct<wchar_t, false>::_M_initialize_moneypunct(__c_locale,
64990792Sgshapiro	const char*)): Tweak parameters for glibc2.3 systems, thus
65090792Sgshapiro	avoiding unused parameter warnings.
65190792Sgshapiro
65290792Sgshapiro2002-11-05  Jonathan Wakely  <cow@compsoc.man.ac.uk>
65390792Sgshapiro
65490792Sgshapiro	* include/std/std_sstream.h
65590792Sgshapiro	(basic_stringbuf::str(const __string_type&)):
65690792Sgshapiro	Prefer data() to c_str(), thus avoiding assigning the
65790792Sgshapiro	unnecessary NULL-terminator.
65890792Sgshapiro
65990792Sgshapiro2002-11-05  Benjamin Kosnik  <bkoz@redhat.com>
66090792Sgshapiro
66190792Sgshapiro	PR libstdc++/8258
66290792Sgshapiro	* include/bits/istream.tcc (istream::readsome): Don't set eofbit
66390792Sgshapiro	for null buffer.
66490792Sgshapiro	(istream::operator>>(_CharT*)): Use traits_type.
66590792Sgshapiro	(istream::ws): Same.
66690792Sgshapiro	(istream::operator>>(string)): Same.
66790792Sgshapiro	* testsuite/27_io/istream_unformatted.cc (test11): Add.
66890792Sgshapiro
66990792Sgshapiro2002-11-05  Paolo Carlini  <pcarlini@unitus.it>
67090792Sgshapiro
67190792Sgshapiro	PR libstdc++/8466
67290792Sgshapiro	* include/std/std_sstream.h
67390792Sgshapiro	(basic_stringbuf::str(const __string_type&)):
67490792Sgshapiro	Cannot use simple assignment since the COW-nature of v3
67590792Sgshapiro	basic_string is not taken into account in basic_stringbuf.
67690792Sgshapiro	* testsuite/27_io/stringstream_members.cc: Add test04 from PR.
67790792Sgshapiro
67890792Sgshapiro2002-11-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
67990792Sgshapiro
68090792Sgshapiro	* configure.target (hppa*): Define cpu_include_dir.
68190792Sgshapiro	* config/os/hpux/os_defines.h (_GLIBCPP_INST_ATOMICITY_LOCK): Define.
68290792Sgshapiro	* src/misc-inst.cc: Instantiate atomicity lock when
68390792Sgshapiro	_GLIBCPP_INST_ATOMICITY_LOCK is defined.
68490792Sgshapiro	* config/cpu/hppa/atomicity.h: New file.
68590792Sgshapiro
68690792Sgshapiro2002-11-05  Benjamin Kosnik  <bkoz@redhat.com>
68790792Sgshapiro
68890792Sgshapiro	PR libstdc++/8463
68990792Sgshapiro	* include/bits/ios_base.h (~ios_base): Make virtual.
69090792Sgshapiro
69190792Sgshapiro2002-11-04  Benjamin Kosnik  <bkoz@redhat.com>
69290792Sgshapiro
69390792Sgshapiro	* config/linker-map.gnu: Export string operator+.
69490792Sgshapiro	Export __default_alloc_template::_S_force_new.
69590792Sgshapiro	* testsuite/abi_check.cc: Output tweaks.
69690792Sgshapiro
69790792Sgshapiro2002-11-01  Benjamin Kosnik  <bkoz@redhat.com>
69890792Sgshapiro
69990792Sgshapiro	PR libstdc++/8172
70090792Sgshapiro	* src/string-inst.cc: Add instantiation.
70190792Sgshapiro
70290792Sgshapiro2002-11-01  Benjamin Kosnik  <bkoz@redhat.com>
70390792Sgshapiro
70490792Sgshapiro	PR libstdc++/7926
705110560Sgshapiro	* configure.target: Simplify.
70690792Sgshapiro	* config/cpu/i386/atomicity.h: Remove.
707110560Sgshapiro	* config/cpu/i386: Remove.
70890792Sgshapiro	* config/cpu/arm/atomicity.h: Remove.
70990792Sgshapiro	* config/cpu/arm: Remove.
71090792Sgshapiro	* config/cpu/x86-64/atomicity.h: Remove.
711110560Sgshapiro	* config/cpu/x86-64: Remove.
712110560Sgshapiro
713110560Sgshapiro2002-11-01  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
714110560Sgshapiro
715110560Sgshapiro	PR libstdc++/8197
716110560Sgshapiro	* config/link-map.gnu: Export math stubbs.
717110560Sgshapiro
718110560Sgshapiro2002-11-01  Benjamin Kosnik  <bkoz@redhat.com>
719110560Sgshapiro
720110560Sgshapiro	PR libstdc++/8318
721110560Sgshapiro	* include/std/std_iostream.h: Tweak.
722110560Sgshapiro	* include/std/std_iosfwd.h: Add _GLIBCPP_USE_WCHAR_T.
723110560Sgshapiro	* include/std/std_iomanip.h: Same.
724110560Sgshapiro	* include/bits/stringfwd.h: Same.
725110560Sgshapiro	* include/bits/basic_string.tcc: Same.
726110560Sgshapiro	* include/bits/sstream.tcc: Same.
727110560Sgshapiro	* include/bits/fstream.tcc: Same.
728110560Sgshapiro	* include/bits/basic_ios.tcc: Same.
729110560Sgshapiro	* include/bits/streambuf.tcc: Same.
730110560Sgshapiro	* include/bits/locale_facets.tcc: Same.
731110560Sgshapiro
732110560Sgshapiro2002-11-01  John Carter  <john.carter@tait.co.nz>
733110560Sgshapiro
734110560Sgshapiro	PR libstdc++/7961
735110560Sgshapiro	* include/bits/basic_string.tcc
736110560Sgshapiro	(compare(const _CharT* __s)): Don't access __s past its length.
737110560Sgshapiro
738110560Sgshapiro2002-10-31  Zack Weinberg  <zack@codesourcery.com>
739110560Sgshapiro
740110560Sgshapiro	* libsupc++/eh_globals.cc: Don't call __gthread_key_dtor.
741110560Sgshapiro
74294334Sgshapiro2002-10-31  Benjamin Kosnik  <bkoz@redhat.com>
743110560Sgshapiro
744102528Sgshapiro	PR libstdc++/8348
74594334Sgshapiro	* include/bits/istream.tcc (istream::tellg): Remove sentry bits.
74690792Sgshapiro	(istream::seekg): Same.
74790792Sgshapiro	* testsuite/27_io/istream_seeks.cc (test06): New.
74890792Sgshapiro
74990792Sgshapiro2002-10-28  Jason Thorpe  <thorpej@wasabisystems.com>
75090792Sgshapiro
75190792Sgshapiro	* testsuite/thread/pthread5.cc: Include <unistd.h>
75290792Sgshapiro	if _GLIBCPP_HAVE_UNISTD_H is defined.
75390792Sgshapiro	(main): Only use pthread_attr_setscope if
75490792Sgshapiro	_POSIX_THREAD_PRIORITY_SCHEDULING is defined.
75590792Sgshapiro
75690792Sgshapiro2002-10-28  Jason Thorpe  <thorpej@wasabisystems.com>
75790792Sgshapiro
75890792Sgshapiro	* testsuite/thread/pthread1.cc: Enable on *-*-netbsd*.
75990792Sgshapiro	* testsuite/thread/pthread2.cc: Likewise.
76090792Sgshapiro	* testsuite/thread/pthread3.cc: Likewise.
76190792Sgshapiro	* testsuite/thread/pthread4.cc: Likewise.
76290792Sgshapiro	* testsuite/thread/pthread5.cc: Likewise.
76390792Sgshapiro	* testsuite/thread/pthread6.cc: Likewise.
76490792Sgshapiro
76590792Sgshapiro2002-10-27  Paolo Carlini  <pcarlini@unitus.it>
76690792Sgshapiro
76790792Sgshapiro	PR libstdc++/8347
76890792Sgshapiro	* include/bits/basic_string.tcc
76990792Sgshapiro	(string::_S_construct(_InIter, _InIter, const _Alloc&,
77090792Sgshapiro	forward_iterator_tag)): Do not throw logic error if
77190792Sgshapiro	__beg == NULL && __end == __beg.
77290792Sgshapiro	(string::string(const _CharT*, const _Alloc&)): Tweak.
77390792Sgshapiro	* testsuite/21_strings/ctor_copy_dtor.cc: Add test05 from PR.
77490792Sgshapiro
77590792Sgshapiro2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
77690792Sgshapiro
77790792Sgshapiro	PR other/3337
77890792Sgshapiro	PR bootstrap/6763
77990792Sgshapiro	PR bootstrap/8122
78090792Sgshapiro	* testsuite/testsuite_hooks.cc (__set_testsuite_memlimit): Use
78190792Sgshapiro	__typeof__ (r.rlim_cur), not rlim_t in declaration of limit.
78290792Sgshapiro
78390792Sgshapiro2002-10-23  Jakub Jelinek  <jakub@redhat.com>
78490792Sgshapiro
78590792Sgshapiro	* testsuite/22_locale/num_put_members_char.cc (test01): Swap size
78690792Sgshapiro	and decimal_point arguments of find.
78790792Sgshapiro	* testsuite/22_locale/num_put_members_wchar_t.cc (test01): Likewise.
78890792Sgshapiro
78990792Sgshapiro2002-10-22  Jakub Jelinek  <jakub@redhat.com>
79090792Sgshapiro
79190792Sgshapiro	* Makefile.am (check-abi, new-abi-baseline): Use @glibcpp_srcdir@
79290792Sgshapiro	instead of ${top_srcdir}.
79390792Sgshapiro	* Makefile.in: Rebuilt.
79490792Sgshapiro
79590792Sgshapiro2002-10-22  Loren J. Rittle  <ljrittle@acm.org>
79690792Sgshapiro
79790792Sgshapiro	* testsuite/18_support/numeric_limits.cc (test_extrema<long double>):
79890792Sgshapiro	Remove specialization for FreeBSD systems.
79990792Sgshapiro
80090792Sgshapiro2002-10-18  Loren J. Rittle  <ljrittle@acm.org>
80190792Sgshapiro
80290792Sgshapiro	* configure.target (freebsd*): Use abi_baseline_triplet.
80390792Sgshapiro	* config/abi/i386-unknown-freebsd4/baseline_symbols.txt: New file.
80490792Sgshapiro	* config/abi/i386-unknown-freebsd4.7/baseline_symbols.txt: Remove.
80590792Sgshapiro
80690792Sgshapiro	* testsuite/thread/pthread1.cc: Remove needless workaround
80790792Sgshapiro	for FreeBSD 5.
80890792Sgshapiro
80990792Sgshapiro2002-10-18  Loren J. Rittle  <ljrittle@acm.org>
81090792Sgshapiro	    Brad Spencer  <spencer@infointeractive.com>
81190792Sgshapiro	    (provided alternate patch and improvements)
81290792Sgshapiro
81390792Sgshapiro	* docs/html/23_containers/howto.html (GLIBCPP_FORCE_NEW): Document
81490792Sgshapiro	new environment variable which replaces all uses of __USE_MALLOC
81590792Sgshapiro	macro.
81690792Sgshapiro	* docs/html/ext/howto.html (GLIBCPP_FORCE_NEW): Likewise.
81790792Sgshapiro	(__mem_interface): Remove all references to old internal typedef.
81890792Sgshapiro	* include/backward/alloc.h (__USE_MALLOC): Remove it and all
81990792Sgshapiro	guarded code.
82090792Sgshapiro	* include/bits/c++config (__USE_MALLOC): Update related error
82190792Sgshapiro	message and comment.
82290792Sgshapiro	* include/bits/stl_alloc.h (__USE_MALLOC): Remove it and all
82390792Sgshapiro	guarded code.  Update all related comments.
82490792Sgshapiro	(__mem_interface): Unconditionally replace it with __new_alloc.
82590792Sgshapiro	However, leave the typedef around in case anyone used it.
82690792Sgshapiro	(__default_alloc_template<>::_S_force_new): New class static.
82790792Sgshapiro	(__default_alloc_template<>::allocate, deallocate): Add
82890792Sgshapiro	run-time controlled feature similar to what __USE_MALLOC code
82990792Sgshapiro	path had provided.
83090792Sgshapiro	* src/stl-inst.cc (__USE_MALLOC): Remove it and all
83190792Sgshapiro	guarded code.
83290792Sgshapiro	* testsuite/21_strings/capacity.cc: Remove reference to __USE_MALLOC.
83390792Sgshapiro	Add documentation on GLIBCPP_FORCE_NEW environment variable.
83490792Sgshapiro	* testsuite/ext/allocators.cc: Likewise.
83590792Sgshapiro
83690792Sgshapiro2002-10-18  Phil Edwards  <pme@gcc.gnu.org>
83790792Sgshapiro
83890792Sgshapiro	* configure.in:  Use target, not target_alias, when matching triplet
83990792Sgshapiro	patterns.
84090792Sgshapiro	* configure:  Regenerate.
84190792Sgshapiro
84290792Sgshapiro2002-10-17  Momchil Velikov  <velco@fadata.bg>
84390792Sgshapiro	    Loren J. Rittle  <ljrittle@acm.org>
84490792Sgshapiro
84590792Sgshapiro	* configure.in: Add *-freebsd* to cross list.
84690792Sgshapiro	* configure: Rebuilt.
84790792Sgshapiro
84890792Sgshapiro2002-10-16  Benjamin Kosnik  <bkoz@redhat.com>
84990792Sgshapiro
85090792Sgshapiro	* include/bits/locale_facets.h (__timepunct::__timepunct): Allocate
85190792Sgshapiro	_M_name_timepunct.
85290792Sgshapiro	(__timepunct::~__timepunct): Deallocate, remove specialization
85390792Sgshapiro	declarations.
85490792Sgshapiro	(messages::messages): Allocate _M_name_messages.
85590792Sgshapiro	(messages::~messages): Deallocate.
85690792Sgshapiro	(messages_byname): Same.
85790792Sgshapiro	* config/locale/gnu/time_members.cc (__timepunct::~__timepunct):
85890792Sgshapiro	Remove.
85990792Sgshapiro	* config/locale/generic/time_members.cc (__timepunct::~__timepunct):
86090792Sgshapiro	Remove.
86190792Sgshapiro
86290792Sgshapiro	* docs/html/install.html: Add es_MX, en_PH to required locales list.
86390792Sgshapiro
86490792Sgshapiro2002-10-16  Benjamin Kosnik  <bkoz@redhat.com>
86590792Sgshapiro
86690792Sgshapiro	* config/linker-map.gnu: Add exports for codecvt constructors
86790792Sgshapiro	where size_t == unsigned long.
86890792Sgshapiro
86990792Sgshapiro2002-10-14  Benjamin Kosnik  <bkoz@redhat.com>
87090792Sgshapiro
87190792Sgshapiro	* src/globals.cc (__gnu_cxx::c_locale_impl_compat): Add, alias to
87290792Sgshapiro	c_locale_impl.
87390792Sgshapiro	* testsuite/abi_check.cc (line_to_symbol_info): Collect size info.
87490792Sgshapiro	* docs/html/abi.txt: Update.
87590792Sgshapiro
87690792Sgshapiro2002-10-14  Benjamin Kosnik  <bkoz@redhat.com>
87790792Sgshapiro
87890792Sgshapiro	* testsuite/22_locale/static_members.cc (test02): Less provincial.
87990792Sgshapiro
88090792Sgshapiro2002-10-14  Benjamin Kosnik  <bkoz@redhat.com>
88190792Sgshapiro
88290792Sgshapiro	* testsuite/22_locale/static_members.cc (test02): Disable for
88390792Sgshapiro	systems without named locale support.
88490792Sgshapiro	* testsuite/22_locale/ctor_copy_dtor.cc (test04): Don't assume
88590792Sgshapiro	running the testsuites in "C" environment.
88690792Sgshapiro	Add new tests.
88790792Sgshapiro	* docs/html/22_locale/locale.html: Update.
88890792Sgshapiro
88990792Sgshapiro2002-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
89090792Sgshapiro
89190792Sgshapiro	* include/bits/stl_threads.h (_GLIBCPP_mutex,
89290792Sgshapiro	_GLIBCPP_mutex_init,_GLIBCPP_mutex_address,
89390792Sgshapiro	_GLIBCPP_mutex_address_init, _GLIBCPP_once):
89490792Sgshapiro	Declare in namespace __gnu_cxx.
89590792Sgshapiro	(_STL_mutex_lock::_M_initialize): Qualify __gnu_cxx
89690792Sgshapiro	names.
89790792Sgshapiro	Adjust copyright.
89890792Sgshapiro
89990792Sgshapiro2002-10-12  Benjamin Kosnik  <bkoz@redhat.com>
90090792Sgshapiro
90190792Sgshapiro	* testsuite/abi_check.cc (hash<string>): Specialize.
90290792Sgshapiro	Simplify. Check compatible symbol versions.
90390792Sgshapiro	* config/linker-map.gnu: Clarify, explicitly export
90490792Sgshapiro	std::codecvt::c* symbols.
90590792Sgshapiro
90690792Sgshapiro	* testsuite/22_locale/static_members.cc (test02): Avoid null strings.
90790792Sgshapiro
90890792Sgshapiro2002-10-12  Jonathan Wakely  <jw@kayari.org>
90990792Sgshapiro	    Gabriel Dos Reis  <gdr@integrable-solutions.net>
91090792Sgshapiro
91190792Sgshapiro	* docs/html/21_strings/howto.html#5:  Correct nasting of XHTML
91290792Sgshapiro	elements.  Correct allocator-related text.
91390792Sgshapiro
91490792Sgshapiro2002-10-11  Benjamin Kosnik  <bkoz@redhat.com>
91590792Sgshapiro
91690792Sgshapiro	* testsuite/22_locale/static_members.cc (test02): Fix.
91790792Sgshapiro
91890792Sgshapiro2002-10-11  Benjamin Kosnik  <bkoz@redhat.com>
91990792Sgshapiro
92090792Sgshapiro	* acconfig.h (_GLIBCPP_SYMVER): Add.
92190792Sgshapiro	(_GLIBCPP_ASM_SYMVER): Add.
92290792Sgshapiro	* acinclude.m4 (GLIBCPP_ENABLE_SYMVERS): Define _GLIBCPP_SYMVER.
92390792Sgshapiro	* aclocal.m4: Regenerate.
92490792Sgshapiro	* config.h.in: Regenerate.
92590792Sgshapiro	* configure: Regenerate.
92690792Sgshapiro	* include/bits/c++config (_GLIBCPP_AT_AT): Define, as an expedient
92790792Sgshapiro	hack around m4 issues with quoting '@'.
92890792Sgshapiro	* src/locale.cc: Use _GLIBCPP_ASM_SYMVER.
92990792Sgshapiro	* src/globals.cc: Same.
93090792Sgshapiro
93190792Sgshapiro	* testsuite/22_locale/ctor_copy_dtor.cc (test04): Fix for
93290792Sgshapiro	non-glibc systems.
93390792Sgshapiro
93490792Sgshapiro2002-10-10  Benjamin Kosnik  <bkoz@redhat.com>
93590792Sgshapiro
93690792Sgshapiro	* config/linker-map.gnu (GLIBCPP_3.2.1): Add.
93790792Sgshapiro	(GLIBCPP_3.2): Don't export locale::_S_*.
93890792Sgshapiro	* src/ios.cc: Move globals into __gnu_cxx. Make old exported
93990792Sgshapiro	symbols match.
94090792Sgshapiro	* src/locale.cc: Same.
94190792Sgshapiro	* src/localename.cc: Same.
94290792Sgshapiro	* src/globals.cc: Same.
94390792Sgshapiro
94490792Sgshapiro2002-10-10  Phil Edwards  <pme@gcc.gnu.org>
94590792Sgshapiro
94690792Sgshapiro	* docs/html/21_strings/howto.html:  Write #5, char_traits.
94790792Sgshapiro	* docs/html/17_intro/porting.texi:  Expand on os_include_dir.
94890792Sgshapiro	* docs/html/17_intro/porting.html:  Regenerate.
94990792Sgshapiro
95090792Sgshapiro2002-10-09  Benjamin Kosnik  <bkoz@redhat.com>
95190792Sgshapiro
95290792Sgshapiro	* src/locale.cc: Fix comments, move ctors together.
95390792Sgshapiro	* testsuite/22_locale/static_members.cc (test03): Add.
95490792Sgshapiro
95590792Sgshapiro2002-10-08  Jonathan Lennox  <lennox@cs.columbia.edu>
95690792Sgshapiro
95790792Sgshapiro	PR libstdc++/8071, libstdc++/8127, libstdc++/6745
95890792Sgshapiro	* streambuf.tcc (__copy_streambufs): Handle cases where
95990792Sgshapiro	__sbin->in_avail() returns 0, or where __sbin doesn't set gptr().
96090792Sgshapiro	* testsuite/27_io/ostream_inserter_other.cc (test05): Add.
96190792Sgshapiro
96290792Sgshapiro2002-10-08  Paolo Carlini  <pcarlini@unitus.it>
96390792Sgshapiro	    Benjamin Kosnik  <bkoz@redhat.com>
96490792Sgshapiro
96590792Sgshapiro	* include/bits/localefwd.h (class locale): Add static member
96690792Sgshapiro	_S_num_extra_categories, encoding the number of additional
96790792Sgshapiro	categories.
96890792Sgshapiro	Change _S_num_categories to _S_categories_size.
96990792Sgshapiro	(class locale::_Impl): Add _M_c_cats.
97090792Sgshapiro	(class locale::_Impl::_M_names): Change to array of chars.
97190792Sgshapiro	(class locale::_Impl::_M_check_same_name): Use
97290792Sgshapiro	_S_extra_categories_size, tweak.
97390792Sgshapiro	(locale::locale(const locale&, _Facet*)): Ditto.
97490792Sgshapiro    	* src/locale.cc (locale::locale(const char* )): Rewrite to deal
97590792Sgshapiro	with the environment in a POSIX-compliant way while being thread
97690792Sgshapiro	safe.
97790792Sgshapiro	(locale::name()): Update to output POSIX environment strings.
97890792Sgshapiro	* src/localename.cc
97990792Sgshapiro	(locale::_Impl::_Impl(const _Impl&, size_t): Use
98090792Sgshapiro	_S_categories_size_*, tweak.
98190792Sgshapiro	(locale::_Impl::_Impl(facet**, size_t, bool)): Ditto.
98290792Sgshapiro	(locale::_Impl::_Impl(const char*, size_t)): Name each category
98390792Sgshapiro	individually.
98490792Sgshapiro	(locale::_Impl::_M_replace_categories): Use strcpy.
98590792Sgshapiro
98690792Sgshapiro	* include/bits/locale_facets.h (numpunct::_M_initialize_numpunct):
98790792Sgshapiro	Change default argument to NULL from _S_c_locale.
98890792Sgshapiro	(timepunct::_M_initialize_timepunct): Same.
98990792Sgshapiro	_S_c_locale cleanups.
99090792Sgshapiro	* src/codecvt.c: _S_c_locale simplification.
99190792Sgshapiro	* src/ctype.c: Same.
99290792Sgshapiro	* src/globals.cc: Add fake_name.
99390792Sgshapiro	* src/locale-inst.cc: Remove extra includes.
99490792Sgshapiro	* src/locale.cc: Remove extra includes.
99590792Sgshapiro	Add _S_extra_categories_size definition.
99690792Sgshapiro	Correct "C" initialization.
99790792Sgshapiro	(locale::facet::facet): Don't initialize _S_c_locale.
99890792Sgshapiro	(locale::facet::_M_remove_reference): Adjust.
99990792Sgshapiro	* src/localename: Use facet_vec, facet_name.
100090792Sgshapiro	(locale::_Impl::_Impl(facet** __f, size_t __refs, bool)): Set
100190792Sgshapiro	facet ref counts to one. Initialize _S_c_locale.
100290792Sgshapiro	(locale::_Impl::_M_install_facet(id*, facet*)): Adjust facet ref
100390792Sgshapiro	counts when installing unilaterally.
100490792Sgshapiro
100590792Sgshapiro	* config/locale/generic/c_locale.cc: Add _S_categories definition.
100690792Sgshapiro	* config/locale/generic/c_locale.h: Add _GLIBCPP_NUM_CATEGORIES macro.
100790792Sgshapiro	* config/locale/generic/time_members.cc: _S_c_locale cleanup.
100890792Sgshapiro
100990792Sgshapiro	* config/locale/gnu/c_locale.cc: Add _S_categories definition.
101090792Sgshapiro	(_S_destroy_c_locale): Move checks against _S_c_locale here.
101190792Sgshapiro	* config/locale/gnu/c_locale.h: Add _GLIBCPP_NUM_CATEGORIES macro.
101290792Sgshapiro	* config/locale/gnu/ctype_members.cc: Simplify _S_destroy_c_locale
101390792Sgshapiro	calls, _S_c_locale usage.
101490792Sgshapiro	* config/locale/gnu/monetary_members.cc: Same, tweaks.
101590792Sgshapiro	* config/locale/gnu/monetary_members.cc: Same.
101690792Sgshapiro	* config/locale/gnu/time_members.cc: Same.
101790792Sgshapiro	* config/os/gnu-linux/ctype_noninline.h: Use locale::classic().
101890792Sgshapiro
101990792Sgshapiro	* docs/html/22_locale/locale.html: Add bits about global locales
102090792Sgshapiro	and "C" setlocale.
102190792Sgshapiro
102290792Sgshapiro	* testsuite/22_locale/facet.cc (test02): Add.
102390792Sgshapiro	* testsuite/22_locale/static_members.cc (test02): Add.
102490792Sgshapiro	* testsuite/22_locale/ctor_copy_dtor.cc (test04): Add.
102590792Sgshapiro
102690792Sgshapiro2002-10-07  Jonathan Wakely  <jw@kayari.org>
102790792Sgshapiro
102890792Sgshapiro	* docs/html/configopts.html, docs/html/documentation.html,
102990792Sgshapiro	docs/html/explanations.html, docs/html/install.html,
103090792Sgshapiro	docs/html/17_intro/contribute.html, docs/html/17_intro/howto.html,
103190792Sgshapiro	docs/html/17_intro/license.html, docs/html/18_support/howto.html,
103290792Sgshapiro	docs/html/19_diagnostics/howto.html, docs/html/20_util/howto.html,
103390792Sgshapiro	docs/html/21_strings/howto.html, docs/html/22_locale/codecvt.html,
103490792Sgshapiro	docs/html/22_locale/ctype.html, docs/html/22_locale/howto.html,
103590792Sgshapiro	docs/html/22_locale/locale.html, docs/html/22_locale/messages.html,
103690792Sgshapiro	docs/html/23_containers/howto.html, docs/html/24_iterators/howto.html,
103790792Sgshapiro	docs/html/25_algorithms/howto.html, docs/html/26_numerics/howto.html,
103890792Sgshapiro	docs/html/27_io/howto.html, docs/html/ext/howto.html,
103990792Sgshapiro	docs/html/ext/sgiexts.html, docs/html/faq/index.html:  Add DOCTYPEs.
104090792Sgshapiro
104190792Sgshapiro2002-10-03  Richard Earnshaw  <rearnsha@arm.com>
104290792Sgshapiro
104390792Sgshapiro	PR libstdc++/3584
104490792Sgshapiro	* config/cpu/arm/atomicity.h (__exchange_and_add): Don't try to use
104590792Sgshapiro	ASM sequences that don't give us atomic addition operations.  Instead
104690792Sgshapiro	just add a comment explaining why it doesn't work.
104790792Sgshapiro	(__atomic_add): Just use __exchange_and_add.
104890792Sgshapiro	(__test_and_set, __always_swap): Delete.
104990792Sgshapiro
105090792Sgshapiro2002-10-02  Andreas Jaeger  <aj@suse.de>
105190792Sgshapiro
105290792Sgshapiro	* config/abi/x86_64-unknown-linux-gnu/baseline_symbols.txt:
105390792Sgshapiro	New file.
105490792Sgshapiro
105590792Sgshapiro2002-10-01  Phil Edwards  <pme@gcc.gnu.org>
105690792Sgshapiro
105790792Sgshapiro	* Makefile.am (check-abi):  Add @ to rule.
105890792Sgshapiro	* Makefile.in:  Regenerated.
105990792Sgshapiro
106090792Sgshapiro2002-09-27  Paolo Carlini  <pcarlini@unitus.it>
106190792Sgshapiro
106290792Sgshapiro	* include/bits/locale_facets.tcc (num_put::_M_widen_int):
106390792Sgshapiro	Deal correctly with grouped, showbased (oct or hex) zero.
106490792Sgshapiro	* testsuite/22_locale/num_put_members_char.cc: Add test05.
106590792Sgshapiro	* testsuite/22_locale/num_put_members_wchar_t.cc: Ditto.
106690792Sgshapiro
106790792Sgshapiro2002-09-27  Richard Henderson  <rth@redhat.com>
106890792Sgshapiro
106990792Sgshapiro	* config/os/hpux/cpu_limits.h: Remove.
107090792Sgshapiro
107190792Sgshapiro	* include/std/std_limits.h (numeric_limits<T>::is_iec559): False
107290792Sgshapiro	if denormals are not supported.
107390792Sgshapiro
107490792Sgshapiro2002-09-25  Benjamin Kosnik  <bkoz@redhat.com>
107590792Sgshapiro
107690792Sgshapiro	* include/Makefile.am (target_headers): Remove cpu_limits.h.
107790792Sgshapiro	* include/Makefile.in: Regenerate.
107890792Sgshapiro	* configure.in (CPU_LIMITS_INC_SRCDIR): Remove
107990792Sgshapiro	* configure: Regenerate.
108090792Sgshapiro	* configure.target (CPULIMITS): Remove.
108190792Sgshapiro
108290792Sgshapiro	* include/std/std_limits.h: Remove cpu_limits.h include.
108390792Sgshapiro
108490792Sgshapiro	* config/os/solaris/solaris2.7/os_defines.h (__glibcpp_long_bits):
108590792Sgshapiro	Remove.
108690792Sgshapiro	* config/os/irix/irix6.5/os_defines.h
108790792Sgshapiro	(__glibcpp_long_double_bits): Remove.
108890792Sgshapiro	(__glibcpp_wchar_t_bits): Remove.
108990792Sgshapiro	(__glibcpp_long_bits): Remove.
109090792Sgshapiro	* config/os/irix/irix5.2/os_defines.h
109190792Sgshapiro	(__glibcpp_long_double_bits): Remove.
109290792Sgshapiro	(__glibcpp_long_bits): Remove.
109390792Sgshapiro	* config/os/hpux/os_defines.h (__glibcpp_wchar_t_is_signed): Remove.
109490792Sgshapiro	* config/os/bsd/freebsd/os_defines.h:
109590792Sgshapiro	(__glibcpp_long_double_bits): Remove.
109690792Sgshapiro	* config/os/aix/os_defines.h (__glibcpp_wchar_t_bits): Remove.
109790792Sgshapiro	(__glibcpp_wchar_t_is_signed): Remove.
109890792Sgshapiro	(__glibcpp_long_bits): Remove.
109990792Sgshapiro	* config/os/gnu-linux/os_defines.h (__glibcpp_long_bits): Remove.
110090792Sgshapiro	(__glibcpp_long_double_bits): Remove.
110190792Sgshapiro
110290792Sgshapiro	* config/os/osf/osf5.0/cpu_limits.h: Remove.
110390792Sgshapiro	* config/cpu/alpha/cpu_limits.h: Remove.
110490792Sgshapiro	* config/cpu/arm/cpu_limits.h: Remove.
110590792Sgshapiro	* config/cpu/cris/cpu_limits.h: Remove.
110690792Sgshapiro	* config/cpu/generic/cpu_limits.h: Remove.
110790792Sgshapiro	* config/cpu/generic/limits.h: Remove.
110890792Sgshapiro	* config/cpu/ia64/cpu_limits.h: Remove.
110990792Sgshapiro	* config/cpu/m68k/cpu_limits.h: Remove.
111090792Sgshapiro	* config/cpu/mmix/cpu_limits.h: Remove.
111190792Sgshapiro	* config/cpu/powerpc/cpu_limits.h: Remove.
111290792Sgshapiro	* config/cpu/S390/cpu_limits.h: Remove.
111390792Sgshapiro
111490792Sgshapiro2002-09-25  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
111590792Sgshapiro
111690792Sgshapiro	* testsuite/18_support/numeric_limits.cc: Check the maximum and
111790792Sgshapiro	minimum values of the wchar_t type.
111890792Sgshapiro
111990792Sgshapiro2002-09-25  Mark Mitchell  <mark@codesourcery.com>
112090792Sgshapiro
112190792Sgshapiro	* include/std/std_limits.h (numeric_limits<unsigned char>::digits):
112290792Sgshapiro	Fix typo.
112390792Sgshapiro
112490792Sgshapiro2002-09-23  Richard Henderson  <rth@redhat.com>
112590792Sgshapiro
112690792Sgshapiro	* include/std/std_limits.h (__glibcpp_plain_char_is_signed,
112790792Sgshapiro	__glibcpp_wchar_t_is_signed, __glibcpp_s8_max, __glibcpp_s8_min,
112890792Sgshapiro	__glibcpp_s8_digits, __glibcpp_s8_digits10, __glibcpp_u8_min,
112990792Sgshapiro	__glibcpp_u8_max, __glibcpp_u8_digits, __glibcpp_u8_digits10,
113090792Sgshapiro	__glibcpp_s16_max, __glibcpp_s16_min, __glibcpp_s16_digits,
113190792Sgshapiro	__glibcpp_s16_digits10, __glibcpp_u16_min, __glibcpp_u16_max,
113290792Sgshapiro	__glibcpp_u16_digits, __glibcpp_u16_digits10, __glibcpp_s32_max,
113390792Sgshapiro	__glibcpp_s32_min, __glibcpp_s32_digits, __glibcpp_s32_digits10,
113490792Sgshapiro	__glibcpp_u32_min, __glibcpp_u32_max, __glibcpp_u32_digits,
113590792Sgshapiro	__glibcpp_u32_digits10, __glibcpp_s64_max, __glibcpp_s64_min,
113690792Sgshapiro	__glibcpp_s64_digits, __glibcpp_s64_digits10, __glibcpp_u64_min,
113790792Sgshapiro	__glibcpp_u64_max, __glibcpp_u64_digits, __glibcpp_u64_digits10,
113890792Sgshapiro	__glibcpp_bool_digits, __glibcpp_signed_char_min,
113990792Sgshapiro	__glibcpp_signed_char_max, __glibcpp_signed_char_digits,
114090792Sgshapiro	__glibcpp_signed_char_digits10, __glibcpp_unsigned_char_min,
114190792Sgshapiro	__glibcpp_unsigned_char_max, __glibcpp_unsigned_char_digits,
114290792Sgshapiro	__glibcpp_unsigned_char_digits10, __glibcpp_char_min,
114390792Sgshapiro	__glibcpp_char_max, __glibcpp_char_digits, __glibcpp_char_digits10,
114490792Sgshapiro	__glibcpp_signed_short_min, __glibcpp_signed_short_max,
114590792Sgshapiro	__glibcpp_signed_short_digits, __glibcpp_signed_short_digits10,
114690792Sgshapiro	__glibcpp_unsigned_short_min, __glibcpp_unsigned_short_max,
114790792Sgshapiro	__glibcpp_unsigned_short_digits, __glibcpp_unsigned_short_digits10,
114890792Sgshapiro	__glibcpp_signed_int_min, __glibcpp_signed_int_max,
114990792Sgshapiro	__glibcpp_signed_int_digits, __glibcpp_signed_int_digits10,
115090792Sgshapiro	__glibcpp_unsigned_int_min, __glibcpp_unsigned_int_max,
115190792Sgshapiro	__glibcpp_unsigned_int_digits, __glibcpp_unsigned_int_digits10,
115290792Sgshapiro	__glibcpp_signed_long_min, __glibcpp_signed_long_max,
115390792Sgshapiro	__glibcpp_unsigned_long_digits, __glibcpp_unsigned_long_digits10,
115490792Sgshapiro	__glibcpp_signed_long_long_min, __glibcpp_signed_long_long_max,
115590792Sgshapiro	__glibcpp_signed_long_long_digits, __glibcpp_signed_long_long_digits10,
115690792Sgshapiro	__glibcpp_wchar_t_min, __glibcpp_wchar_t_max, __glibcpp_wchar_t_digits,
115790792Sgshapiro	__glibcpp_wchar_t_digits10): Remove.
115890792Sgshapiro	(__glibcpp_byte, __glibcpp_word_bits, __glibcpp_word): Remove.
115990792Sgshapiro	(__float_storage, __double_storage, __long_double_storage): Remove.
116090792Sgshapiro	(__glibcpp_signed, __glibcpp_min, __glibcpp_max): New.
116190792Sgshapiro	(__glibcpp_digits, __glibcpp_digits10): New.
116290792Sgshapiro	(numeric_limits<T>::min): Use __glibcpp_min or limits.h builtins.
116390792Sgshapiro	(numeric_limits<T>::max): Use __glibcpp_max or limits.h builtins.
116490792Sgshapiro	(numeric_limits<T>::is_signed, T=char,wchar_t): Use __glibcpp_signed.
116590792Sgshapiro	(numeric_limits<T>::digits): Use __glibcpp_digits.
116690792Sgshapiro	(numeric_limits<T>::digits10): Use __glibcpp_digits10.
116790792Sgshapiro	* testsuite/18_support/numeric_limits.cc (test03): Don't use
116890792Sgshapiro	__glibcpp_s8_digits10 et al; check vs the installed versions
116990792Sgshapiro	of digits10 for particular sizes.
117090792Sgshapiro
117190792Sgshapiro	* include/std/std_limits.h (__glibcpp_float_is_modulo,
117290792Sgshapiro	__glibcpp_double_is_modulo, __glibcpp_long_double_is_modulo): Kill.
117390792Sgshapiro	(numeric_limits<T>::is_modulo, T floating): Use false.
117490792Sgshapiro
117590792Sgshapiro2002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
117690792Sgshapiro
117790792Sgshapiro	* Makefile.am (all-multi): Fix multilib parallel build.
117890792Sgshapiro
117990792Sgshapiro2002-09-22  Richard Henderson  <rth@redhat.com>
118090792Sgshapiro
118190792Sgshapiro	* include/std/std_limits.h (__glibcpp_f32_round_error,
118290792Sgshapiro	__glibcpp_f64_round_error, __glibcpp_f80_round_error,
118390792Sgshapiro	__glibcpp_f96_round_error, __glibcpp_f128_round_error,
118490792Sgshapiro	__glibcpp_float_round_error, __glibcpp_double_round_error,
118590792Sgshapiro	__glibcpp_long_double_round_error, __glibcpp_float_round_style,
118690792Sgshapiro	__glibcpp_double_round_style, __glibcpp_long_double_round_style): Kill.
118790792Sgshapiro	(numeric_limits<char>::epsilon, round_error): Use constant 0.
118890792Sgshapiro	(numeric_limits<float>::round_error): Use constant 0.5.
118990792Sgshapiro	(numeric_limits<float>::round_style): Use round_to_nearest.
119090792Sgshapiro	(numeric_limits<double>, numeric_limits<long double>): Similarly.
119190792Sgshapiro
119290792Sgshapiro	* include/std/std_limits.h (__glibcpp_f32_is_iec559,
119390792Sgshapiro	__glibcpp_f64_is_iec559, __glibcpp_f80_is_iec559,
119490792Sgshapiro	__glibcpp_f96_is_iec559, __glibcpp_f128_is_iec559,
119590792Sgshapiro	__glibcpp_float_is_iec559, __glibcpp_double_is_iec559,
119690792Sgshapiro	__glibcpp_long_double_is_iec559): Remove.
119790792Sgshapiro	(numeric_limits<float>::is_iec559): Use has_infinity & has_quiet_NaN.
119890792Sgshapiro	(numeric_limits<double>, numeric_limits<long double>): Similarly.
119990792Sgshapiro
120090792Sgshapiro	* include/std/std_limits.h (__glibcpp_integral_traps): New.
120190792Sgshapiro	(__glibcpp_char_traps, __glibcpp_short_traps, __glibcpp_int_traps,
120290792Sgshapiro	__glibcpp_long_traps, __glibcpp_wchar_t_traps,
120390792Sgshapiro	__glibcpp_long_long_traps, __glibcpp_plain_char_traps,
120490792Sgshapiro	__glibcpp_signed_char_traps, __glibcpp_unsigned_char_traps,
120590792Sgshapiro	__glibcpp_signed_short_traps, __glibcpp_unsigned_short_traps,
120690792Sgshapiro	__glibcpp_signed_int_traps, __glibcpp_unsigned_int_traps,
120790792Sgshapiro	__glibcpp_signed_long_traps, __glibcpp_unsigned_long_traps,
120890792Sgshapiro	__glibcpp_signed_long_long_traps, __glibcpp_unsigned_long_long_traps,
120990792Sgshapiro	__glibcpp_char_is_modulo, __glibcpp_signed_char_is_modulo,
121090792Sgshapiro	__glibcpp_signed_short_is_modulo, __glibcpp_signed_int_is_modulo,
121190792Sgshapiro	__glibcpp_signed_long_is_modulo, __glibcpp_signed_long_long_is_modulo,
121290792Sgshapiro	__glibcpp_wchar_t_is_modulo, __glibcpp_float_is_bounded,
121390792Sgshapiro	__glibcpp_double_is_bounded, __glibcpp_long_double_is_bounded): Kill.
121490792Sgshapiro	(numeric_limits<T>::traps, T integral): Use __glibcpp_integral_traps.
121590792Sgshapiro	(numeric_limits<T>::is_modulo, T integral): Use true.
121690792Sgshapiro	(numeric_limits<T>::is_bounded, T floating): Use true.
121790792Sgshapiro
121890792Sgshapiro2002-09-18  Loren J. Rittle  <ljrittle@acm.org>
121990792Sgshapiro
122090792Sgshapiro	* testsuite/18_support/numeric_limits.cc (test_epsilon): New.
122190792Sgshapiro
122290792Sgshapiro2002-09-18  Richard Henderson  <rth@redhat.com>
122390792Sgshapiro
122490792Sgshapiro	* testsuite/18_support/numeric_limits.cc: Add -mieee for alpha.
122590792Sgshapiro
122690792Sgshapiro2002-09-16  Benjamin Kosnik  <bkoz@redhat.com>
122790792Sgshapiro
122890792Sgshapiro	* include/c_shadow: Remove.
122990792Sgshapiro	* include/bits/generic_shadow.h: Remove.
123090792Sgshapiro	* include/Makefile.am: Remove generic_shadow.h.
123190792Sgshapiro	* acinclude.m4: Remove c_shadow references.
123290792Sgshapiro	* aclocal.m4: Regenerate.
123390792Sgshapiro	* configure: Regenerate.
123490792Sgshapiro	* mkcshadow: Remove.
123590792Sgshapiro	* mkinclosure: Remove.
123690792Sgshapiro
123790792Sgshapiro2002-09-16  Loren J. Rittle  <ljrittle@acm.org>
123890792Sgshapiro
123990792Sgshapiro	libstdc++/7922
124090792Sgshapiro	* include/ext/stl_rope.h (rope<>): Qualify dependent names
124190792Sgshapiro	with `typename'.
124290792Sgshapiro
124390792Sgshapiro2002-09-16  Richard Henderson  <rth@redhat.com>
124490792Sgshapiro
124590792Sgshapiro	* include/std/std_limits.h (__glibcpp_f32_QNaN_bytes,
124690792Sgshapiro	__glibcpp_f32_has_QNaN, __glibcpp_f32_SNaN_bytes,
124790792Sgshapiro	__glibcpp_f32_has_SNaN, __glibcpp_f64_QNaN_bytes,
124890792Sgshapiro	__glibcpp_f64_has_QNaN, __glibcpp_f64_SNaN_bytes,
124990792Sgshapiro	__glibcpp_f64_has_SNaN, __glibcpp_f80_QNaN_bytes,
125090792Sgshapiro	__glibcpp_f80_has_QNaN, __glibcpp_f80_SNaN_bytes,
125190792Sgshapiro	__glibcpp_f80_has_SNaN, __glibcpp_f96_QNaN_bytes,
125290792Sgshapiro	__glibcpp_f96_has_QNaN, __glibcpp_f96_SNaN_bytes,
125390792Sgshapiro	__glibcpp_f96_has_SNaN, __glibcpp_f128_QNaN_bytes,
125490792Sgshapiro	__glibcpp_f128_has_QNaN, __glibcpp_f128_SNaN_bytes,
125590792Sgshapiro	__glibcpp_f128_has_SNaN, __glibcpp_float_QNaN_bytes,
125690792Sgshapiro	__glibcpp_float_has_QNaN, __glibcpp_float_SNaN_bytes,
125790792Sgshapiro	__glibcpp_float_has_SNaN, __glibcpp_double_QNaN_bytes,
125890792Sgshapiro	__glibcpp_double_has_QNaN, __glibcpp_double_SNaN_bytes,
125990792Sgshapiro	__glibcpp_double_has_SNaN, __glibcpp_long_double_QNaN_bytes,
126090792Sgshapiro	__glibcpp_long_double_has_QNaN, __glibcpp_long_double_SNaN_bytes,
126190792Sgshapiro	__glibcpp_long_double_has_SNaN): Remove.
126290792Sgshapiro	(__glibcpp_f128_is_iec559): True if IEEE.
126390792Sgshapiro	(__glibcpp_float_QNaN, __glibcpp_float_SNaN): Remove.
126490792Sgshapiro	(__glibcpp_double_QNaN, __glibcpp_double_SNaN): Remove.
126590792Sgshapiro	(__glibcpp_long_double_QNaN, __glibcpp_long_double_SNaN): Remove.
126690792Sgshapiro	(std::numeric_limits<float>::has_quiet_NaN): Use __builtin_nanf.
126790792Sgshapiro	(std::numeric_limits<float>::has_signaling_NaN): Mirror has_quiet_NaN.
126890792Sgshapiro	(std::numeric_limits<float>::quiet_NaN): Use __builtin_nanf.
126990792Sgshapiro	(std::numeric_limits<float>::signaling_NaN): Use __builtin_nansf.
127090792Sgshapiro	(std::numeric_limits<double>): Similarly.
127190792Sgshapiro	(std::numeric_limits<long double>): Similarly.
127290792Sgshapiro	* src/limits.cc (__glibcpp_float_QNaN, __glibcpp_float_SNaN): Remove.
127390792Sgshapiro	(__glibcpp_double_QNaN, __glibcpp_double_SNaN): Remove.
127490792Sgshapiro	(__glibcpp_long_double_QNaN, __glibcpp_long_double_SNaN): Remove.
127590792Sgshapiro
127690792Sgshapiro	* testsuite/18_support/numeric_limits.cc (test_infinity): New.
127790792Sgshapiro	(test_denorm_min, test_qnan, test_is_iec559): New.
127890792Sgshapiro
127990792Sgshapiro2002-09-16  Phil Edwards  <pme@gcc.gnu.org>
128090792Sgshapiro
128190792Sgshapiro	* testsuite/abi_check.cc:  Pull shell fragments out into...
128290792Sgshapiro	* config/abi/extract_symvers:  ...here.  New file.
128390792Sgshapiro	* Makefile.am (check_abi):  Change to match.
128490792Sgshapiro	(new-abi-baseline):  New target.
128590792Sgshapiro	* Makefile.in:  Regenerated.
128690792Sgshapiro
128790792Sgshapiro2002-09-16  Richard Henderson  <rth@redhat.com>
128890792Sgshapiro
128990792Sgshapiro	* include/std/std_limits.h (__glibcpp_f32_denorm_min_bytes,
129090792Sgshapiro	__glibcpp_f32_has_denorm, __glibcpp_f64_denorm_min_bytes,
129190792Sgshapiro	__glibcpp_f64_has_denorm, __glibcpp_f80_denorm_min_bytes,
129290792Sgshapiro	__glibcpp_f80_has_denorm, __glibcpp_f96_denorm_min_bytes,
129390792Sgshapiro	__glibcpp_f96_has_denorm, __glibcpp_f128_denorm_min_bytes,
129490792Sgshapiro	__glibcpp_f128_has_denorm, __glibcpp_float_denorm_min_bytes,
129590792Sgshapiro	__glibcpp_float_has_denorm, __glibcpp_double_denorm_min_bytes,
129690792Sgshapiro	__glibcpp_double_has_denorm, __glibcpp_long_double_denorm_min_bytes,
129790792Sgshapiro	__glibcpp_long_double_has_denorm): Remove.
129890792Sgshapiro	(__glibcpp_float_denorm_min, __glibcpp_double_denorm_min,
129990792Sgshapiro	__glibcpp_long_double_denorm_min): Remove.
130090792Sgshapiro	(std::numeric_limits<float>::has_denorm): Use __FLT_DENORM_MIN__.
130190792Sgshapiro	(std::numeric_limits<float>::denorm_min): Likewise.
130290792Sgshapiro	(std::numeric_limits<double>): Similarly.
130390792Sgshapiro	(std::numeric_limits<long double>): Similarly.
130490792Sgshapiro	* src/limits.cc (__glibcpp_float_denorm_min,
130590792Sgshapiro	__glibcpp_double_denorm_min, __glibcpp_long_double_denorm_min): Remove.
130690792Sgshapiro
130790792Sgshapiro2002-09-13  Andy Felt  <afelt@uwsp.edu>
130890792Sgshapiro
130990792Sgshapiro	* docs/html/17_intro/howto.html:  Update link.
131090792Sgshapiro
131190792Sgshapiro2002-09-13  Phil Edwards  <pme@gcc.gnu.org>
131290792Sgshapiro
131390792Sgshapiro	* docs/doxygen/run_doxygen:  Massage man page for Iterator_types.3.
131490792Sgshapiro	* docs/html/faq/index.html:  Whitespace fixes.
131590792Sgshapiro
131690792Sgshapiro2002-09-12  Benjamin Kosnik  <bkoz@redhat.com>
131790792Sgshapiro
131890792Sgshapiro	* libmath/Makefile.am (LIBTOOL): Use --tag CC always for this
131990792Sgshapiro	directory.
132090792Sgshapiro	* libmath/Makefile.in: Regenerate.
132190792Sgshapiro	* src/Makefile.am: Tweak comment.
132290792Sgshapiro	* src/Makefile.in: Regenerate.
132390792Sgshapiro
132490792Sgshapiro	* config/locale/gnu/c_locale.h: Remove warnings.
132590792Sgshapiro	Inject __uselocale into __gnu_cxx.
132690792Sgshapiro	* config/locale/generic/c_locale.h: Match.
132790792Sgshapiro
132890792Sgshapiro2002-09-11  Benjamin Kosnik  <bkoz@redhat.com>
132990792Sgshapiro
133090792Sgshapiro	* include/bits/locale_facets.tcc (__convert_from_v): Remove.
133190792Sgshapiro	* config/locale/gnu/c_locale.h (__convert_from_v): Add.
133290792Sgshapiro	* config/locale/generic/c_locale.h (__convert_from_v): Add.
133390792Sgshapiro
133490792Sgshapiro2002-09-11  Paolo Carlini  <pcarlini@unitus.it>
133590792Sgshapiro
133690792Sgshapiro	* include/bits/locale_facets.tcc (__convert_from_v):
133790792Sgshapiro	Use __uselocale instead of setlocale for glibc 2.3+.
133890792Sgshapiro
133990792Sgshapiro2002-09-10  Benjamin Kosnik  <bkoz@redhat.com>
134090792Sgshapiro
134190792Sgshapiro	* src/Makefile.am (sources): Edit.
134290792Sgshapiro	(target_sources): New.
134390792Sgshapiro	(target_sources_extra): New.
134490792Sgshapiro	* src/Makefile.in: Regenerate.
134590792Sgshapiro	* acinclude.m4: Set CCODECVT_CC.
134690792Sgshapiro	* aclocal.m4: Regenerate.
134790792Sgshapiro	* configure: Regenerate.
134890792Sgshapiro	* src/locale.cc: Move ctype definitions...
134990792Sgshapiro	* src/ctype.cc: ...here. New file.
135090792Sgshapiro	* src/locale.cc: Move codecvt definitions...
135190792Sgshapiro	* src/codecvt.cc: ...here.
135290792Sgshapiro	* config/generic/codecvt_members.cc: ...and here.
135390792Sgshapiro	* config/gnu/codecvt_members.cc: ...and here.
135490792Sgshapiro	* include/bits/codecvt.h: Tweak.
135590792Sgshapiro	* include/bits/locale_facets: Tweak.
135690792Sgshapiro
135790792Sgshapiro	* src/bitset.cc: Correct license text.
135890792Sgshapiro	* src/concept-inst.cc: Same.
135990792Sgshapiro	* src/strstream.cc: Same.
136090792Sgshapiro	* src/vterminate.cc: Same.
136190792Sgshapiro
136290792Sgshapiro2002-09-10  Gabriel Dos Reis  <gdr@soliton.integrable-solutions.net>
136390792Sgshapiro
136490792Sgshapiro	* include/bits/stl_vector.h (vector<>): Don't use a name with
136598841Sgshapiro	different meanings before and after re-evaluation in the completed
136698841Sgshapiro	scope.
136798841Sgshapiro	* include/bits/basic_string.h (basic_string<>): Likewise.
136890792Sgshapiro	* include/bits/stl_bvector.h (vector<bool>): Likewise.
136990792Sgshapiro	* include/bits/stl_deque.h (std): Likewise.
137090792Sgshapiro	* include/bits/stl_list.h (list<>): Likewise.
137190792Sgshapiro	* include/bits/stl_tree.h (_Rb_tree<>): Likewise.
137290792Sgshapiro
137390792Sgshapiro2002-09-10  Paolo Carlini  <pcarlini@unitus.it>
137490792Sgshapiro
137590792Sgshapiro	* include/bits/codecvt.h (class __codecvt_abstract_base):
137690792Sgshapiro	Add __c_locale type _M_c_locale_codecvt member.
137790792Sgshapiro	(class codecvt<char, char, mbstate_t>,
137890792Sgshapiro	class codecvt<wchar_t, char, mbstate_t>): Add new
137990792Sgshapiro	codecvt(__c_locale, size_t) constructor.
138090792Sgshapiro	(codecvt_byname::codecvt_byname): Update.
138190792Sgshapiro	* src/codecvt.cc (class codecvt<char, char, mbstate_t>,
138290792Sgshapiro	class codecvt<wchar_t, char, mbstate_t>): Update codecvt(size_t)
138390792Sgshapiro	constructor and ~codecvt() destructor; define
138490792Sgshapiro	codecvt(__c_locale, size_t) constructor.
138590792Sgshapiro	(codecvt::do_out): Switch to _M_c_locale_codecvt around wcsrtombs call.
138690792Sgshapiro	(codecvt::do_in): Ditto for mbsrtowcs call.
138790792Sgshapiro	* src/localename.cc (locale::_Impl::_Impl(const char*, size_t)):
138890792Sgshapiro	Tweak construction of codecvt facets.
138990792Sgshapiro
139090792Sgshapiro2002-09-10  Danny Smith  <dannysmith@users.sourceforge.net>
139190792Sgshapiro
139290792Sgshapiro	* include/bits/locale_facets.tcc (__convert_from_v):
139390792Sgshapiro	Replace strdup with ISO malloc and strcpy.
139490792Sgshapiro
139590792Sgshapiro2002-09-09  Benjamin Kosnik  <bkoz@redhat.com>
139690792Sgshapiro
139790792Sgshapiro	* docs/html/configopts.html: Change grouping. Note ABI impacts.
139890792Sgshapiro	Update information for locale model defaults.
139990792Sgshapiro	* docs/html/install.html: Update include directory
140090792Sgshapiro	information.
140190792Sgshapiro	Update testing information.
140290792Sgshapiro	Update linux issues for named locales.
140390792Sgshapiro	* docs/html/abi.txt: Fix typos.
140490792Sgshapiro	Add more info.
140590792Sgshapiro
140690792Sgshapiro	* src/misc-inst.cc: Add missing instantiations.
140790792Sgshapiro
140890792Sgshapiro	* testsuite/abi_check.cc: Make output results more verbose.
140990792Sgshapiro
141090792Sgshapiro	* config/os/gnu-linux/ctype_base.h: Remove shadow headers injections.
141190792Sgshapiro
141290792Sgshapiro2002-09-07  Jakub Jelinek  <jakub@redhat.com>
141390792Sgshapiro
141490792Sgshapiro	* config/locale/generic/messages_members.cc: Add specialization for
141590792Sgshapiro	messages<wchar_t>.
141690792Sgshapiro	* config/locale/ieee_1003.1-20021/messages_members.cc: Likewise.
141790792Sgshapiro
141890792Sgshapiro2002-09-06  Benjamin Kosnik  <bkoz@redhat.com>
141990792Sgshapiro
142090792Sgshapiro	* include/bits/localefwd.h: Tweak formatting.
142190792Sgshapiro	* docs/html/abi.txt: Add.
142290792Sgshapiro
142390792Sgshapiro2002-09-06  Jakub Jelinek  <jakub@redhat.com>
142490792Sgshapiro
142590792Sgshapiro	* configure.target: Use cpu_include_dir="config/cpu/sparc" for all
142690792Sgshapiro	sparc targets.
142790792Sgshapiro	* config/cpu/sparc/atomicity.h: New file.
142890792Sgshapiro	* config/cpu/sparc/sparc32/atomicity.h: Removed.
142990792Sgshapiro	* config/cpu/sparc/sparc64/atomicity.h: Removed.
143090792Sgshapiro
143190792Sgshapiro2002-09-06  Jakub Jelinek  <jakub@redhat.com>
143290792Sgshapiro
143390792Sgshapiro	* config/os/gnu-linux/ctype_noninline.h
143490792Sgshapiro	[_GLIBCPP_USE_SHADOW_HEADERS]: Remove using _C_legacy::__ctype_*.
143590792Sgshapiro	(ctype<char>::classic_table): If _GLIBCPP_C_LOCALE_GNU, return
143690792Sgshapiro	_S_c_locale->__ctype_b, otherwise temporarily switch to "C" locale
143790792Sgshapiro	and return __ctype_b.
143890792Sgshapiro	(ctype<char>::ctype(__c_locale, const mask*, bool, size_t)): If not
143990792Sgshapiro	_GLIBCPP_C_LOCALE_GNU, temporarily switch to "C" locale and
144090792Sgshapiro	initialize using __ctype_{b,tolower,toupper}.
144190792Sgshapiro	(ctype<char>::ctype(const mask*, bool, size_t)): If
144290792Sgshapiro	_GLIBCPP_C_LOCALE_GNU, initialize using
144390792Sgshapiro	_S_c_locale->__ctype_{b,tolower,toupper}, otherwise temporarily
144490792Sgshapiro	switch to "C" locale and initialize using __ctype_{b,tolower,toupper}.
144590792Sgshapiro
144690792Sgshapiro2002-09-05  Paolo Carlini  <pcarlini@unitus.it>
144790792Sgshapiro	    Roland McGrath  <roland@redhat.com>
144890792Sgshapiro
144990792Sgshapiro	PR libstdc++/7811
145090792Sgshapiro	* src/locale.cc (locale::locale(__s)): Use getenv instead
145190792Sgshapiro	of setenv for the environment locale.
145290792Sgshapiro	* testsuite/22_locale/ctor_copy_dtor.cc (test03): New.
145390792Sgshapiro
145490792Sgshapiro2002-09-05  Jakub Jelinek  <jakub@redhat.com>
145590792Sgshapiro
145690792Sgshapiro	* config/abi/ia64-unknown-linux-gnu: Add.
145790792Sgshapiro	* config/abi/ia64-unknown-linux-gnu/baseline_symbols.txt: New file.
145890792Sgshapiro	* config/abi/alphaev67-unknown-linux-gnu: Add.
145990792Sgshapiro	* config/abi/alphaev67-unknown-linux-gnu/baseline_symbols.txt: New file.
146090792Sgshapiro
146190792Sgshapiro2002-09-05  Jonathan Wakely  <jw@kayari.org>
146290792Sgshapiro
146390792Sgshapiro	* docs/html/Makefile:  Use more portable shell wildcard.
146490792Sgshapiro	* docs/html/makedoc.awk:  Nest elements correctly for XHTML conversion.
146590792Sgshapiro	* docs/html/configopts.html, docs/html/documentation.html,
146690792Sgshapiro	docs/html/explanations.html, docs/html/install.html,
146790792Sgshapiro	docs/html/17_intro/contribute.html, docs/html/17_intro/howto.html,
146890792Sgshapiro	docs/html/17_intro/license.html, docs/html/18_support/howto.html,
146990792Sgshapiro	docs/html/19_diagnostics/howto.html, docs/html/20_util/howto.html,
147090792Sgshapiro	docs/html/21_strings/howto.html, docs/html/22_locale/codecvt.html,
147190792Sgshapiro	docs/html/22_locale/ctype.html, docs/html/22_locale/howto.html,
147290792Sgshapiro	docs/html/22_locale/locale.html, docs/html/22_locale/messages.html,
147390792Sgshapiro	docs/html/23_containers/howto.html, docs/html/24_iterators/howto.html,
147490792Sgshapiro	docs/html/25_algorithms/howto.html, docs/html/26_numerics/howto.html,
147590792Sgshapiro	docs/html/27_io/howto.html, docs/html/ext/howto.html,
147690792Sgshapiro	docs/html/ext/sgiexts.html, docs/html/faq/index.html:  Convert
147790792Sgshapiro	to XHTML.
147890792Sgshapiro	* docs/html/faq/index.txt:  Regenerate.
147990792Sgshapiro
148090792Sgshapiro2002-09-05  Jakub Jelinek  <jakub@redhat.com>
148190792Sgshapiro
148290792Sgshapiro	* config/locale/gnu/ctype_members.cc (ctype<wchar_t>::do_widen(char)):
148390792Sgshapiro	Switch to _M_c_locale_ctype around btowc call.
148490792Sgshapiro	(ctype<wchar_t>::do_widen(const char*, const char *, wchar_t*)):
148590792Sgshapiro	Switch to _M_c_locale_ctype around mbsrtowcs call.
148690792Sgshapiro	(ctype<wchar_t>::do_narrow(char)): Switch to _M_c_locale_ctype around
148790792Sgshapiro	wctob call.
148890792Sgshapiro	(ctype<wchar_t>::do_narrow(const char*, const char *, wchar_t*)):
148990792Sgshapiro	Switch to _M_c_locale_ctype around wcsrtombs call.
149090792Sgshapiro
149190792Sgshapiro2002-09-05  Jakub Jelinek  <jakub@redhat.com>
149290792Sgshapiro
149390792Sgshapiro	* config/locale/gnu/monetary_members.cc
149490792Sgshapiro	(moneypunct<wchar_t, true>::_M_initialize_moneypunct,
149590792Sgshapiro	moneypunct<wchar_t, false>::_M_initialize_moneypunct): Use
149690792Sgshapiro	__uselocale instead of setlocale for glibc 2.3.
149790792Sgshapiro
149890792Sgshapiro2002-09-05  Jakub Jelinek  <jakub@redhat.com>
149990792Sgshapiro
150090792Sgshapiro	* config/locale/generic/c++locale_internal.h: New header.
150190792Sgshapiro	* config/locale/gnu/c++locale_internal.h: New header.
150290792Sgshapiro	* config/locale/gnu/c_locale.cc: Include it.
150390792Sgshapiro	* config/locale/gnu/collate_members.cc: Include it.
150490792Sgshapiro	* config/locale/gnu/ctype_members.cc: Include it.
150590792Sgshapiro	* config/locale/gnu/messages_members.cc: Include it.
150690792Sgshapiro	* config/locale/gnu/monetary_members.cc: Include it.
150790792Sgshapiro	* config/locale/gnu/numeric_members.cc: Include it.
150890792Sgshapiro	* config/locale/gnu/time_members.cc: Include it.
150990792Sgshapiro	(_M_put): Reorder __strftime_l and __wcsftime_l arguments to match
151090792Sgshapiro	glibc.
151190792Sgshapiro	(_M_initialize_timepunct): Initialize _M_c_locale_timepunct for
151290792Sgshapiro	C locale.
151390792Sgshapiro	* acinclude.m4: Include string.h when testing strcoll_l.
151490792Sgshapiro	For glibc 2.3 provide __-prefixed prototypes.
151590792Sgshapiro	(CLOCALE_INTERNAL_H): Set, add AC_LINK_FILES line.
151690792Sgshapiro	* aclocal.m4, configure: Rebuilt.
151790792Sgshapiro
151890792Sgshapiro2002-09-05  Benjamin Kosnik  <bkoz@redhat.com>
151990792Sgshapiro
152090792Sgshapiro	* include/bits/locale_facets.h: Add declaration of specialization
152190792Sgshapiro	here.
152290792Sgshapiro	* config/locale/gnu/messages_members.cc: Add specialization for
152390792Sgshapiro	messages<wchar_t>.
152490792Sgshapiro	* config/locale/gnu/messages_members.h: Remove generic definition
152590792Sgshapiro	of do_get.
152690792Sgshapiro
152790792Sgshapiro2002-09-04  Richard Henderson  <rth@redhat.com>
152890792Sgshapiro
152990792Sgshapiro	* include/std/std_limits.h (__glibcpp_f32_infinity_bytes,
153090792Sgshapiro	__glibcpp_f32_has_infinity, __glibcpp_f64_infinity_bytes,
153190792Sgshapiro	__glibcpp_f64_has_infinity, __glibcpp_f80_infinity_bytes,
153290792Sgshapiro	__glibcpp_f80_has_infinity, __glibcpp_f96_infinity_bytes,
153390792Sgshapiro	__glibcpp_f96_has_infinity, __glibcpp_f128_infinity_bytes,
153490792Sgshapiro	__glibcpp_f128_has_infinity, __glibcpp_float_infinity_bytes,
153590792Sgshapiro	__glibcpp_float_has_infinity, __glibcpp_double_infinity_bytes,
153690792Sgshapiro	__glibcpp_double_has_infinity, __glibcpp_long_double_infinity_bytes,
153790792Sgshapiro	__glibcpp_long_double_has_infinity): Remove.
153890792Sgshapiro	(std::numeric_limits<float>, std::numeric_limits<double>,
153990792Sgshapiro	std::numeric_limits<long double>): Use __builtin_huge_val
154090792Sgshapiro	to implement has_infinity and infinity().
154190792Sgshapiro	* src/limits.cc (__glibcpp_float_infinity, __glibcpp_double_infinity,
154290792Sgshapiro	__glibcpp_long_double_infinity): Remove.
154390792Sgshapiro
154490792Sgshapiro2002-09-03  Richard Henderson  <rth@redhat.com>
154590792Sgshapiro
154690792Sgshapiro	* include/std/std_limits.h (__glibcpp_f32_min, __glibcpp_f32_max,
154790792Sgshapiro	__glibcpp_f32_digits, __glibcpp_f32_digits10, __glibcpp_f32_radix,
154890792Sgshapiro	__glibcpp_f32_epsilon, __glibcpp_f32_min_exponent,
154990792Sgshapiro	__glibcpp_f32_min_exponent10, __glibcpp_f32_max_exponent,
155090792Sgshapiro	__glibcpp_f32_max_exponent10, __glibcpp_f64_min, __glibcpp_f64_max,
155190792Sgshapiro	__glibcpp_f64_digits, __glibcpp_f64_digits10, __glibcpp_f64_radix,
155290792Sgshapiro	__glibcpp_f64_min_exponent, __glibcpp_f64_min_exponent10,
155390792Sgshapiro	__glibcpp_f64_max_exponent, __glibcpp_f64_max_exponent10,
155490792Sgshapiro	__glibcpp_f80_min, __glibcpp_f80_max, __glibcpp_f80_digits,
155590792Sgshapiro	__glibcpp_f80_digits10, __glibcpp_f80_radix, __glibcpp_f80_epsilon,
155690792Sgshapiro	__glibcpp_f80_min_exponent, __glibcpp_f80_min_exponent10,
155790792Sgshapiro	__glibcpp_f80_max_exponent, __glibcpp_f80_max_exponent10,
155890792Sgshapiro	__glibcpp_f96_min, __glibcpp_f96_max, __glibcpp_f96_digits,
155990792Sgshapiro	__glibcpp_f96_digits10, __glibcpp_f96_radix, __glibcpp_f96_epsilon,
156090792Sgshapiro	__glibcpp_f96_min_exponent, __glibcpp_f96_min_exponent10,
156190792Sgshapiro	__glibcpp_f96_max_exponent, __glibcpp_f96_max_exponent10,
156290792Sgshapiro	__glibcpp_f128_min, __glibcpp_f128_max, __glibcpp_f128_digits,
156390792Sgshapiro	__glibcpp_f128_digits10, __glibcpp_f128_radix, __glibcpp_f128_epsilon,
156490792Sgshapiro	__glibcpp_f128_min_exponent, __glibcpp_f128_min_exponent10,
156590792Sgshapiro	__glibcpp_f128_max_exponent, __glibcpp_f128_max_exponent10,
156690792Sgshapiro	__glibcpp_float_min, __glibcpp_float_max, __glibcpp_float_digits,
156790792Sgshapiro	__glibcpp_float_digits10, __glibcpp_float_radix,
156890792Sgshapiro	__glibcpp_float_epsilon, __glibcpp_float_min_exponent,
156990792Sgshapiro	__glibcpp_float_min_exponent10, __glibcpp_float_max_exponent,
157090792Sgshapiro	__glibcpp_float_max_exponent10, __glibcpp_double_min,
157190792Sgshapiro	__glibcpp_double_max, __glibcpp_double_digits,
157290792Sgshapiro	__glibcpp_double_digits10, __glibcpp_double_radix,
157390792Sgshapiro	__glibcpp_double_epsilon, __glibcpp_double_min_exponent,
157490792Sgshapiro	__glibcpp_double_min_exponent10, __glibcpp_double_max_exponent,
157590792Sgshapiro	__glibcpp_double_max_exponent10, __glibcpp_long_double_min,
157690792Sgshapiro	__glibcpp_long_double_max, __glibcpp_long_double_digits,
157790792Sgshapiro	__glibcpp_long_double_digits10, __glibcpp_long_double_radix,
157890792Sgshapiro	__glibcpp_long_double_epsilon, __glibcpp_long_double_min_exponent,
157990792Sgshapiro	__glibcpp_long_double_min_exponent10,
158090792Sgshapiro	__glibcpp_long_double_max_exponent,
158190792Sgshapiro	__glibcpp_long_double_max_exponent10): Remove macros.
158290792Sgshapiro	(std::numeric_limits<float>, std::numeric_limits<double>,
158390792Sgshapiro	std::numeric_limits<long double>): Use protected float.h macros.
158490792Sgshapiro
158590792Sgshapiro2002-09-01  Phil Edwards  <pme@gcc.gnu.org>
158690792Sgshapiro
158790792Sgshapiro	* testsuite/Makefile.am:  Use LD_RUN_PATH when linking abi_check.
158890792Sgshapiro	Fix spelling in comment.
158990792Sgshapiro	* testsuite/Makefile.in:  Regenerate.
159090792Sgshapiro	* testsuite/abi_check.cc:  Use string literals to build 'cmd' rather
159190792Sgshapiro	than 'quote' and 'bslash'.
159290792Sgshapiro
159390792Sgshapiro2002-08-31  Phil Edwards  <pme@gcc.gnu.org>
159490792Sgshapiro
159590792Sgshapiro	* acinclude.m4:  Minor comment tweaks.
159690792Sgshapiro
159790792Sgshapiro	* docs/html/makedoc.awk:  New file...
159890792Sgshapiro	* docs/html/Makefile:  ...called from here...
159990792Sgshapiro	* docs/html/documentation.html:  ...to help generate this.
160090792Sgshapiro
160190792Sgshapiro	* docs/html/21_strings/howto.html:  Prepare for new entry.
160290792Sgshapiro	* include/bits/basic_string.h:  Initial basic_stirng hook for
160390792Sgshapiro	doxygen.  Remove trailing whitespace.
160490792Sgshapiro	* include/bits/char_traits.h:  Point to onlinedocs for new entry.
160590792Sgshapiro	* include/bits/stringfwd.h:  Add doxygen hooks for string and
160690792Sgshapiro	wstring typedefs.
160790792Sgshapiro
160890792Sgshapiro2002-08-29  Richard Earnshaw  <rearnshaw@arm.com>
160990792Sgshapiro
161090792Sgshapiro	* config/cpu/arm/cpu_limits.h: New file.
161190792Sgshapiro	* configure.target: Use config/cpu/arm for XScale and StrongARM
161290792Sgshapiro	configurations.
161390792Sgshapiro
161490792Sgshapiro2002-08-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
161590792Sgshapiro
161690792Sgshapiro	* include/std/std_limits.h (__glibcpp_char_bits,
161790792Sgshapiro	__glibcpp_short_bits, __glibcpp_int_bits, __glibcpp_long_bits,
161890792Sgshapiro	__glibcpp_long_long_bits, __glibcpp_float_bits,
161990792Sgshapiro	__glibcpp_double_bits, __glibcpp_long_double_bits): Remove.  Use
162090792Sgshapiro	compiler predifined macros.
162190792Sgshapiro	(__glibcpp_wchar_t_is_signed): Define based on compiler predefined
162290792Sgshapiro	__WCHAR_UNSIGNED__.
162390792Sgshapiro
162490792Sgshapiro2002-08-27  Gabriel Dos Reis  <gdr@integrable-solutions.net>
162590792Sgshapiro
162690792Sgshapiro	* include/std/std_limits.h (__glibcpp_f32_infinity_bytes,
162790792Sgshapiro	__glibcpp_f32_has_infinity, __glibcpp_f32_QNaN_bytes,
162890792Sgshapiro	__glibcpp_f32_has_QNaN, __glibcpp_f32_SNaN_bytes,
162990792Sgshapiro	__glibcpp_f32_has_SNaN, __glibcpp_f32_denorm_min_bytes,
163090792Sgshapiro	__glibcpp_f32_has_denorm, __glibcpp_f32_is_iec559,
163190792Sgshapiro	__glibcpp_f64_infinity_bytes,
163290792Sgshapiro	__glibcpp_f64_has_infinity, __glibcpp_f64_QNaN_bytes,
163390792Sgshapiro	__glibcpp_f64_has_QNaN, __glibcpp_f64_SNaN_bytes,
163490792Sgshapiro	__glibcpp_f64_has_SNaN, __glibcpp_f64_denorm_min_bytes,
163590792Sgshapiro	__glibcpp_f64_has_denorm, __glibcpp_f64_is_iec559,
163690792Sgshapiro	__glibcpp_f80_infinity_bytes,
163790792Sgshapiro	__glibcpp_f80_has_infinity, __glibcpp_f80_QNaN_bytes,
163890792Sgshapiro	__glibcpp_f80_has_QNaN, __glibcpp_f80_SNaN_bytes,
163990792Sgshapiro	__glibcpp_f80_has_SNaN, __glibcpp_f80_denorm_min_bytes,
164090792Sgshapiro	__glibcpp_f80_has_denorm, __glibcpp_f80_is_iec559,
164190792Sgshapiro	__glibcpp_f96_infinity_bytes,
164290792Sgshapiro	__glibcpp_f96_has_infinity, __glibcpp_f96_QNaN_bytes,
164390792Sgshapiro	__glibcpp_f96_has_QNaN, __glibcpp_f96_SNaN_bytes,
164490792Sgshapiro	__glibcpp_f96_has_SNaN, __glibcpp_f96_denorm_min_bytes,
164590792Sgshapiro	__glibcpp_f96_has_denorm, __glibcpp_f96_is_iec559,
164690792Sgshapiro	__glibcpp_f128_infinity_bytes,
164790792Sgshapiro	__glibcpp_f128_has_infinity, __glibcpp_f128_QNaN_bytes,
164890792Sgshapiro	__glibcpp_f128_has_QNaN, __glibcpp_f128_SNaN_bytes,
164990792Sgshapiro	__glibcpp_f128_has_SNaN, __glibcpp_f128_denorm_min_bytes,
165090792Sgshapiro	__glibcpp_f128_has_denorm, __glibcpp_f128_is_iec559,
165190792Sgshapiro	__glibcpp_float_infinity_bytes,
165290792Sgshapiro	__glibcpp_float_has_infinity, __glibcpp_float_QNaN_bytes,
165390792Sgshapiro	__glibcpp_float_has_QNaN, __glibcpp_float_SNaN_bytes,
165490792Sgshapiro	__glibcpp_float_has_SNaN, __glibcpp_float_denorm_min_bytes,
165590792Sgshapiro	__glibcpp_float_has_denorm, __glibcpp_float_is_iec559,
165690792Sgshapiro	__glibcpp_double_infinity_bytes,
165790792Sgshapiro	__glibcpp_double_has_infinity, __glibcpp_double_QNaN_bytes,
165890792Sgshapiro	__glibcpp_double_has_QNaN, __glibcpp_double_SNaN_bytes,
165990792Sgshapiro	__glibcpp_double_has_SNaN, __glibcpp_double_denorm_min_bytes,
166090792Sgshapiro	__glibcpp_double_has_denorm, __glibcpp_double_is_iec559,
166190792Sgshapiro	__glibcpp_long_double_infinity_bytes,
166290792Sgshapiro	__glibcpp_long_double_has_infinity, __glibcpp_long_double_QNaN_bytes,
166390792Sgshapiro	__glibcpp_long_double_has_QNaN, __glibcpp_long_double_SNaN_bytes,
166490792Sgshapiro	__glibcpp_long_double_has_SNaN, __glibcpp_long_double_denorm_min_bytes,
166590792Sgshapiro	__glibcpp_long_double_has_denorm, __glibcpp_long_double_is_iec559:
166690792Sgshapiro	New macros.
166790792Sgshapiro	(__glibcpp_word_bits, __glibcpp_word): Likewise.
166890792Sgshapiro	(__glibcpp_byte): New typedef.
166990792Sgshapiro	(__float_storage, __double_storage, __long_double_storage): New types.
167090792Sgshapiro	(__glibcpp_float_infinity, __glibcpp_float_QNaN,
167190792Sgshapiro	__glibcpp_float_SNaN, __glibcpp_float_denorm_min): Now
167290792Sgshapiro	objects. Declare.
167390792Sgshapiro	(__glibcpp_double_infinity, __glibcpp_double_QNaN,
167490792Sgshapiro	__glibcpp_double_SNaN, __glibcpp_double_denorm_min): Likewise.
167590792Sgshapiro	(__glibcpp_long_double_infinity, __glibcpp_long_double_QNaN,
167690792Sgshapiro	__glibcpp_long_double_SNaN, __glibcpp_long_double_denorm_min):
167790792Sgshapiro	Likewise.
167890792Sgshapiro
167990792Sgshapiro	* src/limits.cc (__glibcpp_float_infinity, __glibcpp_float_QNaN,
168090792Sgshapiro	__glibcpp_float_SNaN, __glibcpp_float_denorm_min): Define.
168190792Sgshapiro	(__glibcpp_double_infinity, __glibcpp_double_QNaN,
168290792Sgshapiro	__glibcpp_double_SNaN, __glibcpp_double_denorm_min): Likewise.
168390792Sgshapiro	(__glibcpp_long_double_infinity, __glibcpp_long_double_QNaN,
168490792Sgshapiro	__glibcpp_long_double_SNaN, __glibcpp_long_double_denorm_min):
168590792Sgshapiro	Likewise.
168690792Sgshapiro
168790792Sgshapiro2002-08-25  Gabriel Dos Reis  <gdr@integrable-solutions.net>
168890792Sgshapiro
168990792Sgshapiro	* include/std/std_limits.h: Indent conditional macro definitions.
169090792Sgshapiro
169190792Sgshapiro2002-08-23  Phil Edwards  <pme@gcc.gnu.org>
169290792Sgshapiro
169390792Sgshapiro	* Makefile.am (check-abi):  Specify current directory.
169490792Sgshapiro	* acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE):  Fix shell syntax, use
169590792Sgshapiro	abi_baseline_triplet in baseline_file.
169690792Sgshapiro	* Makefile.in, aclocal.m4, configure:  Regenerate.
169790792Sgshapiro	* configure.target:  Add abi_baseline_triplet with default.
169890792Sgshapiro	* testsuite/abi_check.cc:  More error checking.
169990792Sgshapiro
170090792Sgshapiro2002-08-23  Phil Edwards  <pme@gcc.gnu.org>
170190792Sgshapiro
170290792Sgshapiro	* config/linker-map.gnu:  Verbose comments, clean up spacing.
170390792Sgshapiro	* include/bits/stl_alloc.h:  Fix indentation of 'if' bodies, return
170490792Sgshapiro	statements.
170590792Sgshapiro	__allocator:  Change class declaration to struct.
170690792Sgshapiro	* docs/html/17_intro/C++STYLE:  Fix typo.
170790792Sgshapiro	* include/bits/stl_deque.h, include/bits/stl_list.h,
170890792Sgshapiro	include/bits/stl_map.h, include/bits/stl_multimap.h,
170990792Sgshapiro	include/bits/stl_vector.h:  Fix fallout from typo.
171090792Sgshapiro
171190792Sgshapiro2002-08-22  Benjamin Kosnik  <bkoz@redhat.com>
171290792Sgshapiro
171390792Sgshapiro	* acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): Set
171490792Sgshapiro	GLIBCPP_BUILD_ABI_CHECK based on cross compiling, build, host
171590792Sgshapiro	variables.
171690792Sgshapiro	* aclocal.m4: Regenerate.
171790792Sgshapiro	* testsuite/Makefile.am (noinst_PROGRAMS): Make conditional on
171890792Sgshapiro	native compiling.
171990792Sgshapiro	* testsuite/Makefile.in: Regenerate.
172090792Sgshapiro
172190792Sgshapiro2002-08-22  Loren J. Rittle <ljrittle@acm.org>
172290792Sgshapiro
172390792Sgshapiro	* testsuite/abi_check.cc: Enhance shell portability.
172490792Sgshapiro	Support older binutils/readelf.
172590792Sgshapiro	* config/abi/i386-unknown-freebsd4.6: Add.
172690792Sgshapiro	* config/abi/i386-unknown-freebsd4.6/baseline_symbols.txt: New file.
172790792Sgshapiro
172890792Sgshapiro2002-08-22  Paolo Carlini  <pcarlini@unitus.it>
172990792Sgshapiro
173090792Sgshapiro	* docs/html/faq/index.html: Add Loren James Rittle and
173190792Sgshapiro	Paolo Carlini to the list of v3 maintainers.
173290792Sgshapiro	* docs/html/faq/index.txt: Ditto.
173390792Sgshapiro	* docs/html/17_intro/RELEASE-NOTES: Ditto.
173490792Sgshapiro
173590792Sgshapiro2002-08-22  Benjamin Kosnik  <bkoz@redhat.com>
173690792Sgshapiro	    Phil Edwards  <pme@gcc.gnu.org>
173790792Sgshapiro	    Ulrich Drepper  <drepper@redhat.com>
173890792Sgshapiro
173990792Sgshapiro	* Makefile.am (check-abi): New rule.
174090792Sgshapiro	* Makefile.in: Regenerate.
174190792Sgshapiro	* acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): Export baseline_file.
174290792Sgshapiro	* aclocal.m4: Regenerate.
174390792Sgshapiro	* configure: Regenerate.
174490792Sgshapiro	* testsuite/Makefile.am (noinst_PROGRAMS): Add abi_check.
174590792Sgshapiro	(abi_check_SOURCES): Add.
174690792Sgshapiro	* testsuite/Makefile.in: Regenerate.
174790792Sgshapiro	* testsuite/abi_check.cc: New file.
174890792Sgshapiro	* config/abi: Add.
174990792Sgshapiro	* config/abi/i686-pc-linux-gnu: Add.
175090792Sgshapiro	* config/abi/i686-pc-linux-gnu/baseline_symbols.txt: New file.
175190792Sgshapiro
175290792Sgshapiro2002-08-19  Benjamin Kosnik  <bkoz@redhat.com>
175390792Sgshapiro
175490792Sgshapiro	* configure.in (libtool_VERSION): Update to 5:1:0.
175590792Sgshapiro	* configure: Regenerate.
175690792Sgshapiro
175790792Sgshapiro2002-08-19  Jonathan Wakely  <jw@kayari.org>
175890792Sgshapiro
175990792Sgshapiro	* docs/html/configopts.html, docs/html/documentation.html,
176090792Sgshapiro	docs/html/install.html, docs/html/22_locale/codecvt.html,
176190792Sgshapiro	docs/html/22_locale/ctype.html, docs/html/22_locale/howto.html,
176290792Sgshapiro	docs/html/22_locale/locale.html,
176390792Sgshapiro	docs/html/22_locale/messages.html: Conform to HTML 4.01 standard.
176490792Sgshapiro
176590792Sgshapiro2002-08-15  Benjamin Kosnik  <bkoz@redhat.com>
176690792Sgshapiro
176790792Sgshapiro	* include/ext/stdio_filebuf.h (stdio_filebuf): Explicitly set
176890792Sgshapiro	_M_buf_size_opt to zero when unbuffering.
176990792Sgshapiro	* include/bits/fstream.tcc (filebuf::showmanyc): Simplify.
177090792Sgshapiro	Consistency checks for _M_buf_size_opt.
177190792Sgshapiro
177290792Sgshapiro	Revert PR libstdc++/7445
177390792Sgshapiro	* src/locale.cc (locale::classic): Revert.
177490792Sgshapiro
177590792Sgshapiro	* docs/html/17_intro/TODO: Add.
177690792Sgshapiro
177790792Sgshapiro2002-08-15  Phil Edwards  <pme@gcc.gnu.org>
177890792Sgshapiro
177990792Sgshapiro	* docs/html/documentation.html:  Update doxygen links for 3.2.
178090792Sgshapiro
178190792Sgshapiro2002-08-15  Steve Ellcey  <sje@cup.hp.com>
178290792Sgshapiro
178390792Sgshapiro	* libsupc++/unwind-cxx.h (__cxa_exception): Change catchTemp
178490792Sgshapiro	type from void* to _Unwind_Ptr.
178590792Sgshapiro	* libsupc++/eh_personality.cc (PERSONALITY_FUNCTION):
178690792Sgshapiro	Do not cast landing_pad or base_of_encoded_value to (void *).
178790792Sgshapiro	* libsupc++/eh_throw.cc (__gxx_exception_cleanup):
178890792Sgshapiro	Accept _URC_NO_REASON as a valid reason code.
178990792Sgshapiro
179090792Sgshapiro2002-08-14  Jonathan Wakely  <jw@kayari.org>
179190792Sgshapiro
179290792Sgshapiro	* docs/html/22_locale/messages.html:  Use HTML entities for
179390792Sgshapiro	punctuation.
179490792Sgshapiro
179590792Sgshapiro2002-08-13  Jonathan Wakely  <jw@kayari.org>
179690792Sgshapiro	    Phil Edwards  <pme@gcc.gnu.org>
179790792Sgshapiro
179890792Sgshapiro	* docs/html/documentation.html:  Use HTML entities for punctuation.
179990792Sgshapiro
180090792Sgshapiro2002-08-09  Phil Edwards  <pme@gcc.gnu.org>
180190792Sgshapiro
180290792Sgshapiro	* include/bits/deque.tcc, include/bits/list.tcc,
180390792Sgshapiro	include/bits/stl_deque.h, include/bits/stl_iterator_base_funcs.h,
180490792Sgshapiro	include/bits/stl_list.h, include/bits/stl_map.h,
180590792Sgshapiro	include/bits/stl_multimap.h, include/bits/stl_queue.h,
180690792Sgshapiro	include/bits/stl_stack.h, include/bits/stl_vector.h,
180790792Sgshapiro	include/bits/vector.tcc:  Re-indent contents of namespace std,
180890792Sgshapiro	re-wrap comment lines as necessary.
180990792Sgshapiro
181090792Sgshapiro2002-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
181190792Sgshapiro	    Benjamin Kosnik  <bkoz@redhat.com>
181290792Sgshapiro
181390792Sgshapiro	* include/bits/istream.tcc (basic_istream::ignore): Use sbumpc,
181490792Sgshapiro	not snextc.
181590792Sgshapiro	* testsuite/27_io/narrow_stream_objects.cc (test10): Add.
181690792Sgshapiro
181790792Sgshapiro2002-08-07  John David Anglin  <dave@hiauly1.hia.nrc.ca>
181890792Sgshapiro
181990792Sgshapiro	* libsupc++/Makefile.am (LTCOMPILE): Add LIBSUPCXX_PICFLAGS.
182090792Sgshapiro	* libsupc++/Makefile.in: Regenerate.
182190792Sgshapiro
182290792Sgshapiro2002-08-05  Gabriel Dos Reis  <gdr@nerim.net>
182390792Sgshapiro
182490792Sgshapiro	PR/7491
182590792Sgshapiro	* include/bits/slice_array.h(_DEFINE_VALARRAY_OPERATOR):
182690792Sgshapiro	Instantiate with new function objects.
182790792Sgshapiro	* include/bits/mask_array.h (_DEFINE_VALARRAY_OPERATOR): Likewise.
182890792Sgshapiro	Reformat.  Uglify.
182990792Sgshapiro	* include/bits/gslice_array.h: Likewise.
183090792Sgshapiro	* include/bits/indirect_array.h: Likewise.
183190792Sgshapiro
183290792Sgshapiro2002-08-03  Gabriel Dos Reis  <gdr@nerim.net>
183390792Sgshapiro
183490792Sgshapiro	* testsuite/26_numerics/valarray_name_lookup.cc: Rename from
183590792Sgshapiro	testsuite/26_numerics/valarray_name_lookup.C
183690792Sgshapiro
183790792Sgshapiro	* include/bits/valarray_array.h (_DEFINE_ARRAY_FUNCTION): Use our
183890792Sgshapiro	object function surrogates.
183990792Sgshapiro	* include/bits/valarray_meta.h (__shift_left): Fix typo.
184090792Sgshapiro	(_BinFunClos<>): Remove.
184190792Sgshapiro	(_BinFunBase<>): Likewise.
184290792Sgshapiro	(_BinFunBase1<>):Likewise.
184390792Sgshapiro	(_BinFunBase2<>): Likewise.
184490792Sgshapiro	(_DEFINE_EXPR_RELATIONAL_OPERATOR): Likewise.
184590792Sgshapiro	(_DEFINE_EXPR_UNARY_OPERATOR): Adjust definition.
184690792Sgshapiro	(_DEFINE_EXPR_BINARY_OPERATOR): Likewise.
184790792Sgshapiro	(_DEFINE_EXPR_BINARY_FUNCTION): Likewise.
184890792Sgshapiro	* include/std/std_valarray.h: Dont #include <functional> anymore.
184990792Sgshapiro	(_Bitwise_or<>, _Bitwise_and<>, _Bitwise_xor<>, _Shift_left<>,
185090792Sgshapiro	_Shift_right<>): Remove.
185190792Sgshapiro	(_DEFINE_VALARRAY_AUGMENTED_ASSIGNMENT): Adjust instantiation.
185290792Sgshapiro	(_DEFINE_BINARY_OPERATOR): Tweak definition.
185390792Sgshapiro	(_DEFINE_LOGICAL_OPERATOR): Remove.
185490792Sgshapiro	* testsuite/26_numerics/valarray_name_lookup.C (main): Add more tests.
185590792Sgshapiro
185690792Sgshapiro2002-08-02  Gabriel Dos Reis  <gdr@nerim.net>
185790792Sgshapiro
185890792Sgshapiro	* include/bits/valarray_meta.h (_UnFunBase<>): Remove.
185990792Sgshapiro	(_UnFunClos<>): Same.
186090792Sgshapiro	(_UnBase<>): Reformat.  Make first template-parameter non
186190792Sgshapiro	template.
186290792Sgshapiro	(_UnClos<>): Likewise.
186390792Sgshapiro	(_Expr<>): Reformate.  Adjust unary member operator return types.
186490792Sgshapiro	(_DEFINE_EXPR_UNARY_OPERATOR): Adjust definition.
186590792Sgshapiro	(_DEFINE_EXPR_UNARY_FUNCTION): Likewise.
186690792Sgshapiro	* include/std/std_valarray.h (_UnClos<>): Adjust declaration.
186790792Sgshapiro	(valarray<>::_UnaryOp<>):  New nested traits. Adjust unary member
186890792Sgshapiro	operator return types.  Reformat.
186990792Sgshapiro	(_Bitwise_not): Remove.
187090792Sgshapiro	(_DEFINE_VALARRAY_UNARY_OPERATOR): Adjust definition.
187190792Sgshapiro	* testsuite/26_numerics/valarray_name_lookup.C: New test.
187290792Sgshapiro
187390792Sgshapiro2002-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
187490792Sgshapiro
187590792Sgshapiro	* config/os/newlib/ctype_inline.h (is): Don't offset _M_table.
187690792Sgshapiro	(scan_is): Use this->is.
187790792Sgshapiro	(scan_not): Likewise.
187890792Sgshapiro
187990792Sgshapiro2002-08-02  Benjamin Kosnik  <bkoz@redhat.com>
188090792Sgshapiro
188190792Sgshapiro	Revert PR libstdc++/6594
188290792Sgshapiro	* src/strstream.cc (strstreambuf): Revert.
188390792Sgshapiro	(strstreambuf::overflow): Same.
188490792Sgshapiro	(strstreambuf::~strstreambuf): Same.
188590792Sgshapiro	* testsuite/backward/strstream_members.cc (test02): Add.
188690792Sgshapiro
188790792Sgshapiro	* docs/html/abi.txt: Update. Spell check.
188890792Sgshapiro
188990792Sgshapiro	* testsuite/19_diagnostics/stdexceptions.cc (test04): Add bool test.
189090792Sgshapiro
189190792Sgshapiro	* testsuite/Makefile.am (INCLUDES): Add LIBSUPCXX_INCLUDES.
189290792Sgshapiro	* testsuite/Makefile.in: Regenerate.
189390792Sgshapiro	* testsuite/testsuite_hooks.h: Use __throw_exception_again,
189490792Sgshapiro	include functexcept.h so that -fno-exceptions will build.
189590792Sgshapiro
189690792Sgshapiro2002-08-02  Gabriel Dos Reis  <gdr@nerim.net>
189790792Sgshapiro
189890792Sgshapiro	* include/bits/valarray_meta.h (__unary_plus, __negate,
189990792Sgshapiro	__bitwise_not, __plus, __minus, __multiplies, __divides,
190090792Sgshapiro	__modulus, __bitwise_xor, __bitwise_or, __bitwise_and,
190190792Sgshapiro	__shift_left, __shift_right, __logical_and, __logical_or,
190290792Sgshapiro	__logical_not, __equal_to, __not_equal_to, __less, __less_equal,
190390792Sgshapiro	__greater_equal, __greater, __atan2, __pow): New function object
190490792Sgshapiro	classes.
190590792Sgshapiro	(__fun<>):  New function traits class.
190690792Sgshapiro
190790792Sgshapiro2002-08-01  Rick Danos  <rdanos@hotmail.com>
190890792Sgshapiro
190990792Sgshapiro	PR libstdc++/7461
191090792Sgshapiro	* config/os/newlib/ctype_noninline.h (classic_table): Add offset.
191190792Sgshapiro	* config/os/newlib/ctype_inline.h (is): Use static_cast.
191290792Sgshapiro
191390792Sgshapiro2002-08-01  Neil Booth  <neil@daikokuya.co.uk>
191490792Sgshapiro
191590792Sgshapiro	* libsupc++/Makefile.am (LT_COMPILE): Remove C++ flags.
191690792Sgshapiro	* libsupc++/Makefile.in: Regenerate.
191790792Sgshapiro
191890792Sgshapiro2002-08-01  Benjamin Kosnik  <bkoz@redhat.com>
191990792Sgshapiro	    Jakub Jelinek  <jakub@redhat.com>
192090792Sgshapiro
192190792Sgshapiro	* config/linker-map.gnu: Change CXXABI_1 to CXXABI_1.2,
192290792Sgshapiro	GLIBCPP_3.1 to GLIBCPP_3.2.
192390792Sgshapiro
192490792Sgshapiro2002-07-31  Benjamin Kosnik  <bkoz@redhat.com>
192590792Sgshapiro	    Mark Mitchell  <mark@codesourcery.com>
192690792Sgshapiro
192790792Sgshapiro	PR libstdc++/7442
192890792Sgshapiro	* libsupc++/cxxabi.h (class __base_class_type_info::hwm_bit):
192990792Sgshapiro	Change to __hwm_bit.
193090792Sgshapiro	(__class_type_info): And here.
193190792Sgshapiro
193290792Sgshapiro2002-07-31  Benjamin Kosnik  <bkoz@redhat.com>
193390792Sgshapiro
193490792Sgshapiro	PR libstdc++/7442
193590792Sgshapiro	* libsupc++/cxxabi.h
193690792Sgshapiro	(__base_class_info): Change to __base_class_type_info. 2.9.5p6c
193790792Sgshapiro	(__base_class_info::__base): Change to __base_type. 2.9.5p6c
193890792Sgshapiro	(__base_class_info::offset_shift): Change to __offset_shift. 2.9.5p6c
193990792Sgshapiro	(__vmi_class_type_info::__base_info): Don't make const, of type
194090792Sgshapiro	__base_class_type_info, as per 2.9.5p6c
194190792Sgshapiro	(__pbase_type_info::__qualifier_flags): Change to __flags, as per
194290792Sgshapiro	2.9.5p7.
194390792Sgshapiro	(__pbase_type_info::__qualifier_masks): Change to __masks, as per
194490792Sgshapiro	2.9.5p7.
194590792Sgshapiro	(__pointer_to_member_type_info::__context_class): Change member to
194690792Sgshapiro	__context, as per 2.9.5p9.
194790792Sgshapiro	* libsupc++/tinfo2.cc (__pointer_catch): Change __context_class to
194890792Sgshapiro	__context.
194990792Sgshapiro	* libsupc++/tinfo2.cc (__do_catch): Change __qualifier_flags to
195090792Sgshapiro	__flags.
195190792Sgshapiro	* libsupc++/tinfo.cc (__do_find_public_src): Change __base to
195290792Sgshapiro	__base_type.
195390792Sgshapiro	* libsupc++/tinfo.cc (__do_dyncast): Same.
195490792Sgshapiro	* libsupc++/tinfo.cc (__do_upcast): Same.
195590792Sgshapiro
195690792Sgshapiro2002-07-31  Benjamin Kosnik  <bkoz@redhat.com>
195790792Sgshapiro
195890792Sgshapiro	* src/fstream.cc: Add _GLIBCPP_USE_WCHAR_T guards.
195990792Sgshapiro
196090792Sgshapiro2002-07-31  Simon Whomsley  <whomsley@avacadcam.com>
196190792Sgshapiro
196290792Sgshapiro	* docs/html/22_locale/howto.html: Fix.
196390792Sgshapiro
196490792Sgshapiro2002-07-31  Alex Kompel  <shurik@sequoiap.com>
196590792Sgshapiro
196690792Sgshapiro	PR libstdc++/7445
196790792Sgshapiro	* src/locale.cc (locale::classic): Move locks inside !_S_classic
196890792Sgshapiro	block.
196990792Sgshapiro
197090792Sgshapiro2002-07-31  Benjamin Kosnik  <bkoz@redhat.com>
197190792Sgshapiro
197290792Sgshapiro	* docs/html/abi.txt: Update.
197390792Sgshapiro
197490792Sgshapiro2002-07-30  Benjamin Kosnik  <bkoz@redhat.com>
197590792Sgshapiro	    Gabriel Dos Reis  <gdr@nerim.net>
197690792Sgshapiro
197790792Sgshapiro	* include/bits/char_traits.h: Remove generic definitions.
197890792Sgshapiro	* include/bits/streambuf_iterator.h (istreambuf_iterator): Use
197990792Sgshapiro	eof, not -2.
198090792Sgshapiro	* include/bits/istream.tcc (istream::readsome): Don't check
198190792Sgshapiro	against eof, instead use constants.
198290792Sgshapiro	(istream::sync): Same.
198390792Sgshapiro	(istream::sentry::sentry): Use eq_int_type.
198490792Sgshapiro	(istream::get): Same.
198590792Sgshapiro	* include/bits/ostream.tcc: Change __pad to
198690792Sgshapiro	__pad<_CharT, _Traits>::_S_pad.
198790792Sgshapiro	* include/bits/locale_facets.h: Add __pad_traits generic and
198890792Sgshapiro	ostreambuf_iterator specialization.
198990792Sgshapiro	* include/bits/locale_facets.tcc: Change __pad into struct __pad
199090792Sgshapiro	with a _CharT and _Traits template parameter and _S_pad static
199190792Sgshapiro	member function.
199290792Sgshapiro	* src/locale-inst.cc: Update __pad instantiations.
199390792Sgshapiro
199490792Sgshapiro	* include/std/std_fstream.h: Declare _M_underflow_common
199590792Sgshapiro	specializations.
199690792Sgshapiro	* src/fstream.cc: New. Add _M_underflow_common specializations.
199790792Sgshapiro	* include/bits/fstream.tcc (filebuf::close): Use traits_type.
199890792Sgshapiro	(filebuf::_M_underflow_common(bool)): Remove generic version, as
199990792Sgshapiro	sys_ungetc and custom int_types don't get along.
200090792Sgshapiro	* include/std/std_streambuf.h: Add _M_pos.
200190792Sgshapiro	* src/Makefile.am (sources): Add fstream.cc.
200290792Sgshapiro	* src/Makefile.in: Regenerate.
200390792Sgshapiro
200490792Sgshapiro	* testsuite/21_strings/capacity.cc: Add char_traits specializations.
200590792Sgshapiro	* testsuite/22_locale/codecvt_members_unicode_char.cc: Same.
200690792Sgshapiro	* testsuite/22_locale/codecvt_members_unicode_wchar_t.cc: Same.
200790792Sgshapiro	* testsuite/22_locale/ctor_copy_dtor.cc: Same.
200890792Sgshapiro	* testsuite/27_io/filebuf_virtuals.cc (test07): Move to...
200990792Sgshapiro	* testsuite/27_io/filebuf.cc: ...here.
201090792Sgshapiro	* testsuite/testsuite_hooks.h: Add gnu_char, gnu_int, char_traits
201190792Sgshapiro	specialization for both.
201290792Sgshapiro	* testsuite/27_io/streambuf.cc: Add instantiation test,
201390792Sgshapiro	testsuite_hooks include.
201490792Sgshapiro	* testsuite/27_io/istream.cc: Same.
201590792Sgshapiro	* testsuite/27_io/ostream.cc: Same.
201690792Sgshapiro	* testsuite/27_io/fstream.cc: Same.
201790792Sgshapiro	* testsuite/27_io/stringstream.cc: Same.
201890792Sgshapiro	* testsuite/27_io/filebuf.cc: Same.
201990792Sgshapiro	* testsuite/27_io/stringbuf.cc: Same.
202090792Sgshapiro
202190792Sgshapiro2002-07-29  Alan Modra  <amodra@bigpond.net.au>
202290792Sgshapiro
202390792Sgshapiro	* config/cpu/powerpc/cpu_limits.h (__glibcpp_long_bits): Define.
202490792Sgshapiro	* configure.target (cpu_include_dir): Use cpu/powerpc for powerpc64.
202590792Sgshapiro	* config/cpu/powerpc/atomicity.h (__always_swap): Remove.
202690792Sgshapiro	(__test_and_set): Remove.
202790792Sgshapiro	(_STWCX): Define and use.
202890792Sgshapiro
202990792Sgshapiro2002-07-26  Phil Edwards  <pme@gcc.gnu.org>
203090792Sgshapiro
203190792Sgshapiro	* libsupc++/new (placement delete):  Remove unused parameter names.
203290792Sgshapiro
203390792Sgshapiro2002-07-25  Benjamin Kosnik  <bkoz@redhat.com>
203490792Sgshapiro
203590792Sgshapiro	PR libstdc++/7216
203690792Sgshapiro	* include/std/std_istream.h (basic_iostream): Add typedefs for
203790792Sgshapiro	char_type, int_type, pos_type, off_type, and traits_type.
203890792Sgshapiro	* testsuite/27_io/iostream.cc (test01): Add typedef tests.
203990792Sgshapiro	* testsuite/27_io/istream.cc: Same.
204090792Sgshapiro	* testsuite/27_io/ostream.cc: Same.
204190792Sgshapiro	* testsuite/27_io/filebuf.cc: Same.
204290792Sgshapiro	* testsuite/27_io/stringbuf.cc: Replace content, move to...
204390792Sgshapiro	* testsuite/27_io/stringbuf_members.cc: ...here.
204490792Sgshapiro	* testsuite/27_io/streambuf.cc: Replace content, move to...
204590792Sgshapiro	* testsuite/27_io/streambuf_members.cc: ...here.
204690792Sgshapiro	* testsuite/27_io/stringstream.cc: Replace content, move to...
204790792Sgshapiro	* testsuite/27_io/stringstream_members.cc: ...here.
204890792Sgshapiro	* testsuite/27_io/ios.cc: New file.
204990792Sgshapiro	* testsuite/27_io/fstream.cc: New file.
205090792Sgshapiro	* testsuite/27_io/ifstream.cc: New file.
205190792Sgshapiro	* testsuite/27_io/ofstream.cc: New file.
205290792Sgshapiro	* testsuite/27_io/istringstream.cc: New file.
205390792Sgshapiro	* testsuite/27_io/ostringstream.cc: New file.
205490792Sgshapiro
205590792Sgshapiro2002-07-25  Benjamin Kosnik  <bkoz@redhat.com>
205690792Sgshapiro
205790792Sgshapiro	PR libstdc++/7220
205890792Sgshapiro	* include/bits/istream.tcc (istream::ignore): Don't extract on
205990792Sgshapiro	zero.
206090792Sgshapiro	* testsuite/27_io/istream_unformatted.cc (test10): Add.
206190792Sgshapiro
206290792Sgshapiro2002-07-25  Benjamin Kosnik  <bkoz@redhat.com>
206390792Sgshapiro
206490792Sgshapiro	* testsuite/27_io/ios_base_type.cc: Move to...
206590792Sgshapiro	* testsuite/27_io/ios_base_types.cc: ...here.
206690792Sgshapiro
206790792Sgshapiro2002-07-24  Benjamin Kosnik  <bkoz@redhat.com>
206890792Sgshapiro
206990792Sgshapiro	PR libstdc++/7222
207090792Sgshapiro	* src/locale.cc (locale::locale(const char*)): Use setlocale NULL.
207190792Sgshapiro	* testsuite/22_locale/ctor_copy_dtor.cc (test02): New.
207290792Sgshapiro
207390792Sgshapiro2002-07-24  Benjamin Kosnik  <bkoz@redhat.com>
207490792Sgshapiro
207590792Sgshapiro	PR libstdc++/7230
207690792Sgshapiro	* config/linker-map.gnu: Revert strstream patch from 2002-07-01.
207790792Sgshapiro	* include/Makefile.am (backward_headers): Use strstream, not
207890792Sgshapiro	strstream.h.
207990792Sgshapiro	* include/Makefile.in: Regenerate.
208090792Sgshapiro	* include/backward/strstream: Revert.
208190792Sgshapiro	* include/backward/strstream.h: Remove.
208290792Sgshapiro	* src/strstream.cc: Revert.
208390792Sgshapiro	* testsuite/backward/strstream_members.cc: Change include.
208490792Sgshapiro
208590792Sgshapiro2002-07-24  Benjamin Kosnik  <bkoz@redhat.com>
208690792Sgshapiro
208790792Sgshapiro	PR libstdc++/7219
208890792Sgshapiro	* include/bits/ios_base.h (ios_base::streampos): Add.
208990792Sgshapiro	(ios_base::streamoff): Add.
209090792Sgshapiro	* testsuite/27_io/ios_base_type.cc: New.
209190792Sgshapiro
209290792Sgshapiro2002-07-24  Benjamin Kosnik  <bkoz@redhat.com>
209390792Sgshapiro
209490792Sgshapiro	PR libstdc++/7286
209590792Sgshapiro	* libsupc++/new: Add placement delete.
209690792Sgshapiro	* testsuite/18_support/new_delete_placement.cc: New.
209790792Sgshapiro
209890792Sgshapiro	* docs/html/abi.txt: Fix typos.
209990792Sgshapiro
210090792Sgshapiro2002-07-23  Benjamin Kosnik  <bkoz@redhat.com>
210190792Sgshapiro
210290792Sgshapiro	* docs/html/documentation.html: Remove libstdc++-v3.0.86 links,
210390792Sgshapiro	confusing usage of "latest."
210490792Sgshapiro	De-tangle contributor information from introductory notes.
210590792Sgshapiro	Move abi.txt link placement, activate.
210690792Sgshapiro	Re-organize.
210790792Sgshapiro	Move chapter info into old FAQ format.
210890792Sgshapiro	* docs/html/organization.html: Removed, obsoleted by doxygen work.
210990792Sgshapiro	* docs/html/abi.txt: Add notes on testing ABI changes.
211090792Sgshapiro
211190792Sgshapiro2002-07-20  Phil Edwards  <pme@gcc.gnu.org>
211290792Sgshapiro
211390792Sgshapiro	* docs/html/abi.txt:  New file.
211490792Sgshapiro	* docs/html/23_containers/howto.html:  Tweak vector-overhead text.
211590792Sgshapiro	* docs/html/ext/lwg-active.html, docs/html/ext/lwg-defects.html:
211690792Sgshapiro	Import from upstream, R22.
211790792Sgshapiro
211890792Sgshapiro	* include/bits/char_traits.h, include/bits/stl_iterator.h,
211990792Sgshapiro	include/bits/stl_iterator_base_types.h, libsupc++/exception,
212090792Sgshapiro	libsupc++/new, libsupc++/typeinfo:  Use @brief markup.
212190792Sgshapiro
212290792Sgshapiro	* include/bits/deque.tcc, include/bits/stl_alloc.h,
212390792Sgshapiro	include/bits/stl_deque.h, include/bits/stl_list.h:  Postpone removal
212490792Sgshapiro	of deprecated functions until 3.4.  (Same timeframe, different text.)
212590792Sgshapiro	* include/bits/stl_vector.h:  Ditto.  Also do the same cleanups that
212690792Sgshapiro	the other sequence classes received.
212790792Sgshapiro
212890792Sgshapiro2002-07-18  Brendan Kehoe  <brendan@zen.org>
212990792Sgshapiro
213090792Sgshapiro	* bits/slice_array.h (_DEFINE_VALARRAY_OPERATOR): Fix typo of
213190792Sgshapiro	_Nname to _Name.
213290792Sgshapiro
213390792Sgshapiro2002-07-19  Gabriel Dos Reis  <gdr@nerim.net>
213490792Sgshapiro
213590792Sgshapiro	DR/123
213690792Sgshapiro	* include/bits/slice_array.h
213790792Sgshapiro	(slice_array<T>::operator=(const T&)): Constify.
213890792Sgshapiro	* include/bits/gslice_array.h
213990792Sgshapiro	(gslice_array<T>::operator=(const T&)):  Likewise.
214090792Sgshapiro	* include/bits/mask_array.h
214190792Sgshapiro	(mask_array<T>::operator=(const T&)): Likewise.
214290792Sgshapiro	* include/bits/indirect_array.h
214390792Sgshapiro	(indirect_array<T>::operator=(const T&): Likewise.
214490792Sgshapiro
214590792Sgshapiro2002-07-17  Phil Edwards  <pme@gcc.gnu.org>
214690792Sgshapiro
214790792Sgshapiro	* docs/doxygen/run_doxygen:  Remove template parameter names from
214890792Sgshapiro	"Compound List" summary page.  Reformat.
214990792Sgshapiro	* docs/html/documentation.html:  XHTML fixes.
215090792Sgshapiro
215190792Sgshapiro2002-07-16  Andreas Schwab  <schwab@suse.de>
215290792Sgshapiro
215390792Sgshapiro	* libsupc++/new (set_new_handler): Declare to not throw any
215490792Sgshapiro	exceptions.
215590792Sgshapiro	* libsupc++/new_handler.cc (set_new_handler): Likewise.
215690792Sgshapiro
215790792Sgshapiro2002-07-16  Gabriel Dos Reis  <gdr@nerim.net>
215890792Sgshapiro
215990792Sgshapiro	* include/Makefile.am (bits_headers): Remove slice.h
216090792Sgshapiro	* include/Makefile.in: Regenerate.
216190792Sgshapiro	* include/bits/slice.h (slice): move to include/bits/slice_array.h
216290792Sgshapiro	* include/bits/slice.h Remove.
216390792Sgshapiro	* include/std/std_valarray.h: Don't #include bits/slice.h anymore.
216490792Sgshapiro	* include/bits/slice_array.h: Comply to official coding styles.
216590792Sgshapiro	* testsuite/26_numerics/slice.cc: New test.
216690792Sgshapiro
216790792Sgshapiro2002-07-15  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
216890792Sgshapiro
216990792Sgshapiro	* config/os/solaris/solaris2.5/ctype_base.h (ctype_base): Fix
217090792Sgshapiro	print to match vendor <ctype.h>.
217190792Sgshapiro
217290792Sgshapiro2002-07-15  Phil Edwards  <pme@gcc.gnu.org>
217390792Sgshapiro
217490792Sgshapiro	* docs/html/faq/index.html:  Fix download links.
217590792Sgshapiro	* docs/html/faq/index.txt:  Regenerate.
217690792Sgshapiro	* docs/html/17_intro/porting.html:  Regenerate from earlier changes.
217790792Sgshapiro
217890792Sgshapiro2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
217990792Sgshapiro
218090792Sgshapiro	* configure.target (target_os switch): Allow for irix6*o32
218190792Sgshapiro	configurations.
218290792Sgshapiro
218390792Sgshapiro2002-07-10  Gabriel Dos Reis  <gdr@nerim.net>
218490792Sgshapiro
218590792Sgshapiro	* include/bits/valarray_meta.h (_UnFunBase): Take a second
218690792Sgshapiro	template parameter. Remove _M_func data member.
218790792Sgshapiro	(_UnFunClos): Take a third template parameter.
218890792Sgshapiro	(__abs, __cos, __acos, __cosh, __sin, __asin, __sinh, __tan,
218990792Sgshapiro	__atan, __tanh, __exp, __log, __log10, __sqrt): New classes.
219090792Sgshapiro	(_DEFINE_EXPR_UNARY_OPERATOR): Adjust definition.
219190792Sgshapiro
219290792Sgshapiro2002-07-08  Eric Christopher  <echristo@redhat.com>
219390792Sgshapiro
219490792Sgshapiro	* configure.target: Fix comment for mips atomicity. Add
219590792Sgshapiro	mips*-*-linux* target, enable atomic operations there.
219690792Sgshapiro	* config/cpu/mips/atomicity.h: Fix comments, remove
219790792Sgshapiro	#ifndef/#endif. Add push/pop mips2.
219890792Sgshapiro
219990792Sgshapiro2002-07-08  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
220090792Sgshapiro
220190792Sgshapiro	* include/bits/stl_deque.h (_Deque_alloc_base):  Change order of
220290792Sgshapiro	member declarations to avoid compiler warnings and restore 3.1 ABI.
220390792Sgshapiro
220490792Sgshapiro2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
220590792Sgshapiro
220690792Sgshapiro	* docs/html/23_containers/howto.html:  Link to dk_std::vector paper
220790792Sgshapiro	and homepage.
220890792Sgshapiro
220990792Sgshapiro2002-07-07  Paolo Carlini  <pcarlini@unitus.it>
221090792Sgshapiro
221190792Sgshapiro	PR libstdc++/7186
221290792Sgshapiro	* include/bits/stl_deque.h (_Deque_iterator::operator-):
221390792Sgshapiro	Make non-member, as already happens for the comparison
221490792Sgshapiro	operators in accord with DR179 (Ready).
221590792Sgshapiro	* testsuite/23_containers/deque_operators.cc: Add test02.
221690792Sgshapiro
221790792Sgshapiro2002-07-04  Benjamin Kosnik  <bkoz@redhat.com>
221890792Sgshapiro	    Jack Reeves  <jackw_reeves@hotmail.com>
221990792Sgshapiro
222090792Sgshapiro	* include/std/std_streambuf.h (basic_streambuf::_M_buf): Change to
2221110560Sgshapiro	size_t, from int_type.
2222110560Sgshapiro 	(basic_streambuf::_M_buf_size_opt): Same.
2223110560Sgshapiro 	(basic_streambuf::_S_pback_sizex): Same.
2224110560Sgshapiro	* include/bits/streambuf.tcc: Same.
2225110560Sgshapiro	* include/std/std_streambuf.h (basic_streambuf::snextc): Use
2226110560Sgshapiro	eq_int_type.
222790792Sgshapiro	(basic_streambuf::uflow): Same.
2228110560Sgshapiro	* include/bits/sstream.tcc (basic_stringbuf::overflow): Use
2229110560Sgshapiro	to_char_type.
2230110560Sgshapiro	* include/bits/basic_ios.tcc (basic_ios::init): Use _CharT().
2231110560Sgshapiro	* include/bits/streambuf.tcc (basic_streambuf::xsgetn): Use
2232110560Sgshapiro	eq_int_type.
2233110560Sgshapiro	(basic_streambuf::xsputn): Same.
2234110560Sgshapiro	(__copy_streambufs): Same.
2235110560Sgshapiro
2236110560Sgshapiro2002-07-03  Benjamin Kosnik  <bkoz@redhat.com>
2237110560Sgshapiro
2238110560Sgshapiro	* include/std/std_memory.h: Fix formatting.
2239110560Sgshapiro	* testsuite/20_util/auto_ptr_neg.cc: New.
2240110560Sgshapiro	* testsuite/20_util/auto_ptr.cc: Tweaks.
2241110560Sgshapiro	* testsuite/23_containers/map_operators.cc (test01): Split into..
224290792Sgshapiro	* testsuite/23_containers/map_operators_neg.cc (test01): ...this. New.
224390792Sgshapiro	* testsuite/23_containers/set_operators.cc: Move to...
224490792Sgshapiro	* testsuite/23_containers/set_operators_neg.cc: ...here.
224590792Sgshapiro	* testsuite/README: Add some more naming rules.
224690792Sgshapiro
224790792Sgshapiro2002-07-03  Steev Wilcox  <steev@paradigmds.com>
224890792Sgshapiro
224990792Sgshapiro	PR libstdc++/7057
225090792Sgshapiro	* include/ext/stl_hashtable.h: Fix.
225190792Sgshapiro	* testsuite/ext/hash_map.cc: New.
225290792Sgshapiro
225390792Sgshapiro2002-07-03  Jack Reeves  <jackw_reeves@hotmail.com>
225490792Sgshapiro	    Kenny Simpson  <theonetruekenny@yahoo.com>
225590792Sgshapiro	    Phil Edwards  <pme@gcc.gnu.org>
225690792Sgshapiro
225790792Sgshapiro	PR libstdc++/3946
225890792Sgshapiro	* testsuite/20_util/auto_ptr.cc (test08):  New test.
225990792Sgshapiro	* include/std/std_memory.h (auto_ref_ptr):  Make constructor explicit.
226090792Sgshapiro	(auto_ptr::operator auto_ptr_ref):  Fix typo.
226190792Sgshapiro	General reformatting and doxygenating of the whole file.
226290792Sgshapiro
226390792Sgshapiro2002-07-03  Benjamin Kosnik  <bkoz@redhat.com>
226490792Sgshapiro
226590792Sgshapiro	PR libstdc++/7097
226690792Sgshapiro	* include/c/std_cwchar.h: Fix.
226790792Sgshapiro
226890792Sgshapiro2002-07-02  Benjamin Kosnik  <bkoz@redhat.com>
226990792Sgshapiro
227090792Sgshapiro	PR libstdc++/6410
227190792Sgshapiro	* include/bits/locale_facets.h (moneypunct::moneypunct): Add const
227290792Sgshapiro	char* name parameter.
227390792Sgshapiro	* config/locale/gnu/monetary_members.cc: Use it.
227490792Sgshapiro	* config/locale/generic/monetary_members.cc: Same.
227590792Sgshapiro	* src/localename.cc (_Impl::_Impl(const char*, size_t)): Use it.
227690792Sgshapiro
227790792Sgshapiro	* include/backward/strstream.h: Update date.
227890792Sgshapiro
227990792Sgshapiro2002-07-02  Paolo Carlini  <pcarlini@unitus.it>
228090792Sgshapiro
228190792Sgshapiro	PR libstdc++/6642
228290792Sgshapiro	* include/bits/stl_iterator.h
228390792Sgshapiro	(__normal_iterator::operator-(const __normal_iterator&)):
228490792Sgshapiro	Make non-member, as already happens for the comparison
228590792Sgshapiro	operators in accord with DR179 (Ready).
228690792Sgshapiro	* testsuite/24_iterators/iterator.cc: Add test from the PR.
228790792Sgshapiro
228890792Sgshapiro2002-07-02  Phil Edwards  <pme@gcc.gnu.org>
228990792Sgshapiro
229090792Sgshapiro	PR libstdc++/7173
229190792Sgshapiro	* acinclude.m4:  Simplify determination of gcc_version, and move
229290792Sgshapiro	up to GLIBCPP_CONFIGURE.
229390792Sgshapiro	* configure.in (release_VERSION):  Really remove.
229490792Sgshapiro	(AM_INIT_AUTOMAKE, AM_CONFIG_HEADER):  Move after GLIBCPP_CONFIGURE.
229590792Sgshapiro	* aclocal.m4, configure:  Regenerate.
229690792Sgshapiro
229790792Sgshapiro2002-07-02  Phil Edwards  <pme@gcc.gnu.org>
229890792Sgshapiro
229990792Sgshapiro	* docs/html/configopts.html, docs/html/install.html:  Tweaks.
230090792Sgshapiro	* include/ext/algorithm, include/ext/hash_map, include/ext/hash_set,
230190792Sgshapiro	include/ext/iterator, include/ext/numeric, include/ext/rb_tree,
230290792Sgshapiro	include/ext/slist, include/ext/stl_rope.h:  Add doxygen hooks.
230390792Sgshapiro
230490792Sgshapiro2002-07-01  Benjamin Kosnik  <bkoz@redhat.com>
230590792Sgshapiro
230690792Sgshapiro	* include/backward/strstream: Remove namespace std. Transfer to...
230790792Sgshapiro	* include/backward/strstream.h: ...here. Qualify std names.
230890792Sgshapiro	* src/strstream.cc: Remove namespace std.
230990792Sgshapiro	* include/Makefile.am (backward_headers): Remove strstream.h.
231090792Sgshapiro	* include/Makefile.in: Regenerate.
231190792Sgshapiro	* config/linker-map.gnu: Export strstream bits.
231290792Sgshapiro
231390792Sgshapiro	* src/fstream-inst.cc: Tweak.
231490792Sgshapiro	* src/io-inst.cc: Same.
231590792Sgshapiro	* src/istream-inst.cc: Same.
231690792Sgshapiro	* src/misc-inst.cc: Same.
231790792Sgshapiro	* src/ostream-inst.cc: Same.
231890792Sgshapiro	* src/sstream-inst.cc: Same.
231990792Sgshapiro	* src/valarray-inst.cc: Same.
232090792Sgshapiro	* src/misc-inst.cc: Remove unused instantiations.
232190792Sgshapiro
232290792Sgshapiro2002-07-01  Benjamin Kosnik  <bkoz@redhat.com>
232390792Sgshapiro
232490792Sgshapiro	* configure.in (libtool_VERSION): Bump to 5:0:0.
232590792Sgshapiro	* configure: Regenerate.
232690792Sgshapiro
232790792Sgshapiro2002-06-28  Phil Edwards  <pme@gcc.gnu.org>
232890792Sgshapiro
232990792Sgshapiro	PR libstdc++/7157, PR libstdc++/7158, PR libstdc++/7161
233090792Sgshapiro	* include/std/std_queue.h:  Include deque.tcc, vector.tcc.
233190792Sgshapiro	* include/std/std_stack.h:  Include deque.tcc.
233290792Sgshapiro	* testsuite/23_containers/adaptors.cc:  New file.
233390792Sgshapiro
233490792Sgshapiro2002-06-27  Phil Edwards  <pme@gcc.gnu.org>
233590792Sgshapiro
233690792Sgshapiro	* include/bits/stl_alloc.h:  Deprecate all 'reallocate' memfns.
233790792Sgshapiro	* docs/html/ext/howto.html:  Update allocator notes.
233890792Sgshapiro
233990792Sgshapiro2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
234090792Sgshapiro
234190792Sgshapiro	* configure.in (INTERFACE): Remove.
234290792Sgshapiro	(release_VERSION): Remove.
234390792Sgshapiro	* acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Change include placement.
234490792Sgshapiro	(libstdcxx_interface): Change. Use gcc methods to determine version.
234590792Sgshapiro	* configure: Regenerate.
234690792Sgshapiro	* aclocal.m4: Regenerate.
234790792Sgshapiro
234890792Sgshapiro2002-06-25  DJ Delorie  <dj@redhat.com>
234990792Sgshapiro
235090792Sgshapiro	* acinclude.m4 (GLIBCPP_CONFIGURE): Split out
235190792Sgshapiro	GLIBCPP_TOPREL_CONFIGURE.
235290792Sgshapiro	* aclocal.m4: Likewise.
235390792Sgshapiro	* configure.in: Call it before AC_CANONICAL_SYSTEM.
235490792Sgshapiro	* configure: Regenerate.
235590792Sgshapiro
235690792Sgshapiro2002-06-25  Jessica Han  <jessica@cup.hp.com>
235790792Sgshapiro
235890792Sgshapiro	* config/os/hpux/os_defines.h Define _GLIBCPP_VTABLE_PADDING
235990792Sgshapiro	* libsupc++/tinfo.cc Handle the 8 byte aligned vtable entries when
236090792Sgshapiro	_GLIBCPP_VTABLE_PADDING is defined.
236190792Sgshapiro
236290792Sgshapiro2002-06-25  Benjamin Kosnik  <bkoz@redhat.com>
236390792Sgshapiro
236490792Sgshapiro	* include/bits/stl_alloc.h: Additional formatting.
236590792Sgshapiro
236690792Sgshapiro2002-06-24  Phil Edwards  <pme@gcc.gnu.org>
236790792Sgshapiro
236890792Sgshapiro	* include/bits/stl_alloc.h:  Reformat as per C++STYLE.
236990792Sgshapiro
237090792Sgshapiro2002-06-24  Phil Edwards  <pme@gcc.gnu.org>
237190792Sgshapiro
237290792Sgshapiro	* config/cpu/*/bits/*:  Move header files up a level.  Remove bits.
237390792Sgshapiro	* config/os/*/bits/*:  Likewise.
237490792Sgshapiro	* configure.in:  Update.
237590792Sgshapiro	* configure:  Regenerate.
237690792Sgshapiro	* configure.target:  Update.
237790792Sgshapiro	* docs/html/17_intro/porting.texi:  Update.
237890792Sgshapiro
237990792Sgshapiro2002-06-21  Phil Edwards  <pme@gcc.gnu.org>
238090792Sgshapiro
238190792Sgshapiro	* include/bits/stl_map.h, include/bits/stl_multimap.h,
238290792Sgshapiro	include/bits/stl_queue.h, include/bits/stl_stack.h:  Reformat and
238390792Sgshapiro	complete doxygenation.
238490792Sgshapiro	* include/bits/boost_concept_check.h:  Minor comment.
238590792Sgshapiro
238690792Sgshapiro2002-06-21  Benjamin Kosnik  <bkoz@redhat.com>
238790792Sgshapiro
238890792Sgshapiro	* include/c_compatibility: New.
238990792Sgshapiro	* include/c_compatibility/assert.h: New.
239090792Sgshapiro	* include/c_compatibility/ctype.h: New.
239190792Sgshapiro	* include/c_compatibility/errno.h: New.
239290792Sgshapiro	* include/c_compatibility/float.h: New.
239390792Sgshapiro	* include/c_compatibility/iso646.h: New.
239490792Sgshapiro	* include/c_compatibility/limits.h: New.
239590792Sgshapiro	* include/c_compatibility/locale.h: New.
239690792Sgshapiro	* include/c_compatibility/math.h: New.
239790792Sgshapiro	* include/c_compatibility/setjmp.h: New.
239890792Sgshapiro	* include/c_compatibility/signal.h: New.
239990792Sgshapiro	* include/c_compatibility/stdarg.h: New.
240090792Sgshapiro	* include/c_compatibility/stddef.h: New.
240190792Sgshapiro	* include/c_compatibility/stdio.h: New.
240290792Sgshapiro	* include/c_compatibility/stdlib.h: New.
240390792Sgshapiro	* include/c_compatibility/string.h: New.
240490792Sgshapiro	* include/c_compatibility/time.h: New.
240590792Sgshapiro	* include/c_compatibility/wchar.h: New.
240690792Sgshapiro	* include/c_compatibility/wctype.h: New.
240790792Sgshapiro
240890792Sgshapiro	* include/c/std_cerrno.h: Get out of the way... define errno.
240990792Sgshapiro	* include/c/std_cmath.h: Add abs, modf overloads.
241090792Sgshapiro	Undefine C99 isms. Still not sure how to deal with this sanely.
241190792Sgshapiro	* include/c/std_csetjmp.h: Tweak.
241290792Sgshapiro	* include/c/std_cwchar.h: Include cstddef for size_t.
241390792Sgshapiro
241490792Sgshapiro	* include/c_std/std_cmath.h: Remove extra function.
241590792Sgshapiro
241690792Sgshapiro	Pendantic std usage in testsuites.
241790792Sgshapiro	* testsuite/17_intro/header_cstdlib.cc (test01): Qualify ldiv_t
241890792Sgshapiro	with std.
241990792Sgshapiro	* testsuite/17_intro/header_cwchar.cc: Tweak.
242090792Sgshapiro	* testsuite/22_locale/codecvt_members_char_char.cc (test03): Use
242190792Sgshapiro	std::setlocale.
242290792Sgshapiro	* testsuite/22_locale/ctype_to_wchar_t.cc (test05): Same.
242390792Sgshapiro	* testsuite/22_locale/ctype_to_char.cc (test05): Same.
242490792Sgshapiro	* testsuite/22_locale/ctype_is_wchar_t.cc (test05): Same.
242590792Sgshapiro	* testsuite/22_locale/ctype_is_char.cc (test05): Same.
242690792Sgshapiro	* testsuite/22_locale/codecvt_members_wchar_t_char.cc (test03): Same.
242790792Sgshapiro	* testsuite/22_locale/time_get_members_wchar_t.cc (test08): Same.
242890792Sgshapiro	* testsuite/22_locale/time_get_members_char.cc (test08): Same.
242990792Sgshapiro	* testsuite/22_locale/time_put_members_wchar_t.cc (test04): Same.
243090792Sgshapiro	* testsuite/22_locale/time_put_members_char.cc (test04): Same.
243190792Sgshapiro	* testsuite/22_locale/num_put_members_wchar_t.cc (test04): Same.
243290792Sgshapiro	* testsuite/22_locale/num_put_members_char.cc (test04): Same.
243390792Sgshapiro	* testsuite/22_locale/numpunct_members_wchar_t.cc (test03): Same.
243490792Sgshapiro	* testsuite/22_locale/numpunct_members_char.cc (test03): Same.
243590792Sgshapiro	* testsuite/22_locale/num_get_members_wchar_t.cc: Same.
243690792Sgshapiro	* testsuite/22_locale/num_get_members_char.cc: Same.
243790792Sgshapiro	* testsuite/22_locale/money_put_members_wchar_t.cc (test07): Same.
243890792Sgshapiro	* testsuite/22_locale/money_put_members_char.cc (test07): Same.
243990792Sgshapiro	* testsuite/22_locale/moneypunct_members_wchar_t.cc (test03): Same.
244090792Sgshapiro	* testsuite/22_locale/moneypunct_members_char.cc (test03): Same.
244190792Sgshapiro	* testsuite/22_locale/money_get_members_wchar_t.cc (test08): Same.
244290792Sgshapiro	* testsuite/22_locale/money_get_members_char.cc (test08): Same.
244390792Sgshapiro	* testsuite/22_locale/messages_members_char.cc (test03): Same.
244490792Sgshapiro	* testsuite/22_locale/collate_members_wchar_t.cc (test04): Same.
244590792Sgshapiro	* testsuite/22_locale/collate_members_char.cc (test04): Same.
244690792Sgshapiro	* testsuite/26_numerics/fabs_inline.cc: Use std::printf.
244790792Sgshapiro	* testsuite/27_io/istream_seeks.cc (test02): Qualify abort.
244890792Sgshapiro	* testsuite/27_io/istream_extractor_arith.cc (test11): Qualify strtol.
244990792Sgshapiro
245090792Sgshapiro2002-06-20  Benjamin Kosnik  <bkoz@redhat.com>
245190792Sgshapiro
245290792Sgshapiro	* libsupc++/Makefile.am (libsupc__convenience_la_SOURCES): Add
245390792Sgshapiro	c_sources.
245490792Sgshapiro
245590792Sgshapiro2002-06-20  Benjamin Kosnik  <bkoz@redhat.com>
245690792Sgshapiro
245790792Sgshapiro	* src/ext-inst.cc (__gnu_cxx): Use instead of std:: for extensions.
245890792Sgshapiro	Use size_type instead of unsigned long.
245990792Sgshapiro
246090792Sgshapiro2002-06-20  Steve Ellcey  <sje@cup.hp.com>
246190792Sgshapiro
246290792Sgshapiro	* src/ext-inst.cc (_S_fetch): Add explicit templates for char and
246390792Sgshapiro	wchar types.
246490792Sgshapiro	(_S_min_len): Ditto.
246590792Sgshapiro
246690792Sgshapiro2002-06-20  Benjamin Kosnik  <bkoz@redhat.com>
246790792Sgshapiro
246890792Sgshapiro	* include/Makefile.am: Add rules.
246990792Sgshapiro	* include/Makefile.in: Regenerate.
247090792Sgshapiro
247190792Sgshapiro	* acinclude.m4: Define GLIBCPP_C_HEADERS_COMPATIBILITY.
247290792Sgshapiro	* aclocal.m4: Regenerate.
247390792Sgshapiro	* configure: Regenerate.
247490792Sgshapiro	* configure.target (c_model, c_compatibility): Add.
247590792Sgshapiro
247690792Sgshapiro	* libsupc++/Makefile.am (c_sources): New.
247790792Sgshapiro	(libsupc___la_SOURCES): Add c_sources.
247890792Sgshapiro	(LTCOMPILE): Remove INCLUDES.
247990792Sgshapiro	(GCC_INCLUDES): New.
248090792Sgshapiro	(C_COMPILE): New, like COMPILE but without INCLUDES.
248190792Sgshapiro	(cxa_demangle.o): Use C_COMPILE.
248290792Sgshapiro	(dyn-string.o): Use C_COMPILE.
248390792Sgshapiro
248490792Sgshapiro	* include/c/std_cstdarg.h: Define __need___va_list.
248590792Sgshapiro	* include/c/std_cstddef.h: Define need_size_t, need_ptrdiff_t,
248690792Sgshapiro	need_NULL, need_offsetof.
248790792Sgshapiro
248890792Sgshapiro2002-06-19  Steve Ellcey  <sje@cup.hp.com>
248990792Sgshapiro
249090792Sgshapiro	* configure.in (HAVE_FINITE*, HAVE_ISINF*, HAVE_ISNAN*):  Remove
249190792Sgshapiro	definitions in hpux11 cross-build because these functions do
249290792Sgshapiro	not exist on hpux11 (but some exist on hpux10); move defaults out
249390792Sgshapiro	into existing sections.
249490792Sgshapiro	* configure:  Regenerate.
249590792Sgshapiro
249690792Sgshapiro2002-06-18  Benjamin Kosnik  <bkoz@redhat.com>
249790792Sgshapiro
249890792Sgshapiro	* include/c/std_cwchar.h: Guard. Add mbstate_t bits.
249990792Sgshapiro	* include/c/std_cwctype.h: Guard.
250090792Sgshapiro
250190792Sgshapiro	* libsupc++/eh_alloc.cc: Tweak include order.
250290792Sgshapiro	* libsupc++/pure.cc: Use cstdio.
250390792Sgshapiro	* libsupc++/new_op.cc: Remove malloc forward declaration, as
250490792Sgshapiro	cstdlib brings it in. Use std::malloc.
250590792Sgshapiro
250690792Sgshapiro	* src/Makefile.am (sources): Remove cmath.cc.
250790792Sgshapiro	* src/Makefile.in: Regenerate.
250890792Sgshapiro	* src/cmath.cc: Remove.
250990792Sgshapiro
251090792Sgshapiro2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
251190792Sgshapiro
251290792Sgshapiro	* configure.target:  Force mips to use the generic cpu routines.
251390792Sgshapiro
251490792Sgshapiro2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
251590792Sgshapiro
251690792Sgshapiro	* configure.host:  Delete file.
251790792Sgshapiro	* configure.target:  More documentation.  Factor out common parts of
251890792Sgshapiro	script into "intelligent" settings about defaults.  Remove redundancy.
251990792Sgshapiro
252090792Sgshapiro	* acinclude.m4:  Update comments.  Do not call configure.host.
252190792Sgshapiro	(GLIBCPP_ENABLE_SYMVERS):  If disabled, do not bother checking for
252290792Sgshapiro	libgcc_s.
252390792Sgshapiro	* configure.in:  Slight reformatting, more comments.  Factor out
252490792Sgshapiro	"config/" from all the directories.
252590792Sgshapiro	* docs/html/17_intro/porting.texi:  Update and expand.
252690792Sgshapiro	* testsuite/Makefile.am (AM_RUNTESTFLAGS):  Move empty setting
252790792Sgshapiro	from configure.host.
252890792Sgshapiro
252990792Sgshapiro	* aclocal.m4, configure, docs/html/17_intro/porting.html,
253090792Sgshapiro	testsuite/Makefile.in:  Regenerate.
253190792Sgshapiro
253290792Sgshapiro2002-06-16  Phil Edwards  <pme@gcc.gnu.org>
253390792Sgshapiro
253490792Sgshapiro	* docs/doxygen/TODO:  Update.
253590792Sgshapiro	* docs/doxygen/tables.html:  Uncomment magical middle column.
253690792Sgshapiro	* docs/doxygen/user.cfg.in:  Kludge to ignore function-like macros.
253790792Sgshapiro	* include/bits/stl_queue.h:  Doxygenate and reformat.
253890792Sgshapiro	* include/bits/ios_base.h, include/std/std_streambuf.h:  Add comment
253990792Sgshapiro	for deprecated names required by the standard.
254090792Sgshapiro
254190792Sgshapiro2002-06-14  J.T. Conklin  <jtc@acorntoolworks.com>
254290792Sgshapiro
254390792Sgshapiro	* configure.in (target_alias): Fix.
254490792Sgshapiro	* configure: Regenerate.
254590792Sgshapiro	* aclocal.m4: Regenerate.
254690792Sgshapiro
254790792Sgshapiro2002-06-12  Phil Edwards  <pme@gcc.gnu.org>
254890792Sgshapiro
254990792Sgshapiro	* include/Makefile.am:  Add new files.
255090792Sgshapiro	* include/Makefile.in:  Regenerate.
255190792Sgshapiro
255290792Sgshapiro	* include/bits/stl_deque.h, include/bits/stl_list.h,
255390792Sgshapiro	include/bits/stl_vector.h:  Clean up, reformat.  Move definitions...
255490792Sgshapiro	* include/bits/deque.tcc, include/bits/list.tcc,
255590792Sgshapiro	include/bits/vector.tcc:  ...to here.  New files.
255690792Sgshapiro
255790792Sgshapiro	* include/ext/stl_hashtable.h:  Inclide correct full headers.
255890792Sgshapiro	* include/std/std_deque.h:  Include .tcc files for now.
255990792Sgshapiro	* include/std/std_list.h:  Likewise.
256090792Sgshapiro	* include/std/std_vector.h:  Likewise.
256190792Sgshapiro
256290792Sgshapiro2002-06-12  Daniel Jacobowitz  <drow@mvista.com>
256390792Sgshapiro
256490792Sgshapiro	* Makefile.am: Add FLAGS_TO_PASS.
256590792Sgshapiro	* Makefile.in: Regenerated.
256690792Sgshapiro
256790792Sgshapiro2002-06-11  J.T. Conklin  <jtc@acorntoolworks.com>
256890792Sgshapiro	    Benjamin Kosnik  <bkoz@redhat.com>
256990792Sgshapiro
257090792Sgshapiro	* configure.target: Set os_include_dir to config/os/qnx/qnx6.1
257190792Sgshapiro	under *-qnx6.[12]*.
257290792Sgshapiro	* configure.in: Add support for *-qnx6.[12]*.
257390792Sgshapiro	* configure: Regenerate.
257490792Sgshapiro
257590792Sgshapiro	* config/os/qnx, config/os/qnx/qnx6.1, config/os/qnx/qnx6.1/bits:
257690792Sgshapiro	New directories.
257790792Sgshapiro	* config/os/qnx/qnx6.1/bits/ctype_base.h, ctype_inline.h,
257890792Sgshapiro	ctype_noninline.h, os_defines.h: New files.
257990792Sgshapiro
258090792Sgshapiro2002-06-10  Loren J. Rittle <ljrittle@acm.org>
258190792Sgshapiro
258290792Sgshapiro	* acinclude.m4 (GLIBCPP_CHECK_SETRLIMIT_ancilliary): Reorder and
258390792Sgshapiro	include all required headers for test against older POSIX standard.
258490792Sgshapiro	(GLIBCPP_CHECK_SETRLIMIT): Likewise.
258590792Sgshapiro	(ac_setrlimit): Likewise.
258690792Sgshapiro	* aclocal.m4: Regenerate.
258790792Sgshapiro	* configure: Regenerate.
258890792Sgshapiro	* testsuite/testsuite_hooks.cc: Reorder and include all
258990792Sgshapiro	required headers for use against older POSIX standard.
259090792Sgshapiro
259190792Sgshapiro2002-06-08  Paolo Carlini  <pcarlini@unitus.it>
259290792Sgshapiro
259390792Sgshapiro	* testsuite/backwards/strstream_members.cc: New.
259490792Sgshapiro
259590792Sgshapiro2002-06-08  Benjamin Kosnik  <bkoz@redhat.com>
259690792Sgshapiro
259790792Sgshapiro	* include/backwards/strstream: Format.
259890792Sgshapiro	* src/strstream.cc: Format.
259990792Sgshapiro
260090792Sgshapiro2002-06-08  Andreas Schwab  <schwab@suse.de>
260190792Sgshapiro
260290792Sgshapiro	* src/strstream.cc (strstreambuf::overflow): Set _M_buf,
260390792Sgshapiro	_M_buf_size and _M_buf_size_opt to the new buffer and size.
260490792Sgshapiro
260590792Sgshapiro2002-06-08  Benjamin Kosnik  <bkoz@redhat.com>
260690792Sgshapiro
260790792Sgshapiro	* config/os/generic/bits/ctype_noninline.h: Tweak format.
260890792Sgshapiro
260990792Sgshapiro2002-06-07  Steve Ellcey  <sje@cup.hp.com>
261090792Sgshapiro
261190792Sgshapiro	* src/locale-inst.cc (__codecvt_abstract_base):
261290792Sgshapiro	Put inside _GLIBCPP_USE_WCHAR_T ifdef.
261390792Sgshapiro	* include/bits/istream.tcc (basic_istream): Ditto.
261490792Sgshapiro	(ws) Ditto.
261590792Sgshapiro	(operator>>) Ditto.
261690792Sgshapiro	* include/bits/ostream.tcc (basic_ostream): Ditto.
261790792Sgshapiro	(endl): Ditto.
261890792Sgshapiro	(ends): Ditto.
261990792Sgshapiro	(flush): Ditto.
262090792Sgshapiro	(operator<<): Ditto.
262190792Sgshapiro
262290792Sgshapiro2002-06-07  Phil Edwards  <pme@gcc.gnu.org>
262390792Sgshapiro
262490792Sgshapiro	* mkcheck.in:  Link against local testsuite library.
262590792Sgshapiro	* testsuite/testsuite_hooks.h (__set_testsuite_memlimit):  Move null
262690792Sgshapiro	implementation out...
262790792Sgshapiro	* testsuite/testsuite_hooks.cc:  ...to here.
262890792Sgshapiro
262990792Sgshapiro2002-06-06  Loren J. Rittle <ljrittle@acm.org>
263090792Sgshapiro
263190792Sgshapiro	* src/Makefile.am (AUTOMAKE_OPTIONS): Use cygnus-style generation.
263290792Sgshapiro	* include/Makefile.am (AUTOMAKE_OPTIONS): Likewise.
263390792Sgshapiro	* testsuite/Makefile.am (AUTOMAKE_OPTIONS): Likewise.
263490792Sgshapiro	* src/Makefile.in: Regenerate (explicitly with --cygnus option).
263590792Sgshapiro	* testsuite/Makefile.in: Likewise.
263690792Sgshapiro
263790792Sgshapiro2002-06-05  David Edelsohn  <edelsohn@gnu.org>
263890792Sgshapiro
263990792Sgshapiro	* config/os/aix/bits/ctype_noninline.h (do_toupper,do_tolower):
264090792Sgshapiro	Call external symbol.
264190792Sgshapiro
264290792Sgshapiro2002-06-04  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
264390792Sgshapiro
264490792Sgshapiro	* testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3_target_compile):
264590792Sgshapiro	Search correct multilib testsuite dir for libv3test.
264690792Sgshapiro
264790792Sgshapiro2002-06-04  Paolo Carlini  <pcarlini@unitus.it>
264890792Sgshapiro	    Gaby Dos Reis  <gdr@codesourcery.com>
264990792Sgshapiro
265090792Sgshapiro	* include/bits/basic_string.tcc
265190792Sgshapiro	(basic_string::_S_construct(forward_iterator_tag):
265290792Sgshapiro	Fix typo in null pointer check.
265390792Sgshapiro	* testsuite/21_strings/ctor_copy_dtor.cc: Add test04.
265490792Sgshapiro
265590792Sgshapiro2002-06-04  Paolo Carlini  <pcarlini@unitus.it>
265690792Sgshapiro
265790792Sgshapiro	* testsuite/22_locale/money_get_members_char.cc
265890792Sgshapiro	(test02): Add decimal point to long double constants.
265990792Sgshapiro	* testsuite/22_locale/money_get_members_wchar_t.cc
266090792Sgshapiro	(test02): Likewise.
266190792Sgshapiro	* testsuite/22_locale/money_put_members_char.cc
266290792Sgshapiro	(test02, test03, test06): Likewise.
266390792Sgshapiro	* testsuite/22_locale/money_put_members_wchar_t.cc:
266490792Sgshapiro	(test02, test03, test06): Likewise.
266590792Sgshapiro	* testsuite/22_locale/num_get_members_char.cc:
266690792Sgshapiro	(test02, test01): Likewise; suffix long long constants with LL.
266790792Sgshapiro	* testsuite/22_locale/num_get_members_wchar_t.cc:
266890792Sgshapiro	(test02, test01): Likewise.
266990792Sgshapiro	* testsuite/22_locale/num_put_members_char.cc:
267090792Sgshapiro	(test02, test01): Likewise.
267190792Sgshapiro	* testsuite/22_locale/num_put_members_wchar_t.cc:
267290792Sgshapiro	(test02, test01): Likewise.
267390792Sgshapiro
267490792Sgshapiro2002-06-03  Marc Espie  <espie@openbsd.org>
267590792Sgshapiro
267690792Sgshapiro	* config/cpu/m68k/bits/atomicity.h(__exchange_and_add): Fix inline
267790792Sgshapiro	assembly for old assemblers.
267890792Sgshapiro
267990792Sgshapiro2002-06-03  Phil Edwards  <pme@gcc.gnu.org>
268090792Sgshapiro
268190792Sgshapiro	* include/bits/stl_bvector.h (swap(_Bit_reference,_Bit_reference)):
268290792Sgshapiro	Move/rename...
268390792Sgshapiro	(vector<bool>::swap(reference,reference)): ...to this.
268490792Sgshapiro
268590792Sgshapiro2002-06-03  Phil Edwards  <pme@gcc.gnu.org>
268690792Sgshapiro
268790792Sgshapiro	* docs/doxygen/TODO:  Update.
268890792Sgshapiro	* docs/doxygen/user.cfg.in (SORT_MEMBER_DOCS):  Set to off, now that
268990792Sgshapiro	some class members are in 14882 order.
269090792Sgshapiro	* docs/html/ext/howto.html:  3.1 is in the past now, not the future.
269190792Sgshapiro
269290792Sgshapiro	* include/std/std_bitset.h:  Update comment.
269390792Sgshapiro	* src/bitset.cc:  Update comments, clean up spacing.
269490792Sgshapiro
269590792Sgshapiro	* src/Makefile.am (sources):  Alphabetize for convenience.
269690792Sgshapiro	* src/Makefile.in:  Regenerate.
269790792Sgshapiro
269890792Sgshapiro2002-06-03  Phil Edwards  <pme@gcc.gnu.org>
269990792Sgshapiro
270090792Sgshapiro	* include/bits/stl_deque.h, include/bits/stl_list.h,
270190792Sgshapiro	include/bits/stl_vector.h:  Reformat to (mostly) match C++STYLE.
270290792Sgshapiro	Reorder to match 14882.  Doxygen blocks for all public members.
270390792Sgshapiro
270490792Sgshapiro2002-05-31  Marcus Meissner  <meissner@suse.de>
270590792Sgshapiro
270690792Sgshapiro	PR libstdc++/6886
270790792Sgshapiro	* include/bits/stl_bvector.h:  Use UL suffix for unsigned longs.
270890792Sgshapiro	* testsuite/23_containers/vector_bool.cc (test02):  New test.
270990792Sgshapiro
271090792Sgshapiro2002-05-30  Marc Espie  <espie@openbsd.org>
271190792Sgshapiro
271290792Sgshapiro	* configure.in: Always check for sys/types.h
271390792Sgshapiro	* configure: Regenerate.
271490792Sgshapiro
271590792Sgshapiro2002-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
271690792Sgshapiro
271790792Sgshapiro	* testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init):
271890792Sgshapiro	Rebuild the wrapper file every time this proc is called.
271990792Sgshapiro
272090792Sgshapiro2002-05-28  Phil Edwards  <pme@gcc.gnu.org>
2721110560Sgshapiro
2722110560Sgshapiro	* testsuite/Makefile.am (noinst_LIBRARIES):  New target.  Pull in
2723110560Sgshapiro	CXX/INCLUDES.
2724110560Sgshapiro	* testsuite/Makefile.in:  Regenerate.
2725110560Sgshapiro	* testsuite/testsuite_hooks.h (gnu_copy_tracker):  Move from
272690792Sgshapiro	list_modifiers.cc and rename from 'T'.  Move code bodies...
272790792Sgshapiro	* testsuite/testsuite_hooks.cc:  ...to here.  New file.
272890792Sgshapiro	* testsuite/23_containers/list_modifiers.cc:  Move 'T' class out.
272990792Sgshapiro	* testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3_target_compile):
273090792Sgshapiro	Add libv3test.a to link options.
273190792Sgshapiro
273290792Sgshapiro2002-05-27  Benjamin Kosnik  <bkoz@redhat.com>
273390792Sgshapiro
273490792Sgshapiro	* src/misc-inst.cc: Define unnecessary algorithm
273590792Sgshapiro	instantiations. Break apart instantiations into groupings below.
273690792Sgshapiro	* src/fstream-inst.cc: New.
273790792Sgshapiro	* src/io-inst.cc: New.
273890792Sgshapiro	* src/istream-inst.cc: New.
273990792Sgshapiro	* src/ostream-inst.cc: New.
274090792Sgshapiro	* src/streambuf-inst.cc: New.
274190792Sgshapiro	* src/sstream-inst.cc: New.
274290792Sgshapiro	* src/Makefile.am (sources): Add files.
274390792Sgshapiro	* src/Makefile.in: Regenerate.
274490792Sgshapiro
274590792Sgshapiro	* acinclude.m4: Work around automake 1.4-p5 bug, change
274690792Sgshapiro	AM_GNU_GETTEXT in comments to AM-GNU-GETTEXT.
274790792Sgshapiro
274890792Sgshapiro2002-05-27  Benjamin Kosnik  <bkoz@redhat.com>
274990792Sgshapiro
275090792Sgshapiro	PR libstdc++/6795.
275190792Sgshapiro	* config/os/solaris/solaris2.6/bits/ctype_noninline.h
275290792Sgshapiro	(classic_table): Fix.
275390792Sgshapiro	* config/os/solaris/solaris2.5/bits/ctype_noninline.h: Same.
275490792Sgshapiro
275590792Sgshapiro2002-05-27  Benjamin Kosnik  <bkoz@redhat.com>
275690792Sgshapiro
275790792Sgshapiro	* testsuite/22_locale/ctype_is_wchar_t.cc: Guard with
275890792Sgshapiro	_GLIBCPP_USE_WCHAR_T.
275990792Sgshapiro	* testsuite/22_locale/ctype_narrow_wchar_t.cc: Same.
276090792Sgshapiro	* testsuite/22_locale/ctype_to_wchar_t.cc: Same.
276190792Sgshapiro	* testsuite/22_locale/ctype_widen_wchar_t.cc: Same.
276290792Sgshapiro
276390792Sgshapiro2002-05-26  Carlo Wood  <carlo@alinoe.com>
276490792Sgshapiro	    Paolo Carlini  <pcarlini@unitus.it>
276590792Sgshapiro
276690792Sgshapiro	PR libstdc++/6811
276790792Sgshapiro	* config/locale/ieee_1003.1-2001/codecvt_specializations.h
276890792Sgshapiro	(__enc_traits::operator=): add missing return statement.
276990792Sgshapiro
277090792Sgshapiro2002-05-24  Phil Edwards  <pme@gcc.gnu.org>
277190792Sgshapiro
277290792Sgshapiro	PR libstdc++/6282
277390792Sgshapiro	* include/std/std_bitset.h (_Base_biteset<0>):  New specialization.
277490792Sgshapiro	(operator>>):  If nothing was extracted, don't fail in the
277590792Sgshapiro	zero-length case.
277690792Sgshapiro	* testsuite/23_containers/bitset_ctor.cc (test02):  New test.
277790792Sgshapiro
277890792Sgshapiro2002-05-24  Benjamin Kosnik  <bkoz@redhat.com>
277990792Sgshapiro
278090792Sgshapiro	PR libstdc++/6701
278190792Sgshapiro	* testsuite/22_locale/ctype_narrow_char.cc: New.
278290792Sgshapiro	* testsuite/22_locale/ctype_narrow_wchar_t.cc: New.
278390792Sgshapiro	* testsuite/22_locale/ctype_widen_char.cc: New.
278490792Sgshapiro	* testsuite/22_locale/ctype_widen_wchar_t.cc: New.
278590792Sgshapiro	* testsuite/22_locale/ctype_members_char.cc: Move some bits into...
278690792Sgshapiro	* testsuite/22_locale/ctype_is_char.cc: ...this.
278790792Sgshapiro	* testsuite/22_locale/ctype_to_char.cc: ...and this.
278890792Sgshapiro	* testsuite/22_locale/ctype_members_wchar_t.cc: Move some bits into...
278990792Sgshapiro	* testsuite/22_locale/ctype_is_wchar_t.cc: ...this.
279090792Sgshapiro	* testsuite/22_locale/ctype_to_wchar_t.cc: ...and this.
279190792Sgshapiro
279290792Sgshapiro	* testsuite/22_locale/ctype_scan_wchar_t.cc: Should pass.
279390792Sgshapiro
279490792Sgshapiro2002-05-24  Dale Peakall <dale@peakall.net>
279590792Sgshapiro
279690792Sgshapiro	PR libstdc++/6701
279790792Sgshapiro	* config/locale/gnu/ctype_members.cc (ctype<wchar_t>::do_narrow): Fix.
279890792Sgshapiro	* config/locale/generic/ctype_members.cc: Same.
279990792Sgshapiro
280090792Sgshapiro2002-05-24  Benjamin Kosnik  <bkoz@redhat.com>
280190792Sgshapiro
280290792Sgshapiro	PR libstdc++/6750
280390792Sgshapiro	* include/bits/ostream.tcc (ostream::operator<<(const char*)): Fix
280490792Sgshapiro	for empty string literal.
280590792Sgshapiro	(ostream::operator<<(const _CharT*)): Same.
280690792Sgshapiro	(ostream<char>::operator<<(const char*)): Same.
280790792Sgshapiro	(ostream<char>::operator<<(streambuf*)): Same.
280890792Sgshapiro	* testsuite/27_io/ostream_inserter_char.cc (test08): Add tests.
280990792Sgshapiro	* testsuite/27_io/ostream_inserter_other.cc (test02): Modify.
281090792Sgshapiro
281190792Sgshapiro2002-05-23  Benjamin Kosnik  <bkoz@redhat.com>
281290792Sgshapiro
281390792Sgshapiro	* configure.in (release_VERSION): Update to 3.1.1.
281490792Sgshapiro	(libtool_VERSION): Update to 4:1:0.
281590792Sgshapiro	* configure: Regenerate.
281690792Sgshapiro
281790792Sgshapiro2002-05-21  Phil Edwards  <pme@gcc.gnu.org>
281890792Sgshapiro
281990792Sgshapiro	* include/bits/stl_pair.h:  Tweak comment markup.
282090792Sgshapiro
282190792Sgshapiro2002-05-21  Phil Edwards  <pme@gcc.gnu.org>
282290792Sgshapiro
282390792Sgshapiro	* include/ext/stdio_filebuf.h:  Add header guards.  Doxygenate.
282490792Sgshapiro
282590792Sgshapiro2002-05-21  Phil Edwards  <pme@gcc.gnu.org>
282690792Sgshapiro
282790792Sgshapiro	* docs/doxygen/user.cfg.in (EXCLUDE):  Add 'CVS'.
282890792Sgshapiro
282990792Sgshapiro2002-05-21  Phil Edwards  <pme@gcc.gnu.org>
283090792Sgshapiro
283190792Sgshapiro	* include/bits/stl_vector.h:  Reformat to follow C++STYLE.
283290792Sgshapiro	Doxygenate all public members.  Reorder to follow 14882.
283390792Sgshapiro	(vector::push_back(void)):  Remove previously-deprecated fn.
283490792Sgshapiro	(vector::insert(iterator), vector::_M_insert_aux(iterator)):
283590792Sgshapiro	Deprecate for removal in 3.3.
283690792Sgshapiro
283790792Sgshapiro2002-05-20  Phil Edwards  <pme@gcc.gnu.org>
283890792Sgshapiro
283990792Sgshapiro	* docs/html/faq/index.html (5.4):  Recommend against -I options for
284090792Sgshapiro	finding the ext headers.
284190792Sgshapiro	* docs/html/faq/index.txt:  Regenerate.
284290792Sgshapiro
284390792Sgshapiro2002-05-19  Paolo Carlini  <pcarlini@unitus.it>
284490792Sgshapiro
284590792Sgshapiro	* testsuite/23_containers/deque_operators.cc (test01):
284690792Sgshapiro	Fix minor typo in last commit.
284790792Sgshapiro
284890792Sgshapiro2002-05-18  Paolo Carlini  <pcarlini@unitus.it>
284990792Sgshapiro
285090792Sgshapiro	PR libstdc++/6503
285190792Sgshapiro	* include/bits/stl_deque.h (_Deque_iterator::operator==,
285290792Sgshapiro	operator!=, operator<, operator>, operator>=, operator<=):
285390792Sgshapiro	Make non-member functions, to allow comparing const and
2854	non-const iterators in any order.
2855	* testsuite/23_containers/deque_operators.cc: New testfile.
2856
28572002-05-16  Phil Edwards  <pme@gcc.gnu.org>
2858
2859	* docs/html/faq/index.html:  Update not-a-bug list with basic_file.h.
2860	* docs/html/faq/index.txt:  Regenerate.
2861
28622002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2863
2864	* Makefile.am: Allow for PWDCMD to override hardcoded pwd.
2865	* acinclude.m4: Likewise.
2866	* docs/html/Makefile: Likewise.
2867	* aclocal.m4: Regenerate.
2868	* configure: Regenerate.
2869	* Makefile.in: Regenerate.
2870
28712002-05-15  Loren J. Rittle <ljrittle@acm.org>
2872
2873	libstdc++/6641
2874	* include/bits/c++config (__USE_MALLOC): Report case where
2875	the user improperly defined it on the command line.
2876
28772002-05-15  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2878
2879	* testsuite/testsuite_hooks.h (__set_testsuite_memlimit):
2880	Retrieve current limits before setting.
2881
28822002-05-15  Benjamin Kosnik  <bkoz@redhat.com>
2883
2884	PR libstdc++/6518
2885	* include/bits/ostream.tcc (ostream::operator<<(const char*)): Fix
2886	for null case.
2887	(ostream::operator<<(const _CharT*)): Same.
2888	(ostream<char>::operator<<(const char*)): Same.
2889	* testsuite/27_io/ostream_inserter_char.cc (test07): Add test.
2890
28912002-05-15  Benjamin Kosnik  <bkoz@redhat.com>
2892
2893	PR libstdc++/6594
2894	* src/strstream.cc (strstreambuf): Fix leak.
2895
28962002-05-15  Paolo Carlini  <pcarlini@unitus.it>
2897
2898	PR libstdc++/6648
2899	* include/bits/istream.tcc (istream::getline, ignore):
2900	Upon __idelim (__delim) call sbumpc() not snextc().
2901	* testsuite/27_io/narrow_stream_objects.cc:
2902	Add test08 and test09.
2903
29042002-05-13  Benjamin Kosnik  <bkoz@redhat.com>
2905
2906	* testsuite/22_locale/ctype_scan_char.cc: Tweak.
2907	* testsuite/22_locale/ctype_scan_wchar_t.cc: New.
2908
2909	* docs/html/install.html: Fix.
2910
29112002-05-13  Benjamin Kosnik  <bkoz@redhat.com>
2912
2913	* include/bits/fstream.tcc
2914	(basic_filebuf::_M_allocate_internal_buffer): Remove extraneous
2915	try/catch blocks.
2916	* src/localename.cc (locale::_Impl::_M_install_facet): Same.
2917
2918	* docs/html/install.html: Tweak, add bits about required locales
2919	for the 22_locale tests when using the gnu model.
2920
2921	* testsuite/27_io/istream_sentry.cc: Tweak.
2922
29232002-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2924
2925	* config/os/irix/irix5.2/bits/ctype_inline.h (scan_is, scan_not):
2926	Fix typo, use this->is() rather than manually (and perhaps
2927	incorrectly) inlining it.
2928	* config/os/irix/irix6.5/bits/ctype_inline.h (scan_is, scan_not):
2929	Likewise.
2930	* testsuite/22_locale/ctype_scan_char.cc: New file.
2931
29322002-05-13  Paolo Carlini  <pcarlini@unitus.it>
2933	    Jakub Jelinek  <jakub@redhat.com>
2934
2935	* testsuite/22_locale/money_get_members_char.cc
2936	(test01, test02, test04): Use the de_DE@euro named locale
2937	instead of de_DE to allow for an uniform behaviour with
2938	both old and Euro-era localedata; tweak some tests.
2939	* testsuite/22_locale/money_get_members_wchar_t.cc
2940	(test01, test02, test04): Likewise.
2941	* testsuite/22_locale/money_put_members_char.cc
2942	(test01, test02, test04): Likewise.
2943	* testsuite/22_locale/money_put_members_wchar_t.cc
2944	(test01, test02, test04): Likewise.
2945
29462002-05-13  Paolo Carlini  <pcarlini@unitus.it>
2947
2948	* testsuite/22_locale/codecvt_members_char_char.cc
2949	(test03): Robustify wrt localedata.
2950	* testsuite/22_locale/codecvt_members_wchar_t_char.cc (test03): Likewise.
2951	* testsuite/22_locale/collate_members_char.cc (test04): Likewise.
2952	* testsuite/22_locale/collate_members_wchar_t.cc (test04): Likewise.
2953	* testsuite/22_locale/ctype_members_char.cc (test05): Likewise.
2954	* testsuite/22_locale/ctype_members_wchar_t.cc (test04): Likewise.
2955	* testsuite/22_locale/messages_members_char.cc (test03): Likewise.
2956	* testsuite/22_locale/money_get_members_char.cc (test08): Likewise.
2957	* testsuite/22_locale/money_get_members_wchar_t.cc (test08): Likewise.
2958	* testsuite/22_locale/money_put_members_char.cc (test07): Likewise.
2959	* testsuite/22_locale/money_put_members_wchar_t.cc (test07): Likewise.
2960	* testsuite/22_locale/moneypunct_members_char.cc (test03): Likewise.
2961	* testsuite/22_locale/moneypunct_members_wchar_t.cc (test03): Likewise.
2962	* testsuite/22_locale/num_get_members_char.cc (test06): Likewise.
2963	* testsuite/22_locale/num_get_members_wchar_t.cc (test06): Likewise.
2964	* testsuite/22_locale/num_put_members_char.cc (test04): Add comment.
2965	* testsuite/22_locale/num_put_members_wchar_t.cc (test04): Likewise.
2966	* testsuite/22_locale/numpunct_members_char.cc (test03): Likewise.
2967	* testsuite/22_locale/numpunct_members_wchar_t.cc (test03): Likewise.
2968	* testsuite/22_locale/time_get_members_char.cc (test08): Likewise.
2969	* testsuite/22_locale/time_get_members_wchar_t.cc (test08): Likewise.
2970	* testsuite/22_locale/time_put_members_char.cc (test04): Likewise.
2971	* testsuite/22_locale/time_put_members_wchar_t.cc (test04): Likewise.
2972
29732002-05-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2974
2975	* config/os/irix/irix5.2/bits/os_defines.h: Revert 2002-05-06
2976	change.
2977
29782002-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2979
2980	* config/os/gnu-linux/bits/os_defines.h (__glibcpp_long_bits): Define
2981	to 64 for hppa 64-bit port.
2982	(__glibcpp_long_double_bits): Define to 64 for all hppa ports.
2983
29842002-05-10  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2985
2986	* acinclude.m4 (enable_symvers): Quote $LD.
2987	* aclocal.m4: Regenerate.
2988	* configure: Likewise.
2989
29902002-05-09  Jakub Jelinek  <jakub@redhat.com>
2991
2992	* testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init): Append all
2993	multilib dirs containing libgcc_s*.so.1 below gcc object dir to
2994	LD_LIBRARY_PATH.
2995
29962002-05-08  Alexandre Oliva  <aoliva@redhat.com>
2997
2998	* configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
2999	script entry, and set LD to it when configuring multilibs.
3000	* configure: Rebuilt.
3001
30022002-05-07  Mark Mitchell  <mark@codesourcery.com>
3003
3004	* configure.in: Add support for WindISS.
3005	* configure: Regenerated.
3006	* configure.target: Add support for WindISS.
3007	* config/os/windiss/bits/ctype_base.h: New file.
3008	* config/os/windiss/bits/ctype_inline.h: Likewise.
3009	* config/os/windiss/bits/ctype_noninline.h: Likewise.
3010	* config/os/windiss/bits/os_defines.h: Likewise.
3011
30122002-05-06  Paolo Carlini  <pcarlini@unitus.it>
3013
3014	Test all the facets for the temporary "C" locale switch issue.
3015	* testsuite/22_locale/codecvt_members_char_char.cc: Add test03.
3016	* testsuite/22_locale/codecvt_members_wchar_t_char.cc: Likewise.
3017	* testsuite/22_locale/collate_members_char.cc: Add test04.
3018	* testsuite/22_locale/collate_members_wchar_t.cc: Likewise.
3019	* testsuite/22_locale/ctype_members_char.cc: Add test05.
3020	* testsuite/22_locale/ctype_members_wchar_t.cc: Add test04.
3021	* testsuite/22_locale/messages_members_char.cc: Add test03.
3022	* testsuite/22_locale/money_get_members_char.cc: Add test08.
3023	* testsuite/22_locale/money_get_members_wchar_t.cc: Likewise.
3024	* testsuite/22_locale/money_put_members_char.cc: Add test07.
3025	* testsuite/22_locale/money_put_members_wchar_t.cc: Likewise.
3026	* testsuite/22_locale/moneypunct_members_char.cc: Add test03.
3027	* testsuite/22_locale/moneypunct_members_wchar_t.cc: Likewise.
3028	* testsuite/22_locale/num_get_members_char.cc: Add test06.
3029	* testsuite/22_locale/num_get_members_wchar_t.cc: Likewise.
3030	* testsuite/22_locale/numpunct_members_char.cc: Add test03.
3031	* testsuite/22_locale/numpunct_members_wchar_t.cc: Likewise.
3032	* testsuite/22_locale/time_get_members_char.cc: Add test08.
3033	* testsuite/22_locale/time_get_members_wchar_t.cc: Likewise.
3034	* testsuite/22_locale/time_put_members_char.cc: Add test04.
3035	* testsuite/22_locale/time_put_members_wchar_t.cc: Likewise.
3036
3037	* testsuite/22_locale/num_put_members_char.cc (test04): Add comment.
3038	* testsuite/22_locale/num_put_members_wchar_t.cc (test04): Likewise.
3039
30402002-05-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3041
3042	* config/os/irix/irix5.2/bits/os_defines.h (_SGI_SOURCE,
3043	__EXTENSIONS__): Ensure they are always defined.
3044
30452002-05-06  Phil Edwards  <pme@gcc.gnu.org>
3046
3047	* docs/html/documentation.html:  Fix broken link.
3048
30492002-05-04  Benjamin Kosnik  <bkoz@redhat.com>
3050	    Paolo Carlini  <pcarlini@unitus.it>
3051
3052	* testsuite/22_locale/num_put_members_char.cc: Add test04(),
3053	testing for the locale_facets.tcc entry of the previous commit.
3054	* testsuite/22_locale/num_put_members_wchar_t.cc: Likewise.
3055
30562002-05-04  Takeshi Kobayakawa  <tskoba@mte.biglobe.ne.jp>
3057
3058	* config/locale/generic/c_locale.cc
3059	(__convert_to_v(float, double, long double)):
3060	Fix the temporary switch to the "C" locale, saving and
3061	restoring in the proper way the current locale.
3062	* config/locale/generic/time_members.cc
3063	(__timepunct<char, wchar_t>::_M_put): Likewise.
3064	* config/locale/gnu/messages_members.cc
3065	(messages<char>::do_get): Likewise.
3066	* config/locale/gnu/messages_members.h
3067	(messages<_CharT>::do_get): Likewise.
3068	* config/locale/gnu/time_members.cc
3069	(__timepunct<char, wchar_t>::_M_put): Likewise.
3070	* include/bits/locale_facets.tcc (__convert_from_v): Likewise.
3071
30722002-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3073
3074	* configure.in (AC_CHECK_HEADERS): Check for string.h & stdlib.h.
3075	* libsupc++/Makefile.am (LTCOMPILE): Add $(DEFS).
3076
3077	* Makefile.in, config.h.in, configure: Regenerate.
3078
30792002-05-03  Benjamin Kosnik  <bkoz@redhat.com>
3080
3081	PR libstdc++/6549.
3082	* include/bits/fstream.tcc (filebuf::_M_underflow_common): Revert.
3083	* testsuite/27_io/narrow_stream_objects.cc (test07): Add.
3084
30852002-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3086
3087	* config/os/irix/irix5.2/bits/ctype_noninline.h (classic_table):
3088	Return __ctype + 1.
3089	(ctype:_M_table): Initialize to classic_table(), not __ctype.
3090
30912002-05-03  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3092
3093	* configure.in: Update local install.html, configopts.html paths.
3094	* configure: Regenerate.
3095
30962002-05-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3097
3098	* config/os/irix/irix5.2/bits/os_defines.h
3099	(__glibcpp_long_double_bits, __glibcpp_long_bits): Define.
3100
3101	* config/os/irix/irix5.2/bits/ctype_inline.h: Cast to unsigned
3102	char.
3103
31042002-05-02  Phil Edwards  <pme@gcc.gnu.org>
3105
3106	* docs/html/faq/index.html:  Update list in #4.1.
3107	* docs/html/faq/index.txt:  Regenerated.
3108
31092002-05-02  Benjamin Kosnik  <bkoz@redhat.com>
3110
3111	* docs/html/17_intro/RELEASE-NOTES (New): Update.
3112
31132002-05-01  Phil Edwards  <pme@gcc.gnu.org>
3114
3115	* include/std/std_bitset.h:  Fix doxygen comments.
3116	* docs/html/documentation.html:  Minor tweaks for 3.1.
3117	* docs/html/27_io/howto.html:  Likewise.
3118	* docs/html/ext/howto.html:  Likewise, mention stdio_filebuf.
3119	* docs/html/faq/index.html:  Likewise.
3120	* docs/html/faq/index.txt:  Regenerated.
3121
31222002-05-01  Benjamin Kosnik  <bkoz@redhat.com>
3123
3124	PR libstdc++/6533
3125	* include/bits/streambuf_iterator.h (istreambuf_iterator::_M_get): New.
3126	(istreambuf_iterator::equal): Use it.
3127	(istreambuf_iterator::operator*): Use it.
3128
31292002-05-01  Paolo Carlini  <pcarlini@unitus.it>
3130
3131	PR libstdc++/6513
3132	* include/bits/stl_uninitialized.h
3133	(uninitialized_copy(_InputIter, _InputIter, _ForwardIter)):
3134	Fix typo in 2001-07-17 commit: typedef _ValueType to
3135	iterator_traits<_ForwardIter> not <_InputIter>.
3136	* testsuite/23_containers/vector_ctor.cc: Add test04.
3137
31382002-04-30  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3139
3140	PR libstdc++/6501
3141	* include/c_std/std_cctype.h: Include bits/c++config.h.
3142	* config/os/hpux/bits/os_defines.h (_SB_CTYPE_MACROS): Define.
3143
31442002-04-30  Benjamin Kosnik  <bkoz@redhat.com>
3145
3146	* include/ext/stdio_filebuf.h: New file.
3147	* include/ext/enc_filebuf.h: New file.
3148	* config/io/basic_file_stdio.h (__basic_file::sys_open): Add fd ctor.
3149	* config/io/basic_file_stdio.cc: Same.
3150	* include/bits/fstream.tcc (filebuf::_M_allocate_internal_buffer):
3151	Remove _M_unbuf hacks.
3152	(filebuf::_M_destroy_internal_buffer): Same.
3153	(filebuf::filebuf(cfile, openmode, int_type): Remove definition.
3154	(filebuf::fd): Remove.
3155	* include/std/std_fstream.h (filebuf::_M_unbuf): Remove.
3156	(filebuf::filebuf(__c_file*, openmode, int_type)): Remove.
3157	(filebuf::fd): Remove.
3158	* src/ios.cc (ios_base::_S_ios_create): Change to use specialized
3159	filebufs.
3160	(ios_base::_S_ios_destroy): Same.
3161	* src/misc-inst.cc (file_filebuf<char>): Add instantiation.
3162	* include/Makefile.am (ext_headers): Add ext_filebuf.h,
3163	stdio_filebuf.h.  * include/Makefile.in: Regenerate.
3164
31652002-04-30  Benjamin Kosnik  <bkoz@redhat.com>
3166
3167	PR libstdc++/6511
3168	* config/os/solaris/solaris2.7/bits/ctype_noninline.h: Fix typo.
3169
31702002-04-29  Benjamin Kosnik  <bkoz@redhat.com>
3171
3172	PR libstdc++/5820
3173	* include/bits/fstream.tcc (basic_filebuf::_M_underflow_common):
3174	Check for eof.
3175	* include/bits/streambuf_iterator.h: Match stream_iterator.h.
3176	(istreambuf_iterator::operator++): Invalidate on eof.
3177	(istreambuf_iterator::operator++(int)): Same.
3178	(istreambuf_iterator::operator*): Same.
3179
31802002-04-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3181
3182	* testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init): Set all
3183	of LD_LIBRARY_PATH, SHLIB_PATH, LD_LIBRARYN32_PATH,
3184	LD_LIBRARY64_PATH.
3185
31862002-04-28  Benjamin Kosnik  <bkoz@redhat.com>
3187
3188	PR libstdc++/5820
3189	* config/io/basic_file_stdio.h (__basic_file::sys_getc): Return int.
3190	(__basic_file::sys_ungetc): Take int.
3191	* config/io/basic_file_stdio.cc (__basic_file::sys_ungetc): Same.
3192	* include/bits/fstream.tcc (basic_filebuf::_M_underflow_common):
3193	Use sys_getc for unbuffered input.
3194	* testsuite/27_io/narrow_stream_objects.cc (test06): New.
3195
3196	* src/ios.cc (_M_grow_words): Adjust error checking.
3197	* testsuite/27_io/ios_base_storage.cc: Same.
3198
31992002-04-28  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
3200
3201	* include/ext/stl_hashtable.h: Import __iterator_category
3202
32032002-04-28  Paolo Carlini  <pcarlini@unitus.it>
3204	    Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
3205
3206	* testsuite/ext/hash_set.cc: New testfile.
3207
32082002-04-27  Benjamin Kosnik  <bkoz@redhat.com>
3209
3210	* config/os/solaris/solaris2.5/bits/os_defines.h: Remove
3211	_G_USING_THUNKS.
3212	* config/os/solaris/solaris2.6/bits/os_defines.h: Same.
3213	* config/os/solaris/solaris2.7/bits/os_defines.h: Same.
3214
32152002-04-26  Paolo Carlini  <pcarlini@unitus.it>
3216
3217	* include/bits/basic_string.h (replace(__pos, __n1, __s, __n2):
3218	Fix and tighten __throw_length_error check.
3219	* testsuite/21_strings/replace.cc (test05): New.
3220	* testsuite/21_strings/replace.cc (test02, test03, test04): Tweak.
3221
32222002-04-23  Loren J. Rittle <ljrittle@acm.org>
3223
3224	* include/std/std_fstream.h (basic_filebuf::sync): Hoist
3225	unconditional flush on lower-layer handle to here...
3226	* include/bits/fstream.tcc (basic_filebuf::_M_really_overflow):
3227	...from here.  Optimize remaining _M_file.sync() call pattern.
3228	* testsuite/27_io/narrow_stream_objects.cc (test04): New test.
3229	(test05): Likewise.
3230
32312002-04-23  Jason Merrill  <jason@redhat.com>
3232
3233	* include/bits/fstream.tcc (basic_filebuf::seekoff): Fix for
3234	output-only filebufs.
3235	* include/std/std_fstream.h (basic_filebuf::_M_set_indeterminate):
3236	Likewise.
3237	(basic_filebuf::_M_set_determinate): Likewise.
3238
3239	PR libstdc++/6414
3240	* include/bits/fstream.tcc (basic_filebuf::seekoff): Adjust return
3241	value properly in the trivial case.
3242	* testsuite/27_io/istream_seeks.cc (test04): Make sure that
3243	tellg() returns the right value after a read.
3244
32452002-04-23  Hans-Peter Nilsson  <hp@bitrange.com>
3246
3247	* config/cpu/mmix/bits/cpu_limits.h: New file.
3248	* configure.target (CPULIMITSH): Use it.
3249
32502002-04-22  Loren J. Rittle <ljrittle@acm.org>
3251
3252	* docs/html/17_intro/porting.texi (_GLIBCPP_AVOID_FSEEK): Remove.
3253	* docs/html/17_intro/porting.html: Rebuilt.
3254
32552002-04-20  Jason Merrill  <jason@redhat.com>
3256
3257	PR libstdc++/4150
3258	* include/std/std_streambuf.h (basic_streambuf::_M_set_indeterminate):
3259	Move to filebuf.
3260	(basic_streambuf::_M_set_determinate): Likewise.
3261	(basic_streambuf::_M_is_indeterminate): Likewise.
3262	* include/bits/std_fstream.h (basic_filebuf::_M_filepos): New
3263	non-static data member.
3264	(basic_filebuf::_M_underflow_common): New non-static member function.
3265	(basic_filebuf::_M_underflow, _M_uflow): Call it.
3266	(basic_filebuf::sync): Avoid useless seeking.
3267	(basic_filebuf::_M_set_indeterminate): Move here from streambuf.
3268	Set _M_filepos.
3269	(basic_filebuf::_M_set_determinate): Likewise.
3270	(basic_filebuf::_M_is_indeterminate): Likewise.
3271	* include/bits/fstream.tcc (basic_filebuf::_M_really_overflow): Seek
3272	back to _M_out_beg if necessary.
3273	(basic_filebuf::seekoff): Likewise.
3274	(basic_filebuf::_M_underflow_common): Generalization of old
3275	underflow().  Don't seek back to _M_in_beg.
3276	* src/ios.cc: Lose _GLIBCPP_AVOID_FSEEK stuff.
3277	* config/os/solaris/solaris2.?/bits/os_defines.h: Likewise.
3278	* config/os/bsd/freebsd/bits/os_defines.h: Likewise.
3279	* config/os/mingw32/bits/os_defines.h: Likewise.
3280	* testsuite/27_io/filebuf_virtuals.cc (test05): Don't overspecify
3281	ungetc test.
3282
32832002-04-22  Benjamin Kosnik  <bkoz@redhat.com>
3284
3285	* include/bits/istream.tcc (istream::read): Fix.
3286	* testsuite/27_io/istream_unformatted.cc (main): Add.
3287
32882002-04-20  Benjamin Kosnik  <bkoz@redhat.com>
3289
3290	PR libstdc++/6360
3291	* include/bits/istream.tcc (istream::ignore): Streamline, use
3292	delimiter as is.
3293	* include/bits/streambuf.tcc: Use this->gptr.
3294	* testsuite/27_io/istream_unformatted.cc (test08): Add test.
3295
32962002-04-18  Benjamin Kosnik  <bkoz@redhat.com>
3297
3298	* include/bits/localefwd.h (locale::id::_M_id): Do this correctly,
3299	as type safety is important, especially on solaris.
3300	* include/bits/istream.tcc (istream::read): Clean.
3301	(istream::readsome): Same.
3302	* locale.cc: Wrap lines.
3303
3304	* testsuite/21_strings/inserters_extractors.cc: Tweaks.
3305	* testsuite/27_io/instantiations.cc (test): Add bool variable...
3306	* testsuite/21_strings/capacity.cc: Clean.
3307
33082002-04-17  Phil Edwards  <pme@gcc.gnu.org>
3309
3310	* docs/doxygen/doxygroups.cc:  New group on binary searching.
3311	* include/bits/stl_algo.h:  Document binary searches and merges.
3312	* include/bits/stl_deque.h:  The 'map' member is not the 'map' class.
3313
33142002-04-17  Phil Edwards  <pme@gcc.gnu.org>
3315
3316	* docs/doxygen/mainpage.html:  Doxygen logo is now a PNG file.
3317	* docs/doxygen/run_doxygen:  Bump required version.
3318	* docs/doxygen/user.cfg.in:  Revert accidental change.
3319	* docs/html/faq/index.html:  Reindent a block of links.
3320	(4.4):  New note on using dlsym.
3321	* docs/html/faq/index.txt:  Regenerated.
3322
33232002-04-17  Phil Edwards  <pme@gcc.gnu.org>
3324
3325	* testsuite_flags.in (cxxflags):  Also pass @EXTRA_CXX_FLAGS@.
3326
33272002-04-17  Benjamin Kosnik  <bkoz@redhat.com>
3328
3329	* config/linker-map.gnu (__malloc_alloc_template): Add.
3330	(__default_alloc_template): Same.
3331	* include/bits/stl_alloc.h (__malloc_alloc_template): Add extern
3332	template.
3333	(__default_alloc_template): Same.
3334
33352002-04-17  Benjamin Kosnik  <bkoz@redhat.com>
3336
3337	* testsuite/27_io/filebuf_virtuals.cc: Add _S_pback_size instantiation.
3338
33392002-04-16  Benjamin Kosnik  <bkoz@redhat.com>
3340
3341	* src/concept-inst.cc (vector<locale::facet*>): Remove instantiations.
3342	* src/stl-inst.cc (vector::_M_insert_aux): Remove instantiation.
3343	(__malloc_alloc_template): Conditionalize.
3344
3345	* include/bits/istream.tcc: Remove sputbackc calls.
3346
3347	* testsuite/19_diagnostics/stdexceptions.cc: Fix comment.
3348
33492002-04-16  Paolo Carlini <pcarlini@unitus.it>
3350
3351 	* testsuite/24_iterators/rel_ops.cc: New test.
3352
33532002-04-16  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
3354
3355	* include/bits/type_traits.h (__normal_iterator): Declare in
3356	__gnu_cxx.  Adjust use at global namespace.
3357	* include/bits/stl_iterator.h (__normal_iterator): Move definition
3358	into __gnu_cxx::. Add more operator overloads.  Tidy existing ones.
3359	* include/bits/basic_string.h (basic_string): Adjust use of
3360	__normal_iterator.
3361	* include/bits/stl_vector.h (_Alloc>): Likewise.
3362	* src/concept-inst.cc (__gnu_cxx): __normal_iterator<> is now here.
3363	* src/string-inst.cc (operator==): Instantiate in __gnu_cxx.
3364
33652002-04-15  Benjamin Kosnik  <bkoz@redhat.com>
3366
3367	PR libstdc++/4164
3368	Valgrind fixes.
3369	* config/io/basic_file_stdio.cc (__basic_file::~__basic_file):
3370	Call close.
3371	(__basic_file::close): Call fflush. Correct return if fclose ok.
3372	(__basic_file::is_open): Make const.
3373	Change __c_file_type to __c_file.
3374	* config/io/basic_file_stdio.h: Change __c_file_type to __c_file.
3375	(__basic_file::is_open): Make const.
3376	* config/io/c_io_stdio.h: Change __c_file_type to __c_file.
3377	* include/std/std_fstream.h (filebuf::_M_allocate_file): Remove.
3378	(filebuf::_M_unbuf): Add.
3379	(filebuf::_M_file): Change to non-pointer.
3380	(filebuf::_M_allocate_pback_buffer): Remove.
3381	* include/bits/fstream.tcc (filebuf::_M_allocate_file): Remove.
3382	(filebuf::_M_allocate_internal_buffer): Use _M_unbuf.
3383	Change initialization list for _M_file change.
3384	(filebuf::_M_allocate_pback_buffer): Remove.
3385	Change _M_file usage to reflect non-pointer data member.
3386
3387	* config/locale/generic/c_locale.cc
3388	(locale::facet::_S_create_c_locale): Add parameter.
3389	* config/locale/generic/collate_members.cc: Change
3390	_M_compare_helper to _M_compare.
3391	Change _M_transform_helper to _M_transform.
3392	* config/locale/generic/monetary_members.cc: Changeup data types.
3393	Add dtors.
3394	* config/locale/generic/numeric_members.cc: Add dtors.
3395	* config/locale/generic/time_members.cc: Add dtors.
3396	* config/locale/gnu/c_locale.cc: Add parameter.
3397	* config/locale/gnu/collate_members.cc:Change
3398	_M_compare_helper to _M_compare.
3399	Change _M_transform_helper to _M_transform.
3400	* config/locale/gnu/ctype_members.cc: Better error checking.
3401	* config/os/gnu-linux/bits/ctype_noninline.h: Better error checking.
3402	* config/locale/gnu/messages_members.cc: Tweak comment.
3403	* config/locale/gnu/monetary_members.cc: Change data types.
3404	Add dtors.
3405	* config/locale/gnu/numeric_members.cc: Add dtors, better error
3406	checking.
3407	* config/locale/gnu/time_members.cc: Same.
3408	* config/locale/ieee_1003.1-2001/c_locale.cc
3409	(locale::facet::_S_create_c_locale): Add parameter.
3410	* config/locale/ieee_1003.1-2001/c_locale.h: Correct typedef.
3411	* config/locale/ieee_1003.1-2001/codecvt_specializations.h: Remove
3412	bogus ctor.
3413
3414	* include/bits/locale_facets.h (moneypunct): Use string literals.
3415	Don't define dtor.
3416	(numpunct): Same.
3417	(__timepunct): Same.
3418	(locale::_Impl::_M_facets): Change from vector to array.
3419	(locale::_Impl::_M_names): Change from array of strings to array
3420	of string literals.
3421	(locale::facet::_S_create_c_locale): Add parameter.
3422	(locale::locale::_S_num_facets): Move to...
3423	(locale::_Impl::_M_facets_size): Here.
3424	* include/bits/locale_facets.tcc: Fixups for _M_facets, _M_name
3425	changes.
3426	* include/bits/localefwd.h: (locale::id::_M_id): Add member function.
3427	(locale::_Impl::_Impl(facet**, size_t, bool)): Add.
3428	(locale::_Impl::_Impl(string, size_t)): Change to
3429	(locale::_Impl::_Impl(const char*, size_t)): This.
3430
3431	* include/bits/streambuf.tcc (streambuf::_S_pback_size): Define.
3432	* include/std/std_streambuf.h (streambuf::_M_pback_size): Change to
3433	(streambuf::_S_pback_size): This.
3434
3435	* src/globals.cc: Add pre-allocations for "C" facets.
3436	* src/locale-inst.cc: Remove vector instantiations.
3437	* src/locale.cc: Remove vector include. Fixups for _M_names,
3438	_M_facets changes.
3439	* src/localename.cc: Same.
3440
3441	* include/bits/stl_vector.h: Fix odd formatting.
3442
3443	* include/bits/basic_string.tcc: Tweak comment.
3444
3445	* libsupc++/new: Make sure parameters are uglified.
3446	* libsupc++/typeinfo: Same.
3447
3448	* testsuite/22_locale/num_get_members_char.cc: Fixup.
3449	* testsuite/22_locale/num_get_members_wchar_t.cc: Same.
3450	* testsuite/27_io/filebuf_members.cc: Same.
3451
34522002-04-12  Steve Ellcey  <sje@cup.hp.com>
3453
3454	* gcc/libstdc++-v3/config/os/hpux/bits/os_defines.h
3455	(strtoll, strtoull): In 64 bit mode HP-UX (IA64 and HPPA)
3456	does not define strtoll or strtoull, but does define strtol
3457	and strtoul which are the same since in 64 bit mode
3458	sizeof(long) == sizeof(long long).
3459
34602002-04-12  Phil Edwards  <pme@gcc.gnu.org>
3461
3462	* include/std/std_bitset.h:  Doxygenate std::bitset<>.  Clean up
3463	trailing spaces, indentation, and macro names.  Make exception
3464	messages more informative.
3465
34662002-04-11  Richard Henderson  <rth@redhat.com>
3467
3468	* include/bits/fstream.tcc (basic_filebuf<>::open): Fix & ordering.
3469	* include/bits/ostream.tcc (basic_ostream<>::operator<<(long)): Same.
3470	(basic_ostream<>::operator<<(long long)): Same.
3471
34722002-04-11  Richard Henderson  <rth@redhat.com>
3473
3474	* config/linker-map.gnu: Add __gxx_personality_sj0.
3475
34762002-04-09  Benjamin Kosnik  <bkoz@redhat.com>
3477
3478	libstdc++/1072
3479	* include/bits/localefwd.h (locale::_Impl::_M_facets): Change from
3480	pointer to vector.
3481	Remove forward declaration of vector.
3482	Include vector.
3483	* include/bits/locale_facets.tcc: Remove vector include.
3484	(use_locale): Adjust.
3485	(has_locale): Adjust.
3486	* src/locale.cc: Adjust.
3487	* src/localename.cc: Same.
3488
34892002-04-09  Benjamin Kosnik  <bkoz@redhat.com>
3490	    Richard Henderson  <rth@redhat.com>
3491
3492	* include/bits/sstream.tcc: Clean up bit ops.
3493	* include/bits/fstream.tcc: Same.
3494
34952002-04-09  Jakub Jelinek  <jakub@redhat.com>
3496
3497	* include/bits/locale_facets.h (__num_base::_S_scale_hex): Remove.
3498	(__num_base::_S_scale_oct): Remove.
3499	* src/locale.cc (__num_base::_S_scale_hex): Remove.
3500	(__num_base::_S_scale_oct): Remove.
3501
35022002-04-09  Benjamin Kosnik  <bkoz@redhat.com>
3503
3504	libstdc++/6124
3505	* testsuite/23_containers/bitset_members.cc: New test.
3506	* include/std/std_bitset.h (_Bit_count::_S_bit_count): Move..
3507	(_S_bit_count): Here.
3508	(_First_one::_S_first_one): Move...
3509	(_S_first_one): Here.
3510	Format.
3511	* src/bitset.cc: Adjust.
3512	* config/linker-map.gnu: Export.
3513
35142002-04-08  Benjamin Kosnik  <bkoz@redhat.com>
3515
3516	libstdc++/5180
3517	* include/bits/fstream.tcc (filebuf::seekpos): Fix.
3518	* include/std/std_fstream.h: Clean.
3519	* include/bits/ostream.tcc: Remove extraneous variables.
3520	* include/bits/sstream.tcc (stringbuf::seekoff): Be strict about
3521	open modes and which modes.
3522	(stringbuf::seekpos): Same.
3523	* testsuite/27_io/stringbuf_virtuals.cc: New tests.
3524
35252002-04-05  Jonathan Wakely <jw@kayari.org>
3526
3527	* include/bits/stl_algo.h (unique_copy, __gcd, rotate, rotate_copy,
3528	random_shuffle, partition, stable_partition, sort, stable_sort,
3529	partial_sort, partial_sort_copy, nth_element):  Doxygenate.
3530
35312002-04-05  David S. Miller  <davem@redhat.com>
3532
3533	* config/os/gnu-linux/bits/os_defines.h
3534	(__glibcpp_long_double_bits): Set to 64 on 32-bit Sparc.
3535
35362002-04-04  Benjamin Kosnik  <bkoz@redhat.com>
3537
3538	libstdc++/3457
3539	via gawrilow@math.tu-berlin.de
3540	* acinclude.m4 (version_specific_libs): Fix combo usage with
3541	--with-gxx-include-dir.
3542	* aclocal.m4: Regenerate.
3543	* configure: Same.
3544
35452002-04-03  Benjamin Kosnik  <bkoz@redhat.com>
3546
3547	As per DR 184, libstdc++/3139
3548	* include/std/std_limits.h (__glibcpp_bool_digits): Change to 1.
3549	(numeric_limits<bool>::is_iec559): False.
3550	(numeric_limits<bool>::is_modulo): False.
3551
3552	* testsuite/27_io/ios_init.cc: Add instantiations.
3553
35542002-04-02  Benjamin Kosnik  <bkoz@redhat.com>
3555
3556	libstdc++/5268
3557	* src/ios.cc: (ios_base::Init::_S_ios_destroy): Remove flush calls.
3558	* testsuite/27_io/ios_init.cc (tests04): Add test.
3559
3560	libstdc++/3983
3561	* include/bits/basic_ios.h (basic_ios::_M_get_fctype_ios): Remove.
3562	(basic_ios::_M_ios_fctype): Consistently name to _M_fctype.
3563	* include/bits/basic_ios.tcc: Same. Remove outdated comments.
3564	* include/bits/istream.tcc: Use _M_fctype, make consistent with
3565	ostream.
3566	* testsuite/27_io/ios_init.cc (tests03): Add test.
3567
35682002-04-02  Phil Edwards  <pme@gcc.gnu.org>
3569
3570	* include/Makefile.am (install-data-local):  Use mkinstalldirs.
3571	* include/Makefile.in:  Regenerate.
3572
35732002-04-02  Paolo Carlini  <pcarlini@unitus.it>
3574	    Nathan Myers  <ncm@cantrip.org>
3575	    Philip Martin  <philip@codematters.co.uk>
3576
3577	* include/bits/basic_string.h
3578	(replace(i1, i2, _CharT* k1, _CharT* k2),
3579	replace(i2, i2, const _CharT* k1, const _CharT* k2),
3580	replace(i1, i2, iterator k1, iterator k2,
3581	replace(i1, i2, const_iterator k1, const_iterator k2):
3582	New specializations to optimize for the common cases of
3583	pointers and iterators.
3584	(replace(pos, n1, s, n2)): Tweak.
3585	* include/bits/basic_string.tcc: Tweak comments.
3586	* testsuite/21_strings/replace.cc (test04): New tests.
3587
35882002-04-01  Benjamin Kosnik  <bkoz@redhat.com>
3589
3590	libstdc++/5542
3591	* acinclude: More extensive checks for msgfmt, --enable-nls.
3592	* aclocal.m4: Regenerate.
3593	* configure: Regenerate.
3594
35952002-04-01  Phil Edwards  <pme@gcc.gnu.org>
3596
3597	* libsupc++/exception (__verbose_terminate_handler):  Point to docs.
3598	* docs/doxygen/doxygroups.cc:  Doxygen hooks for abi::__cxa_demangle.
3599	* docs/html/18_support/howto.html:  Document the demangler.
3600	* docs/html/17_intro/howto.html:  And link to it.
3601
3602	* docs/doxygen/mainpage.html:  Describe user-vs-maintainer docs.
3603	* docs/doxygen/run_doxygen:  Print user-vs-maintainer.
3604
36052002-04-01  Phil Edwards  <pme@gcc.gnu.org>
3606
3607	* config/linker-map.gnu:  Export __verbose_terminate_handler.
3608	* libsupc++/Makefile.am (sources):  Add cxa_demangle.c, dyn-string.c.
3609	Make new LTCOMPILE variable, use it in new special build rules.
3610	* libsupc++/Makefile.in:  Rebuild.
3611	* src/vterminate.cc (__verbose_terminate_handler):  Enable use of
3612	runtime __cxa_demangle.
3613
3614	* docs/html/install.html:  Update prereqs and instructions.
3615	* docs/html/19_diagnostics/howto.html:  Bring naming for
3616	verbose_terminate_handler into line with reality.
3617
36182002-04-01  Benjamin Kosnik  <bkoz@redhat.com>
3619
3620	libstdc++/3129
3621	* include/bits/basic_ios.h (basic_ios::_M_exception): Move.
3622	(basic_ios::_M_streambuf_state): Move.
3623	* include/bits/ios_base (ios_base): To here.
3624	* include/bits/ios_base.h (ios_base::_S_local_words): To
3625	_S_local_word_size.
3626	(ios_base::_M_word_array): To _M_local_word.
3627	(ios_base::_M_words_limit): To _M_word_size.
3628	(ios_base::_M_words): To _M_word.
3629	Comment.
3630	* include/bits/basic_ios.tcc: Adjust.
3631	* src/ios.cc (ios_base::_M_grow_words): Tweak.
3632	* testsuite/27_io/ios_base_storage.cc: Add tests.
3633
3634	libstdc++/5207
3635	Kenny Simpson <theonetruekenny@yahoo.com>
3636	* include/bits/ios_base.h: Fix.
3637
3638	Richard Henderson  <rth@redhat.com>
3639	* include/bits/ostream.tcc (ostream::operator<<(_CharT)): Correct
3640	last change.
3641
3642	* include/bits/basic_string.h: Tweak formatting.
3643
36442002-04-01  Paolo Carlini  <pcarlini@unitus.it>
3645
3646	* config/locale/ieee_1003.1-2001/codecvt_specializations.h
3647	(codecvt::do_out, codecvt::do_unshift, codecvt::do_in):
3648	By definition, sizeof(char) == 1.
3649	* include/bits/locale_facets.tcc (money_get::do_get,
3650	money_put::do_put): Ditto.
3651	* testsuite/21_strings/inserters_extractors.cc
3652	(test04): Ditto.
3653
36542002-03-30  Richard Henderson  <rth@redhat.com>
3655
3656	PR c++/3719
3657	* libsupc++/eh_personality.cc (__cxa_call_unexpected): Copy handler
3658	data out of the exception struct before calling unexpectedHandler.
3659
36602002-03-28  Roger Sayle  <roger@eyesopen.com>
3661
3662	* include/c_std/std_cmath.h:  To prevent problems overloading
3663	g++ builtins, use the double variants from the global namespace
3664	before defining float and long double variants in std::.
3665
36662002-03-28  Loren J. Rittle <ljrittle@acm.org>
3667
3668	* testsuite/18_support/numeric_limits.cc (test_extrema): Fix typo.
3669
36702002-03-28  Paolo Carlini  <pcarlini@unitus.it>
3671
3672	* testsuite/24_iterators/istream_iterator.cc
3673	(test02): New tests.
3674
36752002-03-28  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
3676	    Paolo Carlini  <pcarlini@unitus.it>
3677
3678	* testsuite/22_locale/codecvt_members_unicode_wchar_t.cc
3679	(test01): Protect the test with _GLIBCPP_USE_WCHAR_T;
3680	fix i_lit_base e_lit_base arrays, making them independent
3681	from the endianness of the platform; tweak UCS4 to UCS-4BE.
3682
36832002-03-27  Benjamin Kosnik  <bkoz@redhat.com>
3684
3685	* include/bits/ostream.tcc (ostream::operator<<(_CharT)): Always
3686	allocate at least a byte.
3687
3688	* testsuite/18_support/numeric_limits.cc (test_extrema): Make
3689	debugger-friendly.
3690	* testsuite/27_io/streambuf.cc (test07): Fix.
3691	(test06): Enable.
3692
36932002-03-27  Phil Edwards  <pme@gcc.gnu.org>
3694
3695	* docs/doxygen/Intro.3:  Date tweak.
3696	* docs/doxygen/TODO:  Update.
3697	* docs/doxygen/doxygroups.cc:  Point to tables.html.
3698	* docs/doxygen/mainpage.html:  Date tweak.
3699	* docs/doxygen/run_doxygen:  Version tweak.  Copy tables.html over.
3700	* docs/doxygen/tables.html:  Fill in the blanks.
3701
3702	* docs/doxygen/user.cfg.in (ALIASES):  Remove maint and endmaint.
3703	* include/bits/stl_algo.h:  Likewise; use expanded form.
3704	* include/bits/stl_alloc.h:  Likewise.
3705	* include/bits/stl_construct.h:  Likewise.
3706	* include/bits/stl_deque.h:  Likewise.
3707	* include/bits/stl_iterator_base_types.h:  Likewise.
3708	* include/bits/stl_list.h:  Likewise.
3709	* include/bits/stl_relops.h:  Likewise.
3710	* include/bits/stl_tempbuf.h:  Likewise.
3711	* include/bits/stl_vector.h:  Likewise.
3712	* include/std/std_memory.h:  Likewise.
3713
3714	* include/bits/stl_deque.h:  Point into tables.html and add @ingroup.
3715	* include/bits/stl_list.h:  Likewise.
3716	* include/bits/stl_vector.h:  Likewise.
3717
37182002-03-26  Benjamin Kosnik  <bkoz@redhat.com>
3719
3720	* include/c/: Guard with _CPP_.
3721	* include/c_std/: Same.
3722	* include/Makefile.am: Fixup install, link routines for null
3723	c_base_headers_extra scenarios.
3724	* include/Makefile.in: Regerate.
3725
37262002-03-25  Paolo Carlini <pcarlini@unitus.it>
3727	    Richard Henderson  <rth@redhat.com>
3728
3729	* testsuite/22_locale/codecvt_members_unicode_char.cc
3730	(test01, test02): make sure that the i_lit_base array
3731	is sufficiently aligned.
3732
37332002-03-25  Benjamin Kosnik  <bkoz@redhat.com>
3734
3735	* config/os/newlib/bits/ctype_noninline.h (ctype::classic): Set to
3736	_ctype_.
3737
37382002-03-25  Paolo Carlini  <pcarlini@unitus.it>
3739
3740	* testsuite/22_locale/collate_byname.cc
3741	(test01): compare the result of collate::compare with
3742	that of collate::transform + string::compare, not with
3743	that of collate::transform + collate::compare; values
3744	returned by collate::compare are normalized, therefore
3745	test against +-1.
3746
37472002-03-25  Benjamin Kosnik  <bkoz@redhat.com>
3748	    Jakub Jelinek  <jakub@redhat.com>
3749
3750	* config/locale/gnu/messages_members.h: Correct conditional.
3751	* config/locale/gnu/messages_members.cc: Same.
3752	* config/locale/gnu/time_members.cc: Same.
3753
37542002-03-25  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
3755	    Paolo Carlini  <pcarlini@unitus.it>
3756
3757	* testsuite/22_locale/codecvt_members_unicode_char.cc
3758	(test01, test02): Fix i_lit_base arrays, making them
3759	independent from the endianness of the platform.
3760
37612002-03-22  Benjamin Kosnik  <bkoz@redhat.com>
3762
3763	* acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_SUPP): Just test for
3764	signbit and __signbit directly.
3765	* aclocal.m4: Regenerate.
3766	* configure: Regenerate.
3767	* config.h.in: Regenerate.
3768	* libmath/Makefile.am: Simplify.
3769	* libmath/Makefile.in: Regenerate.
3770	* include/c_std/std_cmath.h: Update paths for include of cmath.tcc.
3771
3772	* include/Makefile.am: Clean up handling of extra "C" header files.
3773	Add hooks for "C" compatibility headers.
3774	* include/Makefile.in: Regenerate.
3775
3776	* include/c/*: Formatting tweaks, cleanups.
3777	* include/c_std/*: Same.
3778
37792002-03-22  Benjamin Kosnik  <bkoz@redhat.com>
3780
3781	* config/locale/gnu/messages_members.h: Add __uselocale bits.
3782	* config/locale/gnu/messages_members.cc: Same.
3783	* config/locale/gnu/time_members.cc: Same.
3784
37852002-03-22  Benjamin Kosnik  <bkoz@redhat.com>
3786
3787	* src/vterminate.cc: Format, -fno-exceptions cleanup.
3788
37892002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3790
3791	* acinclude.m4 (GLIBCPP_CHECK_STDLIB_DECL_AND_LINKAGE_3): New.
3792	(GLIBCPP_CONFIGURE_TESTSUITE): Use it to check for setenv.
3793	* aclocal.m4: Regenerate.
3794	* configure: Likewise.
3795
37962002-03-19  Paolo Carlini  <pcarlini@unitus.it>
3797	    Ulrich Drepper  <drepper@redhat.com>
3798
3799	* src/locale-inst.cc (__convert_from_v): Add an additional
3800	__size parameter in the declarations.
3801	* include/bits/locale_facets.tcc
3802	(__convert_from_v): When available (that is,
3803	_GLIBCPP_USE_C99 defined) use snprintf instead of sprintf.
3804	(num_put::_M_convert_float): Depending on _GLIBCPP_USE_C99
3805	being defined or not, call and use __convert_from_v in the
3806	appropriate way.
3807	(num_put::_M_convert_int): Same here.
3808	(money_put::do_put(long double)): Same here.
3809
38102002-03-19  Phil Edwards  <pme@gcc.gnu.org>
3811
3812	* docs/html/faq/index.html (#3.6):  Rewrap and close <a href> tags.
3813	* docs/html/faq/index.txt:  Regenerate.
3814
38152002-03-19  Steve Ellcey  <sje@cup.hp.com>
3816
3817	* acinclude.m4 (GLIBCPP_ENABLE_LIBUNWIND_EXCEPTIONS): Define
3818	GLIBCPP_ENABLE_LIBUNWIND_EXCEPTIONS to set LIBUNWIND_FLAG if
3819	--enable-libunwind-exceptions is set.
3820	* configure.in (GLIBCPP_ENABLE_LIBUNWIND_EXCEPTIONS): Call new
3821	macro to check for libunwind.
3822	* configure: Regenerate.
3823	* src/Makefile.am (libstdc___la_LDFLAGS): Add
3824	LIBUNWIND_FLAG to libstdc link line.
3825	* src/Makefile.in: Regenerate.
3826
38272002-03-19  Benjamin Kosnik  <bkoz@redhat.com>
3828
3829	* docs/html/faq/index.html: Add OS X workaround.
3830	* docs/html/17_intro/TODO: Update.
3831
38322002-03-18  Paolo Carlini  <pcarlini@unitus.it>
3833
3834	* include/bits/locale_facets.tcc
3835	(money_put::do_put(long double)): Fix dimensioning of
3836	temporary buffers to avoid risk of overruns.
3837	(money_put::do_put(string)): Same for the buffer used to
3838	add the grouping chars.
3839	* testsuite/22_locale/money_put_members_char.cc: Add test06.
3840	* testsuite/22_locale/money_put_members_wchar_t.cc: Ditto.
3841
3842	* include/bits/locale_facets.tcc
3843	(collate::do_transform): Simplify.
3844
38452002-03-18  Phil Edwards  <pme@gcc.gnu.org>
3846
3847	* acinclude.m4 (GLIBCPP_CONFIGURE):  Make indentation/spacing uniform.
3848	* configure.in:  Add comments pointing the way for autoconf 2.5x.
3849	* aclocal.m4, config.h.in, configure:  Regenerate.
3850
38512002-03-18  Philipp Thomas  <pthomas@suse.de>
3852
3853	* include/backward/hash_map.h: hash, hashtable, hash_map and
3854	hash_multimap are in namespace __gnu_cxx.
3855	include/backward/hash_set.h: hash, hashtable, hash_set and
3856	hash_multiset are in namespace __gnu_cxx.
3857	include/backward/hashtable.h: hash and hashtable are in
3858	namespace __gnu_cxx.
3859	include/backward/rope.h: char_producer, sequence_buffer,
3860	rope, crope and wrope are in namespace __gnu_cxx.
3861	include/backward/slist.h: slist is in namespace __gnu_cxx.
3862	* testsuite/backward/header_hash_map_h.cc
3863	testsuite/backward/header_hash_set_h.cc
3864	testsuite/backward/header_hashtable_h.cc
3865	testsuite/backward/header_rope_h.cc
3866	testsuite/backward/header_slist_h.cc
3867	testsuite/backward/header_tempbuf_h.cc: New tests for
3868	checking that we're using the correct namespace.
3869
38702002-03-17  Jason Merrill  <jason@redhat.com>
3871
3872	PR c++/4381
3873	* libsupc++/eh_personality.cc (get_adjusted_ptr): New static fn.
3874	(check_exception_spec): Call it.  Take the thrown pointer.
3875	(__cxa_call_unexpected): Pass it.
3876	(PERSONALITY_FUNCTION): Likewise.  Use get_adjusted_ptr.
3877
38782002-03-15  Anthony Green  <green@redhat.com>
3879
3880	* configure.in: Remove useless is_mingw32.
3881	* configure: Rebuilt.
3882
38832002-03-15  Paolo Carlini  <pcarlini@unitus.it>
3884
3885	* testsuite/22_locale/collate_members_char.cc
3886	(test01): compare the result of collate::compare with
3887	that of collate::transform + string::compare, not with
3888	that of collate::transform + collate::compare.
3889	(test01): values returned by collate::compare are
3890	normalized, therefore test against +-1.
3891	* testsuite/22_locale/collate_members_wchar_t.cc: Ditto.
3892
38932002-03-12  Loren Rittle  <ljrittle@acm.org>
3894
3895	reported by Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
3896	* testsuite/thread/pthread4.cc: Lower nominal iteration counter.
3897
38982002-03-12  Benjamin Kosnik  <bkoz@redhat.com>
3899	    Per Liboriussen  <liborius@stofanet.dk>
3900
3901	* config/os/gnu-linux/bits/ctype_noninline.h: Cast to
3902	unsigned char.
3903	* config/os/gnu-linux/bits/ctype_inline.h: Same.
3904
3905	* config/os/irix/irix6.5/bits/ctype_inline.h: Same.
3906
3907	* config/os/solaris/solaris2.5/bits/ctype_inline.h: Same.
3908	* config/os/solaris/solaris2.5/bits/ctype_noninline.h: Same.
3909
3910	* config/os/solaris/solaris2.6/bits/ctype_inline.h: Same.
3911	* config/os/solaris/solaris2.6/bits/ctype_noninline.h: Same.
3912
3913	* config/os/solaris/solaris2.7/bits/ctype_inline.h: Same.
3914	* config/os/solaris/solaris2.7/bits/ctype_noninline.h: Same.
3915
3916	* testsuite/22_locale/ctype_members_char.cc (main): Add tests.
3917
39182002-03-12  Benjamin Kosnik  <bkoz@redhat.com>
3919
3920	* include/bits/basic_string.tcc (string::_S_construct(_InIter,
3921	_InIter, const _Alloc&, forward_iterator_tag): Check for null.
3922	(string::basic_string(const _CharT* __s, const _Alloc& __a)): Same.
3923	* testsuite/21_strings/ctor_copy_dtor.cc (test01): Re-enable, now
3924	that memory limits are in place.
3925	(test03): Add tests.
3926
39272002-03-11  Benjamin Kosnik  <bkoz@redhat.com>
3928
3929	* acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Check for wctype.h.
3930	* aclocal.m4: Regenerate.
3931	* config.h.in: Regenerate.
3932	* configure: Regenerate.
3933	* include/c_std/std_cwctype.h: Guard.
3934
39352002-03-11  Chris Demetriou  <cgd@broadcom.com>
3936
3937	* acinclude.m4 (GLIBCPP_ENABLE_SYMVERS): Enhance check for
3938	whether GLIBCPP_CHECK_LINKER_FEATURES has been used.
3939	* aclocal.m4: Regenerate.
3940	* configure: Regenerate.
3941
39422002-03-11  Benjamin Kosnik  <bkoz@redhat.com>
3943
3944	* include/bits/stl_bvector.h: Fix warning.
3945
39462002-03-11  Richard Henderson  <rth@redhat.com>
3947
3948	* include/bits/stl_bvector.h (_Bit_type): New.  Use throughout.
3949
39502002-03-11  Phil Edwards  <pme@gcc.gnu.org>
3951
3952	* testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-list-sourcefiles):
3953	New function.  Build the list of tests to run in testsuite_files.
3954	* testsuite/libstdc++-v3.dg/dg.exp:  Use it.
3955
39562002-03-11  Phil Edwards  <pme@gcc.gnu.org>
3957
3958	* testsuite/21_strings/capacity.cc:  Only explicitly instantiate on
3959	platforms with no weak support.
3960	* testsuite/27_io/ios_init.cc:  Likewise.
3961
39622002-03-10  Paolo Carlini  <pcarlini@unitus.it>
3963
3964	* include/bits/locale_facets.tcc (time_put::do_put):
3965	Consider sizeof(char_type) in allocating the buffer.
3966
3967	* include/bits/locale_facets.tcc (collate::do_tranform):
3968	Remove redundant variable.
3969
39702002-03-10  Ulrich Drepper  <drepper@redhat.com>
3971	    Paolo Carlini  <pcarlini@unitus.it>
3972
3973	* config/locale/generic/collate_members.cc
3974	(collate<char,wchar_t>::_M_compare_helper): normalize
3975	values returned by strcoll and wcscoll.
3976	* config/locale/gnu/collate_members.cc
3977	(collate<char,wchar_t>::_M_compare_helper): ditto
3978	for __strcoll_l and __wcscoll_l.
3979
39802002-03-10  Anthony Green  <green@redhat.com>
3981
3982	* configure.in: Support cross builds to mingw32 target.
3983	* configure: Rebuilt.
3984
39852002-03-09  Paolo Carlini  <pcarlini@unitus.it>
3986
3987	* include/bits/locale_facets.tcc (collate::do_transform):
3988	Rewrite to fix problems with long transformed strings.
3989
39902002-03-08  Benjamin Kosnik  <bkoz@redhat.com>
3991
3992	* c_locale_generic.cc: Move to...
3993	* generic/c_locale.cc
3994	* c_locale_generic.h: Move to...
3995	* generic/c_locale.h
3996	* codecvt_specializations_generic.h: Move to...
3997	* generic/codecvt_specializations.h
3998	* collate_members_generic.cc: Move to...
3999	* generic/collate_members.cc
4000	* ctype_members_generic.cc: Move to...
4001	* generic/ctype_members.cc
4002	* messages_members_generic.cc: Move to...
4003	* generic/messages_members.cc
4004	* messages_members_generic.h: Move to...
4005	* generic/messages_members.h
4006	* moneypunct_members_generic.cc: Move to...
4007	* generic/monetary_members.cc
4008	* numpunct_members_generic.cc: Move to...
4009	* generic/numeric_members.cc
4010	* time_members_generic.cc: Move to...
4011	* generic/time_members.cc
4012	* c_locale_gnu.cc: Move to...
4013	* gnu/c_locale.cc
4014	* c_locale_gnu.h: Move to...
4015	* gnu/c_locale.h
4016	* collate_members_gnu.cc: Move to...
4017	* gnu/collate_members.cc
4018	* ctype_members_gnu.cc: Move to...
4019	* gnu/ctype_members.cc
4020	* messages_members_gnu.cc: Move to...
4021	* gnu/messages_members.cc
4022	* messages_members_gnu.h: Move to...
4023	* gnu/messages_members.h
4024	* moneypunct_members_gnu.cc: Move to...
4025	* gnu/monetary_members.cc
4026	* numpunct_members_gnu.cc: Move to...
4027	* gnu/numeric_members.cc
4028	* time_members_gnu.cc: Move to...
4029	* gnu/time_members.cc
4030	* c_locale_ieee_1003.1-200x.cc: Move to...
4031	* ieee_1003.1-2001/c_locale.cc
4032	* c_locale_ieee_1003.1-200x.h: Move to...
4033	* ieee_1003.1-2001/c_locale.h
4034	* codecvt_specializations_ieee_1003.1-200x.h: Move to...
4035	* ieee_1003.1-2001/codecvt_specializations.h
4036	* messages_members_ieee_1003.1-200x.cc: Move to...
4037	* ieee_1003.1-2001/messages_members.cc
4038	* messages_members_ieee_1003.1-200x.h: Move to...
4039	* ieee_1003.1-2001/messages_members.h
4040
4041	* acinclude.m4 (GLIBCPP_ENABLE_CLOCALE): Make consistent.
4042	* aclocal.m4: Regenerate.
4043	* configure: Regenerate.
4044	* src/Makefile.am (sources): Change to monetary and numeric.
4045	* src/Makefile.in: Regenerate.
4046	* docs/html/configopts.html: Update to ieee_1003.1-2001.
4047
40482002-03-08  scott snyder  <snyder@fnal.gov>
4049
4050	libstdc++/5875
4051	* include/bits/locale_facets.tcc (num_put::_M_convert_float):
4052	Allow one more digit of precision.
4053	* testsuite/27_io/ostream_inserter_arith.cc: Test that we can
4054	write a double and read back in the same value.
4055
40562002-03-08  Benjamin Kosnik  <bkoz@redhat.com>
4057
4058	* include/std/std_limits.h: Move static const data members out of
4059	generic template, into base class __numeric_limits_base.
4060	* src/limits.cc: Add definitions.
4061	* config/linker-map.gnu: Add __numeric_limits_base.
4062	* testsuite/18_support/numeric_limits.cc: Declare test in scope.
4063
40642002-03-07  Benjamin Kosnik  <bkoz@redhat.com>
4065
4066	* include/bits/stl_alloc.h: Add extern implicit allocator
4067	instantiations.
4068	* include/bits/basic_string.tcc: Tweak.
4069	* include/bits/locale_facets.tcc: Remove default args. Add
4070	has_facet, use_facet extern instantiations.
4071	* src/stl-inst.cc: Add explicit instantiation.
4072	* src/locale-inst.cc: Clean. Remove locale member template
4073	instantiations.
4074
4075	* testsuite/22_locale/operators.cc (test02): Enable.
4076
40772002-03-06  Benjamin Kosnik  <bkoz@redhat.com>
4078	    Stephen M. Webb  <stephen.webb@bregmasoft.com>
4079
4080	* include/bits/stl_tree.h (_S_rb_tree_red): Make enum.
4081	(_S_rb_tree_black): Make enum.
4082	Clean. Format.
4083	* include/bits/stl_bvector.h (__WORD_BIT): To _M_word_bit, enum.
4084	* include/bits/stl_algo.h (__stl_chunk_size): _M_chunk_size, enum.
4085	(__stl_threshold): _M_threshold, enum.
4086	* src/stl-inst.cc: Same.
4087	* config/linker-map.gnu: Remove.
4088
4089	* testsuite/23_containers/vector_bool.cc: New.
4090
40912002-03-06  Phil Edwards  <pme@gcc.gnu.org>
4092
4093	* docs/doxygen/user.cfg.in:  Also document deprecated entries.
4094	* docs/html/Makefile:  Example rule to rebuild porting-howto.html.
4095	* docs/html/17_intro/howto.html:  "gcc"->"GCC" changes, when
4096	referring to the collection as a whole.  New section on which macros
4097	can be redefined by the user.
4098	* docs/html/19_diagnostics/howto.html:  Update note for concepts.
4099	* docs/html/20_util/howto.html:  Update link to SGI.
4100	* docs/html/faq/index.html:  Update snapshot versions.  New entry
4101	on why g++ (but not gcc) must currently predefine certain macros.
4102	* docs/html/faq/index.txt:  Regenerated.
4103
4104	* include/bits/basic_string.h (basic_string::_S_construct):  Fix
4105	names in declaration.
4106	(basic_string::compare):  These are no longer optional.
4107	* include/bits/ostream.tcc:  Tweak closing brace placement.
4108	* include/bits/stl_algo.h:  Lots of initial doxygen comment hooks.
4109	* include/std/std_sstream.h:  Fix typo in comment.
4110	* include/bits/locale_facets.tcc:  Remove unneeded header inclusion.
4111	* src/locale.cc:  Likewise.
4112
41132002-03-06  Phil Edwards  <pme@gcc.gnu.org>
4114
4115	PR libstdc++/5734
4116	* include/bits/stl_vector.h (vector::push_back()):  Guard with
4117	_GLIBCPP_DEPRECATED.
4118
41192002-03-06  Phil Edwards  <pme@gcc.gnu.org>
4120
4121	* include/bits/c++config:  Fix misplaced leading blanks on first line.
4122
41232002-03-05  Benjamin Kosnik  <bkoz@redhat.com>
4124
4125	* docs/html/17_intro/RELEASE-NOTES: Fix usage.
4126	* README (libmath): Make clear.
4127
41282002-03-05  Jakub Jelinek  <jakub@redhat.com>
4129
4130	* acinclude.m4 (GLIBCPP_ENABLE_SYMVERS): Check for version
4131	script globbing in ld.
4132	* aclocal.m4: Rebuilt.
4133	* configure: Rebuilt.
4134
41352002-03-05  Benjamin Kosnik  <bkoz@redhat.com>
4136
4137	* docs/html/17_intro/RELEASE-NOTES: Update.
4138	* README: Format subdirectories.
4139
41402002-03-05  Paolo Carlini  <pcarlini@unitus.it>
4141
4142	libstdc++/5816
4143	* include/bits/locale_facets.tcc
4144	(num_get::_M_extract_float): Fix the parsing of __dec, since
4145	the standard prescribes that if no grouping characters are
4146	seen, no grouping check is applied.
4147	* testsuite/22_locale/num_get_members_char.cc: Add test05
4148	distilled from the PR.
4149	* testsuite/22_locale/num_get_members_wchar_t.cc: Ditto.
4150
41512002-03-04  Craig Rodrigues  <rodrigc@gcc.gnu.org>
4152
4153	* docs/html/17_intro/porting-howto.xml: Refer to
4154	http://www.oasis-open.org for docbookx.dtd.
4155	* docs/html/17_intro/porting-howto.html: Regenerated.
4156
41572002-03-03  Phil Edwards  <pme@gcc.gnu.org>
4158
4159	PR libstdc++/3955
4160	* include/std/std_sstream.h:  Remove trailing spaces.
4161	(basic_stringbuf::_M_stringbuf_init):  Also check for ios_base::app.
4162	* testsuite/27_io/stringbuf.cc (test05, test06):  New tests.
4163
41642002-03-02  Paolo Carlini  <pcarlini@unitus.it>
4165
4166	* testsuite/22_locale/num_get_members_char.cc (test04):
4167	Use a named locale expecting grouping (de_DE).
4168	* testsuite/22_locale/num_get_members_wchar_t.cc (test04):
4169	Ditto.
4170	* testsuite/27_io/ios_manip_basefield.cc (test01):
4171	Extend coverage, uniform treatment of hexs and octs.
4172
41732002-02-28  Richard Henderson  <rth@redhat.com>
4174
4175	* config/linker-map.gnu: Export operator new with unsigned long,
4176	and with std::nothrow_t.  Likewise operator delete.
4177
41782002-02-28  Paolo Carlini  <pcarlini@unitus.it>
4179
4180	* include/bits/locale_facets.tcc (num_get::_M_extract_int):
4181	Admit grouping for octals and hexadecimals too.
4182	* testsuite/22_locale/num_get_members_char.cc: Add test04.
4183	(test01): Tweak "." -> "," in void* test.
4184	* testsuite/22_locale/num_get_members_wchar_t.cc: Ditto.
4185
4186	* testsuite/27_io/ios_manip_basefield.cc: Remove static keyword.
4187	* testsuite/27_io/ios_manip_fmtflags.cc: Remove two of them.
4188
41892002-02-27  Paolo Carlini  <pcarlini@unitus.it>
4190
4191	* testsuite/27_io/ios_manip_basefield.cc (test01):
4192	Fix for 64 bit machines.
4193
41942002-02-26  Benjamin Kosnik  <bkoz@redhat.com>
4195
4196	libstdc++/3983
4197	* include/bits/basic_ios.tcc (basic_ios::init): Set _M_fill to zero.
4198	Adjust comment.
4199	* include/bits/basic_ios.h (basic_ios::_M_fill): Make mutable.
4200	(basic_ios::_M_fill_init): New.
4201	(basic_ios::fill()): Delay dealing with _M_fill.
4202	Adjust comment.
4203	* ios.cc (ios_base::ios_base()): Initialize _M_callbacks, _M_words.
4204	(ios_base::_M_call_callbacks): Adjust.
4205	* testsuite/27_io/ios_init.cc (test02): Adjust testcase.
4206
42072002-02-26  Loren Rittle  <ljrittle@acm.org>
4208
4209	* include/Makefile.am (thread_target_headers): Unconditionally
4210	stage and install gthr-posix.h.
4211	(${target_builddir}/gthr-posix.h): New rule cloned off
4212	${target_builddir}/gthr-default.h.
4213	(${target_builddir}/gthr-default.h): Support chained inclusion
4214	of gthr support headers.
4215	* include/Makefile.in: Rebuilt.
4216
42172002-02-26  Paolo Carlini  <pcarlini@unitus.it>
4218
4219	* include/bits/locale_facets.tcc (num_put::_M_widen_int):
4220	Group all the integral types, not only decs.
4221	* testsuite/27_io/ios_manip_basefield.cc (test01): Tweak existing
4222	tests, add a few more.
4223
42242002-02-25  Benjamin Kosnik  <bkoz@redhat.com>
4225
4226	* src/ios.cc (ios_base::~ios_base): Tweak.
4227	(ios_base::_M_call_callbacks): Deal with null __p.
4228	(ios_base::ios_base): Set _M_callbacks.
4229	* include/bits/basic_ios.tcc (basic_ios::init): Adjust comment.
4230	* testsuite/27_io/ios_init.cc (test02): Fix.
4231
4232	* mkcheck.in (static_fail): Failed links go to output file.
4233
42342002-02-25  Phil Edwards  <pme@gcc.gnu.org>
4235
4236	* docs/html/faq/index.html:  Update.
4237	* docs/html/faq/index.txt:  Regenerate.
4238
42392002-02-22  Phil Edwards  <pme@gcc.gnu.org>
4240
4241	* acinclude.m4 (GLIBCPP_ENABLE_SYMVERS):  Fix comment.
4242	* aclocal.m4:  Regenerate.
4243	* docs/html/configopts.html:  Document --enable-symvers.
4244	* config/linker-map.gnu:  Break libsupc++ symbols out to their own tag.
4245
42462002-02-22  Philipp Thomas  <pthomas@suse.de>
4247
4248	* include/backward/tempbuf.h: get_temporary_buffer and
4249	return_temporary_buffer are in namespace std, not in __gnu_cxx.
4250
42512002-02-21  Benjamin Kosnik  <bkoz@redhat.com>
4252
4253	* configure.in (target_alias): Default to yes.
4254	* acinclude.m4 (GLIBCPP_ENABLE_SYMVERS): Add check for shared
4255	libgcc to default case.
4256
42572002-02-20  Phil Edwards  <pme@gcc.gnu.org>
4258
4259	* acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES):  Also check version.
4260	(GLIBCPP_ENABLE_SYMVERS):  Redo logic, use linker version.
4261	* configure.in (GLIBCPP_ENABLE_SYMVERS):  Move later in the script.
4262	* aclocal.m4:  Regenerate.
4263	* configure:  Regenerate.
4264	* config/linker-map.dummy:  New file.  Contains nothing useful.
4265
42662002-02-20  Benjamin Kosnik  <bkoz@redhat.com>
4267
4268	* testsuite/22_locale/money_put_members_char.cc: Fix.
4269	* testsuite/22_locale/money_put_members_wchar_t.cc: Fix.
4270
4271	* testsuite/27_io/standard_manipulators.cc: New file.
4272
4273	* testsuite/27_io/ios_manip_basefield.cc: Check results, now failing.
4274	* testsuite/27_io/ios_manip_fmtflags.cc: Use locale::classic().
4275
42762002-02-20  Danny Smith  <dannysmith@users.sourceforge.net>
4277
4278	* config/os/mingw32/bits/ctype_noninline.h
4279	(ctype<char>::ctype): Remove default args from parm list.
4280	* config/os/djgpp/bits/ctype_noninline.h: Same.
4281
42822002-02-19  Benjamin Kosnik  <bkoz@redhat.com>
4283
4284	* include/std/std_iomanip.h: Inline, tweaks.
4285	* config/linker-map.gnu: Remove hacks.
4286
4287	* testsuite/21_strings/capacity.cc: Add explicit instantiations.
4288	* testsuite/27_io/ios_init.cc: Same.
4289	* testsuite/22_locale/money_get_members_char.cc (test07): Fix.
4290	* testsuite/22_locale/money_get_members_wchar_t.cc (test07): Same.
4291
42922002-02-19  Benjamin Kosnik  <bkoz@redhat.com>
4293
4294	* config/linker-map.gnu: Export global vtable, typeinfo, guard
4295	variable, and thunk info as per CXXABI docs.
4296
42972002-02-19  Loren Rittle <ljrittle@acm.org>
4298
4299	* include/Makefile.am: Use CONFIG_HEADER instead of ad hoc names.
4300	* include/Makefile.in: Rebuilt.
4301
43022002-02-18  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
4303
4304	* testsuite/22_locale/collate_byname.cc (test01): Replace size4
4305	  with size3 for the string collations of str5.
4306
43072002-02-18  Paolo Carlini  <pcarlini@unitus.it>
4308
4309	libstdc++/5708
4310	* include/bits/locale_facets.tcc (money_put::do_put):
4311	For the space field use __fill instead of ' ', uniformly.
4312	* testsuite/22_locale/money_put_members_char.cc:
4313	Add test05 distilled from PR.
4314	(test01-02-03): Trim some '*' to ' '.
4315	* testsuite/22_locale/money_put_members_wchar_t.cc: Ditto.
4316
43172002-02-18  Loren Rittle <ljrittle@acm.org>
4318
4319	libstdc++/5697
4320	* include/Makefile.am (thread_builddir): Remove (map all
4321	existing uses to target_builddir).
4322	(thread_headers): Rename to...
4323	(thread_target_headers): ...this.
4324	(stamp-thread): Remove.
4325	(stamp-target): Correctly state the position as built.
4326	Update all dependencies to match the new reality.  Remove all
4327	dependency calculations on directories.
4328	* include/Makefile.in: Rebuilt.
4329
43302002-02-16   Benjamin Kosnik  <bkoz@redhat.com>
4331
4332	* include/bits/locale_facets.tcc: Add pragma GCC system_header.
4333	* include/bits/fstream.tcc: Same.
4334	* include/bits/sstream.tcc: Same.
4335	* include/bits/ostream.tcc: Same.
4336	* include/bits/istream.tcc: Same.
4337	* include/bits/streambuf.tcc: Same.
4338	* include/bits/basic_ios.tcc: Same.
4339	* include/bits/basic_string.tcc: Same.
4340
43412002-02-15  Benjamin Kosnik  <bkoz@redhat.com>
4342
4343	* include/std/std_iosfwd.h: Don't guard typedefs with
4344	_GLIBCPP_USE_WCHAR_T
4345	* include/bits/stringfwd.h: Same.
4346
43472002-02-15  Benjamin Kosnik  <bkoz@redhat.com>
4348
4349	* src/locale.cc (moneypunct_byname): Remove definitions.
4350	* include/std/std_streambuf.h (streambuf::operator=): Return.
4351
43522002-02-15  Benjamin Kosnik  <bkoz@redhat.com>
4353
4354	Tune for size.
4355	* src/string-inst.cc (string::_Rep::_S_terminal): Remove redundant
4356	explicit instantiation.
4357	(string::_Rep::_S_max_size): Same.
4358	* include/bits/basic_string.tcc: Add extern explicit
4359	instantiations for string, wstring.
4360	* include/bits/basic_ios.tcc: Add extern explicit instantiations
4361	for ios, wios.
4362	* include/bits/streambuf.tcc: Same, for streambuf, wstreambuf.
4363	* include/bits/istream.tcc: Same, for istream, wistream.
4364	* include/bits/ostream.tcc: Same for ostream, wostream, iostream,
4365	wiostream.
4366	* include/bits/sstream.tcc: Same, for stringbuf, wstringbuf,
4367	istringstream, wistringstream, ostringstream, wostringstream,
4368	stringstream, wstringstream.
4369	* include/bits/fstream.tcc: Same, for filebuf, wfilebuf, ifstream,
4370	wifstream, ofstream, wofstream, fstream, wfstream.
4371	* src/misc-inst.cc: Correct comments.
4372	Add iomanip instantiations for wide streams.
4373	* include/std/std_iomanip.h: Same.
4374	* include/bits/locale_facets.tcc: Same.
4375
4376	* include/std/std_streambuf.h: Correct
4377	_GLIBCPP_FULLY_COMPLIANT_HEADERS guard.
4378	* include/std/std_sstream.h: Same.
4379	* include/std/std_ostream.h: Same.
4380	* include/std/std_istream.h: Same.
4381	* include/std/std_fstream.h: Same.
4382
4383	* include/std/std_streambuf.h: Add definitions for private copy
4384	ctor and assignment operator.
4385	* include/std/std_istream.h: Remove declared but undefined copy
4386	ctor and assignment operator. This is taken care of in ios_base,
4387	so adding it in the derived class as well is superfluous.
4388	* include/std/std_ostream.h: Same.
4389
4390	* include/bits/basic_ios.h (basic_ios::clear): Don't inline.
4391	* include/bits/basic_ios.tcc (basic_ios::clear): Move definition here.
4392
43932002-02-14  Benjamin Kosnik  <bkoz@redhat.com>
4394
4395	* config/linker-map.gnu: Change tag from GCC_3.1 to GLIBCPP_3.1.
4396	Add typeinfo bits. Smooth.
4397	* aclocal.m4: Regenerate.
4398	* configure: Same.
4399	* src/Makefile.in: Same.
4400
44012001-02-14  Joel Sherrill  <joel@OARcorp.com>
4402
4403	* config/cpu/m68k/bits/atomicity.h: Corrected for RTEMS targets
4404	which do not have a CAS instruction.
4405
44062002-02-14  Phil Edwards  <pme@gcc.gnu.org>
4407
4408	* acinclude.m4 (GLIBCPP_ENABLE_SYMVERS):  New macro, initial revision.
4409	* configure.in:  Call it.
4410	* config/linker-map.gnu:  New file, initial incomplete revision.
4411	* src/Makefile.am:  Optionally pass version script to the linker.
4412	* aclocal.m4:  Regenerate.
4413	* configure:  Regenerate.
4414	* src/Makefile.in:  Regenerate.
4415
44162002-02-13  Benjamin Kosnik  <bkoz@redhat.com>
4417
4418	* src/localename.cc: Remove stdexcept include.
4419	* src/locale-inst.cc: Same.
4420	* src/locale.cc: Same.
4421	* src/functexcept.cc: Remove string includes.
4422	* include/std/std_bitset.h: Remove stdexcept include.
4423	* testsuite/23_containers/bitset_members.cc: Add stdexcept.
4424	* testsuite/23_containers/bitset_ctor.cc: Same.
4425
44262002-02-11  Benjamin Kosnik  <bkoz@redhat.com>
4427
4428	* include/bits/stl_algo (__stl_threshold): Declare external.
4429	(__stl_chunk_size): Same.
4430	* include/bits/stl_bvector.h (__WORD_BIT): Same.
4431	* include/bits/stl_tree.h (_S_rb_tree_red): Same.
4432	(_S_rb_tree_black): Same.
4433	* src/stl-inst.cc (__stl_threshold): Define.
4434	(__stl_chunk_size): Same.
4435	(__WORD_BIT): Same.
4436	(_S_rb_tree_red): Same.
4437	(_S_rb_tree_black): Same.
4438
4439	* config/io/basic_file_libio.h (__basic_file): Add declarations.
4440	* include/bits/basic_file.h: Remove.
4441	* config/io/c_io_stdio.h: Remove _GLIBCPP_BASIC_FILE_ENCAPSULATION
4442	Declare generic types, specialization.
4443	* config/io/basic_file_stdio.cc: Definitions.
4444	* config/io/c_io_libio.h: Remove _GLIBCPP_BASIC_FILE_INHERITANCE.
4445	Declare generic types.
4446	* include/Makefile.am (bits_headers): Remove basic_file.h.
4447	(extra_target_headers): Change basic_file_model.h to basic_file.h.
4448	(stamp-target): Same.
4449
4450	* include/bits/stl_alloc.h: Tweaks.
4451	* include/bits/localefwd.h: Same.
4452
44532002-02-11  Aaron W LaFramboise  <AWLaFramboise@aol.com>
4454
4455	* include/bits/locale_facets.tcc (collate::do_hash): Fix.
4456	* testsuite/22_locale/collate_members_char.cc (test03): New test.
4457	* testsuite/22_locale/collate_members_wchar_t.cc (test03): Same.
4458
44592002-02-10  Phil Edwards  <pme@gcc.gnu.org>
4460
4461	* include/bits/stl_algo.h (transform (both signatures), generate_n):
4462	Use __typeof__ in concept checks.
4463
44642002-02-10  Jonathan Wakely  <cow@compsoc.man.ac.uk>
4465
4466	* include/bits/stl_algo.h (__median, for_each, find, find_if,
4467	adjacent_find, count, count_if, search, search_n, swap_ranges,
4468	transform, replace, replace_if, replace_copy, replace_copy_if,
4469	generate, generate_n, remove_copy, remove_copy_if, remove, remove_if,
4470	unique, unique_copy, reverse, reverse_copy):  Doxygenate.
4471
44722002-02-08  Benjamin Kosnik  <bkoz@redhat.com>
4473
4474	* include/bits/locale_facets.h
4475	(numpunct<_CharT>::_M_initialize_numpunct): Remove definition.
4476	(__timepunct<_CharT>::_M_initialize_timepunct): Same.
4477	(__timepunct<_CharT>::_M_put_helper): Same.
4478	(moneypunct<_CharT, _Intl>::_M_initialize_moneypunct): Same.
4479
4480	* include/bits/fstream.tcc (filebuf::underflow): Remove
4481	__codecvt_type typedef.
4482	(filebuf::_M_convert_to_external): Same.
4483
44842002-02-08  Phil Edwards  <pme@gcc.gnu.org>
4485
4486	* docs/doxygen/TODO:  Update.
4487	* docs/doxygen/doxygroups.cc:  Tweak __gnu_cxx description.
4488	* docs/doxygen/mainpage.html:  Add TODO list link.
4489	* docs/doxygen/user.cfg.in:  Add @doctodo hook.
4490	* docs/doxygen/tables.html:  New file, emoty structure only.
4491
4492	* include/bits/stl_iterator.h:  Doxygenate just about everything.
4493	* include/bits/stl_iterator_base_funcs.h:  Ditto, clean up spaces.
4494	* include/bits/stl_iterator_base_types.h:  Add notes.
4495
44962002-02-07  Stephan Buys  <sbproxy@icon.co.za>
4497
4498	* include/bits/stl_map.h:  Tweak doxygen markup.
4499	* include/bits/stl_multimap.h:  Doxygenate and remove extra spaces.
4500	* include/bits/stl_vector.h:  Likewise.
4501
45022002-02-07  Benjamin Kosnik  <bkoz@redhat.com>
4503
4504	libstdc++/5286
4505	libstdc++/3860
4506	* include/std/std_fstream.h (filebuf::__file_type): Change to
4507	__basic_file<char>.
4508	(filebuf::_M_convert_to_external): Declare.
4509	* include/bits/fstream.tcc (filebuf::_M_convert_to_external): Define
4510	codecvt bits for wide streams.
4511	(filebuf::_M_really_overflow): Use it.
4512	(filebuf::underflow): Use codecvt.
4513	* config/locale/codecvt_specializations_ieee_1003.1-200x.h:
4514	(codecvt<__enc_traits>::do_out): Deal with partial.
4515	(codecvt<__enc_traits>::do_encoding): Return something useful.
4516	* src/codecvt.cc (codecvt<wchar_t>::do_encoding): Return sizeof
4517	wchar_t.
4518	* testsuite/22_locale/codecvt_members_unicode_char.cc (test01):
4519	Change expected encoding output.
4520	(test02): Same.
4521	* testsuite/22_locale/codecvt_members_wchar_t_char.cc (test01): Same.
4522	(test02): Same.
4523
45242002-02-07  Benjamin Kosnik  <bkoz@redhat.com>
4525	    Wolfgang Bangerth  <wolfgang.bangerth@iwr.uni-heidelberg.de>
4526
4527	* include/bits/basic_ios.tcc (basic_ios::narrow): Add default value.
4528	(basic_ios::widen): Same.
4529
45302002-02-07  Paolo Carlini  <pcarlini@unitus.it>
4531
4532	* testsuite/22_locale/money_get_members_char.cc:
4533	Add comment, tidy up.
4534	(test01): more "en_HK" tests (without showbase).
4535	* testsuite/22_locale/money_get_members_wchar_t.cc: Ditto.
4536
45372002-02-06  Loren Rittle <ljrittle@acm.org>
4538
4539	* config/locale/c_locale_generic.cc: Do not trust
4540	_GLIBCPP_HAVE_STRTOF or _GLIBCPP_HAVE_STRTOLD as
4541	set by configure.
4542
45432002-02-06  Loren Rittle <ljrittle@acm.org>
4544
4545	* acinclude.m4: Add C++ linkage check for strtof.
4546	* aclocal.m4: Rebuilt.
4547	* config.h.in: Rebuilt.
4548	* configure: Rebuilt.
4549	* config/locale/c_locale_generic.cc: Conditionally include
4550	<ieeefp.h>.  Improve handling and error checking of float
4551	and long double input for non-C99 configurations.
4552
45532002-02-06  Paolo Carlini  <pcarlini@unitus.it>
4554
4555	* include/bits/locale_facets.tcc (money_get::do_get(string)):
4556	In case money_base::symbol deal properly with multi-char sign
4557	for patterns {X,Y,Z,symbol} and {X,Y,symbol,none}.
4558	* testsuite/22_locale/money_get_members_char.cc: Add test07.
4559	* testsuite/22_locale/money_get_members_wchar_t.cc: Add test07.
4560
45612002-02-05  Paolo Carlini  <pcarlini@unitus.it>
4562
4563	* include/bits/locale_facets.tcc (money_get::do_get(string)):
4564	First construct a tentative returned string, then, only if the
4565	parsing succeeds, copy it into the string passed by reference.
4566	* testsuite/22_locale/money_get_members_char.cc: Add test06.
4567	* testsuite/22_locale/money_get_members_wchar_t.cc: Add test06.
4568
45692002-02-04  Phil Edwards  <pme@gcc.gnu.org>
4570
4571	* docs/doxygen/TODO:  Impl-defined behavior now documented...
4572	* docs/html/17_intro/howto.html:  ...here.
4573	* docs/doxygen/mainpage.doxy:  Remove, rename...
4574	* docs/doxygen/mainpage.html:  ...to this.  Tweak HTML, add license.
4575	* docs/doxygen/style.css:  Add small text.
4576	* docs/doxygen/run_doxygen:  Adjust for new mainpage.
4577	* docs/doxygen/user.cfg.in:  Likewise.
4578
45792002-02-04  Stephan Buys  <sbproxy@icon.co.za>
4580
4581	* include/bits/stl_map.h:  Initial doxygen markup.
4582	* include/std/std_fstream.h:  Initial doxygen markup.
4583
45842002-02-04  Paolo Carlini  <pcarlini@unitus.it>
4585
4586	libstdc++/5579
4587	* include/bits/locale_facets.tcc (money_get::do_get(string)):
4588	Deal correctly with !(__io.flags() & ios_base::showbase)
4589	for case money_base::symbol.
4590	* testsuite/22_locale/money_get_members_char.cc: Add test05.
4591	* testsuite/22_locale/money_get_members_wchar_t.cc: Add test05.
4592
45932002-02-02  Paolo Carlini  <pcarlini@unitus.it>
4594
4595	* testsuite/22_locale/operators.cc
4596	(gnu_collate::do_compare()): Add return statement to
4597	suppress "no return statement" warning.
4598
45992002-02-01  Paolo Carlini  <pcarlini@unitus.it>
4600
4601	* testsuite/27_io/ostream_manip.cc: Enable test02.
4602
46032002-02-01  Phil Edwards  <pme@gcc.gnu.org>
4604
4605	* docs/html/documentation.html:  Update for 3.0.96.
4606	* docs/html/faq/index.html:  Update for 3.0.96.
4607	* docs/html/faq/index.txt:  Regenerated.
4608	* docs/doxygen/TODO:  Update notes.
4609	* docs/html/17_intro/howto.html:  Initial impl-specific listing.
4610
46112002-01-31  Benjamin Kosnik  <bkoz@redhat.com>
4612
4613	* config/locale/codecvt_specializations_ieee_1003.1-200x.h:
4614	Initialize all data members in copy ctor. Make ctors explicit.
4615	(__enc_traits::__enc_traits()): Default ctor does nothing.
4616	(__enc_traits::_M_init): Guard against multiple iconv_opens.
4617	* include/std/std_sstream.h (basic_stringbuf): Make data members
4618	protected.
4619	* include/std/std_fstream.h (basic_filebuf): Same.
4620	* include/std/std_streambuf.h: Tweak.
4621	* include/bits/streambuf.tcc: Same.
4622	* include/bits/sstream.tcc: Same.
4623	* include/bits/fstream.tcc: Same.
4624
46252002-01-31  Loren Rittle <ljrittle@acm.org>
4626
4627	* testsuite/22_locale/codecvt_members_char_char.cc: Do not
4628	allow NULL argument to be passed to setenv().
4629	* testsuite/22_locale/codecvt_members_wchar_t_char.cc: Likewise.
4630	* testsuite/22_locale/collate_members_char.cc: Likewise.
4631	* testsuite/22_locale/collate_members_wchar_t.cc: Likewise.
4632	* testsuite/22_locale/ctype_members_char.cc: Likewise.
4633	* testsuite/22_locale/ctype_members_wchar_t.cc: Likewise.
4634	* testsuite/22_locale/messages_members_char.cc: Likewise.
4635	* testsuite/22_locale/money_get_members_char.cc: Likewise.
4636	* testsuite/22_locale/money_get_members_wchar_t.cc: Likewise.
4637	* testsuite/22_locale/money_put_members_char.cc: Likewise.
4638	* testsuite/22_locale/money_put_members_wchar_t.cc: Likewise.
4639	* testsuite/22_locale/moneypunct_members_char.cc: Likewise.
4640	* testsuite/22_locale/moneypunct_members_wchar_t.cc: Likewise.
4641	* testsuite/22_locale/num_get_members_char.cc: Likewise.
4642	* testsuite/22_locale/num_get_members_wchar_t.cc: Likewise.
4643	* testsuite/22_locale/num_put_members_char.cc: Likewise.
4644	* testsuite/22_locale/num_put_members_wchar_t.cc: Likewise.
4645	* testsuite/22_locale/numpunct_members_char.cc: Likewise.
4646	* testsuite/22_locale/numpunct_members_wchar_t.cc: Likewise.
4647	* testsuite/22_locale/time_get_members_char.cc: Likewise.
4648	* testsuite/22_locale/time_get_members_wchar_t.cc: Likewise.
4649	* testsuite/22_locale/time_put_members_char.cc: Likewise.
4650	* testsuite/22_locale/time_put_members_wchar_t.cc: Likewise.
4651
46522002-01-30  Benjamin Kosnik  <bkoz@redhat.com>
4653
4654	* config/locale/c_locale_gnu.cc: Same errno fixes as generic.
4655
4656	* ChangeLog-2001: Fix spelling errors...
4657	* docs/html/17_intro/RELEASE-NOTES: Update.
4658	* docs/html/17_intro/TODO: Update.
4659	* README (file): Update.
4660
46612002-01-30  Loren Rittle <ljrittle@acm.org>
4662
4663	* config/locale/c_locale_generic.cc: Check errno for ERANGE
4664	instead of non-zero to aid portability.
4665
46662002-01-30  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
4667
4668	* docs/html/22_locale/messages.html: Fix example code.
4669
46702002-01-30  Richard Henderson  <rth@redhat.com>
4671
4672	* testsuite/27_io/ostream_inserter_arith.cc (test03_check): Break
4673	out from test03 and templatize.
4674	(test03): Use it.
4675
46762002-01-30  Paolo Carlini  <pcarlini@unitus.it>
4677
4678	* config/locale/numpunct_members_gnu.cc
4679	(numpunct<char, wchar_t>::_M_initialize_numpunct()):
4680	Fix initialization of _M_grouping for locales which have
4681	_M_thousands_sep == '\0'(L'\0', respectively).
4682	* testsuite/22_locale/numpunct_byname.cc (test02): Add test.
4683
46842002-01-30  Paolo Carlini  <pcarlini@unitus.it>
4685
4686	* testsuite/27_io/ostream_inserter_arith.cc (test03):
4687	Better fix for 32/64 bit architectures, avoiding the
4688	implicit assumption that CHAR_BIT == 8.
4689
46902002-01-28  Phil Edwards  <pme@gcc.gnu.org>
4691
4692	* Makefile.am (doxygen, doxygen-maint, doxygen-man):  Tweak targets.
4693	* Makefile.in:  Regenerate.
4694
4695	* docs/doxygen/run_doxygen:  Update, mostly for man pages.
4696	* docs/doxygen/Intro.3:  Update.
4697	* docs/doxygen/TODO:  Update.
4698	* docs/doxygen/doxygroups.cc:  Add namespace hook for __gnu_cxx.
4699	* docs/doxygen/mainpage.doxy:  Update.
4700	* docs/doxygen/user.cfg.in:  Update for header rename.  Also
4701	regenerate comments and variables with 1.2.12.
4702	* docs/doxygen/maint.cfg.in:  Remove file.
4703
4704	* include/bits/stl_relops.h:  Doxygenate.
4705	* include/bits/stl_tempbuf.h (std::_Temporary_buffer):  Likewise.
4706
4707	* include/c_std/std_cassert.h, include/c_std/std_cctype.h,
4708	include/c_std/std_cerrno.h, include/c_std/std_cfloat.h,
4709	include/c_std/std_ciso646.h, include/c_std/std_climits.h,
4710	include/c_std/std_clocale.h, include/c_std/std_cmath.h,
4711	include/c_std/std_csetjmp.h, include/c_std/std_csignal.h,
4712	include/c_std/std_cstdarg.h, include/c_std/std_cstddef.h,
4713	include/c_std/std_cstdio.h, include/c_std/std_cstdlib.h,
4714	include/c_std/std_cstring.h, include/c_std/std_ctime.h,
4715	include/c_std/std_cwchar.h, include/c_std/std_cwctype.h,
4716	include/ext/algorithm, include/ext/functional, include/ext/hash_map,
4717	include/ext/hash_set, include/ext/iterator, include/ext/memory,
4718	include/ext/numeric, include/ext/rb_tree, include/ext/rope,
4719	include/ext/ropeimpl.h, include/ext/slist, include/ext/stl_hash_fun.h,
4720	include/ext/stl_hashtable.h, include/ext/stl_rope.h,
4721	include/std/std_algorithm.h, include/std/std_bitset.h,
4722	include/std/std_complex.h, include/std/std_deque.h,
4723	include/std/std_fstream.h, include/std/std_functional.h,
4724	include/std/std_iomanip.h, include/std/std_ios.h,
4725	include/std/std_iosfwd.h, include/std/std_iostream.h,
4726	include/std/std_istream.h, include/std/std_iterator.h,
4727	include/std/std_limits.h, include/std/std_list.h,
4728	include/std/std_locale.h, include/std/std_map.h,
4729	include/std/std_memory.h, include/std/std_numeric.h,
4730	include/std/std_ostream.h, include/std/std_queue.h,
4731	include/std/std_set.h, include/std/std_sstream.h,
4732	include/std/std_stack.h, include/std/std_stdexcept.h,
4733	include/std/std_streambuf.h, include/std/std_string.h,
4734	include/std/std_utility.h, include/std/std_valarray.h,
4735	include/std/std_vector.h:  Add/correct @file doxygen hook.
4736
4737	* include/ext/memory:  Doxygenate most of rest of file.
4738	* libsupc++/exception:  Doxygen output formatting.
4739	* libsupc++/new:  Say which header it is.
4740
4741	* testsuite/lib/libstdc++-v3-dg.exp:  Fix spacing.
4742	* docs/html/19_diagnostics/howto.html:  Describe concept-checks switch.
4743	* docs/html/23_containers/howto.html:  Describe O(n) list::size().
4744	* docs/html/27_io/howto.html:  Also link to Langer and Kreft text.
4745
47462002-01-28  Paolo Carlini  <pcarlini@unitus.it>
4747	    Charles Leggett <CGLeggett@lbl.gov>
4748
4749	* testsuite/27_io/filebuf_members.cc (test_05): Add test.
4750
47512002-01-28  Paolo Carlini  <pcarlini@unitus.it>
4752
4753	* testsuite/27_io/ostream_inserter_arith.cc (test03):
4754	Fix to deal correctly with both 32 bit and 64 bit architectures
4755
47562002-01-25  Loren Rittle <ljrittle@acm.org>
4757
4758	* testsuite/thread/pthread1.cc: Use one condition variable
4759	per predicate instead of tricky use of one condition variable.
4760
47612002-01-25  Benjamin Kosnik  <bkoz@redhat.com>
4762
4763	* include/bits/fstream.tcc (filebuf::close()): Fix close for input
4764	streams.
4765	(filebuf::_M_really_overflow): Match indeterminate and sync calls.
4766	* testsuite/27_io/filebuf.cc: Compile only.
4767	* testsuite/27_io/filebuf_members.cc: Move tests to here.
4768	* testsuite/27_io/filebuf_virtuals.cc: And here.
4769	Revert sungetc, sync changes for expected values.
4770	* testsuite/27_io/filebuf-*: Move to...
4771	* testsuite/27_io/filebuf_virtuals-*: ...here.
4772	* testsuite/27_io/istream.cc: Compile only, activate.
4773	* testsuite/27_io/ostream.cc: Same.
4774	* testsuite/27_io/iostream.cc: New.
4775	* testsuite/27_io/iostream_members.cc: New.
4776
47772002-01-25  David Billinghurst <David.Billinghurst@riotinto.com>
4778
4779	* testsuite/thread/pthread1.cc: Enable on cygwin.
4780	* testsuite/thread/pthread2.cc: Likewise.
4781	* testsuite/thread/pthread3.cc: Likewise.
4782	* testsuite/thread/pthread4.cc: Likewise.
4783	* testsuite/thread/pthread5.cc: Likewise.
4784	* testsuite/thread/pthread6.cc: Likewise.
4785
47862002-01-24  Benjamin Kosnik  <bkoz@redhat.com>
4787
4788	* testsuite/27_io/ostream_inserter_char.cc (test07): New.
4789
47902002-01-24  Benjamin Kosnik  <bkoz@redhat.com>
4791
4792	* include/bits/basic_ios.h (basic_ios::_M_check_facet): Make
4793	const, tweak.
4794	(basic_ios::fill(char_type)): Use fill().
4795	* include/bits/basic_ios.tcc (basic_ios::widen): Use _M_check_facet.
4796	(basic_ios::narrow): Same.
4797	(basic_ios::_M_cache_facets): Explicitly set cached facets to zero
4798	if they are invalid.
4799	(basic_ios::init): Comment.
4800	* testsuite/27_io/ios_init.cc (test02): New.
4801
48022002-01-24  Phil Edwards  <pme@gcc.gnu.org>
4803
4804	* include/bits/stl_tempbuf.h (_Temporary_buffer):  Add doxygen hook.
4805	* include/bits/stl_algo.h:  Include stl_tempbuf.h.
4806	* include/ext/memory:  Do not include stl_tempbuf.h.
4807	(temporary_buffer):  Add doxygen hook.
4808	(__get_temporary_buffer, get_temporary_buffer,
4809	return_temporary_buffer):  Move back to std:: header...
4810	* include/std/std_memory.h:  ...here.  Do not include stl_tempbuf.h.
4811	* include/ext/rope:  Do not include stl_tempbuf.h.
4812	* include/ext/stl_hashtable.h:  Likewise.
4813	* include/std/std_algorithm.h:  Likewise.
4814	* testsuite/20_util/temporary_buffer.cc:  New file.
4815
48162002-01-24  andrew@andypo.net
4817	    (tweaks, test and commit by Loren J. Rittle  <ljrittle@acm.org>)
4818
4819	libstdc++/5432
4820	* include/bits/ios_base.h: Use _Atomic_word for reference counts.
4821	* include/bits/localefwd.h: Likewise.
4822	Also use for std::locale::id::_S_highwater.
4823	* src/ios.cc (ios_base::xalloc): Use _Atomic_word.
4824	* src/locale.cc: Support new usage of _Atomic_word.
4825	(std::locale::classic): Guard entire function against reentry.
4826	* src/localename.cc: Support new usage of _Atomic_word.
4827
48282002-01-24   Benjamin Kosnik  <bkoz@redhat.com>
4829
4830	* testsuite/22_locale/num_put_members_wchar_t.cc (test03): Use
4831	_GLIBCPP_HAVE_SETENV.
4832	* testsuite/22_locale/codecvt_members_wchar_t_char.cc (test02): Same.
4833	* testsuite/22_locale/collate_members_char.cc (test02): Same.
4834	* testsuite/22_locale/ctype_members_char.cc (test03): Same.
4835	* testsuite/22_locale/ctype_members_wchar_t.cc (test03): Same.
4836	* testsuite/22_locale/messages_members_char.cc (test02): Same.
4837	* testsuite/22_locale/moneypunct_members_char.cc (test02): Same.
4838	* testsuite/22_locale/moneypunct_members_wchar_t.cc (test02): Same.
4839	* testsuite/22_locale/money_put_members_char.cc (test04): Same.
4840	* testsuite/22_locale/money_put_members_wchar_t.cc (test04): Same.
4841	* testsuite/22_locale/num_get_members_char.cc (test03): Same.
4842	* testsuite/22_locale/num_get_members_wchar_t.cc (test03): Same.
4843	* testsuite/22_locale/numpunct_members_char.cc (test02): Same.
4844	* testsuite/22_locale/numpunct_members_wchar_t.cc (test02): Same.
4845	* testsuite/22_locale/time_get_members_char.cc (test07): Same.
4846	* testsuite/22_locale/time_get_members_wchar_t.cc (test07): Same.
4847	* testsuite/22_locale/time_put_members_char.cc (test03): Same.
4848	* testsuite/22_locale/time_put_members_wchar_t.cc (test03): Same.
4849	* testsuite/22_locale/num_put_members_char.cc (test03): Same.
4850	* acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): Check for setenv.
4851	* aclocal.m4: Regenerate.
4852	* configure: Regenerate.
4853	* config.h.in: Regenerate.
4854
48552002-01-23  Loren Rittle <ljrittle@acm.org>
4856
4857	* testsuite/thread/pthread1.cc: New test.
4858	* testsuite/thread/pthread2.cc: New test adapted from libstdc++/5347.
4859	* testsuite/thread/pthread3.cc: Likewise.
4860	* testsuite/thread/pthread4.cc: New test adapted from
4861	http://gcc.gnu.org/ml/gcc-bugs/2002-01/msg00679.html
4862	* testsuite/thread/pthread5.cc: New test adapted from libstdc++/5464.
4863	* testsuite/thread/pthread6.cc: New test adapted from libstdc++/5444.
4864
48652002-01-23  Richard Henderson  <rth@redhat.com>
4866
4867	PR libstdc++/5198
4868	* config/cpu/m68k/bits/atomicity.h (__exchange_and_add): Only use
4869	CAS on the cpu variants that support it.  Add versions that use
4870	TAS and that disable interrupts.
4871	(__atomic_add): Use __exchange_and_add to guarantee atomicity.
4872
48732002-01-23  Matt Kraai  <kraai@alumni.cmu.edu>
4874
4875	* include/bits/locale_facets.tcc: Remove old comments.
4876
48772002-01-23  Andreas Tobler  <toa@pop.agri.ch>
4878
4879	* include/bits/locale_facets.tcc (__convert_to_v): Change template
4880	parameter to _Tv.
4881	(__convert_from_v): Same.
4882
48832002-01-23  Benjamin Kosnik  <bkoz@redhat.com>
4884
4885	* include/bits/locale_facets.h (num_get::_M_extract_int): Change
4886	prototype.
4887	* include/bits/locale_facets.tcc (num_get::_M_extract_int): Remove
4888	__max_digits checks, adjust arguments.
4889	(num_get::do_get(*)): Changeup.
4890
48912002-01-23  Loren Rittle <ljrittle@acm.org>
4892
4893	* config/locale/c_locale_generic.cc: Fix typename usage.
4894
48952002-01-22  Benjamin Kosnik  <bkoz@redhat.com>
4896
4897	* config/locale/c_locale_generic.cc: Fix.
4898
48992002-01-22  Benjamin Kosnik  <bkoz@redhat.com>
4900
4901	* docs/html/22_locale/messages.html: Remove angle brackets.
4902	* docs/html/17_intro/TODO: Add.
4903
49042002-01-22  Paolo Carlini  <pcarlini@unitus.it>
4905
4906	* testsuite/27_io/ios_manip_basefield.cc: Enable test02.
4907	* testsuite/27_io/ostream_inserter_arith.cc: Enable test03.
4908	* testsuite/27_io/ostream_inserter_char.cc: Enable test01.
4909	* testsuite/27_io/ostream_inserter_other.cc: Enable test04.
4910
49112002-01-22  Benjamin Kosnik  <bkoz@redhat.com>
4912
4913	Audit for LANG independence.
4914	* include/bits/localefwd.h: Tweaks.
4915	* include/bits/locale_facets.tcc (money_get::do_get(long double)):
4916	Use __convert_to_v.
4917	(time_get::do_get_year): Same.
4918	(__convert_from_v): Add.
4919	(num_put::_M_convert_float): Use.
4920	(num_put::_M_convert_int): Same.
4921	(money_put::do_put): Same.
4922
4923	* src/locale-inst.cc: Add instantiations for __convert_from_v.
4924	* config/locale/time_members_gnu.cc: Cleanup setlocale usage.
4925	* config/locale/time_members_generic.cc:
4926	* config/locale/messages_members_gnu.cc: Same.
4927	* config/locale/messages_members_gnu.h: Same.
4928
4929	* testsuite/22_locale/codecvt_members_wchar_t_char.cc (test02): New.
4930	* testsuite/22_locale/codecvt_members_char_char.cc (test02): New.
4931	* testsuite/22_locale/collate_members_wchar_t.cc (test02): New.
4932	* testsuite/22_locale/collate_members_char.cc (test02): New.
4933	* testsuite/22_locale/ctype_members_wchar_t.cc (test03): New.
4934	* testsuite/22_locale/ctype_members_char.cc (test03): New.
4935	* testsuite/22_locale/messages_members_char.cc (test02): New.
4936	* testsuite/22_locale/moneypunct_members_wchar_t.cc (test02): New.
4937	* testsuite/22_locale/moneypunct_members_char.cc (test02): New.
4938	* testsuite/22_locale/money_get_members_wchar_t.cc (test04): New.
4939	* testsuite/22_locale/money_get_members_char.cc (test04): New.
4940	* testsuite/22_locale/money_put_members_wchar_t.cc (test04): New.
4941	* testsuite/22_locale/money_put_members_char.cc (test04): New.
4942	* testsuite/22_locale/numpunct_members_wchar_t.cc (test02): New.
4943	* testsuite/22_locale/numpunct_members_char.cc (test02): New.
4944	* testsuite/22_locale/time_put_members_wchar_t.cc (test03): New.
4945	* testsuite/22_locale/time_put_members_char.cc (test03): New.
4946	* testsuite/22_locale/time_get_members_wchar_t.cc (test07): New.
4947	* testsuite/22_locale/time_get_members_char.cc (test07): New.
4948	* testsuite/22_locale/num_get_members_wchar_t.cc (test03): New.
4949	* testsuite/22_locale/num_get_members_char.cc (test03): New.
4950	* testsuite/22_locale/num_put_members_wchar_t.cc (test03): New.
4951	* testsuite/22_locale/num_put_members_char.cc (test03): New.
4952
4953	* testsuite/22_locale/time_get_members_char.cc: Fixups for global
4954	locale issues.
4955	* testsuite/22_locale/time_get_members_char.cc: Same.
4956
49572002-01-22  Benjamin Kosnik  <bkoz@redhat.com>
4958
4959	libstdc++/5280
4960	* include/bits/localefwd.h: Tweak comments.
4961	* include/bits/locale_facets.h (__convert_to_v): Add.
4962	* include/bits/locale_facets.tcc (num_get::do_get(double)): Use it.
4963	(num_get::do_get(float)): Same.
4964	(num_get::do_get(long double)): Same.
4965	(num_get::do_get(bool)): Same.
4966	(num_get::do_get(long)): Same.
4967	(num_get::do_get(long long)): Same.
4968	(num_get::do_get(unsigned int)): Same.
4969	(num_get::do_get(unsigned short)): Same.
4970	(num_get::do_get(unsigned long)): Same.
4971	(num_get::do_get(unsigned long long)): Same.
4972	* config/locale/c_locale_gnu.cc (__convert_to_v): Specialize.
4973	* config/locale/c_locale_generic.cc: Same.
4974
49752002-01-22  Loren Rittle <ljrittle@acm.org>
4976
4977	* include/Makefile.am (c_base_builddir): Remove redundant slash.
4978	(std_builddir): Likewise.
4979	(std_headers_rename): Fix cut-n-paste typo.
4980	(install-data-local): Concat path per element instead of once to
4981	first element of list.
4982	* include/Makefile.in: Rebuilt.
4983
49842002-01-22  Benjamin Kosnik  <bkoz@redhat.com>
4985
4986	* config/os/aix/bits/ctype_noninline.h: Fix formatting.
4987	* config/os/bsd/netbsd/bits/ctype_noninline.h: Fix typo.
4988	* config/os/bsd/freebsd/bits/ctype_noninline.h: Fix formatting.
4989
49902002-01-20  Benjamin Kosnik  <bkoz@redhat.com>
4991
4992	* include/bits/locale_facets.h (ctype<char>::classic_table):
4993	Remove definition.
4994	(ctype<char>::_S_ctable): Remove.
4995	* config/os/gnu-linux/bits/ctype_noninline.h
4996	(ctype<char>::_S_table): Remove definition.
4997	(ctype<char>::classic_table): Define.
4998	(ctype<char>::ctype): Replace _S_ctable with classic_table().
4999	* config/os/aix/bits/ctype_noninline.h: Same.
5000	* config/os/bsd/freebsd/bits/ctype_noninline.h: Same.
5001	* config/os/bsd/netbsd/bits/ctype_noninline.h: Same.
5002	* config/os/djgpp/bits/ctype_noninline.h: Same.
5003	* config/os/generic/bits/ctype_noninline.h: Same.
5004	* config/os/gnu-linux/bits/ctype_noninline.h: Same.
5005	* config/os/hpux/bits/ctype_noninline.h: Same.
5006	* config/os/irix/irix5.2/bits/ctype_noninline.h: Same.
5007	* config/os/irix/irix6.5/bits/ctype_noninline.h: Same.
5008	* config/os/mingw32/bits/ctype_noninline.h: Same.
5009	* config/os/newlib/bits/ctype_noninline.h: Same.
5010	* config/os/solaris/solaris2.5/bits/ctype_noninline.h: Same.
5011	* config/os/solaris/solaris2.6/bits/ctype_noninline.h: Same.
5012	* config/os/solaris/solaris2.7/bits/ctype_noninline.h: Same.
5013
50142002-01-20  Danny Smith  <dannysmith@users.sourceforge.net>
5015
5016	* config/os/mingw32/bits/ctype_noninline.h: Declare _ctype instead
5017	of _pctype. Use to define _S_ctable.  Add definition for alternate
5018	ctor.  Initialise _M_ctable to _S_ctable in ctors.
5019	(do_toupper, do_tolower): Use inline code appropriate for C-locale
5020	rather than ::toupper, ::tolower.
5021
50222002-01-18  Loren Rittle <ljrittle@acm.org>
5023
5024	* testsuite/18_support/numeric_limits.cc (test_extrema<long double>):
5025	Add specialization for FreeBSD systems only to avoid losing test
5026	only due to extra precision unmentioned in system headers.
5027
50282002-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
5029
5030	* config/os/irix/irix6.5/bits/ctype_noninline.h: Fix typo
5031
50322002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
5033
5034	* testsuite/testsuite_hooks.h: Fix comment typo.  Memory
5035	limiting is only attempted if _GLIBCPP_MEM_LIMIT is defined.
5036
50372002-01-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
5038
5039	* testsuite/22_locale/ctor_copy_dtor.cc: Remove check.
5040
50412002-01-17  David Edelsohn  <edelsohn@gnu.org>
5042
5043	* configure.target: Define OPT_LDFLAGS for AIX case.
5044
50452002-01-17  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
5046
5047	* include/std/std_limits.h (__glibcpp_float_has_quiet_NaN,
5048	__glibcpp_double_has_quiet_NaN): Correct mispelling.
5049
50502002-01-17  Andreas Tobler  <toa@pop.agri.ch>
5051
5052	* config/os/solaris/solaris2.6/bits/ctype_noninline.h: Fix.
5053
50542002-01-16  David Edelsohn  <dje@watson.ibm.com>
5055
5056	* acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES): Do not clear
5057	SECTION_LDFLAGS and OPT_LDFLAGS.  Fix ac_sectionLDflags type.
5058	* aclocal.m4: Regenerate.
5059	* configure: Regenerate.
5060
50612002-01-16  Benjamin Kosnik  <bkoz@redhat.com>
5062
5063	* include/Makefile.am (c_base_headers_rename): New.
5064	(c_base_headers_extra): New.
5065	(stamp-c_base): Modify.
5066	(install-data-local): Use both.
5067	* include/Makefile.in: Regenerate.
5068	* include/c/[cctype ciso646 cmath cstdarg cstdlib cerrno climits
5069	csetjmp cstddef cstring cwchar cassert cfloat clocale csignal
5070	cstdio ctime cwctype]: Move to..
5071	* include/c/std_*: Here.
5072	* include/c_std/[cctype ciso646 cmath cstdarg cstdlib cerrno climits
5073	csetjmp cstddef cstring cwchar cassert cfloat clocale csignal
5074	cstdio ctime cwctype]: Move to..
5075	* include/c_std/std_*: Here.
5076
5077	Alexandre Oliva  <aoliva@redhat.com>
5078	* include/Makefile.am (.PRECIOUS): Add rule.
5079	* include/Makefile.in: Regenerate.
5080
50812002-01-16  Benjamin Kosnik  <bkoz@redhat.com>
5082	    Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
5083
5084	* include/bits/stl_iterator.h (reverse_iterator::_M_current):
5085	Deuglify, should be current.
5086	(back_insert_iterator::_M_container): Deuglify, should be container.
5087	(front_insert_iterator::_M_container): Same.
5088	(insert_iterator::_M_container): Same.
5089	* testsuite/24_iterators/reverse_iterator.cc: Add check.
5090	* testsuite/24_iterators/back_insert_iterator.cc: Add check.
5091	* testsuite/24_iterators/front_insert_iterator.cc: Same.
5092	* testsuite/24_iterators/insert_iterator.cc: Same.
5093
50942002-01-16  Benjamin Kosnik  <bkoz@redhat.com>
5095
5096	* include/bits/locale_facets.h (ctype<char>::classic_table): Make
5097	static.
5098	(ctype<char>::_M_ctable): Make static, change name to _S_ctable.
5099	* config/os/gnu-linux/bits/ctype_noninline.h: Define _S_ctable.
5100	* config/os/solaris/solaris2.7/bits/ctype_noninline.h: Same.
5101	* config/os/solaris/solaris2.6/bits/ctype_noninline.h: Same.
5102	* config/os/solaris/solaris2.5/bits/ctype_noninline.h: Same.
5103	* config/os/newlib/bits/ctype_noninline.h: Same.
5104	* config/os/irix/irix6.5/bits/ctype_noninline.h: Same.
5105	* config/os/irix/irix5.2/bits/ctype_noninline.h: Same.
5106	* config/os/hpux/bits/ctype_noninline.h: Same.
5107	* config/os/djgpp/bits/ctype_noninline.h: Same.
5108	* config/os/bsd/netbsd/bits/ctype_noninline.h: Same.
5109	* config/os/bsd/freebsd/bits/ctype_noninline.h: Same.
5110	* config/os/aix/bits/ctype_noninline.h: Same.
5111
5112	Testcase by Dietmar K�hl via Peter Schmid
5113	* testsuite/22_locale/ctype_members_char.cc (char>): Add test for
5114	classic_table().
5115
51162002-01-16  Benjamin Kosnik  <bkoz@redhat.com>
5117
5118	* libmath/signbitl.c: Copyright years as list, not range.
5119	* libmath/Makefile.am: Same.
5120	* libmath/Makefie.in: Regenerate.
5121	* libmath/signbit.c: Same.
5122	* libmath/nan.c: Same.
5123	* libmath/copysignf.c: Same.
5124	* libmath/signbitf.c: Same.
5125	* testsuite/22_locale/money_get_members_char.cc: Same.
5126	* testsuite/22_locale/money_get_members_wchar_t.cc: Same.
5127	* testsuite/22_locale/money_put_members_char.cc: Same.
5128	* testsuite/22_locale/money_put_members_wchar_t.cc: Same.
5129	* testsuite/22_locale/time_get_members_char.cc: Same.
5130	* testsuite/22_locale/time_get_members_wchar_t.cc: Same.
5131	* testsuite/22_locale/time_put_members_char.cc: Same.
5132	* testsuite/22_locale/time_put_members_wchar_t.cc: Same.
5133	* testsuite/21_strings/nonmember.cc: Same.
5134	* testsuite/21_strings/compare.cc: Same.
5135	* testsuite/27_io/stringstream.cc: Same.
5136	* testsuite/27_io/stringbuf.cc: Same.
5137	* testsuite/27_io/filebuf.cc: Same.
5138	* testsuite/27_io/ios_manip_basefield.cc: Same.
5139	* testsuite/27_io/ios_manip_fmtflags.cc: Same.
5140	* include/bits/cpp_type_traits.h: Same.
5141	* include/bits/generic_shadow.h: Same.
5142	* include/bits/gslice_array.h: Same.
5143	* include/bits/gslice.h: Same.
5144	* include/bits/indirect_array.h: Same.
5145	* include/bits/slice_array.h: Same.
5146	* include/bits/sstream.tcc: Same.
5147	* include/bits/streambuf_iterator.h: Same.
5148	* include/bits/valarray_array.tcc: Same.
5149	* include/bits/valarray_meta.h: Same.
5150	* include/bits/valarray_array.h: Same.
5151	* config/os/mingw32/bits/ctype_noninline.h: Same.
5152	* config/os/mingw32/bits/ctype_base.h: Same.
5153	* config/os/hpux/bits/ctype_noninline.h: Same.
5154	* config/os/hpux/bits/ctype_base.h: Same.
5155	* config/os/gnu-linux/bits/ctype_noninline.h: Same.
5156	* config/os/gnu-linux/bits/ctype_base.h: Same.
5157	* config/os/generic/bits/ctype_noninline.h: Same.
5158	* config/os/generic/bits/ctype_base.h: Same.
5159
5160	* libsupc++/tinfo.h: Tweaks.
5161
51622002-01-15  Benjamin Kosnik  <bkoz@redhat.com>
5163
5164	* testsuite/22_locale/num_put_members_wchar_t.cc (test02): Same.
5165	* testsuite/22_locale/num_put_members_char.cc (test01): Tweak.
5166	* testsuite/22_locale/ctype_members_char.cc: Tweak.
5167
51682002-01-15  Benjamin Kosnik  <bkoz@redhat.com>
5169
5170	* include/bits/locale_facets.tcc (num_put::do_put(bool): Fix.
5171	(num_put::do_put(void*)): Fix.
5172	* testsuite/22_locale/num_put_members_char.cc (test02): Add.
5173	* testsuite/22_locale/num_put_members_wchar_t.cc (test02): Add.
5174	* testsuite/22_locale/num_get_members_char.cc (test02): Add
5175	long double, void, bool types.
5176	* testsuite/22_locale/num_get_members_wchar_t.cc (test02): Add.
5177
51782002-01-15  Benjamin Kosnik  <bkoz@redhat.com>
5179	    Alexandre Oliva  <aoliva@redhat.com>
5180
5181	* libmath/Makefile.am (LINK): Add --tag CC.
5182	* libmath/Makefile.in: Regenerate.
5183
51842002-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5185
5186	* config/os/hpux/bits/ctype_noninline.h: Use __SB_masks for address
5187	of character to attribute mapping table.
5188
51892002-01-15  David Billinghurst <David.Billinghurst@riotinto.com>
5190
5191	* testsuite/26_numerics/c99_classification_macros_c.cc
5192	Remove dg-error and dg-excess-errors comments.
5193
51942002-01-14  Benjamin Kosnik  <bkoz@redhat.com>
5195
5196	* include/bits/locale_facets.tcc (time_put::put): Correct output
5197	iterator positions.
5198	* testsuite/22_locale/time_put_members_char.cc (test02): Add.
5199	* testsuite/22_locale/time_put_members_wchar_t.cc (test02): Add.
5200	* testsuite/22_locale/time_get_members_wchar_t.cc (test06): Add.
5201	* testsuite/22_locale/time_get_members_char.cc (test06): Add.
5202
52032002-01-14  Craig Rodrigues  <rodrigc@gcc.gnu.org>
5204
5205	* docs/html/17_intro/porting-howto.xml: Update filebuf section.
5206
52072002-01-14  Paolo Carlini  <pcarlini@unitus.it>
5208	    Nathan Myers  <ncm@cantrip.org>
5209
5210	* include/bits/basic_string.h
5211	(replace(__pos, __n1, __s, __n2)): Optimize by avoiding
5212	temporaries (i.e., call _M_replace_safe) when possible.
5213	(replace(__pos, __n, __str)): Call replace(__pos, __n1, __s, __n2).
5214	(replace(__pos, __n1, __s)): Call replace(__pos, __n1, __s , __n2).
5215	(replace(__i1, __i2, __str)): Call replace(__i1, __i2, __s, __n).
5216	(replace(__i1, __i2, __s)): Call replace(__i1, __i2, __s, __n).
5217	(replace(__i1, __i2, __s, __n)): Call replace(__pos1, __n1, __s, __n2).
5218	* include/bits/basic_string.tcc
5219	(replace(__pos1, __n1, __str, __pos2, __n2)): Call
5220	replace(__pos, __n1, __s, __n2).
5221	* testsuite/21_strings/replace.cc (test03): New testcases.
5222
5223	* include/bits/basic_string.h (insert(__pos, __s, __n)):
5224	Adjust comparison wrt overflow.
5225
52262002-01-12  Benjamin Kosnik  <bkoz@redhat.com>
5227
5228	* include/Makefile.am (std_headers_rename): New variable.
5229	(install-data-local): Use it.
5230	* include/Makefile.in: Regenerate.
5231
52322002-01-12  Benjamin Kosnik  <bkoz@redhat.com>
5233
5234	* include/bits/locale_facets.tcc (money_put::do_put(string):
5235	Correct output iterator value.
5236	* testsuite/22_locale/money_put_members_char.cc (test03): Add.
5237	* testsuite/22_locale/money_put_members_wchar_t.cc: Same.
5238
52392002-01-11  Phil Edwards  <pme@gcc.gnu.org>
5240
5241	* include/Makefile.am, include/Makefile.in (stamp-std):  Fix typo from
5242	previous commit.
5243
52442002-01-11  Phil Edwards  <pme@gcc.gnu.org>
5245
5246	* include/Makefile.am (std_headers):  Update list with new names.
5247	(stamp-std):  Link to standardized name.
5248	* include/Makefile.in:  Regenerate.
5249
5250	* include/std/algorithm, include/std/bitset, include/std/complex,
5251	include/std/deque, include/std/fstream, include/std/functional,
5252	include/std/iomanip, include/std/ios, include/std/iosfwd,
5253	include/std/iostream, include/std/istream, include/std/iterator,
5254	include/std/limits, include/std/list, include/std/locale,
5255	include/std/map, include/std/memory, include/std/numeric,
5256	include/std/ostream, include/std/queue, include/std/set,
5257	include/std/sstream, include/std/stack, include/std/stdexcept,
5258	include/std/streambuf, include/std/string, include/std/utility,
5259	include/std/valarray, include/std/vector:  Rename to...
5260
5261	* include/std/std_algorithm.h, include/std/std_bitset.h,
5262	include/std/std_complex.h, include/std/std_deque.h,
5263	include/std/std_fstream.h, include/std/std_functional.h,
5264	include/std/std_iomanip.h, include/std/std_ios.h,
5265	include/std/std_iosfwd.h, include/std/std_iostream.h,
5266	include/std/std_istream.h, include/std/std_iterator.h,
5267	include/std/std_limits.h, include/std/std_list.h,
5268	include/std/std_locale.h, include/std/std_map.h,
5269	include/std/std_memory.h, include/std/std_numeric.h,
5270	include/std/std_ostream.h, include/std/std_queue.h,
5271	include/std/std_set.h, include/std/std_sstream.h,
5272	include/std/std_stack.h, include/std/std_stdexcept.h,
5273	include/std/std_streambuf.h, include/std/std_string.h,
5274	include/std/std_utility.h, include/std/std_valarray.h,
5275	include/std/std_vector.h:  ...this.
5276
52772002-01-11  Loren Rittle <ljrittle@acm.org>
5278
5279	* include/Makefile.am (extra_target_headers): New list of all
5280	target files built with ad hoc naming rules.
5281	(stamp-*): Handle LN_S failure in manner portable across make
5282	implementations.
5283	(install-data-local): Install header files from human-maintained
5284	file lists and directory components instead of non-robust find.
5285	* include/Makefile.in: Rebuilt.
5286
52872002-01-11  Benjamin Kosnik  <bkoz@redhat.com>
5288
5289	* include/bits/locale_facets.tcc (money_get::do_get(string)):
5290	Check for zero-length negative sign before adding it to output
5291	string.
5292	(money_get::do_get(long double)): Return beg.
5293	* testsuite/22_locale/money_get_members_char.cc (test02): Add
5294	iterator checks.
5295	* testsuite/22_locale/money_get_members_wchar_t.cc: Same.
5296
52972002-01-10  David Seymour  <seymour_dj@yahoo.com>
5298
5299	libstdc++/5331
5300	* include/bits/locale_facets.h (num_get<>): Return advanced iterator
5301	for _M_extract_float and _M_extract_int
5302	* include/bits/locale_facets.tcc (num_get<>::_M_extract_float)
5303	(num_get<>::_M_extract_int): Likewise, all callers changed
5304	* testsuite/22_locale/num_get_members_char.cc: Testcase
5305
53062002-01-09  Paolo Carlini <pcarlini@unitus.it>
5307
5308	* libsupc++/exception (bad_exception): Add comment.
5309	* libsupc++/new (bad_alloc): Same.
5310	* libsupc++/typeinfo (bad_cast, bad_typeid): Same.
5311
53122002-01-09  Paolo Carlini <pcarlini@unitus.it>
5313
5314	libstdc++/3150: revert 2001-11-30 commit. DR266 only means
5315	that the destructors should be removed from the descriptions
5316	in the standard: writing them explicitly allows the vtable
5317	heuristic to work. For additional information see:
5318	http://gcc.gnu.org/ml/libstdc++/2002-01/msg00090.html
5319	http://gcc.gnu.org/ml/libstdc++/2002-01/msg00110.html
5320	http://gcc.gnu.org/ml/libstdc++/2002-01/msg00155.html
5321	* libsupc++/exception (bad_exception::~bad_exception()):
5322	Reintroduce declaration.
5323	* libsupc++/new (bad_alloc::~bad_alloc()): Same.
5324	* libsupc++/typeinfo (bad_cast::~bad_cast()): Same.
5325	(bad_typeid::~bad_typeid()): Same.
5326	* libsupc++/eh_exception.cc (bad_exception::~bad_exception()):
5327	Reintroduce definition.
5328	* libsupc++/new_handler.cc (bad_alloc::~bad_alloc()): Same.
5329	* libsupc++/tinfo.cc (bad_cast::~bad_cast()): Same.
5330	(bad_typeid::~bad_typeid()): Same.
5331
53322002-01-09  Benjamin Kosnik  <bkoz@redhat.com>
5333
5334	* include/Makefile.am (c_base_srcdir): Remove duplicate '/'.
5335	* include/Makefile.in: Regenerate.
5336
53372002-01-09  Bo Thorsen  <bo@suse.co.uk>
5338
5339	* config/cpu/x86-64/bits/cpu_limits.h (__glibcpp_long_bits): Add
5340	definition.
5341
53422002-01-08  Benjamin Kosnik  <bkoz@redhat.com>
5343
5344	libstdc++/2913
5345	libstdc++/4879
5346	* include/bits/fstream.tcc (filebuf::_M_really_overflow): Test
5347	return value of _M_file->sync().
5348	(filebuf::showmanyc): Check for is_open.
5349	* include/std/fstream (filebuf::sync): Tweak.
5350	* testsuite/27_io/filebuf.cc: Tweak.
5351
53522002-01-08  John Fardo  <jfardo@laurelnetworks.com>
5353	    Brad Garcia  <garsh@attbi.com>
5354
5355	* testsuite/27_io/filebuf_members.cc: Add test.
5356
53572002-01-07  Benjamin Kosnik  <bkoz@redhat.com>
5358 	    Craig Rodrigues  <rodrigc@mediaone.net>
5359
5360	libstdc++/5174
5361	* po/Makefile.am (mkinstalldirs): Add.
5362	* po/Makefile.in: Regenerate.
5363
53642002-01-07  David Billinghurst  <David.Billinghurst@riotinto.com>
5365
5366	* testsuite_flags.in: Add -fmessage-length=0 to CXXFLAGS *
5367	testsuite/lib/prune.exp: Delete lines ":In function ..."  from
5368	compiler output.
5369	* testsuite/23_containers/map_operators.cc: Remove
5370	dg-excess-errors comment.
5371	* testsuite/23_containers/set_operators.cc: Likewise.
5372
53732002-01-06  Paolo Carlini  <pcarlini@unitus.it>
5374
5375	* include/bits/stl_function.h:  Remove two lines of comments;
5376	adjust copyright years.
5377
53782002-01-04  Benjamin  Kosnik  <bkoz@redhat.com>
5379
5380	* include/Makefile.am (std_headers): Remove cXXX from list.
5381	(c_base_srcdir): No bits subdirectory.
5382	(c_base_builddir): Same.
5383	(c_base_headers): Adjust names, add ciso646.
5384	(bits_headers): Remove std_xxx.h headers.
5385	* include/Makefile.in: Regenerate.
5386
5387	* include/ext/iterator: Adjust includes.
5388	* include/ext/ropeimpl.h: Same.
5389	* include/ext/stl_hash_fun.h: Same.
5390	* include/ext/algorithm: Same.
5391
5392	* include/backward/bvector.h: Adjust includes.
5393	* include/backward/vector.h: Same.
5394	* include/backward/strstream: Same.
5395	* include/backward/streambuf.h: Same.
5396	* include/backward/stack.h: Same.
5397	* include/backward/set.h: Same.
5398	* include/backward/queue.h: Same.
5399	* include/backward/multiset.h: Same.
5400	* include/backward/multimap.h: Same.
5401	* include/backward/map.h: Same.
5402	* include/backward/list.h: Same.
5403	* include/backward/iterator.h: Same.
5404	* include/backward/iostream.h: Same.
5405	* include/backward/iomanip.h: Same.
5406	* include/backward/fstream.h: Same.
5407	* include/backward/deque.h: Same.
5408	* include/backward/complex.h: Same.
5409
5410	* include/bits/std_algorithm.h: Move to...
5411	* include/std/algorithm: ...here.
5412	* include/bits/std_iosfwd.h, std_locale.h, std_stack.h,
5413	std_bitset.h, std_ios.h, std_map.h, std_stdexcept.h,
5414	std_complex.h, std_iostream.h, std_memory.h, std_streambuf.h,
5415	std_deque.h, std_istream.h, std_numeric.h, std_string.h,
5416	std_fstream.h, std_ostream.h, std_utility.h, std_iterator.h,
5417	std_queue.h, std_valarray.h, std_functional.h, std_limits.h,
5418	std_set.h, std_vector.h, std_iomanip.h, std_list.h, std_sstream.h:
5419	Same.
5420
5421	* include/c_std/bits/std_cassert.h: Move to...
5422	* include/c_std/cassert: Here.
5423	* include/c_std/std_cctype.h, std_cerrno.h, std_cfloat.h,
5424	std_climits.h, std_clocale.h, std_cmath.h, std_csetjmp.h,
5425	std_csignal.h, std_cstdarg.h, std_cstddef.h, std_cstdio.h,
5426	std_cstdlib.h, std_cstring.h, std_ctime.h, std_cwchar.h,
5427	std_cwctype.h: Same.
5428	* include/c_std/cmath: Adjust cmath.tcc include.
5429	* include/c_std/cstdlib: Adjust includes.
5430	* include/c_std/cwchar: Same.
5431	* include/c_std/ctime: Same.
5432	* include/c_std/cstring: Same.
5433	* include/c_std/cstdio: Same.
5434	* include/c_std/bits: Remove directory.
5435
5436	* include/c/bits/std_cassert.h: Move to...
5437	* include/c/cassert: Here.
5438	* include/c/std_cctype.h, std_cerrno.h, std_cfloat.h,
5439	std_climits.h, std_clocale.h, std_cmath.h, std_csetjmp.h,
5440	std_csignal.h, std_cstdarg.h, std_cstddef.h, std_cstdio.h,
5441	std_cstdlib.h, std_cstring.h, std_ctime.h, std_cwchar.h,
5442	std_cwctype.h: Same.
5443	* include/c/bits: Remove directory.
5444
5445	* include/std/cwctype: Remove.
5446	* include/std/cwchar: Remove.
5447	* include/std/ctime: Remove.
5448	* include/std/cstring: Remove.
5449	* include/std/cstdlib: Remove.
5450	* include/std/cstdio: Remove.
5451	* include/std/cstddef: Remove.
5452	* include/std/cstdarg: Remove.
5453	* include/std/csignal: Remove.
5454	* include/std/csetjmp: Remove.
5455	* include/std/cmath: Remove.
5456	* include/std/clocale: Remove.
5457	* include/std/climits: Remove.
5458	* include/std/ciso646: Remove.
5459	* include/std/cfloat: Remove.
5460	* include/std/cerrno: Remove.
5461	* include/std/cctype: Remove.
5462	* include/std/cassert: Remove.
5463
5464	* include/bits/fpos.h: Adjust includes, removing <bits/std_xxx.h>
5465	files and subsituting <xxx>.
5466	* include/bits/valarray_array.h: Same.
5467	* include/bits/stl_uninitialized.h: Same.
5468	* include/bits/stl_alloc.h: Same.
5469	* include/bits/stl_algobase.h: Same.
5470	* include/bits/sstream.tcc: Same.
5471	* include/bits/pthread_allocimpl.h: Same.
5472	* include/bits/ostream.tcc: Same.
5473	* include/bits/localefwd.h: Same.
5474	* include/bits/locale_facets.tcc: Same.
5475	* include/bits/locale_facets.h: Same.
5476	* include/bits/istream.tcc: Same.
5477	* include/bits/char_traits.h: Same.
5478	* include/bits/boost_concept_check.h: Same.
5479	* include/bits/basic_file.h: Same.
5480	* include/std/bitset: Same.
5481	* include/std/complex: Same.
5482	* include/std/fstream: Same.
5483	* include/std/functional: Same.
5484	* include/std/ios: Same.
5485	* include/std/iostream: Same.
5486	* include/std/ostream: Same.
5487	* include/std/sstream: Same.
5488	* include/std/streambuf: Same.
5489	* include/std/string: Same.
5490	* include/std/iterator: Same.
5491	* include/std/valarray: Same.
5492
5493	* src/ios.cc: Adjust includes.
5494	* src/valarray-inst.cc: Same.
5495	* src/string-inst.cc: Same.
5496	* src/stl-inst.cc: Same.
5497	* src/stdexcept.cc: Same.
5498	* src/misc-inst.cc: Same.
5499	* src/localename.cc: Same.
5500	* src/locale-inst.cc: Same.
5501	* src/locale.cc: Same.
5502	* src/limits.cc: Same.
5503	* src/concept-inst.cc: Same.
5504	* src/complex_io.cc: Same.
5505	* src/codecvt.cc: Same.
5506	* src/bitset.cc: Same.
5507	* src/cmath.cc: Same.
5508
55092002-01-04  Paolo Carlini  <pcarlini@unitus.it>
5510
5511	* include/bits/stl_tree.h (rb_tree):  Move to...
5512	* include/ext/rb_tree:  ...here, new file.
5513	* include/Makefile.am (ext_headers):  Add new file.
5514	* include/Makefile.in:  Regenerate.
5515	* include/bits/stl_tempbuf.h (get_temporary_buffer + helper,
5516	return_temporary_buffer, struct temporary_buffer):  Move to...
5517	* include/ext/memory:  ...here.
5518	* testsuite/ext/headers.cc:  Include <ext/rb_tree>.
5519	* include/backward/tempbuf.h:  Include <ext/memory>, tweak.
5520	* include/backward/tree.h:  Include <ext/rb_tree), tweak.
5521
55222002-01-03  Paolo Carlini  <pcarlini@unitus.it>
5523
5524	* include/bits/stl_numeric.h (power + helpers, iota):  Move to...
5525	* include/ext/numeric:  ...here, new file.
5526	* include/bits/stl_function.h (identity_element, unary_compose,
5527	binary_compose, compose1, compose2, identity, select1st,
5528	select2nd, project1st + helper, project2nd + helper,
5529	constant_void_fun + helper, constant_unary_fun + helper,
5530	costant_binary_fun + helper, constant0, constant1, constant2,
5531	subtractive_rng, mem_fun1, mem_fun1_ref):  Move to...
5532	* include/ext/functional:  ...here, new file.
5533	* include/Makefile.am (ext_headers):  Add new files.
5534	* include/Makefile.in:  Regenerate.
5535	* testsuite/ext/headers.cc:  Include <ext/numeric> and
5536	<ext/functional>.
5537	* include/backward/algo.h:  Include <ext/numeric>, tweak.
5538	* include/backward/function.h:  Include <ext/functional>, tweak.
5539	* include/ext/ropeimpl.h:  Include <ext/numeric>.
5540
55412002-01-03  Jeffrey A Law  <law@redhat.com>
5542
5543	* config/os/hpux/bits/os_defines.h: Prefix __strtoll and
5544	__strtoull declarations with __extension__.
5545
55462002-01-03  David Billinghurst <David.Billinghurst@riotinto.com>
5547
5548	* testsuite/lib/prune.exp: Correct regular expression for
5549	-ffunction-sections
5550
55512002-01-02  Phil Edwards  <pme@gcc.gnu.org>
5552
5553	* include/bits/stl_algo.h (upper_bound, equal_range, binary_search):
5554	Change concept checks, as with lower_bound and PR 2054.
5555	* testsuite/ext/concept_checks.cc:  Expand test to include those.
5556
55572002-01-02  Phil Edwards  <pme@gcc.gnu.org>
5558
5559	* include/bits/boost_concept_check.h:  Import some changes from
5560	upsteam (Boost) version.
5561
55622002-01-02  Paolo Carlini  <pcarlini@unitus.it>
5563
5564	* include/bits/stl_algobase.h (copy_n + helpers,
5565	lexicographical_compare_3way + helpers):  Move to...
5566	* include/ext/algorithm:  ...here.
5567	* include/bits/stl_uninitialized.h (uninitialized_copy_n +
5568	helpers):  Move to...
5569	* include/ext/memory:  ...here, new file.
5570	* include/Makefile.am (ext_headers):  Add new file.
5571	* include/Makefile.in:  Regenerate.
5572	* testsuite/ext/headers.cc:  Include <ext/memory>.
5573	* include/backward/algobase.h:  Include <ext/memory> and
5574	<ext/algorithm>, tweak.
5575	* include/ext/ropeimpl.h:  Include <ext/memory>, tweak.
5576	* include/ext/stl_rope.h:  Include <ext/memory>, tweak.
5577
55782002-01-01  Roger Sayle <roger@eyesopen.com>
5579
5580	* libmath/stubs.c (sinf,cosf): Implement stubs to enable the
5581	equivalent ___builtin__ versions.
5582
5583	* include/c_shadow/bits/std_cmath.h: All __builtin math functions
5584	are available in libstdc++ as the necessary stub implementations
5585	are provided by libmath/stubs.c.
5586
55872002-01-01  Jason Thorpe  <thorpej@wasabisystems.com>
5588
5589	* configure.in: Add support for NetBSD cross compiles.
5590	* configure: Regenerate.
5591