This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: sprintf 64 test
authorSADAHIRO Tomoyuki <BQW10602@nifty.com>
Sun, 15 Oct 2006 16:51:34 +0000 (01:51 +0900)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 16 Oct 2006 09:26:17 +0000 (09:26 +0000)
commit9911cee9a9c011ce0c7f2203e6247489dafc24ae
tree808305aad6be39c39d02e9db343a8487fd5ac295
parent1be1929dbc8e82fba55d16fe8957fa13461e7c58
Re: sprintf 64 test
Message-Id: <20061015165052.77AD.BQW10602@nifty.com>

1. nullify 0 flag in integer conversions when precision is given
2. ignore space after a plus sign as a sign for a nonnegative number
3. make a negative precision through * working as if the precision
   is omitted

p4raw-id: //depot/perl@29025
pod/perlfunc.pod
sv.c
t/op/sprintf.t
t/op/sprintf2.t