This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Get t/uni/cache.t working under minitest
[perl5.git] / t / op / sprintf.t
2014-08-14 Jarkko HietaniemiHexadecimal float sprintf, for perl #122219
2014-06-21 Ævar Arnfjörð Bjar... Add a new warning about redundant printf arguments
2014-01-26 Jess Robinsont/op/sprintf.t: Add Android to the list of skips for...
2013-12-27 Nicholas ClarkPurge sfio support, which has been broken for a decade.
2013-01-28 Marcel Gruenauer... Convert t/op/sprintf.t to use test.pl
2012-12-08 James E KeenanHave each test print out its description.
2012-10-01 Father Chrysostomossprintf{2,}.t: Explain why we have two test files
2012-09-15 Father ChrysostomosFix %vd with alpha version
2012-07-05 Nicholas Clark[perl #112820] t/op/sprintf.t failure on FreeBSD 4.6
2012-01-01 Father ChrysostomosSuppress void warning in t/op/sprintf.t
2012-01-01 Father Chrysostomos[perl #103492] Make %n printf format work with Unicode
2012-01-01 Father Chrysostomos[perl #103492] Give lvalue cx to (s)printf args
2011-11-23 Father Chrysostomosprintf "%vd", "version" should not SEGV
2011-02-08 Hugo van der SandenFix failing tests.
2011-02-08 Hugo van der SandenAdd supplied tests from perl #83194.
2011-01-31 Zsbán Ambrus[perl #83018] TEST PATCH: commit 95ea86d5 also fixes...
2010-12-17 Chip Salzenbergsmoke tests for %hhd %zd %td
2010-05-13 Nicholas ClarkReturn 0 (with a warning) for sprintf("%.0g") and sprin...
2010-05-06 Vincent PitMake t/op/sprintf.t test multiple warnings
2010-05-06 Vincent PitStop returning 0 for sprintf("%.0g")
2010-05-06 Vincent PitReally test special sprintf formats
2010-05-06 Vincent PitMake sv_vcatpvfn() complain when special formats "...
2009-12-06 hv@crypt.org[perl #71000] Wrong variable name in warning
2009-06-06 Rafael Garcia-SuarezMark all .t and .pm files as non executable
2008-01-08 Yitzchak Scott-Tho... ARRAY(0x...) is not very helpful in sprintf.t diagnostics
2007-04-21 Rafael Garcia-SuarezUpgrade to version-0.7203.
2006-10-26 SADAHIRO TomoyukiRe: [perl #40583] sprintf "%#04X" also uppercases the...
2006-10-25 Nicholas ClarkAdd a %B sprintf format
2006-10-16 SADAHIRO TomoyukiRe: sprintf 64 test
2006-09-13 Steve PetersAdd darwin to the list of OS's that fail to pass test
2006-07-12 Jarkko Hietaniemiz/OS: t/ - mostly EBCDIC fixes
2006-06-21 Dominic DunlopRe: [PATCH] Re: [perl #39530] printf: bad formatting...
2006-06-20 Dominic DunlopRe: [perl #39530] printf: bad formatting of hexadecimal...
2006-01-06 Steve PetersUpgrade to version-0.52
2005-12-15 John PeacockRe: [perl #37897] sprintf of version objects
2005-12-13 Gisle AasAdd overflow check to EXPECT_NUMBER() used by sv_vcatpv...
2005-12-12 Gisle AasDrop "v" prefix from sprintf("%vd", $^V).
2005-12-11 Nicholas ClarkMove the rest of the data munging into the test prepara...
2005-12-11 Nicholas ClarkMove the $data and $result munging into the test prepar...
2005-12-11 Gisle AasDisallow sprintf's vector handling for non-integer...
2005-12-11 Nicholas ClarkQuench the other 2 ways obscure ways of abusing positio...
2005-12-01 Gisle Aas[PATCH] Re: Perl PR: "Security holes in Sys::Syslog"
2005-10-26 Steve PetersMultiple versions of OpenBSD fail this test, not just...
2005-08-03 Dominic DunlopRe: Smoke [5.9.3] 25248 FAIL(F) openbsd 3.7 (i386/1...
2005-07-29 Steve HaySkip op/sprintf.t test 147 on MSWin32
2005-07-28 H.Merijn Brandsprintf now has all but two tests enabled.
2005-07-18 Robin BarkerRE: blead: no longer supports %vd format
2005-07-13 Robin BarkerError in earlier patch in sv.c
2005-05-20 Andy LesterAttribute configuration
2003-09-01 Jarkko HietaniemiUltrix VAX is like VMS VAX in floating point.
2003-07-02 Jarkko HietaniemiFix for [perl #22759 insufficient format string checking];
2003-03-12 Jarkko HietaniemiIntegrate:
2003-03-11 Todd C. Millertypos and other minor things
2003-03-09 Adrian M. EnacheRe: [perl #21498] printf behaviour changes 5.6.1(and...
2003-02-11 Robin Barker[perl #20654] %*v02x considered invalid in printf
2003-02-10 Hugo van der SandenFix for [perl #20339]: "%lf" rejected as invalid by...
2002-09-08 Allen SmithRe: [PATCH: perl #17849] (corrected) Long double bugs...
2002-07-14 Hugo van der SandenRe: [ID 20020713.008] %vd eats two arguments
2001-08-12 Jarkko HietaniemiDrop all the unnecessary "use utf8" clauses and some of
2001-07-17 Peter Prymmerfix t/op/sprintf.t to not load %Config
2001-07-14 Peter Prymmerpossible fix for sprintf.t on VAX that loads %Config
2001-06-23 Jarkko HietaniemiAdd also UTS (s390) to the non-IEEE float platforms.
2001-06-23 Peter PrymmerRFC: what are applicable standards for exponent sizes?
2001-02-26 Jarkko HietaniemiAdd more known sprintf failures.
2001-01-24 Charles BaileySYN SYN
2001-01-19 Hugo van der SandenRe: new feature: s?printf parameter reordering
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-11-29 Jarkko HietaniemiDocument the known sprintf test failures, exact standard
2000-10-22 Jarkko HietaniemiSupport s?printf parameter reordering.
2000-10-20 Charles BaileySYN SYN
2000-10-13 Peter PrymmerTweak #7225.
2000-10-13 Dominic Dunlopop/sprintf.t patch for OS/390 (and any other host with...
2000-08-29 Mike GuyUse minimal @INC in tests, most of the time just '...
2000-08-17 Jarkko HietaniemiRetract #6645.
2000-08-15 Dominic Dunlop(Retracted by #6660)
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-08-03 Dominic DunlopComings and goings in op/sprintf.t
2000-07-12 Gurusamy Sarathysprintf test tweaks (from Dominic Dunlop)
2000-07-12 Gurusamy Sarathyfix bugs in processing %v-*d and similar format specs...
2000-07-12 Gurusamy Sarathyget sprintf.t to adjust properly for 3-digit exponents
2000-07-11 Gurusamy Sarathywindows build tweaks (op/sprintf.t still fails tests...
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6325..6373 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6268..6282 into mainline
2000-07-11 Dominic DunlopMake op/sprintf.t more comprehensive, take 2
2000-06-29 Dominic DunlopMake op/sprintf.t more comprehensive
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-03-13 Gurusamy Sarathylexical warnings update for docs and tests (from Paul...
1999-09-29 Charles Baileyresync with mainline
1999-09-18 Nick Ing-SimmonsRe-integrate mainline
1999-09-09 Jarkko HietaniemiRemove ill-designed %B introduced by change #4111.
1999-09-09 Jarkko Hietaniemi%#b in particular and %B in general were kaputt.
1998-12-31 Wilson P. Snyder IIREV2: Binary number support
1998-08-02 Jarkko Hietaniemisupport OE/MVS
1998-03-03 Hugo van der Sanden[win32] still another maintpatch
1997-09-05 Perl 5 Porters[inseparable changes from patch to perl 5.004_04] perl-5.004_04
1993-10-07 Larry Wallperl 5.0 alpha 2 perl-5a2
1991-03-21 Larry Wallperl 4.0.00: (no release announcement available) perl-4.0.00