Imported Upstream version 5.23.8
[platform/upstream/perl.git] / t / op / sub.t
2017-06-28 DongHun KwakImported Upstream version 5.23.8 37/136037/1
2017-06-28 DongHun KwakImported Upstream version 5.23.7 36/136036/1
2017-06-28 DongHun KwakImported Upstream version 5.23.0 29/136029/1
2017-06-28 DongHun KwakImported Upstream version 5.22.2 27/136027/1
2017-06-28 DongHun KwakImported Upstream version 5.22.0 25/136025/1
2017-06-28 DongHun KwakImported Upstream version 5.21.7 20/136020/1
2017-06-28 DongHun KwakImported Upstream version 5.21.6 19/136019/1
2017-06-28 DongHun KwakImported Upstream version 5.21.5 18/136018/1
2017-06-28 DongHun KwakImported Upstream version 5.21.4 17/136017/1
2017-06-28 DongHun KwakImported Upstream version 5.21.3 16/136016/1
2017-06-28 DongHun KwakImported Upstream version 5.21.0 13/136013/1
2017-06-28 DongHun KwakImported Upstream version 5.20.3 12/136012/1
2014-05-12 Ævar Arnfjörð Bjar... Revert "[perl #79908] Stop sub inlining from breaking...
2013-12-02 Steve HayMerge branch 'dirnames' into blead
2013-11-20 Chris 'BinGOs' Wil... Merge branch 'bingos/perl-5.19.6' into blead
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 Chrysostomos[Merge] Constants, inlined subs, TARGs, ...
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 MitchellMerge branch 'blead' of perl5.git.perl.org:/gitroot...
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