Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 286ba7099657d11792d0b9a12ba23a35f37c2e12 https://github.com/Perl/perl5/commit/286ba7099657d11792d0b9a12ba23a35f37c2e12 Author: Tony Cook <tony@develop-help.com> Date: 2020-06-20 (Sat, 20 Jun 2020) Changed paths: M hints/netbsd.sh Log Message: ----------- warn the user that NetBSD's long double support isn't very good Commit: 4233e039adeeb27cae74b1802b61321ff477a77c https://github.com/Perl/perl5/commit/4233e039adeeb27cae74b1802b61321ff477a77c Author: Tony Cook <tony@develop-help.com> Date: 2020-06-20 (Sat, 20 Jun 2020) Changed paths: M t/op/sprintf2.t Log Message: ----------- skip the failing hexfloat test if it fails on NetBSD perl (in theory) supports C89, where expl() doesn't exist (though long doubles do), so our tests shouldn't fail if expl() isn't available. Of course, the NetBSD libm does supply an implementation of expl(), it's just not a long double implementation. Compare: https://github.com/Perl/perl5/compare/a760468c9355...4233e039adee