This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3] FP printing, take 2
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: libstdc++ at gcc dot gnu dot org
- Date: Fri, 10 Sep 2004 15:44:43 -0500
- Subject: Re: [v3] FP printing, take 2
- Organization: Red Hat / Chicago
- References: <16691.54895.612575.291103@localhost.localdomain>
Jerry, I still do not have a version of this that passes validation. Is this a known issue?
-benjamin
>2004-08-29 Jerry Quinn jlquinn@optonline.net
>
> * config/linker-map.gnu (GLIBCXX_3.4.2): Add dec_exponent,
> float_to_char_sprintf, dtoa.
> * include/bits/locale_facets.tcc (__float_to_char_fixed,
> __float_to_char_scientific, __float_to_char): New.
> (__dec_exponent, __dtoa, __float_to_char_sprintf): Declare.
> (num_put::_M_insert_float): Use __float_to_char instead of
> __convert_from_v.
> * Makefile.am (sources): Add floatconv.cc.
> * Makefile.in: Regenerate.
> * src/floatconv.cc.