gcc/libstdc++-v3/testsuite/22_locale
Benjamin Kosnik 7dc08a20ed codecvt_unicode_char.cc (test01): Adjust creation of state_type for unicode_codecvt to take into account the byte...
2000-10-19  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>

	* testsuite/22_locale/codecvt_unicode_char.cc (test01): Adjust
	creation of state_type for unicode_codecvt to take into account
	the byte order markings. Add distinct tests for UCS-2BE and UCS-2LE.
	* testsuite/22_locale/codecvt_unicode_wchar_t.cc (test01): Same.
	* include/bits/codecvt.h (__enc_traits): Add support for encodings
	that need a byte order marker. Needed for correct unicode support.

	* src/locale.cc: Remove explicit qualification std::.
	(locale::locale(const char* __name)): Revert, as named locale
	support not finished.
	* src/localename.cc (locale::_Impl:: _Impl(size_t __numfacets,
	size_t __refs, bool __has_name = false, string __name): Move
	default argument...
	* include/bits/localefwd.h: Here.

From-SVN: r36959
2000-10-20 06:52:00 +00:00
..
codecvt_char_char.cc codecvt.h: Implement codecvt<wchar_t, char, mbstate_t>. 2000-08-22 08:19:00 +00:00
codecvt_unicode_char.cc codecvt_unicode_char.cc (test01): Adjust creation of state_type for unicode_codecvt to take into account the byte... 2000-10-20 06:52:00 +00:00
codecvt_unicode_wchar_t.cc codecvt_unicode_char.cc (test01): Adjust creation of state_type for unicode_codecvt to take into account the byte... 2000-10-20 06:52:00 +00:00
codecvt_wchar_t_char.cc codecvt.h: Implement codecvt<wchar_t, char, mbstate_t>. 2000-08-22 08:19:00 +00:00
ctor_copy_dtor.cc locale-inst.cc: Add time_put_byname and time_get_byname instantiations. 2000-09-19 06:47:52 +00:00
ctype.cc
ctype_char_members.cc
ctype_wchar_t_members.cc ctype_wchar_t_members.cc (test01): New file. 2000-08-31 01:17:53 +00:00
facet.cc global_templates.cc (test01): Add negative tests for use_facet. 2000-09-12 18:50:16 +00:00
global_templates.cc locale-inst.cc: Add time_put_byname and time_get_byname instantiations. 2000-09-19 06:47:52 +00:00
operators.cc global_templates.cc (test01): Add negative tests for use_facet. 2000-09-12 18:50:16 +00:00
static_members.cc static_members.cc: New file. 2000-09-14 19:11:14 +00:00