[phobos] [D-Programming-Language/phobos] 5465e5: Adjust floating point formatting tests for MinGW.
GitHub
noreply at github.com
Sun Jun 16 04:30:28 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 5465e597799a11c6930af7425a776d84c1c4faf3
https://github.com/D-Programming-Language/phobos/commit/5465e597799a11c6930af7425a776d84c1c4faf3
Author: David Nadlinger <code at klickverbot.at>
Date: 2013-06-16 (Sun, 16 Jun 2013)
Changed paths:
M std/format.d
M std/json.d
Log Message:
-----------
Adjust floating point formatting tests for MinGW.
As far as I am aware, the C standard doesn't make any
guarantees about what the leading digit in the hex formats
is, nor about the number of exponent digits displayed by
default.
We should look into replacing the functions with our own
implementations to provide consistent behavior independent
of the host C runtime library, and potentially also allowing
the functionality to be used from CTFE.
Commit: 22c75c7904dd7fa0e0043c66878f86bb58e475fa
https://github.com/D-Programming-Language/phobos/commit/22c75c7904dd7fa0e0043c66878f86bb58e475fa
Author: Jonathan M Davis <jmdavisProg at gmx.com>
Date: 2013-06-16 (Sun, 16 Jun 2013)
Changed paths:
M std/format.d
M std/json.d
Log Message:
-----------
Merge pull request #1313 from klickverbot/mingw-format
Adjust floating point formatting tests for MinGW
Compare: https://github.com/D-Programming-Language/phobos/compare/23d15e2fcb72...22c75c7904dd
More information about the phobos
mailing list