This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta - move split change to other perlfunc changes and add issue link
[perl5.git] / t / op / loopctl.t
2016-08-18 Nicolas RUse set_up_inc for several unit tests
2015-03-18 Father Chrysostomosloopctl.c: Correct bug num
2014-10-08 Jarkko HietaniemiTest preamble: unify to dot slash test dot pl
2013-09-20 Father Chrysostomos[perl #3112] Stop last from returning values
2012-07-27 Father Chrysostomos[perl #113684] Make redo/last/next/dump accept expr
2012-07-03 Jesse Luehrsconstant folding shouldn't change return value of while...
2012-04-07 Brian FraserFix for perl #112316: Wrong behavior regarding labels...
2010-09-08 David Mitchellbad things happened with for $x (...) { *x = *y }
2006-04-28 David Landgrent/op/loopctl.t using test.pl
2005-11-22 Dave Mitchell[perl #37725] perl segfaults on reversed array reference
2005-05-07 Dave Mitchellwhile (my $x ...) { ...; redo } shouldn't undef $x.
2004-03-04 Dave Mitchell[perl #27206] Memory leak in continue loop
2001-04-15 Michael G. SchwernExit via last, part 1
2001-03-14 Robin HoustonRe: [ID 20010309.004] my-variables lose values while...