Add a TODO test for block evals segfaulting on syntax errors.
[p5sagit/p5-mst-13.2.git] / t / op / sprintf2.t
2009-12-06 hv@crypt.org [perl #71000] Wrong variable name in warning
2009-05-30 Alex Vandiver Fix [RT#6266] -- sv_pos_u2b expects to be called with...
2008-11-09 Marcus Holland-Moritz Fix warning code in Perl_sv_vcatpvfn() to make the...
2008-11-09 Marcus Holland-Moritz Update format warning tests to expect "%lld" instead...
2008-11-09 Hugo van der Sanden "Perl_newSVpvf("%lld")" is broken
2008-04-30 Bram extra tests for t/op/sprintf2.t (was Re: [perl #45383...
2006-10-16 SADAHIRO Tomoyuki Re: sprintf 64 test
2006-10-10 Anatoly Vorobey [perl #40473] sprintf width+precision fails on wide...
2006-05-29 SADAHIRO Tomoyuki Re: [perl #39126] possible memory related bug when...
2005-12-13 Gisle Aas Remove tests that were not portable to 64bit ints.
2005-12-13 Gisle Aas Add overflow check to EXPECT_NUMBER() used by sv_vcatpv...
2005-12-12 Nicholas Clark Check that %v$foo does not crash.
2005-12-01 Dave Mitchell sprintf %NNN$ check for large values wrapping to negative
2005-12-01 Gisle Aas Disable constant folding of sprintf
2004-02-09 Hugo van der Sanden Re: [perl #26073] sprintf miscounts padding when format...
2003-11-28 Rafael Garcia-Suarez Fix a regression introduced by change #21694 on sprintf()