summaryrefslogtreecommitdiff
path: root/t/op/loopctl.t
Commit message (Expand)AuthorAgeFilesLines
* Use set_up_inc for several unit testsNicolas R2016-08-181-1/+1
* loopctl.c: Correct bug numFather Chrysostomos2015-03-181-1/+1
* Test preamble: unify to dot slash test dot plJarkko Hietaniemi2014-10-081-1/+1
* [perl #3112] Stop last from returning valuesFather Chrysostomos2013-09-201-2/+16
* [perl #113684] Make redo/last/next/dump accept exprFather Chrysostomos2012-07-271-1/+38
* constant folding shouldn't change return value of while [perl #73618]Jesse Luehrs2012-07-031-1/+62
* Fix for perl #112316: Wrong behavior regarding labels with same prefixBrian Fraser2012-04-061-1/+13
* bad things happened with for $x (...) { *x = *y }David Mitchell2010-09-081-1/+17
* t/op/loopctl.t using test.plDavid Landgren2006-04-281-119/+92
* [perl #37725] perl segfaults on reversed array referenceDave Mitchell2005-11-221-1/+14
* while (my $x ...) { ...; redo } shouldn't undef $x.Dave Mitchell2005-05-071-1/+26
* [perl #27206] Memory leak in continue loopDave Mitchell2004-03-041-1/+24
* Exit via last, part 1Michael G. Schwern2001-04-151-1/+22
* Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;...Robin Houston2001-03-141-0/+925