This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #125540] handle already being at EOF while not finding a heredoc terminator
[perl5.git] / t / op / sub.t
2016-01-03 Aaron CraneRemove unwarranted assertion in Perl_newATTRSUB_x()
2015-06-19 David Mitchellpp_return: tail call pp_leavesub
2015-05-15 David MitchellRT #124156: death during unwinding causes crash
2014-12-09 Father ChrysostomosFix OUTSIDE for named subs inside predeclared subs
2014-11-13 Father ChrysostomosPut sub(){ ... } constant tests in a new file
2014-11-13 Father ChrysostomosPreserve :method in sub:method(){$outer_lex}
2014-11-13 Father ChrysostomosMake sub(){$outer_lexical} return a copy each time
2014-09-26 Father Chrysostomos[perl #122845] Crash in recursion with ‘our’ vars
2014-09-03 Father ChrysostomosPut miniperl @INC logic in test.pl
2014-09-03 Father ChrysostomosGet sub.t working under minitest
2014-08-31 Father ChrysostomosStop prototype declaration from clobbering constants
2014-08-10 Tony Cook[perl #122107] ensure that BEGIN blocks with errors...
2014-08-10 Tony Cook[perl #122107] test that BEGIN blocks with errors don...
2014-05-12 Ævar Arnfjörð Bjar... Revert "[perl #79908] Stop sub inlining from breaking...
2013-11-20 Father Chrysostomost/op/sub.t: Suppress warnings properly
2013-11-12 Father ChrysostomosIn newATTRSUB, clear glob slot before lowering refcount.
2013-11-12 Father ChrysostomosIn newXS, clear glob slot before lowering refcount.
2013-09-07 Father ChrysostomosStop &xsub and goto &xsub from crashing on undef *_
2013-09-06 Father ChrysostomosUse defelems for (goto) &xsub calls
2013-07-26 Father ChrysostomosStop op freeing from interfering with sub(){42} mutability
2013-07-26 Father ChrysostomosStop shared hash key TARGs from being shared
2013-07-26 Father Chrysostomos[perl #79908] Stop sub inlining from breaking closures
2013-07-26 Father ChrysostomosMake sub(){42} return a mutable value
2013-07-26 Father Chrysostomos[perl #78194] Make foreach copy pad tmps
2013-07-26 Father Chrysostomos[perl #78194] Make sub calls copy pad tmps
2013-07-26 Father ChrysostomosTest (im)mutability of constants and constant-like...
2013-07-26 Father ChrysostomosTo-do tests for perl #78194
2013-07-26 Father Chrysostomossub.t: To-do test for recursive shared-hash-keys TARGs
2012-07-27 Father ChrysostomosFix CvOUTSIDE assert/refcnt bugs with sub redefinition
2012-07-27 Father ChrysostomosFix CvGV assertion bug with sub redefinition
2011-06-17 Father Chrysostomos[perl #81944] Non-lvalue subs do not copy return values
2010-10-30 David MitchellRT #63790: &{PL_sv_yes} corrupted mark stack
2003-10-30 Michael G. SchwernRewrite to correctly use test.pl
2003-10-30 Artur BergmanFix for the orange lion bug - aka empty sub bug