gcc/libstdc++-v3/config/locale/gnu
Paolo Carlini 1d9aba8105 re PR libstdc++/38368 (locale(const char* std_name) may create locale with broken facets)
2008-12-04  Paolo Carlini  <paolo.carlini@oracle.com>

	PR libstdc++/38368
	* config/locale/gnu/numeric_members.cc (numpunct<char>::
	_M_initialize_numpunct, numpunct<wchar_t>::_M_initialize_numpunct):
	Fix for THOUSANDS_SEP == '\0' consistently with "C" locale.
	* config/locale/gnu/monetary_members.cc (moneypunct<char, true>::
	_M_initialize_moneypunct, moneypunct<char, false>::
	_M_initialize_moneypunct, moneypunct<wchar_t, true>::
	_M_initialize_moneypunct, moneypunct<wchar_t, false>::
	_M_initialize_moneypunct): Fix for __MON_DECIMAL_POINT == '\0' or
	__MON_THOUSANDS_SEP == '\0' consistently with "C" locale.
	* testsuite/22_locale/locale/cons/38368.cc: New.

From-SVN: r142439
2008-12-04 17:16:27 +00:00
..
c_locale.cc PR libstdc++/32422, DR 23 [Ready in R60] 2008-09-23 00:47:02 +00:00
c_locale.h
c++locale_internal.h
codecvt_members.cc
collate_members.cc
ctype_members.cc ctype_members.cc (ctype<char>::_M_narrow_init, [...]): Don't define here. 2008-09-10 17:37:30 +00:00
messages_members.cc
messages_members.h
monetary_members.cc re PR libstdc++/38368 (locale(const char* std_name) may create locale with broken facets) 2008-12-04 17:16:27 +00:00
numeric_members.cc re PR libstdc++/38368 (locale(const char* std_name) may create locale with broken facets) 2008-12-04 17:16:27 +00:00
time_members.cc
time_members.h