| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix failing tests. | Hugo van der Sanden | 2011-02-07 | 1 | -8/+8 |
* | Add supplied tests from perl #83194. | Hugo van der Sanden | 2011-02-07 | 1 | -0/+8 |
* | [perl #83018] TEST PATCH: commit 95ea86d5 also fixes sprintf("%.2f") | Zsbán Ambrus | 2011-01-30 | 1 | -0/+4 |
* | smoke tests for %hhd %zd %td | Chip Salzenberg | 2010-12-17 | 1 | -2/+5 |
* | Return 0 (with a warning) for sprintf("%.0g") and sprintf("%.0f") | Nicholas Clark | 2010-05-13 | 1 | -2/+2 |
* | Make t/op/sprintf.t test multiple warnings | Vincent Pit | 2010-05-06 | 1 | -4/+4 |
* | Stop returning 0 for sprintf("%.0g") | Vincent Pit | 2010-05-06 | 1 | -2/+4 |
* | Really test special sprintf formats | Vincent Pit | 2010-05-06 | 1 | -1/+2 |
* | Make sv_vcatpvfn() complain when special formats "%s" and "%.0f" can't find t... | Vincent Pit | 2010-05-06 | 1 | -0/+4 |
* | [perl #71000] Wrong variable name in warning | hv@crypt.org | 2009-12-06 | 1 | -2/+4 |
* | Mark all .t and .pm files as non executable | Rafael Garcia-Suarez | 2009-06-06 | 1 | -0/+0 |
* | ARRAY(0x...) is not very helpful in sprintf.t diagnostics | Yitzchak Scott-Thoennes | 2008-01-08 | 1 | -4/+4 |
* | Upgrade to version-0.7203. | Rafael Garcia-Suarez | 2007-04-21 | 1 | -4/+4 |
* | Re: [perl #40583] sprintf "%#04X" also uppercases the 0x-prefix | SADAHIRO Tomoyuki | 2006-10-26 | 1 | -0/+63 |
* | Add a %B sprintf format | Nicholas Clark | 2006-10-25 | 1 | -1/+3 |
* | Re: sprintf 64 test | SADAHIRO Tomoyuki | 2006-10-16 | 1 | -3/+149 |
* | Add darwin to the list of OS's that fail to pass test | Steve Peters | 2006-09-13 | 1 | -1/+1 |
* | z/OS: t/ - mostly EBCDIC fixes | Jarkko Hietaniemi | 2006-07-12 | 1 | -2/+2 |
* | Re: [PATCH] Re: [perl #39530] printf: bad formatting of hexadecimal conversio... | Dominic Dunlop | 2006-06-21 | 1 | -12/+30 |
* | Re: [perl #39530] printf: bad formatting of hexadecimal conversion of binary ... | Dominic Dunlop | 2006-06-20 | 1 | -0/+12 |
* | Upgrade to version-0.52 | Steve Peters | 2006-01-06 | 1 | -8/+6 |
* | Re: [perl #37897] sprintf of version objects | John Peacock | 2005-12-15 | 1 | -0/+13 |
* | Add overflow check to EXPECT_NUMBER() used by sv_vcatpvfn(). | Gisle Aas | 2005-12-13 | 1 | -2/+2 |
* | Drop "v" prefix from sprintf("%vd", $^V). | Gisle Aas | 2005-12-12 | 1 | -0/+2 |
* | Move the rest of the data munging into the test preparation loop. | Nicholas Clark | 2005-12-11 | 1 | -3/+4 |
* | Move the $data and $result munging into the test preparation loop. | Nicholas Clark | 2005-12-11 | 1 | -20/+21 |
* | Disallow sprintf's vector handling for non-integer formats. | Gisle Aas | 2005-12-11 | 1 | -3/+10 |
* | Quench the other 2 ways obscure ways of abusing positional parameters | Nicholas Clark | 2005-12-11 | 1 | -0/+2 |
* | [PATCH] Re: Perl PR: "Security holes in Sys::Syslog" | Gisle Aas | 2005-12-01 | 1 | -0/+3 |
* | Multiple versions of OpenBSD fail this test, not just 3.7. | Steve Peters | 2005-10-26 | 1 | -1/+1 |
* | Re: Smoke [5.9.3] 25248 FAIL(F) openbsd 3.7 (i386/1 cpu) | Dominic Dunlop | 2005-08-03 | 1 | -1/+1 |
* | Skip op/sprintf.t test 147 on MSWin32 | Steve Hay | 2005-07-29 | 1 | -3/+3 |
* | sprintf now has all but two tests enabled. | H.Merijn Brand | 2005-07-28 | 1 | -15/+46 |
* | RE: blead: no longer supports %vd format | Robin Barker | 2005-07-18 | 1 | -1/+1 |
* | Error in earlier patch in sv.c | Robin Barker | 2005-07-13 | 1 | -0/+1 |
* | Attribute configuration | Andy Lester | 2005-05-20 | 1 | -0/+1 |
* | Ultrix VAX is like VMS VAX in floating point. | Jarkko Hietaniemi | 2003-09-01 | 1 | -3/+7 |
* | Fix for [perl #22759 insufficient format string checking]; | Jarkko Hietaniemi | 2003-07-02 | 1 | -0/+1 |
* | Integrate: | Jarkko Hietaniemi | 2003-03-12 | 1 | -1/+1 |
* | typos and other minor things | Todd C. Miller | 2003-03-11 | 1 | -1/+1 |
* | Re: [perl #21498] printf behaviour changes 5.6.1(and earlier) -> 5.8 | Adrian M. Enache | 2003-03-09 | 1 | -2/+7 |
* | [perl #20654] %*v02x considered invalid in printf | Robin Barker | 2003-02-11 | 1 | -0/+2 |
* | Fix for [perl #20339]: "%lf" rejected as invalid by recent sprintf. | Hugo van der Sanden | 2003-02-10 | 1 | -0/+2 |
* | Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t | Allen Smith | 2002-09-08 | 1 | -2/+6 |
* | Re: [ID 20020713.008] %vd eats two arguments | Hugo van der Sanden | 2002-07-14 | 1 | -0/+6 |
* | Drop all the unnecessary "use utf8" clauses and some of | Jarkko Hietaniemi | 2001-08-12 | 1 | -1/+1 |
* | fix t/op/sprintf.t to not load %Config | Peter Prymmer | 2001-07-17 | 1 | -6/+7 |
* | possible fix for sprintf.t on VAX that loads %Config | Peter Prymmer | 2001-07-14 | 1 | -2/+26 |
* | Add also UTS (s390) to the non-IEEE float platforms. | Jarkko Hietaniemi | 2001-06-23 | 1 | -1/+1 |
* | RFC: what are applicable standards for exponent sizes? | Peter Prymmer | 2001-06-23 | 1 | -0/+12 |