This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
re-implement OPpASSIGN_COMMON mechanism
[perl5.git] / t / op / closure.t
2015-07-03 Stanislaw PusepNon-invasive mojibake fixes
2014-11-13 Father ChrysostomosPut sub(){ ... } constant tests in a new file
2014-11-12 Father ChrysostomosTest reference to unavailable lexical variable
2014-09-03 Father ChrysostomosPut miniperl @INC logic in test.pl
2014-09-03 Father ChrysostomosGet closure.t working under minitest
2012-12-31 James E KeenanCorrect typo in test description.
2012-09-15 Father Chrysostomos[perl #114888] Localise PL_comppad_name in cv_clone
2012-08-08 Father Chrysostomos[perl #114018] Let eval close over stale vars in active sub
2012-08-04 Father ChrysostomosClose over stale vars in active subs
2012-06-29 Father Chrysostomos[perl #113812] Always use find_runcv when cloning a sub
2012-06-26 Father Chrysostomos[perl #113812] Handle null CvOUTSIDE in cv_clone
2012-06-20 Father Chrysostomos[perl #89544] Non-eval closures don’t need CvOUTSIDE
2012-06-20 Father Chrysostomosclosure.t: load test.pl at BEGIN time
2012-06-13 David Mitchelladd some more tests for PL_cv_has_eval
2011-03-16 Nicholas ClarkConvert the remainder of t/op/closure.t to test.pl
2011-03-16 Nicholas ClarkConvert the middle test loops of closure.t to test.pl
2011-03-16 Nicholas ClarkConvert the last third of t/op/closure.t to test.pl
2010-11-29 Father Chrysostomos[perl #63540] bizarre closure lossage
2009-06-06 Rafael Garcia-SuarezMark all .t and .pm files as non executable
2008-08-07 Nicholas ClarkUse test.pl's tempfile().
2008-01-09 Dave Mitchellchange #31447 was wrong. Really handle cloning a stale...
2007-06-23 Dave Mitchellremove the test added by change #31447
2007-06-22 Dave Mitchellsafely handle cloning a stale lexical var
2005-12-20 Rafael Garcia-SuarezRemove some hardcoded references to ./perl in tests
2005-08-11 John E. Malmberg[patch] blead@25282 - VMS specific fixes. [2nd try]
2004-03-07 Craig A. Berryline-end tweak for VMS
2004-01-25 Dave Mitchelladd test for change 22209 (Remove small memory leak...
2004-01-20 Dave Mitchellsecond attempt to fix [perl #24914] freeing a CV refere...
2004-01-17 Dave Mitchellback out change #22167 "freeing a CV reference that...
2004-01-17 Dave Mitchell [perl #24914] freeing a CV reference that was currentl...
2003-08-12 Jarkko HietaniemiMultiline one-liners are a bit too much to ask.
2003-08-12 Jarkko HietaniemiA new try from Dave Mitchell for [perl #23265].
2003-08-10 Jarkko HietaniemiRetract #20597, too many resulting core dumps.
2003-08-10 Dave MitchellRe: [perl #23265] Nested anonymous subs
2003-05-29 Dave Mitchelljumbo closure fix
2002-12-14 Dave MitchellProper fix for CvOUTSIDE weak refcounting
2002-12-02 Dave MitchellSvFAKE lexicals in scope for all of the sub
2002-11-07 Hugo van der SandenRe: [perl #17605] strange behaviour (difference between...
2002-10-22 Dave MitchellPL_curpad == AvARRAY(PL_comppad) always
2002-09-26 Rafael Garcia-SuarezRe: Advice on coredump
2001-11-19 Michael G. SchwernA little extra debugging output
2001-06-16 Jarkko HietaniemiNetWare port from Guruprasad S <SGURUPRASAD@novell...
2001-06-11 Chris Nandor[MacPerl-Porters] [PATCH] Mac OS Compatability for...
2000-10-20 Charles BaileySYN SYN
2000-08-29 Mike GuyUse minimal @INC in tests, most of the time just '...
2000-02-09 Charles BaileyResync with mainline
2000-02-04 Gurusamy Sarathyfix pad_alloc panic from C<my $w; sub { my($i) = @_...
2000-01-22 Gurusamy Sarathyfix deeply nested closures that have no references...
1999-02-12 Gurusamy Sarathymake testsuite somewhat location independent
1998-07-11 Gurusamy Sarathyfix closures in optimized C<for (1..5)> (only the tests...
1997-03-08 Perl 5 Porters[inseparable changes from match from perl-5.003_93...
1997-02-21 Perl 5 Porters[inseparable changes from patch from perl5.003_27 to...
1997-02-10 Norbert PueschelFix closure.t for AmigaOS (again)
1997-02-04 Perl 5 Porters[inseparable changes from patch from perl5.003_24 to... perl-5.003_25
1997-01-29 Perl 5 Porters[inseparable changes from patch from perl5.003_23 to... perl-5.003_24
1997-01-29 Chip Salzenberg[shell changes from patch from perl5.003_23 to perl5...