summaryrefslogtreecommitdiff
path: root/t/op/inc.t
Commit message (Expand)AuthorAgeFilesLines
* sv.c: Suppress imprecision warnings on Inf.TAKAI Kousuke2020-12-291-5/+25
* sv.c: more imprecision warnings on increment/decrementTAKAI Kousuke2020-12-291-0/+20
* t/op/inc.t, t/op/hexfp.t, t/op/sprintf2.t: Add missing d_ prefixes for Config...TAKAI Kousuke2020-11-091-2/+2
* t/op/inc.t: Test incrementing UV with and without upgrading to NV.TAKAI Kousuke2020-10-111-0/+18
* Use the new metalevel definitions for fp inf/nan/rangeJarkko Hietaniemi2016-10-281-5/+3
* Use set_up_inc for several unit testsNicolas R2016-08-181-1/+1
* VAX: test changes for VAX floatsJarkko Hietaniemi2016-07-011-0/+5
* Quell "used only once" warning in test suiteAaron Crane2015-11-191-0/+1
* sv_inc/dec_nomg(): croak on GVs etcDavid Mitchell2015-11-181-0/+25
* t/op/inc.t: Generalize for EBCDICKarl Williamson2015-03-051-3/+10
* Don’t allow OPpTARGET_MY on postdec/incFather Chrysostomos2014-11-091-0/+13
* Make pp_postinc call set-magic on its targetFather Chrysostomos2014-11-081-0/+12
* Fix $lex = $ref++ under use integerFather Chrysostomos2014-11-081-0/+23
* Wrong (non-existent) Config var name.Jarkko Hietaniemi2014-11-081-1/+1
* Test preamble: explicit @INC, instead of unshift.Jarkko Hietaniemi2014-10-081-1/+1
* The double-double mantissa precision ... it's complicated.Jarkko Hietaniemi2014-10-061-1/+16
* Not nice to die in the middle of a test.Jarkko Hietaniemi2014-09-081-1/+2
* [perl #3330] warn on increment of an non number/non-magically incable valueTony Cook2014-07-031-3/+6
* [perl #121771] Revert the new warning for ++ on non- /\A[a-zA-Z]+[0-9]*\z/Tony Cook2014-05-071-6/+3
* [perl #3330] avoid an uncaught warning from op/inc.tTony Cook2013-08-141-3/+6
* Make ++ handle regexps and vstringsFather Chrysostomos2013-08-111-0/+7
* Stop -- from crashing on regexpsFather Chrysostomos2013-08-111-0/+4
* t/op/inc.t: Add descriptions to all tests lacking them.James E Keenan2012-12-141-31/+37
* Convert t/op/inc.t to test.pl and use strict.Nicholas Clark2011-03-121-90/+61
* Fix long-standing bug in t/op/inc.t, whereby ok() ignored a failed match.Nicholas Clark2011-03-121-5/+7
* In t/op/inc.t, inline check_some_code() into its only call point.Nicholas Clark2011-03-121-34/+32
* In t/op/inc.t, reorder the parameters to check_some_code()Nicholas Clark2011-03-121-7/+5
* $ref++, $ref-- leaked referentDavid Mitchell2010-09-061-1/+17
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* Some more missing isGV_with_GP()sBen Morrow2008-06-281-1/+12
* Fix the misplaced warnings and failing tests caused by the precisionNicholas Clark2008-01-231-9/+20
* warn if ++ or -- are unable to change the value because it's beyondNicholas Clark2008-01-171-1/+66
* pre{inc,dec} is faster, even with integersHugo van der Sanden2005-10-151-1/+10
* Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" t...Steve Hay2005-07-151-2/+2
* sv_dec is supposed to go *down*, m'kay.Nicholas Clark2005-07-091-1/+10
* Fix sv_dec of undefined PVs to (a) not downgrade to NVNicholas Clark2005-06-271-1/+20
* add tests for existing behaviour of undef postinc/decHugo van der Sanden2003-03-181-1/+7
* shared hash keys and ++/--Nicholas Clark2001-12-031-52/+108
* scan_num() sticks to UVs rather than IVs (now -2147483648 doesn'tGurusamy Sarathy2000-03-051-4/+49
* perl 5.003_05: t/op/inc.t util.cPerl 5 Porters1996-09-021-3/+3
* perl 5.003_02: [changes beteween cumulative patches and tarball release]perl-5.003_02Larry Wall1996-08-101-0/+0
* perl 5.003_02: [no incremental changelog available]Larry Wall1996-08-101-0/+52