gcc/libstdc++-v3 ChangeLog aclocal.m4 config.h ...

bkoz@gcc.gnu.org bkoz@gcc.gnu.org
Mon Nov 25 16:53:00 GMT 2002


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	bkoz@gcc.gnu.org	2002-11-25 16:53:12

Modified files:
	libstdc++-v3   : ChangeLog aclocal.m4 config.h.in configure 
	libstdc++-v3/testsuite: Makefile.am Makefile.in 
	                        testsuite_hooks.cc testsuite_hooks.h 
	libstdc++-v3/testsuite/23_containers: deque_ctor.cc 
	                                      vector_capacity.cc 
	                                      vector_ctor.cc 
Added files:
	libstdc++-v3/testsuite: testsuite_allocator.cc 
	                        testsuite_allocator.h 

Log message:
	2002-11-25  Stephen M. Webb  <stephen@bregmasoft.com>
	
	* testsuite/testsuite_allocator.h: New file.
	* testsuite/testsuite_allocator.cc: New file.
	* testsuite/Makefile.am: Added testsuite_allocator to test library.
	* testsuite/testsuite_hooks.h: Added more detailed tracker objects
	gnu_copy_constructor, gnu_assignment_operator, and gnu_destructor.
	* testsuite/testsuite_hooks.cc: Added new static objects definitions.
	* testsuite/23_containers/vector_capacity.cc: Added reserve() tests.
	* testsuite/23_containers/vector_ctor.cc: Added a plethora of tests.
	* testsuite/23_containers/deque_ctor.cc: Added a slew of new tests.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.1449&r2=1.1450
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/aclocal.m4.diff?cvsroot=gcc&r1=1.234&r2=1.235
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config.h.in.diff?cvsroot=gcc&r1=1.59&r2=1.60
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/configure.diff?cvsroot=gcc&r1=1.284&r2=1.285
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/testsuite_allocator.cc.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/testsuite_allocator.h.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/Makefile.am.diff?cvsroot=gcc&r1=1.11&r2=1.12
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/Makefile.in.diff?cvsroot=gcc&r1=1.36&r2=1.37
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/testsuite_hooks.cc.diff?cvsroot=gcc&r1=1.4&r2=1.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/testsuite_hooks.h.diff?cvsroot=gcc&r1=1.10&r2=1.11
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/deque_ctor.cc.diff?cvsroot=gcc&r1=1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/vector_capacity.cc.diff?cvsroot=gcc&r1=1.5&r2=1.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/vector_ctor.cc.diff?cvsroot=gcc&r1=1.8&r2=1.9



More information about the Gcc-cvs mailing list