| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sprintf "%1s" and "%.1s" call overloading once | Father Chrysostomos | 2012-10-01 | 1 | -1/+10 |
* | sprintf{2,}.t: Explain why we have two test files | Father Chrysostomos | 2012-10-01 | 1 | -0/+2 |
* | Consistently use OP_DESC instead of OP_NAME in error messages | Rafael Garcia-Suarez | 2010-04-22 | 1 | -1/+1 |
* | [perl #71000] Wrong variable name in warning | hv@crypt.org | 2009-12-06 | 1 | -3/+3 |
* | Fix [RT#6266] -- sv_pos_u2b expects to be called with a valid character index | Alex Vandiver | 2009-05-30 | 1 | -1/+16 |
* | Fix warning code in Perl_sv_vcatpvfn() to make the TODO | Marcus Holland-Moritz | 2008-11-09 | 1 | -4/+1 |
* | Update format warning tests to expect "%lld" instead of "%d" | Marcus Holland-Moritz | 2008-11-09 | 1 | -9/+12 |
* | "Perl_newSVpvf("%lld")" is broken | Hugo van der Sanden | 2008-11-09 | 1 | -1/+27 |
* | extra tests for t/op/sprintf2.t (was Re: [perl #45383] RE: | Bram | 2008-04-30 | 1 | -1/+6 |
* | Re: sprintf 64 test | SADAHIRO Tomoyuki | 2006-10-16 | 1 | -1/+50 |
* | [perl #40473] sprintf width+precision fails on wide chars | Anatoly Vorobey | 2006-10-10 | 1 | -1/+10 |
* | Re: [perl #39126] possible memory related bug when using sprintf with an utf-... | SADAHIRO Tomoyuki | 2006-05-29 | 1 | -8/+9 |
* | Remove tests that were not portable to 64bit ints. | Gisle Aas | 2005-12-13 | 1 | -3/+3 |
* | Add overflow check to EXPECT_NUMBER() used by sv_vcatpvfn(). | Gisle Aas | 2005-12-13 | 1 | -5/+13 |
* | Check that %v$foo does not crash. | Nicholas Clark | 2005-12-12 | 1 | -1/+14 |
* | sprintf %NNN$ check for large values wrapping to negative | Dave Mitchell | 2005-12-01 | 1 | -2/+22 |
* | Disable constant folding of sprintf | Gisle Aas | 2005-12-01 | 1 | -1/+9 |
* | Re: [perl #26073] sprintf miscounts padding when format is utf8 | Hugo van der Sanden | 2004-02-09 | 1 | -1/+9 |
* | Fix a regression introduced by change #21694 on sprintf() | Rafael Garcia-Suarez | 2003-11-28 | 1 | -0/+20 |