gcc/libstdc++-v3 ChangeLog ChangeLog.libstdcxx ...

paolo@gcc.gnu.org paolo@gcc.gnu.org
Sun Jan 9 19:11:00 GMT 2005


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	libstdcxx_so_7-branch
Changes by:	paolo@gcc.gnu.org	2005-01-09 19:11:26

Modified files:
	libstdc++-v3   : ChangeLog ChangeLog.libstdcxx_so_7-branch 
	                 acinclude.m4 config.h.in configure configure.ac 
	libstdc++-v3/include: Makefile.am Makefile.in 
	libstdc++-v3/include/bits: c++config codecvt.h fstream.tcc 
	                           istream.tcc stl_algobase.h 
	libstdc++-v3/include/std: std_fstream.h 
	libstdc++-v3/include/tr1: type_traits 
	libstdc++-v3/src: bitmap_allocator.cc codecvt.cc istream.cc 
	libstdc++-v3/testsuite: testsuite_abi.cc testsuite_abi.h 
	                        testsuite_hooks.cc testsuite_hooks.h 
	libstdc++-v3/testsuite/27_io/basic_filebuf/close/char: 4879.cc 
	                                                       9964.cc 
	libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char: 
	                                                       13171-2.cc 
	                                                       13582-2.cc 
	libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t: 
	                                                          14975-2.cc 
	libstdc++-v3/testsuite/27_io/basic_filebuf/open/char: 9507.cc 
	libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/char: 
	                                                           10097.cc 
	libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/char: 
	                                                                      1.cc 
	libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/wchar_t: 
	                                                                         1.cc 
	libstdc++-v3/testsuite/27_io/objects/char: 7.cc 9661-1.cc 
	libstdc++-v3/testsuite/27_io/objects/wchar_t: 7.cc 9661-1.cc 
	libstdc++-v3/testsuite/ext/enc_filebuf/char: 13189.cc 
	libstdc++-v3/testsuite/ext/enc_filebuf/wchar_t: 13189.cc 
	libstdc++-v3/testsuite/tr1/4_metaprogramming/composite_type_traits/is_member_pointer: 
	                                                                                      is_member_pointer.cc 
	libstdc++-v3/testsuite/tr1/4_metaprogramming/composite_type_traits/is_scalar: 
	                                                                              is_scalar.cc 
	libstdc++-v3/testsuite/tr1/4_metaprogramming/primary_type_categories/is_enum: 
	                                                                              is_enum.cc 
	libstdc++-v3/testsuite/tr1/4_metaprogramming/primary_type_categories/is_member_function_pointer: 
	                                                                                                 is_member_function_pointer.cc 
	libstdc++-v3/testsuite/tr1/4_metaprogramming/primary_type_categories/is_member_object_pointer: 
	                                                                                               is_member_object_pointer.cc 
	libstdc++-v3/testsuite/tr1/4_metaprogramming/type_properties/has_nothrow_assign: 
	                                                                                 has_nothrow_assign.cc 
	libstdc++-v3/testsuite/tr1/4_metaprogramming/type_properties/has_nothrow_constructor: 
	                                                                                      has_nothrow_constructor.cc 
	libstdc++-v3/testsuite/tr1/4_metaprogramming/type_properties/has_nothrow_copy: 
	                                                                               has_nothrow_copy.cc 
	libstdc++-v3/testsuite/tr1/4_metaprogramming/type_properties/has_trivial_assign: 
	                                                                                 has_trivial_assign.cc 
	libstdc++-v3/testsuite/tr1/4_metaprogramming/type_properties/has_trivial_constructor: 
	                                                                                      has_trivial_constructor.cc 
	libstdc++-v3/testsuite/tr1/4_metaprogramming/type_properties/has_trivial_copy: 
	                                                                               has_trivial_copy.cc 
	libstdc++-v3/testsuite/tr1/4_metaprogramming/type_properties/has_trivial_destructor: 
	                                                                                     has_trivial_destructor.cc 
	libstdc++-v3/testsuite/tr1/4_metaprogramming/type_properties/is_pod: 
	                                                                     is_pod.cc 
Added files:
	libstdc++-v3   : ChangeLog-2004 
	libstdc++-v3/include/ext: codecvt_specializations.h 
	libstdc++-v3/testsuite/27_io/basic_istream/ignore/char: 4.cc 
	libstdc++-v3/testsuite/27_io/basic_istream/ignore/wchar_t: 4.cc 
Removed files:
	libstdc++-v3/config/locale/generic: codecvt_specializations.h 
	libstdc++-v3/config/locale/ieee_1003.1-2001: 
	                                             codecvt_specializations.h 
	libstdc++-v3/include/ext: enc_filebuf.h 

Log message:
	2005-01-09  Paolo Carlini  <pcarlini@suse.de>
	
	Merged to mainline at tag libstdcxx_so_7-merge-20050109.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog-2004.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=NONE&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.2456.2.13&r2=1.2456.2.14
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.libstdcxx_so_7-branch.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.1.2.20&r2=1.1.2.21
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/acinclude.m4.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.288.4.6&r2=1.288.4.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config.h.in.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.83.2.3&r2=1.83.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/configure.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.384.4.10&r2=1.384.4.11
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/configure.ac.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.18.4.6&r2=1.18.4.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/locale/generic/codecvt_specializations.h.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/locale/ieee_1003.1-2001/codecvt_specializations.h.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.13.4.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/Makefile.am.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.79.4.8&r2=1.79.4.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/Makefile.in.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.101.4.8&r2=1.101.4.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/c++config.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.1079.2.13&r2=1.1079.2.14
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/codecvt.h.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.28.4.2&r2=1.28.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/fstream.tcc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.121.2.4&r2=1.121.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/istream.tcc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.61.6.4&r2=1.61.6.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_algobase.h.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.30.6.3&r2=1.30.6.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/ext/codecvt_specializations.h.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/ext/enc_filebuf.h.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.4.12.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/std/std_fstream.h.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.61.14.3&r2=1.61.14.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/tr1/type_traits.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.1.2.2&r2=1.1.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/bitmap_allocator.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.3.6.2&r2=1.3.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/codecvt.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.20.4.1&r2=1.20.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/istream.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.1.2.2&r2=1.1.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/testsuite_abi.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.4.8.5&r2=1.4.8.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/testsuite_abi.h.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.1.26.1&r2=1.1.26.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/testsuite_hooks.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.21.4.2&r2=1.21.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/testsuite_hooks.h.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.27.4.3&r2=1.27.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/4879.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.4&r2=1.4.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/9964.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.6&r2=1.6.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/13171-2.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.3&r2=1.3.18.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/13582-2.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.2&r2=1.2.24.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t/14975-2.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.1&r2=1.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/open/char/9507.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.6&r2=1.6.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/char/10097.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.5&r2=1.5.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/char/1.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.2&r2=1.2.20.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/ignore/char/4.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=NONE&r2=1.1.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/ignore/wchar_t/4.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=NONE&r2=1.1.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/char/7.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.5&r2=1.5.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/char/9661-1.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.5&r2=1.5.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/wchar_t/7.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.3&r2=1.3.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/objects/wchar_t/9661-1.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.3&r2=1.3.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/enc_filebuf/char/13189.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.4&r2=1.4.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/enc_filebuf/wchar_t/13189.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.4&r2=1.4.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/tr1/4_metaprogramming/composite_type_traits/is_member_pointer/is_member_pointer.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/tr1/4_metaprogramming/composite_type_traits/is_scalar/is_scalar.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/tr1/4_metaprogramming/primary_type_categories/is_enum/is_enum.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/tr1/4_metaprogramming/primary_type_categories/is_member_function_pointer/is_member_function_pointer.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/tr1/4_metaprogramming/primary_type_categories/is_member_object_pointer/is_member_object_pointer.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/tr1/4_metaprogramming/type_properties/has_nothrow_assign/has_nothrow_assign.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/tr1/4_metaprogramming/type_properties/has_nothrow_constructor/has_nothrow_constructor.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.1.4.1&r2=1.1.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/tr1/4_metaprogramming/type_properties/has_nothrow_copy/has_nothrow_copy.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/tr1/4_metaprogramming/type_properties/has_trivial_assign/has_trivial_assign.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/tr1/4_metaprogramming/type_properties/has_trivial_constructor/has_trivial_constructor.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/tr1/4_metaprogramming/type_properties/has_trivial_copy/has_trivial_copy.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/tr1/4_metaprogramming/type_properties/has_trivial_destructor/has_trivial_destructor.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/tr1/4_metaprogramming/type_properties/is_pod/is_pod.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.1.6.1&r2=1.1.6.2



More information about the Libstdc++-cvs mailing list