This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
(perl #133510) can't use my_vsnprintf() on quadmath/threaded builds
authorTony Cook <tony@develop-help.com>
Thu, 13 Sep 2018 01:45:14 +0000 (11:45 +1000)
committerJames E Keenan <jkeenan@cpan.org>
Thu, 13 Sep 2018 01:53:18 +0000 (21:53 -0400)
commit048eef38d279ddf78457ab69d37b9f2cdd096c2a
tree1e70ad15591830645e1c2388675921ae5fa21696
parent9d3dfe483399b257dc3160af2acd0f8a715070a5
(perl #133510) can't use my_vsnprintf() on quadmath/threaded builds

Since anything with quadmath should be recent enough to have
vsnprintf() I've fallen back to that.

Calls to PerlIO_debug() in core don't include floating point values
and I expect it to be unlikely outside of core - if it is needed
they'll just have to use double formatting/types.
perlio.c