summaryrefslogtreecommitdiff
path: root/t/op/sprintf.t
Commit message (Expand)AuthorAgeFilesLines
* Drop support for PowerUX / Power MAX OSAaron Crane2017-10-211-2/+2
* PERL_SNPRINTF_CHECK(): off by 1 errorDavid Mitchell2017-06-271-0/+1
* Perl_sv_vcatpvfn_flags: simpler special formatsDavid Mitchell2017-06-071-0/+2
* Perl_sv_vcatpvfn_flags: simpler redundant arg testDavid Mitchell2017-06-071-57/+57
* Perl_sv_vcatpvfn_flags: avoid wrap on precisionDavid Mitchell2017-06-071-0/+2
* Perl_sv_vcatpvfn_flags: warn on missing %v argDavid Mitchell2017-06-071-1/+2
* Perl_sv_vcatpvfn_flags: warn on missing width argDavid Mitchell2017-06-071-0/+3
* S_expect_number(): return STRLEN not I32David Mitchell2017-06-071-2/+2
* sprintf(): handle mangled formats better with utf8David Mitchell2017-06-071-1/+1
* Use set_up_inc for several unit testsNicolas R2016-08-181-2/+3
* VAX: catch vax floats beyond VMS or UltrixJarkko Hietaniemi2016-07-271-1/+4
* [perl #128630] follow-up on 6151d433Jarkko Hietaniemi2016-07-271-15/+12
* [PATCH] in 15899733 the condition was supposed to stay optionalJarkko Hietaniemi2016-07-161-3/+11
* VAX: test changes for VAX floatsJarkko Hietaniemi2016-07-011-12/+25
* 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