This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Create subdirectory t/opbasic. Move 5 test files there.
[perl5.git] / t / op / sprintf2.t
2012-10-01 Father ChrysostomosMake sprintf "%1s" and "%.1s" call overloading once
2012-10-01 Father Chrysostomossprintf{2,}.t: Explain why we have two test files
2010-04-22 Rafael Garcia-SuarezConsistently use OP_DESC instead of OP_NAME in error...
2009-12-06 hv@crypt.org[perl #71000] Wrong variable name in warning
2009-05-30 Alex VandiverFix [RT#6266] -- sv_pos_u2b expects to be called with...
2008-11-09 Marcus Holland-MoritzFix warning code in Perl_sv_vcatpvfn() to make the...
2008-11-09 Marcus Holland-MoritzUpdate format warning tests to expect "%lld" instead...
2008-11-09 Hugo van der Sanden"Perl_newSVpvf("%lld")" is broken
2008-04-30 Bramextra tests for t/op/sprintf2.t (was Re: [perl #45383...
2006-10-16 SADAHIRO TomoyukiRe: sprintf 64 test
2006-10-10 Anatoly Vorobey[perl #40473] sprintf width+precision fails on wide...
2006-05-29 SADAHIRO TomoyukiRe: [perl #39126] possible memory related bug when...
2005-12-13 Gisle AasRemove tests that were not portable to 64bit ints.
2005-12-13 Gisle AasAdd overflow check to EXPECT_NUMBER() used by sv_vcatpv...
2005-12-12 Nicholas ClarkCheck that %v$foo does not crash.
2005-12-01 Dave Mitchellsprintf %NNN$ check for large values wrapping to negative
2005-12-01 Gisle AasDisable constant folding of sprintf
2004-02-09 Hugo van der SandenRe: [perl #26073] sprintf miscounts padding when format...
2003-11-28 Rafael Garcia-SuarezFix a regression introduced by change #21694 on sprintf()