This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Perl_sv_vcatpvfn_flags: extract hex f/p code
authorDavid Mitchell <davem@iabyn.com>
Thu, 18 May 2017 08:41:15 +0000 (09:41 +0100)
committerDavid Mitchell <davem@iabyn.com>
Wed, 7 Jun 2017 08:11:02 +0000 (09:11 +0100)
commitde18632d9fb976e1a9d05c5dfa81ec77aa2a081b
treeade8d66bc35bb9542e13ac3995c688ea3ba47b35
parentccedffca3a4de735c4032d34239327420dbb52df
Perl_sv_vcatpvfn_flags: extract hex f/p code

There is a large block of code (nearly 300 lines) in
Perl_sv_vcatpvfn_flags(), which handles the %a/%A hexadecimal
floating-point format. Move it into new static function,
S_format_hexfp().

No functional changes.
sv.c