Thread overview
[Issue 9297] Formatting of floating point values in std.format truncates reals to double
Feb 13, 2021
Walter Bright
Mar 28, 2021
Berni44
Apr 11, 2021
Dlang Bot
Apr 12, 2021
Dlang Bot
March 07, 2018
https://issues.dlang.org/show_bug.cgi?id=9297

Steven Schveighoffer <schveiguy@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gamblemj@gmail.com

--- Comment #3 from Steven Schveighoffer <schveiguy@yahoo.com> ---
*** Issue 18570 has been marked as a duplicate of this issue. ***

--
February 13, 2021
https://issues.dlang.org/show_bug.cgi?id=9297

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=3248

--
March 28, 2021
https://issues.dlang.org/show_bug.cgi?id=9297

Berni44 <bugzilla@bernis-buecher.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rumbu@rumbu.ro

--- Comment #4 from Berni44 <bugzilla@bernis-buecher.de> ---
*** Issue 18326 has been marked as a duplicate of this issue. ***

--
April 11, 2021
https://issues.dlang.org/show_bug.cgi?id=9297

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> ---
@berni44 created dlang/phobos pull request #7951 "std.format: Replace snprintf for x87-reals" fixing this issue:

- Fix Issue 9297 - Formatting of floating point values in std.format truncates reals to double

https://github.com/dlang/phobos/pull/7951

--
April 12, 2021
https://issues.dlang.org/show_bug.cgi?id=9297

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #7951 "std.format: Replace snprintf for x87-reals" was merged into master:

- 6fb98242e0f8d0b3532a9c63802453d44475070d by berni44:
  Fix Issue 9297 - Formatting of floating point values in std.format truncates
reals to double

https://github.com/dlang/phobos/pull/7951

--