gcc/libstdc++-v3/testsuite/21_strings
Mark Mitchell eeff8d2c06 std_cstring.h: #define away all global functions we will redeclare in namespace `std'.
* include/c_std/bin/std_cstring.h: #define away all global
	functions we will redeclare in namespace `std'.
	* libsupc++/eh_alloc.cc (__cxa_allocate_exception): Use
	std::memset, instead of memset.
	* testsuite/19_diagnostics/stdexceptions.cc: Use `std::strcmp',
	not plain `strcmp'.
	* testsuite/21_strings/c_strings.cc: Use `std::strcpy' instead of
	plain `strcpy'.

From-SVN: r42555
2001-05-25 01:33:21 +00:00
..
append.cc *.cc: Remove spaces, make sure testcases return zero. 2001-05-12 16:53:08 +00:00
c_strings.cc std_cstring.h: #define away all global functions we will redeclare in namespace `std'. 2001-05-25 01:33:21 +00:00
capacity.cc *.cc: Remove spaces, make sure testcases return zero. 2001-05-12 16:53:08 +00:00
char_traits_requirements.cc *.cc: Remove spaces, make sure testcases return zero. 2001-05-12 16:53:08 +00:00
char_traits_typedefs.cc
compare.cc *.cc: Remove spaces, make sure testcases return zero. 2001-05-12 16:53:08 +00:00
ctor_copy_dtor.cc *.cc: Remove spaces, make sure testcases return zero. 2001-05-12 16:53:08 +00:00
element_access.cc *.cc: Remove spaces, make sure testcases return zero. 2001-05-12 16:53:08 +00:00
find.cc *.cc: Remove spaces, make sure testcases return zero. 2001-05-12 16:53:08 +00:00
insert.cc *.cc: Remove spaces, make sure testcases return zero. 2001-05-12 16:53:08 +00:00
inserters_extractors.cc inserters_extractors.cc, [...]: Replace multi-line string constants with C89-style concatenated string constants. 2001-05-15 20:46:50 +00:00
invariants.cc *.cc: Remove spaces, make sure testcases return zero. 2001-05-12 16:53:08 +00:00
nonmember.cc *.cc: Remove spaces, make sure testcases return zero. 2001-05-12 16:53:08 +00:00
operations.cc *.cc: Remove spaces, make sure testcases return zero. 2001-05-12 16:53:08 +00:00
replace.cc *.cc: Remove spaces, make sure testcases return zero. 2001-05-12 16:53:08 +00:00
rfind.cc *.cc: Remove spaces, make sure testcases return zero. 2001-05-12 16:53:08 +00:00
substr.cc *.cc: Remove spaces, make sure testcases return zero. 2001-05-12 16:53:08 +00:00