This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Localising hash slices with UTF-8 encoded keys was also buggy.
[perl5.git] / t / op / loopctl.t
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...