This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Rename a variable
[perl5.git] / t / op / aassign.t
2017-01-27 Steve HayFix wrong skippage when using -DPERL_DEBUGGING_MSTATS...
2016-11-24 David Mitchellavoid premature free of referent in list assign
2016-11-09 David Mitchellhandle SvIMMORTALs in LHS of list assign
2016-10-26 David MitchellHandle list assignment in list context better
2016-10-26 David MitchellBetter optimise array and hash assignment
2016-08-18 Nicolas RUse set_up_inc for several unit tests
2016-01-13 Jarkko HietaniemiNo List::Util under miniperl.
2016-01-10 Dave Mitchell[perl #126633] check children of OA_DANGEROUS ops for...
2016-01-10 Tony Cook[perl #126633] copy anything gmagical on the right
2016-01-10 Tony Cook[perl #126633] if we see smagic on the left copy the...
2016-01-10 Tony Cook[perl #126633] TODO tests
2015-09-07 Craig A. BerrySkip aassign.t test under -DDEBUGGING on VMS.
2015-09-03 David Mitchellaassign.t: better test for DEBUGGING build
2015-09-02 David Mitchellpp_aassign(): fix ($x,$y) = (undef, $x)
2015-09-02 David Mitchellpp_aassign: scan on DEBUGGING builds
2015-08-17 David Mitchellfix a SV_NOSTEAL issue in pp_aassign
2015-08-17 David MitchellOptimise 1 arg in list assign
2015-08-17 David Mitchellmake my (...) = @_ non-OPpASSIGN_COMMON_RC1
2015-08-17 David Mitchellre-implement OPpASSIGN_COMMON mechanism