This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
dounwind(): do a POPBLOCK for final cx frame.
[perl5.git] / t / op / inc.t
2015-11-19 Aaron CraneQuell "used only once" warning in test suite
2015-11-18 David Mitchellsv_inc/dec_nomg(): croak on GVs etc
2015-03-06 Karl Williamsont/op/inc.t: Generalize for EBCDIC
2014-11-09 Father ChrysostomosDon’t allow OPpTARGET_MY on postdec/inc
2014-11-08 Father ChrysostomosMake pp_postinc call set-magic on its target
2014-11-08 Father ChrysostomosFix $lex = $ref++ under use integer
2014-11-08 Jarkko HietaniemiWrong (non-existent) Config var name.
2014-10-08 Jarkko HietaniemiTest preamble: explicit @INC, instead of unshift.
2014-10-06 Jarkko HietaniemiThe double-double mantissa precision ... it's complicated.
2014-09-08 Jarkko HietaniemiNot nice to die in the middle of a test.
2014-07-03 Tony Cook[perl #3330] warn on increment of an non number/non...
2014-05-07 Tony Cook[perl #121771] Revert the new warning for ++ on non...
2013-08-14 Tony Cook[perl #3330] avoid an uncaught warning from op/inc.t
2013-08-11 Father ChrysostomosMake ++ handle regexps and vstrings
2013-08-11 Father ChrysostomosStop -- from crashing on regexps
2012-12-15 James E Keenant/op/inc.t: Add descriptions to all tests lacking them.
2011-03-12 Nicholas ClarkConvert t/op/inc.t to test.pl and use strict.
2011-03-12 Nicholas ClarkFix long-standing bug in t/op/inc.t, whereby ok() ignor...
2011-03-12 Nicholas ClarkIn t/op/inc.t, inline check_some_code() into its only...
2011-03-12 Nicholas ClarkIn t/op/inc.t, reorder the parameters to check_some_code()
2010-09-06 David Mitchell$ref++, $ref-- leaked referent
2009-06-06 Rafael Garcia-SuarezMark all .t and .pm files as non executable
2008-06-28 Ben MorrowSome more missing isGV_with_GP()s
2008-01-23 Nicholas ClarkFix the misplaced warnings and failing tests caused...
2008-01-17 Nicholas Clarkwarn if ++ or -- are unable to change the value because...
2005-10-15 Hugo van der Sandenpre{inc,dec} is faster, even with integers
2005-07-15 Steve HayRe: [PATCH blead] Re: [perl #3269] no warnings "foo...
2005-07-09 Nicholas Clarksv_dec is supposed to go *down*, m'kay.
2005-06-27 Nicholas ClarkFix sv_dec of undefined PVs to (a) not downgrade to NV
2003-03-18 Hugo van der Sandenadd tests for existing behaviour of undef postinc/dec
2001-12-03 Nicholas Clarkshared hash keys and ++/--
2000-03-05 Gurusamy Sarathyscan_num() sticks to UVs rather than IVs (now -21474836...
1996-09-02 Perl 5 Portersperl 5.003_05: t/op/inc.t util.c
1996-08-10 Larry Wallperl 5.003_02: [changes beteween cumulative patches... perl-5.003_02
1996-08-10 Larry Wallperl 5.003_02: [no incremental changelog available]