8sa1-gcc/libstdc++-v3/src
Benjamin Kosnik 823b4f7daa [multiple changes]
2001-12-06  Benjamin Kosnik  <bkoz@redhat.com>

	libstdc++/3720
	* include/bits/locale_facets.tcc (num_put): Clean.
	(num_get::_M_extract_float): Change argument to string.
	(num_get::do_get(float)): Fixup.
	(num_get::do_get(double)): Same.
	(num_get::do_get(long double)): Same.
	(num_get::_M_extract_int): Add maximum length parameter, __max.
	(num_get::_M_extract_float): Correct zeros, use string.
	* include/bits/locale_facets.h (num_get::_M_extract_float): Change
	declaration here.
	* src/locale.cc (__num_base::_S_atoms): Remove x, X.
	* testsuite/27_io/istream_extractor_arith.cc (test13): Add.

2001-12-06  Philip Martin  <pmartin@uklinux.net>

	* testsuite/27_io/istream_extractor_arith.cc (test12): Add
	tests for excess input digits.

From-SVN: r47743
2001-12-07 02:58:36 +00:00
..
bitset.cc algo.h: Add "GPL plus runtime exception" comment block, this time for real. 2001-06-27 17:09:53 +00:00
cmath.cc re PR libstdc++/3377 (missing std::__cmath_power<double>(double,unsigned)) 2001-06-25 20:57:51 +00:00
codecvt.cc codecvt.h: Add virtual member function declarations. 2001-10-31 20:05:33 +00:00
complex_io.cc
concept-inst.cc acconfig.h: Update comments. 2001-11-02 22:31:03 +00:00
ext-inst.cc [multiple changes] 2001-12-04 20:13:41 +00:00
functexcept.cc Make -fno-exceptions work. 2001-10-24 02:37:56 +00:00
globals.cc [multiple changes] 2001-12-04 20:13:41 +00:00
ios.cc Numeric facets cleanup. 2001-11-28 04:07:11 +00:00
limits.cc acconfig.h: Update comments. 2001-11-02 22:31:03 +00:00
locale-inst.cc locale_facets.tcc (__pad): Add bool parameter to correctly pad internal-adjusted const char*-type objects. 2001-11-29 22:31:02 +00:00
locale.cc [multiple changes] 2001-12-07 02:58:36 +00:00
localename.cc Implement std::time_put. 2001-09-20 08:30:01 +00:00
Makefile.am [multiple changes] 2001-12-04 20:13:41 +00:00
Makefile.in [multiple changes] 2001-12-04 20:13:41 +00:00
misc-inst.cc Numeric facets cleanup. 2001-11-28 04:07:11 +00:00
stdexcept.cc
stl-inst.cc howto.html: Update commentary. 2001-12-03 19:11:01 +00:00
string-inst.cc [multiple changes] 2001-12-04 20:13:41 +00:00
strstream.cc algo.h: Add "GPL plus runtime exception" comment block, this time for real. 2001-06-27 17:09:53 +00:00
valarray-inst.cc
vterminate.cc vterminate.cc (__verbose_terminate_handler): Add leading underscores. 2001-11-23 12:36:43 -05:00
wstring-inst.cc