This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc/libstdc++-v3 ChangeLog include/bits/basic_ ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	bkoz@gcc.gnu.org	2001-10-19 11:39:00

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/include/bits: basic_string.tcc locale_facets.h 
	                           locale_facets.tcc localefwd.h 
	                           std_complex.h std_limits.h stl_algo.h 
	                           stl_bvector.h stl_iterator.h 
	                           stl_raw_storage_iter.h type_traits.h 

Log message:
	2001-08-19  Brendan Kehoe  <brendan@zen.org>
	
	* include/bits/std_complex.h: Default initialize second argument
	of polar to 0, as specified in Library DR #79
	
	2001-10-19  Brendan Kehoe  <brendan@zen.org>
	
	* include/bits/stl_raw_storage_iter.h (operator=): Fix to call
	_Construct instead of construct.
	
	2001-10-19  Brendan Kehoe  <brendan@zen.org>
	
	* include/bits/basic_string.tcc (find_first_not_of): Take out check for
	__n being non-zero, since the standard does not mandate that.
	e.g., a search for "" in "" should yield position 0, not npos.
	(find_last_not_of): Likewise.
	
	2001-10-19  Brendan Kehoe  <brendan@zen.org>
	
	* include/bits/stl_bvector.h (vector<bool>::_M_range_check): Fix
	to throw out_of_range, not range_error, thus sayeth $23.1.1.13.
	
	2001-10-19  Brendan Kehoe  <brendan@zen.org>
	
	* include/bits/stl_iterator.h (reverse_iterator::current): Rename
	member from _M_current, and change all uses; thus sayeth $24.4.1.1.
	
	2001-10-19  Brendan Kehoe  <brendan@zen.org>
	
	* include/bits/stl_algo.h (partial_sort): Add missing `>' on the
	template parameter _ValueType.
	
	2001-10-19  Brendan Kehoe  <brendan@zen.org>
	
	* include/bits/std_limits.h: Clean up extra semicolons.
	* include/bits/locale_facets.h: Likewise.
	* include/bits/type_traits.h: Likewise.
	
	2001-10-19  Brendan Kehoe  <brendan@zen.org>
	
	* include/bits/localefwd.h (locale::combine): Add const for lib DR 14.
	* include/bits/locale_facets.tcc (locale::combine): Likewise.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.812&r2=1.813
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/basic_string.tcc.diff?cvsroot=gcc&r1=1.6&r2=1.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/locale_facets.h.diff?cvsroot=gcc&r1=1.24&r2=1.25
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/locale_facets.tcc.diff?cvsroot=gcc&r1=1.29&r2=1.30
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/localefwd.h.diff?cvsroot=gcc&r1=1.19&r2=1.20
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/std_complex.h.diff?cvsroot=gcc&r1=1.18&r2=1.19
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/std_limits.h.diff?cvsroot=gcc&r1=1.6&r2=1.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_algo.h.diff?cvsroot=gcc&r1=1.11&r2=1.12
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_bvector.h.diff?cvsroot=gcc&r1=1.5&r2=1.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_iterator.h.diff?cvsroot=gcc&r1=1.13&r2=1.14
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_raw_storage_iter.h.diff?cvsroot=gcc&r1=1.6&r2=1.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/type_traits.h.diff?cvsroot=gcc&r1=1.7&r2=1.8


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]