Modified: stdcxx/branches/4.2.x/tests/strings/21.string.rfind.cpp URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/tests/strings/21.string.rfind.cpp?rev=662858&r1=662857&r2=662858&view=diff ============================================================================== --- stdcxx/branches/4.2.x/tests/strings/21.string.rfind.cpp (original) +++ stdcxx/branches/4.2.x/tests/strings/21.string.rfind.cpp Tue Jun 3 12:09:49 2008 @@ -30,8 +30,8 @@ #include <cstdlib> // for free(), size_t #include <exception> // for exception -#include <21.strings.h> // for StringIds -#include <driver.h> // for rw_test() +#include <rw_strings.h> // for StringIds +#include <rw_driver.h> // for rw_test() #include <rw_allocator.h> // for UserAlloc #include <rw_char.h> // for rw_expand()
Modified: stdcxx/branches/4.2.x/tests/strings/21.string.substr.cpp URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/tests/strings/21.string.substr.cpp?rev=662858&r1=662857&r2=662858&view=diff ============================================================================== --- stdcxx/branches/4.2.x/tests/strings/21.string.substr.cpp (original) +++ stdcxx/branches/4.2.x/tests/strings/21.string.substr.cpp Tue Jun 3 12:09:49 2008 @@ -30,8 +30,8 @@ #include <cstddef> // for size_t #include <stdexcept> // for out_of_range -#include <21.strings.h> // for StringIds -#include <driver.h> // for rw_test() +#include <rw_strings.h> // for StringIds +#include <rw_driver.h> // for rw_test() #include <rw_allocator.h> // for UserAlloc #include <rw_char.h> // for rw_expand() Modified: stdcxx/branches/4.2.x/tests/strings/21.string.swap.cpp URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/tests/strings/21.string.swap.cpp?rev=662858&r1=662857&r2=662858&view=diff ============================================================================== --- stdcxx/branches/4.2.x/tests/strings/21.string.swap.cpp (original) +++ stdcxx/branches/4.2.x/tests/strings/21.string.swap.cpp Tue Jun 3 12:09:49 2008 @@ -30,8 +30,8 @@ #include <cstddef> // size_t #include <exception> // for exception -#include <21.strings.h> // for StringIds -#include <driver.h> // for rw_assert() +#include <rw_strings.h> // for StringIds +#include <rw_driver.h> // for rw_assert() #include <rw_allocator.h> // foir UserAlloc #include <rw_char.h> // for rw_expand() #include <rw_new.h> // for bad_alloc, replacement operator new Modified: stdcxx/branches/4.2.x/tests/support/18.csetjmp.cpp URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/tests/support/18.csetjmp.cpp?rev=662858&r1=662857&r2=662858&view=diff ============================================================================== --- stdcxx/branches/4.2.x/tests/support/18.csetjmp.cpp (original) +++ stdcxx/branches/4.2.x/tests/support/18.csetjmp.cpp Tue Jun 3 12:09:49 2008 @@ -27,7 +27,8 @@ **************************************************************************/ #include <csetjmp> -#include <driver.h> + +#include <rw_driver.h> /**************************************************************************/ Modified: stdcxx/branches/4.2.x/tests/support/18.exception.cpp URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/tests/support/18.exception.cpp?rev=662858&r1=662857&r2=662858&view=diff ============================================================================== --- stdcxx/branches/4.2.x/tests/support/18.exception.cpp (original) +++ stdcxx/branches/4.2.x/tests/support/18.exception.cpp Tue Jun 3 12:09:49 2008 @@ -48,7 +48,7 @@ # include <sys/resource.h> // for setrlimit() #endif // _RWSTD_NO_SETRLIMIT -#include <driver.h> +#include <rw_driver.h> #ifdef _RWSTD_OS_LINUX Modified: stdcxx/branches/4.2.x/tests/support/18.limits.cvqual.cpp URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/tests/support/18.limits.cvqual.cpp?rev=662858&r1=662857&r2=662858&view=diff ============================================================================== --- stdcxx/branches/4.2.x/tests/support/18.limits.cvqual.cpp (original) +++ stdcxx/branches/4.2.x/tests/support/18.limits.cvqual.cpp Tue Jun 3 12:09:49 2008 @@ -31,7 +31,8 @@ **************************************************************************/ #include <limits> -#include <driver.h> + +#include <rw_driver.h> /**************************************************************************/ Modified: stdcxx/branches/4.2.x/tests/support/18.limits.traps.cpp URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/tests/support/18.limits.traps.cpp?rev=662858&r1=662857&r2=662858&view=diff ============================================================================== --- stdcxx/branches/4.2.x/tests/support/18.limits.traps.cpp (original) +++ stdcxx/branches/4.2.x/tests/support/18.limits.traps.cpp Tue Jun 3 12:09:49 2008 @@ -30,9 +30,9 @@ #include <csignal> // for SIGFPE, signal -#include <any.h> // for rw_any_t -#include <cmdopt.h> // for rw_enabled() -#include <driver.h> // for rw_test(), ... +#include <rw_any.h> // for rw_any_t +#include <rw_cmdopt.h> // for rw_enabled() +#include <rw_driver.h> // for rw_test(), ... /**************************************************************************/ Modified: stdcxx/branches/4.2.x/tests/support/18.numeric.special.float.cpp URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/tests/support/18.numeric.special.float.cpp?rev=662858&r1=662857&r2=662858&view=diff ============================================================================== --- stdcxx/branches/4.2.x/tests/support/18.numeric.special.float.cpp (original) +++ stdcxx/branches/4.2.x/tests/support/18.numeric.special.float.cpp Tue Jun 3 12:09:49 2008 @@ -51,7 +51,7 @@ # include <ieeefp.h> // for fpclass, isnan #endif // _RWSTD_NO_IEEEFP_H -#include <driver.h> +#include <rw_driver.h> // use FLT_ROUNDS if available, otherwise (e.g., when <ieeefp.h> must // be #included to bring the macro in), fall back on our own macro Modified: stdcxx/branches/4.2.x/tests/support/18.numeric.special.int.cpp URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/tests/support/18.numeric.special.int.cpp?rev=662858&r1=662857&r2=662858&view=diff ============================================================================== --- stdcxx/branches/4.2.x/tests/support/18.numeric.special.int.cpp (original) +++ stdcxx/branches/4.2.x/tests/support/18.numeric.special.int.cpp Tue Jun 3 12:09:49 2008 @@ -31,7 +31,7 @@ #include <climits> // for {CHAR,SHRT,INT,LONG}_{MIN,MAX}, etc. #include <cstdio> // for sprintf() -#include <driver.h> +#include <rw_driver.h> template <class T> Modified: stdcxx/branches/4.2.x/tests/support/18.setjmp.cpp URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/tests/support/18.setjmp.cpp?rev=662858&r1=662857&r2=662858&view=diff ============================================================================== --- stdcxx/branches/4.2.x/tests/support/18.setjmp.cpp (original) +++ stdcxx/branches/4.2.x/tests/support/18.setjmp.cpp Tue Jun 3 12:09:49 2008 @@ -27,7 +27,8 @@ **************************************************************************/ #include <setjmp.h> -#include <driver.h> + +#include <rw_driver.h> /**************************************************************************/ Modified: stdcxx/branches/4.2.x/tests/support/18.support.dynamic.cpp URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/tests/support/18.support.dynamic.cpp?rev=662858&r1=662857&r2=662858&view=diff ============================================================================== --- stdcxx/branches/4.2.x/tests/support/18.support.dynamic.cpp (original) +++ stdcxx/branches/4.2.x/tests/support/18.support.dynamic.cpp Tue Jun 3 12:09:49 2008 @@ -28,7 +28,8 @@ #include <new> #include <memory> -#include <driver.h> + +#include <rw_driver.h> #include <rw/_defs.h> #include <rw/_error.h> Modified: stdcxx/branches/4.2.x/tests/support/18.support.rtti.cpp URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/tests/support/18.support.rtti.cpp?rev=662858&r1=662857&r2=662858&view=diff ============================================================================== --- stdcxx/branches/4.2.x/tests/support/18.support.rtti.cpp (original) +++ stdcxx/branches/4.2.x/tests/support/18.support.rtti.cpp Tue Jun 3 12:09:49 2008 @@ -47,8 +47,9 @@ #include <typeinfo> -#include <driver.h> -#include <valcmp.h> + +#include <rw_driver.h> +#include <rw_valcmp.h> // polymorphic classes (10.3, p1) used in tests below struct B { virtual ~B () { } }; Modified: stdcxx/branches/4.2.x/tests/support/atomic_add.cpp URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/tests/support/atomic_add.cpp?rev=662858&r1=662857&r2=662858&view=diff ============================================================================== --- stdcxx/branches/4.2.x/tests/support/atomic_add.cpp (original) +++ stdcxx/branches/4.2.x/tests/support/atomic_add.cpp Tue Jun 3 12:09:49 2008 @@ -32,9 +32,9 @@ #include <rw/_mutex.h> -#include <any.h> -#include <cmdopt.h> -#include <driver.h> +#include <rw_any.h> +#include <rw_cmdopt.h> +#include <rw_driver.h> #include <rw_thread.h> // for rw_thread_create() /**************************************************************************/ Modified: stdcxx/branches/4.2.x/tests/support/atomic_xchg.cpp URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/tests/support/atomic_xchg.cpp?rev=662858&r1=662857&r2=662858&view=diff ============================================================================== --- stdcxx/branches/4.2.x/tests/support/atomic_xchg.cpp (original) +++ stdcxx/branches/4.2.x/tests/support/atomic_xchg.cpp Tue Jun 3 12:09:49 2008 @@ -32,9 +32,9 @@ #include <rw/_mutex.h> -#include <any.h> -#include <cmdopt.h> -#include <driver.h> +#include <rw_any.h> +#include <rw_cmdopt.h> +#include <rw_driver.h> #include <rw_thread.h> // for rw_thread_create() /**************************************************************************/ Modified: stdcxx/branches/4.2.x/tests/tr1.c99/8.cstdint.cpp URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/tests/tr1.c99/8.cstdint.cpp?rev=662858&r1=662857&r2=662858&view=diff ============================================================================== --- stdcxx/branches/4.2.x/tests/tr1.c99/8.cstdint.cpp (original) +++ stdcxx/branches/4.2.x/tests/tr1.c99/8.cstdint.cpp Tue Jun 3 12:09:49 2008 @@ -69,7 +69,7 @@ #include <tr1/cstdint> -#include <driver.h> +#include <rw_driver.h> /**************************************************************************/ Modified: stdcxx/branches/4.2.x/tests/tr1.util/2.smartptr.shared.cpp URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/tests/tr1.util/2.smartptr.shared.cpp?rev=662858&r1=662857&r2=662858&view=diff ============================================================================== --- stdcxx/branches/4.2.x/tests/tr1.util/2.smartptr.shared.cpp (original) +++ stdcxx/branches/4.2.x/tests/tr1.util/2.smartptr.shared.cpp Tue Jun 3 12:09:49 2008 @@ -29,7 +29,7 @@ #include <tr1/_smartptr.h> -#include <driver.h> +#include <rw_driver.h> /**************************************************************************/ Modified: stdcxx/branches/4.2.x/tests/tr1.util/2.smartptr.weak.cpp URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/tests/tr1.util/2.smartptr.weak.cpp?rev=662858&r1=662857&r2=662858&view=diff ============================================================================== --- stdcxx/branches/4.2.x/tests/tr1.util/2.smartptr.weak.cpp (original) +++ stdcxx/branches/4.2.x/tests/tr1.util/2.smartptr.weak.cpp Tue Jun 3 12:09:49 2008 @@ -30,7 +30,7 @@ #include <cassert> #include <tr1/_smartptr.h> -#include <driver.h> +#include <rw_driver.h> /**************************************************************************/ Modified: stdcxx/branches/4.2.x/tests/utilities/20.auto.ptr.cpp URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/tests/utilities/20.auto.ptr.cpp?rev=662858&r1=662857&r2=662858&view=diff ============================================================================== --- stdcxx/branches/4.2.x/tests/utilities/20.auto.ptr.cpp (original) +++ stdcxx/branches/4.2.x/tests/utilities/20.auto.ptr.cpp Tue Jun 3 12:09:49 2008 @@ -88,8 +88,8 @@ /**************************************************************************/ -#include <cmdopt.h> // for rw_enabled() -#include <driver.h> // for rw_assert(), rw_test(), ... +#include <rw_cmdopt.h> // for rw_enabled() +#include <rw_driver.h> // for rw_assert(), rw_test(), ... /**************************************************************************/ Modified: stdcxx/branches/4.2.x/tests/utilities/20.function.objects.cpp URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/tests/utilities/20.function.objects.cpp?rev=662858&r1=662857&r2=662858&view=diff ============================================================================== --- stdcxx/branches/4.2.x/tests/utilities/20.function.objects.cpp (original) +++ stdcxx/branches/4.2.x/tests/utilities/20.function.objects.cpp Tue Jun 3 12:09:49 2008 @@ -27,7 +27,8 @@ **************************************************************************/ #include <functional> -#include <driver.h> + +#include <rw_driver.h> #if defined (__HP_aCC) && _RWSTD_HP_aCC_MAJOR < 6 Modified: stdcxx/branches/4.2.x/tests/utilities/20.operators.cpp URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/tests/utilities/20.operators.cpp?rev=662858&r1=662857&r2=662858&view=diff ============================================================================== --- stdcxx/branches/4.2.x/tests/utilities/20.operators.cpp (original) +++ stdcxx/branches/4.2.x/tests/utilities/20.operators.cpp Tue Jun 3 12:09:49 2008 @@ -58,7 +58,7 @@ #include <utility> #include <cstddef> // for std::size_t -#include <driver.h> +#include <rw_driver.h> /**************************************************************************/ Modified: stdcxx/branches/4.2.x/tests/utilities/20.pairs.cpp URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/tests/utilities/20.pairs.cpp?rev=662858&r1=662857&r2=662858&view=diff ============================================================================== --- stdcxx/branches/4.2.x/tests/utilities/20.pairs.cpp (original) +++ stdcxx/branches/4.2.x/tests/utilities/20.pairs.cpp Tue Jun 3 12:09:49 2008 @@ -28,9 +28,9 @@ #include <utility> -#include <alg_test.h> +#include <rw_alg_test.h> #include <rw_value.h> // for UserClass -#include <driver.h> +#include <rw_driver.h> /**************************************************************************/ Modified: stdcxx/branches/4.2.x/tests/utilities/20.specialized.cpp URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/tests/utilities/20.specialized.cpp?rev=662858&r1=662857&r2=662858&view=diff ============================================================================== --- stdcxx/branches/4.2.x/tests/utilities/20.specialized.cpp (original) +++ stdcxx/branches/4.2.x/tests/utilities/20.specialized.cpp Tue Jun 3 12:09:49 2008 @@ -27,8 +27,9 @@ **************************************************************************/ #include <memory> -#include <alg_test.h> -#include <driver.h> + +#include <rw_alg_test.h> +#include <rw_driver.h> /**************************************************************************/ Modified: stdcxx/branches/4.2.x/tests/utilities/20.temp.buffer.cpp URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/tests/utilities/20.temp.buffer.cpp?rev=662858&r1=662857&r2=662858&view=diff ============================================================================== --- stdcxx/branches/4.2.x/tests/utilities/20.temp.buffer.cpp (original) +++ stdcxx/branches/4.2.x/tests/utilities/20.temp.buffer.cpp Tue Jun 3 12:09:49 2008 @@ -40,7 +40,7 @@ #include <rw_new.h> #include <rw_printf.h> -#include <driver.h> +#include <rw_driver.h> #ifndef _RWSTD_NO_SETRLIMIT // #undef works around SunPro bug #568 Modified: stdcxx/branches/4.2.x/tests/utilities/20.temp.buffer.mt.cpp URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/tests/utilities/20.temp.buffer.mt.cpp?rev=662858&r1=662857&r2=662858&view=diff ============================================================================== --- stdcxx/branches/4.2.x/tests/utilities/20.temp.buffer.mt.cpp (original) +++ stdcxx/branches/4.2.x/tests/utilities/20.temp.buffer.mt.cpp Tue Jun 3 12:09:49 2008 @@ -36,7 +36,7 @@ #include <cstdio> // for printf() #include <cstring> // for memset() -#include <driver.h> // for rw_test(), ... +#include <rw_driver.h> // for rw_test(), ... #include <rw_thread.h> // for rw_thread_create(), ... /**************************************************************************/
