This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix for [perl #20339]: "%lf" rejected as invalid by recent sprintf.
authorHugo van der Sanden <hv@crypt.org>
Mon, 10 Feb 2003 21:59:34 +0000 (21:59 +0000)
committerhv <hv@crypt.org>
Mon, 10 Feb 2003 21:59:34 +0000 (21:59 +0000)
commit00e17364bade89e3a71981168e34fb6160652b0a
treed64cb961d5e077899fade678458033439c418904
parent71fc2216c6a4911ddf91f3da00b2e64b1face896
Fix for [perl #20339]: "%lf" rejected as invalid by recent sprintf.
Now allows but ignores the 'l' modifier on floating point formats
and adds a couple of tests.

p4raw-id: //depot/perl@18689
sv.c
t/op/sprintf.t