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

2021-09-07 Thread Patrick Northon via Mingw-w64-public
Take number 2. I moved the adjustment to the exponent into __pformat_xldouble.>From b5a399f21cb15f5d3a38b312c7889adede225ff6 Mon Sep 17 00:00:00 2001 From: Patrick Northon Date: Tue, 7 Sep 2021 12:11:20 -0400 Subject: [PATCH] Fix exponent when formatting long double in hexadecimal. Some denormali

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

2021-09-07 Thread Patrick Northon via Mingw-w64-public
Actually, nevermind, I got confused when I pulled changes but part of my patch was overwritten. I'll make another patch with the new proper indentation. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforg

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

2021-09-07 Thread Patrick Northon via Mingw-w64-public
On lundi 6 septembre 2021 16 h 15 min 57 s EDT Martin Storsj? wrote: > Yes - hopefully someone will approve it soon, and I'd land it, then you > can reapply your changes on top of that. As for why git didn't manage to > apply your patch from the attachment, I don't quite know though. I think you m

Re: [Mingw-w64-public] [PATCH] crt: Expand mixed tabs/space indentation in mingw_pformat.c to plain spaces

2021-09-07 Thread Martin Storsjö
On Tue, 7 Sep 2021, LIU Hao wrote: 在 2021-09-06 18:52, Martin Storsjö 写道: This makes it easier to edit the file across varying editors etc. Signed-off-by: Martin Storsjö --- mingw-w64-crt/stdio/mingw_pformat.c | 1614 +-- 1 file changed, 807 insertions(+), 807 delet

Re: [Mingw-w64-public] [PATCH] crt: Expand mixed tabs/space indentation in mingw_pformat.c to plain spaces

2021-09-07 Thread LIU Hao
在 2021-09-06 18:52, Martin Storsjö 写道: This makes it easier to edit the file across varying editors etc. Signed-off-by: Martin Storsjö --- mingw-w64-crt/stdio/mingw_pformat.c | 1614 +-- 1 file changed, 807 insertions(+), 807 deletions(-) LGTM, thanks. -- Best r