summaryrefslogtreecommitdiff
path: root/t/op/closure.t
Commit message (Expand)AuthorAgeFilesLines
* closure.t: fix typoDavid Mitchell2017-06-051-1/+1
* Non-invasive mojibake fixesStanislaw Pusep2015-07-031-1/+1
* Put sub(){ ... } constant tests in a new fileFather Chrysostomos2014-11-131-14/+0
* Test reference to unavailable lexical variableFather Chrysostomos2014-11-111-0/+10
* Put miniperl @INC logic in test.plFather Chrysostomos2014-09-021-2/+1
* Get closure.t working under minitestFather Chrysostomos2014-09-021-1/+2
* Correct typo in test description.James E Keenan2012-12-301-1/+1
* [perl #114888] Localise PL_comppad_name in cv_cloneFather Chrysostomos2012-09-141-0/+26
* [perl #114018] Let eval close over stale vars in active subFather Chrysostomos2012-08-081-0/+11
* Close over stale vars in active subsFather Chrysostomos2012-08-041-8/+35
* [perl #113812] Always use find_runcv when cloning a subFather Chrysostomos2012-06-291-0/+17
* [perl #113812] Handle null CvOUTSIDE in cv_cloneFather Chrysostomos2012-06-261-0/+6
* [perl #89544] Non-eval closures don’t need CvOUTSIDEFather Chrysostomos2012-06-201-0/+26
* closure.t: load test.pl at BEGIN timeFather Chrysostomos2012-06-201-1/+1
* add some more tests for PL_cv_has_evalDavid Mitchell2012-06-131-0/+19
* Convert the remainder of t/op/closure.t to test.plNicholas Clark2011-03-161-74/+51
* Convert the middle test loops of closure.t to test.plNicholas Clark2011-03-161-14/+15
* Convert the last third of t/op/closure.t to test.plNicholas Clark2011-03-161-37/+27
* [perl #63540] bizarre closure lossageFather Chrysostomos2010-11-291-1/+13
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* Use test.pl's tempfile().Nicholas Clark2008-08-071-7/+3
* change #31447 was wrong. Really handle cloning a stale lexical varDave Mitchell2008-01-091-1/+16
* remove the test added by change #31447Dave Mitchell2007-06-231-19/+1
* safely handle cloning a stale lexical varDave Mitchell2007-06-221-1/+19
* Remove some hardcoded references to ./perl in testsRafael Garcia-Suarez2005-12-201-9/+4
* [patch] blead@25282 - VMS specific fixes. [2nd try]John E. Malmberg2005-08-111-1/+1
* line-end tweak for VMSCraig A. Berry2004-03-071-2/+2
* add test for change 22209 (Remove small memory leak in newATTRSUB)Dave Mitchell2004-01-251-1/+18
* second attempt to fix [perl #24914] freeing a CV reference that wasDave Mitchell2004-01-201-1/+13
* back out change #22167 "freeing a CV reference that was currentlyDave Mitchell2004-01-171-13/+1
* [perl #24914] freeing a CV reference that was currently beingDave Mitchell2004-01-171-1/+13
* Multiline one-liners are a bit too much to ask.Jarkko Hietaniemi2003-08-121-23/+27
* A new try from Dave Mitchell for [perl #23265].Jarkko Hietaniemi2003-08-121-1/+24
* Retract #20597, too many resulting core dumps.Jarkko Hietaniemi2003-08-101-24/+1
* Re: [perl #23265] Nested anonymous subsDave Mitchell2003-08-101-1/+24
* jumbo closure fixDave Mitchell2003-05-291-2/+40
* Proper fix for CvOUTSIDE weak refcountingDave Mitchell2002-12-141-2/+57
* SvFAKE lexicals in scope for all of the subDave Mitchell2002-12-021-1/+16
* Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8...Hugo van der Sanden2002-11-071-1/+8
* PL_curpad == AvARRAY(PL_comppad) alwaysDave Mitchell2002-10-221-1/+14
* Re: Advice on coredumpRafael Garcia-Suarez2002-09-261-1/+5
* A little extra debugging outputMichael G. Schwern2001-11-191-12/+15
* NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.Jarkko Hietaniemi2001-06-161-2/+3
* [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperlChris Nandor2001-06-111-0/+1
* Use minimal @INC in tests, most of the time just '../lib',Mike Guy2000-08-291-1/+1
* fix pad_alloc panic from C<my $w; sub { my($i) = @_; sub { $w } }>Gurusamy Sarathy2000-02-041-1/+10
* fix deeply nested closures that have no references to lexical inGurusamy Sarathy2000-01-221-1/+17
* make testsuite somewhat location independentGurusamy Sarathy1999-02-121-1/+1
* fix closures in optimized C<for (1..5)> (only the tests are in thisGurusamy Sarathy1998-07-111-1/+29
* [inseparable changes from match from perl-5.003_93 to perl-5.003_94]Perl 5 Porters1997-03-091-3/+5