summaryrefslogtreecommitdiff
path: root/t/op/for.t
Commit message (Expand)AuthorAgeFilesLines
* for CORE::my $var (...) {} is legal syntax, hence test itNicholas Clark2021-10-181-0/+37
* Test that for's iterator aliases the iterated listNicholas Clark2021-09-161-0/+34
* Add strict and warnings to t/op/for.tNicholas Clark2021-09-161-3/+11
* fix 'for reverse @array' bug on AIXDavid Mitchell2018-10-171-1/+15
* t/op/for.t: RT #2166: Actually run the test so we know if behavior changesDan Collins2016-10-211-3/+1
* t/op/for.t: RT #1085: ticket 'resolved' but test was still 'todo'Dan Collins2016-10-211-6/+1
* fix *_ = "" for 0 .. 1;David Mitchell2016-02-031-1/+41
* pp_enteriter: don't create new SV for GvSV slotDavid Mitchell2016-02-031-1/+12
* add CXp_FOR_PAD, CXp_FOR_GV flagsDavid Mitchell2016-02-031-1/+12
* make "for my $lex {}" faster under ITHREADSDavid Mitchell2016-02-031-1/+13
* [perl #124004] Fix stack bug with foreach(@empty)Father Chrysostomos2015-03-181-1/+6
* Extend lex alias detection to foreach, tooFather Chrysostomos2014-10-111-1/+7
* Test preamble: if requiring ./test.pl, needs chdir.Jarkko Hietaniemi2014-10-081-0/+1
* Test preamble: unify to dot slash test dot plJarkko Hietaniemi2014-10-081-1/+1
* Make list assignment respect foreach aliasingFather Chrysostomos2014-10-021-1/+7
* t/op/for.t: Skip a test if the require for XS::APItest failsBrian Fraser2013-09-021-1/+1
* Make vivify_defelem allow &PL_sv_undef array entriesFather Chrysostomos2013-08-281-1/+12
* Stop creating defelems for undef in foreach(@_)Father Chrysostomos2013-08-281-1/+7
* Removed needless comment in for.tCharlie Gonzalez2013-03-131-1/+0
* Moved t/cmd/lexsub.t, t/cmd/while.t to t/op; split t/cmd/for.t to two pieces,...James E Keenan2013-03-131-0/+565