<i18n dev> RFR: 8300869: Make use of the Double.toString(double) algorithm in java.util.Formatter [v3]
Raffaello Giulietti
rgiulietti at openjdk.org
Fri Jan 27 22:26:58 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
Reverted back copyright year of otherwise untouched files.
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/12259/files
- new: https://git.openjdk.org/jdk/pull/12259/files/d42fbd03..6f026d45
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=12259&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=12259&range=01-02
Stats: 14 lines in 14 files changed: 0 ins; 0 del; 14 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