gcc/libstdc++-v3/config/locale/generic
Jonathan Wakely c98f255154 PR libstdc++/68737 Do not use vsnprintf on HPUX
It doesn't conform to the spec, so use vsprintf with a large buffer
instead.

	PR libstdc++/68737
	* config/locale/generic/c_locale.h (__convert_from_v)
	[_GLIBCXX_USE_C99_STDIO]: Also check _GLIBCXX_HAVE_BROKEN_VSNPRINTF.
	* config/os/hpux/os_defines.h: Define _GLIBCXX_HAVE_BROKEN_VSNPRINTF.
	* include/bits/locale_facets.tcc (num_put::_M_insert_float)
	[_GLIBCXX_USE_C99_STDIO]: Also check _GLIBCXX_HAVE_BROKEN_VSNPRINTF.

From-SVN: r268350
2019-01-28 23:58:57 +00:00
..
c_locale.cc Update copyright years. 2019-01-01 13:31:55 +01:00
c_locale.h PR libstdc++/68737 Do not use vsnprintf on HPUX 2019-01-28 23:58:57 +00:00
c++locale_internal.h Update copyright years. 2019-01-01 13:31:55 +01:00
codecvt_members.cc Update copyright years. 2019-01-01 13:31:55 +01:00
collate_members.cc Update copyright years. 2019-01-01 13:31:55 +01:00
ctype_members.cc Update copyright years. 2019-01-01 13:31:55 +01:00
messages_members.cc Update copyright years. 2019-01-01 13:31:55 +01:00
messages_members.h Update copyright years. 2019-01-01 13:31:55 +01:00
monetary_members.cc Update copyright years. 2019-01-01 13:31:55 +01:00
numeric_members.cc Update copyright years. 2019-01-01 13:31:55 +01:00
time_members.cc Update copyright years. 2019-01-01 13:31:55 +01:00
time_members.h Update copyright years. 2019-01-01 13:31:55 +01:00