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 acinclude.m4 config ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	cxx-reflection-branch
Changes by:	gdr@gcc.gnu.org	2004-10-30 22:17:38

Modified files:
	libstdc++-v3   : ChangeLog acinclude.m4 configure configure.host 
	                 fragment.am 
	libstdc++-v3/docs/html/20_util: allocator.html 
	libstdc++-v3/include: Makefile.am Makefile.in 
	libstdc++-v3/include/bits: basic_string.h basic_string.tcc 
	                           c++config locale_facets.tcc 
	                           stl_algo.h vector.tcc 
	libstdc++-v3/include/ext: array_allocator.h bitmap_allocator.h 
	                          malloc_allocator.h mt_allocator.h 
	                          new_allocator.h pool_allocator.h 
	libstdc++-v3/libsupc++: del_op.cc del_opnt.cc del_opv.cc 
	                        del_opvnt.cc new_op.cc new_opnt.cc 
	                        new_opv.cc new_opvnt.cc 
	libstdc++-v3/scripts: testsuite_flags.in 
	libstdc++-v3/testsuite: Makefile.am Makefile.in 
	                        testsuite_allocator.h 
	libstdc++-v3/testsuite/21_strings/basic_string/append/char: 1.cc 
	libstdc++-v3/testsuite/21_strings/basic_string/append/wchar_t: 
	                                                               1.cc 
	libstdc++-v3/testsuite/21_strings/basic_string/assign/char: 3.cc 
	libstdc++-v3/testsuite/21_strings/basic_string/assign/wchar_t: 
	                                                               3.cc 
	libstdc++-v3/testsuite/22_locale/locale/cons: 12658_thread-1.cc 
	libstdc++-v3/testsuite/ext/debug_allocator: check_new.cc 
	libstdc++-v3/testsuite/ext/malloc_allocator: check_new.cc 
	libstdc++-v3/testsuite/ext/mt_allocator: 
	                                         check_deallocate_null.cc 
	                                         check_deallocate_null_thread.cc 
	                                         check_new.cc 
	                                         deallocate_global-2.cc 
	                                         deallocate_global-4.cc 
	                                         deallocate_global_thread-1.cc 
	                                         deallocate_global_thread-3.cc 
	                                         deallocate_local-2.cc 
	                                         deallocate_local-4.cc 
	                                         deallocate_local_thread-1.cc 
	                                         deallocate_local_thread-3.cc 
	                                         instantiate.cc 
	                                         tune-1.cc tune-2.cc 
	                                         tune-3.cc tune-4.cc 
	libstdc++-v3/testsuite/ext/pool_allocator: check_new.cc 
	libstdc++-v3/testsuite/lib: libstdc++.exp 
Added files:
	libstdc++-v3/testsuite/21_strings/basic_string/append/char: 2.cc 
	                                                            3.cc 
	libstdc++-v3/testsuite/21_strings/basic_string/append/wchar_t: 
	                                                               2.cc 
	                                                               3.cc 
	libstdc++-v3/testsuite/ext/debug_allocator: check_delete.cc 
	libstdc++-v3/testsuite/ext/malloc_allocator: 
	                                             check_allocate_max_size.cc 
	                                             check_delete.cc 
	libstdc++-v3/testsuite/ext/mt_allocator: 
	                                         check_allocate_max_size.cc 
	                                         check_delete.cc 
	libstdc++-v3/testsuite/ext/pool_allocator: 
	                                           check_allocate_max_size.cc 
	                                           check_delete.cc 

Log message:
	

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2677.2.1&r2=1.2677.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/acinclude.m4.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.297.4.1&r2=1.297.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/configure.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.407.4.1&r2=1.407.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/configure.host.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.29.10.1&r2=1.29.10.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/fragment.am.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2&r2=1.2.54.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/docs/html/20_util/allocator.html.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.3&r2=1.3.28.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/Makefile.am.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.85.4.1&r2=1.85.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/Makefile.in.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.111.4.1&r2=1.111.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/basic_string.h.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.63.4.1&r2=1.63.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/basic_string.tcc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.72.4.1&r2=1.72.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/c++config.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1242.2.1&r2=1.1242.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/locale_facets.tcc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.203&r2=1.203.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_algo.h.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.48.6.1&r2=1.48.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/vector.tcc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.20&r2=1.20.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/ext/array_allocator.h.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.3.6.1&r2=1.3.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/ext/bitmap_allocator.h.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.38.1&r2=1.2.38.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/ext/malloc_allocator.h.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.8&r2=1.8.22.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/ext/mt_allocator.h.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.34.10.1&r2=1.34.10.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/ext/new_allocator.h.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.6&r2=1.6.24.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/ext/pool_allocator.h.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.16.10.1&r2=1.16.10.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libsupc++/del_op.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.6&r2=1.6.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libsupc++/del_opnt.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.3&r2=1.3.48.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libsupc++/del_opv.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.3&r2=1.3.48.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libsupc++/del_opvnt.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.3&r2=1.3.48.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libsupc++/new_op.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.8&r2=1.8.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libsupc++/new_opnt.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.4&r2=1.4.48.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libsupc++/new_opv.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.4&r2=1.4.48.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libsupc++/new_opvnt.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.4&r2=1.4.48.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/scripts/testsuite_flags.in.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.6&r2=1.6.24.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/Makefile.am.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.37.18.1&r2=1.37.18.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/Makefile.in.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.80.10.1&r2=1.80.10.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/testsuite_allocator.h.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.6.10.1&r2=1.6.10.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/append/char/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/append/char/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/append/char/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.3&r2=1.3.44.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/append/wchar_t/2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/append/wchar_t/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/append/wchar_t/1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.4&r2=1.4.44.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/assign/char/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2&r2=1.2.44.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/basic_string/assign/wchar_t/3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2&r2=1.2.44.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/locale/cons/12658_thread-1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2&r2=1.2.24.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/debug_allocator/check_delete.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/debug_allocator/check_new.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.20.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/malloc_allocator/check_allocate_max_size.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.1.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/malloc_allocator/check_delete.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/malloc_allocator/check_new.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.20.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/mt_allocator/check_allocate_max_size.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.1.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/mt_allocator/check_delete.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/mt_allocator/check_deallocate_null.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.8.1&r2=1.1.8.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/mt_allocator/check_deallocate_null_thread.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.8.1&r2=1.1.8.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/mt_allocator/check_new.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.20.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_global-2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.3.8.1&r2=1.3.8.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_global-4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.3.8.1&r2=1.3.8.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_global_thread-1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.3.8.1&r2=1.3.8.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_global_thread-3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.3.8.1&r2=1.3.8.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local-2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.3.8.1&r2=1.3.8.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local-4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.3.8.1&r2=1.3.8.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local_thread-1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.3.8.1&r2=1.3.8.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local_thread-3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.3.8.1&r2=1.3.8.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/mt_allocator/instantiate.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1.20.1&r2=1.1.20.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/mt_allocator/tune-1.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2&r2=1.2.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/mt_allocator/tune-2.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.8.1&r2=1.2.8.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/mt_allocator/tune-3.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.8.1&r2=1.2.8.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/mt_allocator/tune-4.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.2.8.1&r2=1.2.8.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/pool_allocator/check_allocate_max_size.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.1.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/pool_allocator/check_delete.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/pool_allocator/check_new.cc.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.1&r2=1.1.20.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/lib/libstdc++.exp.diff?cvsroot=gcc&only_with_tag=cxx-reflection-branch&r1=1.24.4.1&r2=1.24.4.2


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