gcc/libstdc++-v3/testsuite/21_strings
Phil Edwards 48fe3de0c3 std_sstream.h (basic_stringbuf::basic_stringbuf(string): Initialize _M_string with pointer-and-size constructor, not just pointer.
2001-07-13  Phil Edwards  <pme@sources.redhat.com>

	* include/bits/std_sstream.h (basic_stringbuf::basic_stringbuf(string):
	Initialize _M_string with pointer-and-size constructor, not just
	pointer.  Fix some comments.
	* testsuite/21_strings/ctor_copy_dtor.cc (test03):  New test.
	* testsuite/27_io/stringbuf.cc (test02):  Remove unused variable.
	(test03):  Add embedded-NUL tests.

	* mkcheck.in:  When printing totals, match the order of the tests.
	* include/bits/stringfwd.h:  Use same declaration keywords.
	* include/bits/std_iosfwd.h:  Cosmetic spacing.

From-SVN: r43996
2001-07-13 20:50:03 +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 std_sstream.h (basic_stringbuf::basic_stringbuf(string): Initialize _M_string with pointer-and-size constructor, not just pointer. 2001-07-13 20:50:03 +00:00
element_access.cc stl_iterator.h (istream_iterator::operator->): Fix return values. 2001-06-26 09:41:53 +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 (test09): New test. 2001-05-25 04:24:12 +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