This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC 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/ext/pod_cha ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-4_0-branch
Changes by:	bkoz@gcc.gnu.org	2005-05-09 18:39:08

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/include/ext: pod_char_traits.h 
	libstdc++-v3/testsuite: testsuite_character.cc 
	                        testsuite_character.h 
	libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/pod: 
	                                                                         10081-in.cc 
	                                                                         10081-out.cc 
	libstdc++-v3/testsuite/22_locale/numpunct/members/pod: 1.cc 2.cc 
	libstdc++-v3/testsuite/27_io/basic_filebuf/close: 12790-1.cc 
	libstdc++-v3/testsuite/27_io/basic_filebuf/open: 12790-1.cc 
	libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff: 12790-1.cc 
	                                                    12790-2.cc 
	                                                    12790-3.cc 
	                                                    12790-4.cc 
	libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos: 12790-1.cc 
	                                                    12790-2.cc 
	                                                    12790-3.cc 
	libstdc++-v3/testsuite/27_io/basic_ios/imbue: 14072.cc 
	libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/pod: 
	                                                                      3983-1.cc 
	libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/pod: 
	                                                                     3983-2.cc 
	libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/pod: 
	                                                                 3983-3.cc 
	libstdc++-v3/testsuite/27_io/basic_istream/sentry/pod: 1.cc 
	libstdc++-v3/testsuite/27_io/basic_ostream/sentry/pod: 1.cc 

Log message:
	2005-05-09  Benjamin Kosnik  <bkoz@redhat.com>
	
	* include/ext/pod_char_traits.h (__gnu_cxx::character): Add char_type.
	(character::to): New.
	(character::from): New.
	(operator==): Add state parameter.
	(operator<): Same.
	(char_traits::copy): Use std::copy.
	(char_traits::assign): Use std::fill_n.
	(char_traits::to_char_type): Use character::from.
	(char_traits::to_int_type): Use character::to.
	* testsuite/testsuite_character.h (__gnu_test::character): Remove.
	(__gnu_test::conversion_state): Remove.
	(__gnu_test::pod_char): Remove.
	(pod_char): New typedef.
	(pod_uchar): New typedef.
	(pod_ushort): New typedef.
	* testsuite/testsuite_character.cc: Fixups.
	* testsuite/21_strings/basic_string/inserters_extractors/pod/
	10081-in.cc: Same.
	* testsuite/21_strings/basic_string/inserters_extractors/pod/
	10081-out.cc: Same.
	* testsuite/22_locale/numpunct/members/pod/1.cc: Same.
	* testsuite/22_locale/numpunct/members/pod/2.cc: Same.
	* testsuite/27_io/basic_filebuf/close/12790-1.cc: Same.
	* testsuite/27_io/basic_filebuf/open/12790-1.cc: Same.
	* testsuite/27_io/basic_filebuf/seekoff/12790-1.cc: Same.
	* testsuite/27_io/basic_filebuf/seekoff/12790-2.cc: Same.
	* testsuite/27_io/basic_filebuf/seekoff/12790-3.cc: Same.
	* testsuite/27_io/basic_filebuf/seekoff/12790-4.cc: Same.
	* testsuite/27_io/basic_filebuf/seekpos/12790-1.cc: Same.
	* testsuite/27_io/basic_filebuf/seekpos/12790-2.cc: Same.
	* testsuite/27_io/basic_filebuf/seekpos/12790-3.cc: Same.
	* testsuite/27_io/basic_ios/imbue/14072.cc: Same.
	* testsuite/27_io/basic_istream/extractors_arithmetic/pod/
	3983-1.cc: Same.
	* testsuite/27_io/basic_istream/extractors_character/pod/
	3983-2.cc: Same.
	* testsuite/27_io/basic_istream/extractors_other/pod/3983-3.cc: Same.
	* testsuite/27_io/basic_istream/sentry/pod/1.cc: Same.
	* testsuite/27_io/basic_ostream/sentry/pod/1.cc: Same.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.2917.2.42&r2=1.2917.2.43
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/ext/pod_char_traits.h.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.6&r2=1.6.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/testsuite_character.cc.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.3.4.1&r2=1.3.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/testsuite_character.h.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.2.54.1&r2=1.2.54.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/pod/10081-in.cc.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.1.84.1&r2=1.1.84.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/pod/10081-out.cc.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.1.84.1&r2=1.1.84.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/numpunct/members/pod/1.cc.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.3.76.1&r2=1.3.76.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/numpunct/members/pod/2.cc.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.4.48.1&r2=1.4.48.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/close/12790-1.cc.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.1&r2=1.1.80.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/open/12790-1.cc.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.1&r2=1.1.80.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/12790-1.cc.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.1&r2=1.1.80.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/12790-2.cc.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.1&r2=1.1.80.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/12790-3.cc.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.1&r2=1.1.80.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/12790-4.cc.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.1&r2=1.1.80.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/12790-1.cc.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.1&r2=1.1.80.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/12790-2.cc.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.1&r2=1.1.80.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/12790-3.cc.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.1&r2=1.1.80.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ios/imbue/14072.cc.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.1&r2=1.1.64.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/pod/3983-1.cc.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.1.84.1&r2=1.1.84.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/pod/3983-2.cc.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.1.84.1&r2=1.1.84.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/pod/3983-3.cc.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.1.84.1&r2=1.1.84.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/sentry/pod/1.cc.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.1.84.1&r2=1.1.84.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/pod/1.cc.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.1.84.1&r2=1.1.84.2


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