This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix bug 36267 - assigning to a tied hash shouldn't change the
[perl5.git] / t / op / sprintf2.t
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()