summaryrefslogtreecommitdiff
path: root/t/op/sprintf.t
Commit message (Expand)AuthorAgeFilesLines
* Remove no longer valid testsJohn Peacock2016-03-171-1/+0
* Add test for sprintf ordering by both explicit index and not.James E Keenan2015-09-141-0/+1
* Support reordered precision arguments in (s)printfAaron Crane2015-07-151-0/+5
* sv_vcatpvfn_flags(): make warnings more preciseAaron Crane2015-07-151-4/+5
* t/op/sprintf.t: include test comment in "ok" output, where availableAaron Crane2015-07-151-1/+1
* t/op/sprintf.t: Generalize for EBCDICKarl Williamson2015-03-051-8/+25
* Get sprintf.t working under minitestFather Chrysostomos2014-09-021-1/+1
* Hexadecimal float sprintf, for perl #122219Jarkko Hietaniemi2014-08-131-2/+2
* Add a new warning about redundant printf argumentsÆvar Arnfjörð Bjarmason2014-06-211-58/+60
* t/op/sprintf.t: Add Android to the list of skips for %.0gJess Robinson2014-01-261-1/+1
* Purge sfio support, which has been broken for a decade.Nicholas Clark2013-12-271-2/+2
* Convert t/op/sprintf.t to use test.plMarcel Gruenauer (via RT)2013-01-281-12/+12
* Have each test print out its description.James E Keenan2012-12-071-8/+8
* sprintf{2,}.t: Explain why we have two test filesFather Chrysostomos2012-10-011-0/+2
* Fix %vd with alpha versionFather Chrysostomos2012-09-141-0/+3
* [perl #112820] t/op/sprintf.t failure on FreeBSD 4.6Nicholas Clark2012-07-051-1/+1
* Suppress void warning in t/op/sprintf.tFather Chrysostomos2012-01-011-1/+1
* [perl #103492] Make %n printf format work with UnicodeFather Chrysostomos2011-12-311-0/+1
* [perl #103492] Give lvalue cx to (s)printf argsFather Chrysostomos2011-12-311-0/+1
* printf "%vd", "version" should not SEGVFather Chrysostomos2011-11-231-0/+1
* Fix failing tests.Hugo van der Sanden2011-02-071-8/+8
* Add supplied tests from perl #83194.Hugo van der Sanden2011-02-071-0/+8
* [perl #83018] TEST PATCH: commit 95ea86d5 also fixes sprintf("%.2f")Zsbán Ambrus2011-01-301-0/+4
* smoke tests for %hhd %zd %tdChip Salzenberg2010-12-171-2/+5
* Return 0 (with a warning) for sprintf("%.0g") and sprintf("%.0f")Nicholas Clark2010-05-131-2/+2
* Make t/op/sprintf.t test multiple warningsVincent Pit2010-05-061-4/+4
* Stop returning 0 for sprintf("%.0g")Vincent Pit2010-05-061-2/+4
* Really test special sprintf formatsVincent Pit2010-05-061-1/+2
* Make sv_vcatpvfn() complain when special formats "%s" and "%.0f" can't find t...Vincent Pit2010-05-061-0/+4
* [perl #71000] Wrong variable name in warninghv@crypt.org2009-12-061-2/+4
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* ARRAY(0x...) is not very helpful in sprintf.t diagnosticsYitzchak Scott-Thoennes2008-01-081-4/+4
* Upgrade to version-0.7203.Rafael Garcia-Suarez2007-04-211-4/+4
* Re: [perl #40583] sprintf "%#04X" also uppercases the 0x-prefixSADAHIRO Tomoyuki2006-10-261-0/+63
* Add a %B sprintf formatNicholas Clark2006-10-251-1/+3
* Re: sprintf 64 testSADAHIRO Tomoyuki2006-10-161-3/+149
* Add darwin to the list of OS's that fail to pass test Steve Peters2006-09-131-1/+1
* z/OS: t/ - mostly EBCDIC fixesJarkko Hietaniemi2006-07-121-2/+2
* Re: [PATCH] Re: [perl #39530] printf: bad formatting of hexadecimal conversio...Dominic Dunlop2006-06-211-12/+30
* Re: [perl #39530] printf: bad formatting of hexadecimal conversion of binary ...Dominic Dunlop2006-06-201-0/+12
* Upgrade to version-0.52Steve Peters2006-01-061-8/+6
* Re: [perl #37897] sprintf of version objectsJohn Peacock2005-12-151-0/+13
* Add overflow check to EXPECT_NUMBER() used by sv_vcatpvfn().Gisle Aas2005-12-131-2/+2
* Drop "v" prefix from sprintf("%vd", $^V).Gisle Aas2005-12-121-0/+2
* Move the rest of the data munging into the test preparation loop.Nicholas Clark2005-12-111-3/+4
* Move the $data and $result munging into the test preparation loop.Nicholas Clark2005-12-111-20/+21
* Disallow sprintf's vector handling for non-integer formats.Gisle Aas2005-12-111-3/+10
* Quench the other 2 ways obscure ways of abusing positional parametersNicholas Clark2005-12-111-0/+2
* [PATCH] Re: Perl PR: "Security holes in Sys::Syslog"Gisle Aas2005-12-011-0/+3
* Multiple versions of OpenBSD fail this test, not just 3.7.Steve Peters2005-10-261-1/+1