This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix a regression introduced by change #21694 on sprintf()
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 28 Nov 2003 22:38:40 +0000 (22:38 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 28 Nov 2003 22:38:40 +0000 (22:38 +0000)
commit1d917b3944c05b5491be467f893dc280b74ef98f
treea6c37252d210f24241c2c03f1e8e51dbbaeca9ce
parent588f721066bebf3e4bee6bfb212ff0dd4bd4dfa9
Fix a regression introduced by change #21694 on sprintf()
with long doubles, by disabling the specific optimisation
path in this case ; remove a unnecessary cast ; add a new
test file for miscellaneous sprintf() test that don't fit
in the t/op/sprintf.t framework.
p4raw-link: @21694 on //depot/perl: 4151a5feffa8bdd67c09edf6ade78431e8079f67

p4raw-id: //depot/perl@21800
MANIFEST
sv.c
t/op/sprintf2.t [new file with mode: 0644]