summaryrefslogtreecommitdiff
path: root/t/op/sprintf2.t
Commit message (Expand)AuthorAgeFilesLines
* Make sprintf "%1s" and "%.1s" call overloading onceFather Chrysostomos2012-10-011-1/+10
* sprintf{2,}.t: Explain why we have two test filesFather Chrysostomos2012-10-011-0/+2
* Consistently use OP_DESC instead of OP_NAME in error messagesRafael Garcia-Suarez2010-04-221-1/+1
* [perl #71000] Wrong variable name in warninghv@crypt.org2009-12-061-3/+3
* Fix [RT#6266] -- sv_pos_u2b expects to be called with a valid character indexAlex Vandiver2009-05-301-1/+16
* Fix warning code in Perl_sv_vcatpvfn() to make the TODOMarcus Holland-Moritz2008-11-091-4/+1
* Update format warning tests to expect "%lld" instead of "%d"Marcus Holland-Moritz2008-11-091-9/+12
* "Perl_newSVpvf("%lld")" is brokenHugo van der Sanden2008-11-091-1/+27
* extra tests for t/op/sprintf2.t (was Re: [perl #45383] RE:Bram2008-04-301-1/+6
* Re: sprintf 64 testSADAHIRO Tomoyuki2006-10-161-1/+50
* [perl #40473] sprintf width+precision fails on wide chars Anatoly Vorobey2006-10-101-1/+10
* Re: [perl #39126] possible memory related bug when using sprintf with an utf-...SADAHIRO Tomoyuki2006-05-291-8/+9
* Remove tests that were not portable to 64bit ints.Gisle Aas2005-12-131-3/+3
* Add overflow check to EXPECT_NUMBER() used by sv_vcatpvfn().Gisle Aas2005-12-131-5/+13
* Check that %v$foo does not crash.Nicholas Clark2005-12-121-1/+14
* sprintf %NNN$ check for large values wrapping to negativeDave Mitchell2005-12-011-2/+22
* Disable constant folding of sprintfGisle Aas2005-12-011-1/+9
* Re: [perl #26073] sprintf miscounts padding when format is utf8 Hugo van der Sanden2004-02-091-1/+9
* Fix a regression introduced by change #21694 on sprintf()Rafael Garcia-Suarez2003-11-281-0/+20