gcc/libstdc++-v3/testsuite/23_containers
Benjamin Kosnik ac1613a2c2 [multiple changes]
2003-03-14  Benjamin Kosnik  <bkoz@redhat.com>

	* testsuite/23_containers/bitset_members.cc: Add test variable.
	* testsuite/23_containers/map_insert.cc: Same.
	* testsuite/22_locale/ctype/cons/char/1.cc: Same.
	* testsuite/22_locale/codecvt/max_length/wchar_t/1.cc: Same.
	* testsuite/22_locale/codecvt/max_length/wchar_t/2.cc: Same.
	* testsuite/22_locale/codecvt/max_length/wchar_t/3.cc: Same.
	* testsuite/22_locale/codecvt/max_length/wchar_t/4.cc: Same.
	* testsuite/22_locale/codecvt/always_noconv/wchar_t/1.cc: Same.
	* testsuite/22_locale/codecvt/always_noconv/wchar_t/2.cc: Same.
	* testsuite/22_locale/codecvt/always_noconv/wchar_t/3.cc: Same.
	* testsuite/22_locale/codecvt/always_noconv/wchar_t/4.cc: Same.
	* testsuite/27_io/istream_exception.cc: Same.
	* testsuite/27_io/filebuf_virtuals.cc: Same.
	* testsuite/27_io/stringbuf_virtuals.cc: Same.
	* testsuite/27_io/ostream_inserter_arith.cc: Same.
	* testsuite/26_numerics/valarray_operators.cc: Same.
	* testsuite/26_numerics/slice.cc: Same.
	* testsuite/26_numerics/slice_array_assignment.cc: Same.
	* testsuite/24_iterators/istream_iterator.cc: Same.
	* mkcheck.in (TESTS_FILE): Use dejagnu-generated file if possible.

2003-03-14  Petur Runolfsson  <peturr02@ru.is>

	PR libstdc++/9581
	PR libstdc++/9870
	* config/locale/generic/ctype_members.cc,
	* config/locale/gnu/ctype_members.cc
	(ctype<wchar_t>::do_widen(char)):  Cast argument to
	unsigned char before passing to btowc.
	(ctype<wchar_t>::do_widen(const char*, const char*, wchar_t*)):
	Convert characters with btowc instead of mbsrtowcs.
	(ctype<wchar_t>::do_narrow(const wchar_t*, const wchar_t*,
	char, char*):
	Convert characters with wctob instead of wcsrtombs.
	* testsuite/22_locale/ctype/narrow/wchar_t/3.cc:  New test.
	* testsuite/22_locale/ctype/widen/wchar_t/2.cc:  New test.
	* testsuite/22_locale/ctype/widen/wchar_t/3.cc:  New test.

From-SVN: r64391
2003-03-15 04:53:52 +00:00
..
adaptors.cc PR libstdc++/7157, PR libstdc++/7158, PR libstdc++/7161 2002-06-29 01:10:51 +00:00
bitset_ctor.cc std_bitset.h (_Base_biteset<0>): New specialization. 2002-05-24 18:16:00 +00:00
bitset_members.cc [multiple changes] 2003-03-15 04:53:52 +00:00
bitset_shift.cc std_bitset.h (_Base_bitset::_M_do_left_shift, [...]): Expect a non-zero shift. 2002-12-27 00:03:17 +00:00
deque_ctor.cc Renames, namespaces for testsuite utilities. 2003-01-14 04:56:56 +00:00
deque_operators.cc re PR libstdc++/7186 (DR179 for std::deque::iterator and const_iterator) 2002-07-07 10:15:06 +00:00
list_capacity.cc list_capacity.cc: New file. 2001-11-22 19:19:23 +00:00
list_ctor.cc list_capacity.cc: New file. 2001-11-22 19:19:23 +00:00
list_modifiers.cc Renames, namespaces for testsuite utilities. 2003-01-14 04:56:56 +00:00
list_operators.cc list_capacity.cc: New file. 2001-11-22 19:19:23 +00:00
map_insert.cc [multiple changes] 2003-03-15 04:53:52 +00:00
map_operators.cc std_memory.h: Fix formatting. 2002-07-04 07:25:19 +00:00
map_operators_neg.cc std_memory.h: Fix formatting. 2002-07-04 07:25:19 +00:00
multiset.cc sbuf_iter.h: Change to.. 2001-06-26 21:22:57 +00:00
set_operators_neg.cc std_memory.h: Fix formatting. 2002-07-04 07:25:19 +00:00
vector_bool.cc [multiple changes] 2003-03-15 04:53:52 +00:00
vector_capacity.cc Renames, namespaces for testsuite utilities. 2003-01-14 04:56:56 +00:00
vector_ctor.cc Renames, namespaces for testsuite utilities. 2003-01-14 04:56:56 +00:00
vector_element_access.cc acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): New macro, calls... 2001-08-07 03:38:33 +00:00
vector_modifiers.cc acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): New macro, calls... 2001-08-07 03:38:33 +00:00
vector_resize.cc vector_capacity.cc (test03): Move ... 2002-12-19 01:54:59 +00:00