Re: printf(1) format additions

2018-07-24 Thread Alistair Crooks
On Tue, 24 Jul 2018 at 13:49, Robert Elz wrote: > I have just added support for the F a and A formats to printf(1). > > These are not required by POSIX, but nor are the e E f g or G formats, > which we did support. and supporting those 5 without the other 3 makes > allmost no sense (in the code t

Re: printf(1) format additions

2018-07-24 Thread Robert Elz
Date:Tue, 24 Jul 2018 13:56:51 -0700 From:Alistair Crooks Message-ID: | No objections, I'd love to see these. I have trouble remembering printf | field specifiers, and almost always have to resort to a trial and error | compile-run-wtf frenzy when I least nee