| Commit message (Expand) | Author | Age | Files | Lines |
* | sv.c: Suppress imprecision warnings on Inf. | TAKAI Kousuke | 2020-12-29 | 1 | -5/+25 |
* | sv.c: more imprecision warnings on increment/decrement | TAKAI Kousuke | 2020-12-29 | 1 | -0/+20 |
* | t/op/inc.t, t/op/hexfp.t, t/op/sprintf2.t: Add missing d_ prefixes for Config... | TAKAI Kousuke | 2020-11-09 | 1 | -2/+2 |
* | t/op/inc.t: Test incrementing UV with and without upgrading to NV. | TAKAI Kousuke | 2020-10-11 | 1 | -0/+18 |
* | Use the new metalevel definitions for fp inf/nan/range | Jarkko Hietaniemi | 2016-10-28 | 1 | -5/+3 |
* | Use set_up_inc for several unit tests | Nicolas R | 2016-08-18 | 1 | -1/+1 |
* | VAX: test changes for VAX floats | Jarkko Hietaniemi | 2016-07-01 | 1 | -0/+5 |
* | Quell "used only once" warning in test suite | Aaron Crane | 2015-11-19 | 1 | -0/+1 |
* | sv_inc/dec_nomg(): croak on GVs etc | David Mitchell | 2015-11-18 | 1 | -0/+25 |
* | t/op/inc.t: Generalize for EBCDIC | Karl Williamson | 2015-03-05 | 1 | -3/+10 |
* | Don’t allow OPpTARGET_MY on postdec/inc | Father Chrysostomos | 2014-11-09 | 1 | -0/+13 |
* | Make pp_postinc call set-magic on its target | Father Chrysostomos | 2014-11-08 | 1 | -0/+12 |
* | Fix $lex = $ref++ under use integer | Father Chrysostomos | 2014-11-08 | 1 | -0/+23 |
* | Wrong (non-existent) Config var name. | Jarkko Hietaniemi | 2014-11-08 | 1 | -1/+1 |
* | Test preamble: explicit @INC, instead of unshift. | Jarkko Hietaniemi | 2014-10-08 | 1 | -1/+1 |
* | The double-double mantissa precision ... it's complicated. | Jarkko Hietaniemi | 2014-10-06 | 1 | -1/+16 |
* | Not nice to die in the middle of a test. | Jarkko Hietaniemi | 2014-09-08 | 1 | -1/+2 |
* | [perl #3330] warn on increment of an non number/non-magically incable value | Tony Cook | 2014-07-03 | 1 | -3/+6 |
* | [perl #121771] Revert the new warning for ++ on non- /\A[a-zA-Z]+[0-9]*\z/ | Tony Cook | 2014-05-07 | 1 | -6/+3 |
* | [perl #3330] avoid an uncaught warning from op/inc.t | Tony Cook | 2013-08-14 | 1 | -3/+6 |
* | Make ++ handle regexps and vstrings | Father Chrysostomos | 2013-08-11 | 1 | -0/+7 |
* | Stop -- from crashing on regexps | Father Chrysostomos | 2013-08-11 | 1 | -0/+4 |
* | t/op/inc.t: Add descriptions to all tests lacking them. | James E Keenan | 2012-12-14 | 1 | -31/+37 |
* | Convert t/op/inc.t to test.pl and use strict. | Nicholas Clark | 2011-03-12 | 1 | -90/+61 |
* | Fix long-standing bug in t/op/inc.t, whereby ok() ignored a failed match. | Nicholas Clark | 2011-03-12 | 1 | -5/+7 |
* | In t/op/inc.t, inline check_some_code() into its only call point. | Nicholas Clark | 2011-03-12 | 1 | -34/+32 |
* | In t/op/inc.t, reorder the parameters to check_some_code() | Nicholas Clark | 2011-03-12 | 1 | -7/+5 |
* | $ref++, $ref-- leaked referent | David Mitchell | 2010-09-06 | 1 | -1/+17 |
* | Mark all .t and .pm files as non executable | Rafael Garcia-Suarez | 2009-06-06 | 1 | -0/+0 |
* | Some more missing isGV_with_GP()s | Ben Morrow | 2008-06-28 | 1 | -1/+12 |
* | Fix the misplaced warnings and failing tests caused by the precision | Nicholas Clark | 2008-01-23 | 1 | -9/+20 |
* | warn if ++ or -- are unable to change the value because it's beyond | Nicholas Clark | 2008-01-17 | 1 | -1/+66 |
* | pre{inc,dec} is faster, even with integers | Hugo van der Sanden | 2005-10-15 | 1 | -1/+10 |
* | Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" t... | Steve Hay | 2005-07-15 | 1 | -2/+2 |
* | sv_dec is supposed to go *down*, m'kay. | Nicholas Clark | 2005-07-09 | 1 | -1/+10 |
* | Fix sv_dec of undefined PVs to (a) not downgrade to NV | Nicholas Clark | 2005-06-27 | 1 | -1/+20 |
* | add tests for existing behaviour of undef postinc/dec | Hugo van der Sanden | 2003-03-18 | 1 | -1/+7 |
* | shared hash keys and ++/-- | Nicholas Clark | 2001-12-03 | 1 | -52/+108 |
* | scan_num() sticks to UVs rather than IVs (now -2147483648 doesn't | Gurusamy Sarathy | 2000-03-05 | 1 | -4/+49 |
* | perl 5.003_05: t/op/inc.t util.c | Perl 5 Porters | 1996-09-02 | 1 | -3/+3 |
* | perl 5.003_02: [changes beteween cumulative patches and tarball release]perl-5.003_02 | Larry Wall | 1996-08-10 | 1 | -0/+0 |
* | perl 5.003_02: [no incremental changelog available] | Larry Wall | 1996-08-10 | 1 | -0/+52 |