This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[rt.perl.org #128909] printf %a mishandles exponent-crossing rounding with long double
[perl5.git] / t / op / sprintf2.t
2016-08-13 Jarkko Hietaniemi[rt.perl.org #128909] printf %a mishandles exponent...
2016-08-13 Jarkko HietaniemiBogus skip count.
2016-08-12 Jarkko HietaniemiTest new hexfp fixes also on (x86 80-bit) long doubles.
2016-08-12 Jarkko HietaniemiFix on top of 75326c48.
2016-08-12 Jarkko HietaniemiThe new tests are valid only for IEEE 754 64-bit doubles.
2016-08-11 Jarkko Hietaniemi[rt.perl.org #128893]: printf %a botches 0 flag for...
2016-08-11 Jarkko Hietaniemi[rt.perl.org #128890]: printf %a rounds incorrectly
2016-08-11 Jarkko Hietaniemi[rt.perl.org #128889]: printf %a mishandles negative...
2016-08-11 Jarkko Hietaniemi[rt.perl.org #128888]: printf %a mishandles zero precision
2016-08-11 Jarkko HietaniemiAdd rt.perl.org reference for b6d9b423
2016-08-10 Jarkko Hietaniemihexfp: IEEE 754 subnormals printf %a
2016-07-02 Jarkko HietaniemiVAX: test changes for VAX floats
2016-02-03 Jarkko HietaniemiAdditional hexfp %a tests inspired by c95ea682.
2016-01-27 Jarkko Hietaniemi[perl #127183] Non-canonical hexadecimal floats are...
2015-12-18 Jarkko HietaniemiDouble-double implementations differ.
2015-12-10 Jarkko Hietaniemihexfp: all ppc/powerpc-ld linux tailbits difference...
2015-12-08 Craig A. BerryFix t/op/sprintf2.t on VMS
2015-12-06 Jarkko Hietaniemihexfp: test longdblkind directly, instead of doublekind
2015-12-05 Jarkko Hietaniemihexfp: these should be tested only with uselongdouble.
2015-11-29 Jarkko Hietaniemihexfp: printf %.13a 0.0
2015-11-29 Jarkko Hietaniemihexfp: printf %.13a 1.0
2015-11-29 Jarkko Hietaniemihexfp: printf %a for negative zero.
2015-10-19 Jarkko HietaniemiIRIX long-double sqrt(2) one bit error in the least...
2015-08-06 Sisyphusdouble-double long double %a fixes
2014-12-11 Father ChrysostomosDon’t do string overloading for printf int formats
2014-11-12 Jarkko HietaniemiSpecial case exp(1) for ppc64-linux.
2014-11-12 Jarkko HietaniemiRevert "sisyphus thinks the test value is simply wrong...
2014-10-21 Jarkko Hietaniemisisyphus thinks the test value is simply wrong here.
2014-09-10 Jarkko Hietaniemihexfp: 0 is 0x0p+0.
2014-09-09 Jarkko Hietaniemihexfp: double-double correct test goldens.
2014-08-31 Jarkko HietaniemiWrong result for double-double sqrt(2).
2014-08-21 Jarkko HietaniemiDo not anchor the matches, because of sprintf padding.
2014-08-20 Jarkko HietaniemiTry addressing perl #122578, low-order fp diffs.
2014-08-20 Jarkko HietaniemiQuadruple float BE test triggering had a typo.
2014-08-20 Jarkko HietaniemiReduce double-double %a to single-double for now.
2014-08-17 Jarkko HietaniemiAdd quadruple precision tests, verified by Craig Berry.
2014-08-15 Jarkko HietaniemiLimit testing with 80-bit doubles.
2014-08-14 Jarkko HietaniemiHexadecimal float sprintf, for perl #122219
2014-06-21 Ævar Arnfjörð Bjar... Fix black Win32 smoke broken by my v5.21.1-11-g4077a6b...
2014-06-21 Ævar Arnfjörð Bjar... Make like() and unlike() in t/test.pl refuse non-qr...
2014-06-21 Ævar Arnfjörð Bjar... Fix black Win32 smoke broken by my v5.21.1-11-g4077a6b...
2014-06-21 Ævar Arnfjörð Bjar... Fix black Win32 smoke broken by my v5.21.1-11-g4077a6b
2014-06-21 Ævar Arnfjörð Bjar... Add a new warning about redundant printf arguments
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()