This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/op/fork.t: Up the sleep time in a test to avoid timing issues
[perl5.git] / t / op / sub.t
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