<i18n dev> RFR: 8300869: Make use of the Double.toString(double) algorithm in java.util.Formatter [v5]
Raffaello Giulietti
rgiulietti at openjdk.org
Mon Jan 30 19:49:31 UTC 2023
> Align `double` and `float` decimal conversions in `java.util.Formatter` with the algorithm used in `Double.toString(double)`.
Raffaello Giulietti has updated the pull request incrementally with one additional commit since the last revision:
8300869: Make use of the Double.toString(double) algorithm in java.util.Formatter
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/12259/files
- new: https://git.openjdk.org/jdk/pull/12259/files/d5592324..0c72b743
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=12259&range=04
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=12259&range=03-04
Stats: 8 lines in 1 file changed: 6 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/12259.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/12259/head:pull/12259
PR: https://git.openjdk.org/jdk/pull/12259
More information about the i18n-dev
mailing list