This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Perl_sv_vcatpvfn_flags: simplify concat of f/p str
authorDavid Mitchell <davem@iabyn.com>
Thu, 18 May 2017 11:47:51 +0000 (12:47 +0100)
committerDavid Mitchell <davem@iabyn.com>
Wed, 7 Jun 2017 08:11:03 +0000 (09:11 +0100)
commitf851755c7adcf343960bf89d33c4cd426aef3ecb
tree6226ee13cd985bf6199ec8bfaec98b54cd29c947
parent0328f687d9bb687bcbe7fde0aee61261ec662048
Perl_sv_vcatpvfn_flags: simplify concat of f/p str

Since floating-point formats do their own formatting and padding, skip the
block of code at the end of the main loop which handles appending eptr to
sv, and do our own stripped-down version.
sv.c