[Mingw-w64-public] [PATCH] Change formatting of double precision floating-points in hexadecimal to match glibc.

2021-09-10 Thread Patrick Northon via Mingw-w64-public
Finally, here's the patch to change double formatting in hexadecimal. As you can see, I managed to find a way to fix it with little changes. Only a few minor adjustments needed. As for for formatting long doubles as doubles when their size is the same, the evidence for it is in glibc's code: i

Re: [Mingw-w64-public] [PATCH] Fix exponent when formatting long double in hexadecimal.

2021-09-10 Thread Martin Storsjö
On Thu, 9 Sep 2021, Patrick Northon wrote: On jeudi 9 septembre 2021 17 h 13 min 17 s EDT Martin Storsjö wrote: On Tue, 7 Sep 2021, Patrick Northon wrote: Take number 2. I moved the adjustment to the exponent into __pformat_xldouble. Thanks for this attempt. Now I've poked the implementation