gcc/libstdc++-v3/testsuite/22_locale
Benjamin Kosnik 213c2316b6 locale.cc (locale::locale(const char*)): Make sure global locales are initialized.
2001-07-02  Benjamin Kosnik  <bkoz@redhat.com>

	* src/locale.cc (locale::locale(const char*)): Make sure global
	locales are initialized.
	* include/bits/locale_facets.tcc (locale::combine): Refcout should
	be zero, not one as it's return-by-value.
	* testsuite/27_io/ios_base_callbacks.cc (test01): Don't check for
	named locales here.
	* testsuite/22_locale/ctor_copy_dtor.cc (test01): Instead, check
	for it here.
	(test02): Add test.
	* libsupc++/eh_alloc.cc: Use climits, not limits.h.

From-SVN: r43713
2001-07-02 23:08:28 +00:00
..
codecvt_char_char.cc
codecvt_unicode_char.cc
codecvt_unicode_wchar_t.cc
codecvt_wchar_t_char.cc
ctor_copy_dtor.cc locale.cc (locale::locale(const char*)): Make sure global locales are initialized. 2001-07-02 23:08:28 +00:00
ctype_char_members.cc
ctype_wchar_t_members.cc
ctype.cc
facet.cc
global_templates.cc
members.cc locale_facets.tcc (locale::combine): Clone _Impl. 2001-06-30 04:35:49 +00:00
numpunct_byname.cc
numpunct_char_members.cc locale_facets.tcc (locale::combine): Clone _Impl. 2001-06-30 04:35:49 +00:00
numpunct.cc locale_facets.tcc (locale::combine): Clone _Impl. 2001-06-30 04:35:49 +00:00
operators.cc
static_members.cc