gcc/libstdc++-v3/testsuite/22_locale
Paolo Carlini 8637038aa8 ostream.tcc (basic_ostream<>::operator<<(long), [...]): Don't deal with oct and hex and casts to unsigned here...
2005-07-11  Paolo Carlini  <pcarlini@suse.de>

	* include/bits/ostream.tcc (basic_ostream<>::operator<<(long),
	basic_ostream<>::operator<<(long long)): Don't deal with oct
	and hex and casts to unsigned here...
	* include/bits/locale_facets.tcc (__int_to_char(_CharT*, long,
	const _CharT*, ios_base::fmtflags), __int_to_char(_CharT*, long
	long, const _CharT*, ios_base::fmtflags)): ... do that here,
	instead, as per Table 57.
	(num_put<>::_M_insert_int): Tidy treatment of numeric base and
	sign.
	* include/std/std_ostream.h (operator<<(short), operator<<(int)):
	Adjust logic, as per the letter of the resolution of DR117 [WP].
	* testsuite/22_locale/num_put/put/char/10.cc: New.
	* testsuite/22_locale/num_put/put/wchar_t/10.cc: Likewise.
	* testsuite/27_io/basic_ostream/inserters_arithmetic/char/7.cc:
	Likewise.
	* testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/7.cc:
	Likewise.

From-SVN: r101872
2005-07-11 09:48:31 +00:00
..
codecvt testsuite_hooks.cc: Remove try_named_locale. 2005-05-18 08:07:32 +00:00
codecvt_byname locale_facets.h: Correct byname facets for "C" locale. 2003-10-22 18:58:35 +00:00
collate testsuite_hooks.cc: Remove try_named_locale. 2005-05-18 08:07:32 +00:00
collate_byname testsuite_hooks.cc: Remove try_named_locale. 2005-05-18 08:07:32 +00:00
ctype 2.cc: Adjust dg-require-namedlocale. 2005-05-18 17:26:48 +00:00
ctype_base locale_facets.h: Correct byname facets for "C" locale. 2003-10-22 18:58:35 +00:00
ctype_byname locale_facets.h: Correct byname facets for "C" locale. 2003-10-22 18:58:35 +00:00
facet testsuite_hooks.cc: Remove try_named_locale. 2005-05-18 08:07:32 +00:00
global_templates locale_facets.tcc: Tweak to avoid warnings. 2003-09-23 20:03:30 +00:00
locale testsuite_hooks.cc: Remove try_named_locale. 2005-05-18 08:07:32 +00:00
messages testsuite_hooks.cc: Remove try_named_locale. 2005-05-18 08:07:32 +00:00
messages_byname testsuite_hooks.cc: Remove try_named_locale. 2005-05-18 08:07:32 +00:00
money_get re PR libstdc++/22131 (std::num_get fails for input with invalid groups) 2005-06-29 11:48:53 +00:00
money_put testsuite_hooks.cc: Remove try_named_locale. 2005-05-18 08:07:32 +00:00
moneypunct testsuite_hooks.cc: Remove try_named_locale. 2005-05-18 08:07:32 +00:00
moneypunct_byname testsuite_hooks.cc: Remove try_named_locale. 2005-05-18 08:07:32 +00:00
num_get re PR libstdc++/22131 (std::num_get fails for input with invalid groups) 2005-06-29 11:48:53 +00:00
num_put ostream.tcc (basic_ostream<>::operator<<(long), [...]): Don't deal with oct and hex and casts to unsigned here... 2005-07-11 09:48:31 +00:00
numpunct testsuite_hooks.cc: Remove try_named_locale. 2005-05-18 08:07:32 +00:00
numpunct_byname testsuite_hooks.cc: Remove try_named_locale. 2005-05-18 08:07:32 +00:00
time_get 2.cc: Adjust dg-require-namedlocale. 2005-05-18 17:26:48 +00:00
time_put testsuite_hooks.cc: Remove try_named_locale. 2005-05-18 08:07:32 +00:00