summaryrefslogtreecommitdiff
path: root/t/op/sprintf.t
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re: Smoke [5.9.3] 25248 FAIL(F) openbsd 3.7 (i386/1 cpu)Dominic Dunlop2005-08-031-1/+1
* Skip op/sprintf.t test 147 on MSWin32Steve Hay2005-07-291-3/+3
* sprintf now has all but two tests enabled.H.Merijn Brand2005-07-281-15/+46
* RE: blead: no longer supports %vd formatRobin Barker2005-07-181-1/+1
* Error in earlier patch in sv.cRobin Barker2005-07-131-0/+1
* Attribute configurationAndy Lester2005-05-201-0/+1
* Ultrix VAX is like VMS VAX in floating point.Jarkko Hietaniemi2003-09-011-3/+7
* Fix for [perl #22759 insufficient format string checking];Jarkko Hietaniemi2003-07-021-0/+1
* Integrate:Jarkko Hietaniemi2003-03-121-1/+1
* typos and other minor thingsTodd C. Miller2003-03-111-1/+1
* Re: [perl #21498] printf behaviour changes 5.6.1(and earlier) -> 5.8Adrian M. Enache2003-03-091-2/+7
* [perl #20654] %*v02x considered invalid in printfRobin Barker2003-02-111-0/+2
* Fix for [perl #20339]: "%lf" rejected as invalid by recent sprintf.Hugo van der Sanden2003-02-101-0/+2
* Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.tAllen Smith2002-09-081-2/+6
* Re: [ID 20020713.008] %vd eats two argumentsHugo van der Sanden2002-07-141-0/+6
* Drop all the unnecessary "use utf8" clauses and some ofJarkko Hietaniemi2001-08-121-1/+1