summaryrefslogtreecommitdiff
path: root/t/op/sub_lval.t
Commit message (Expand)AuthorAgeFilesLines
* To-do tests for perl #78194Father Chrysostomos2013-07-251-1/+6
* [perl #117947] Verify lvalueness of XSUBs at run timeFather Chrysostomos2013-05-271-1/+6
* Make lvalue subs copy returned PADTMPs in rvalue cxFather Chrysostomos2012-05-211-1/+19
* Fix two (er, four) sub:lvalue { &$x } bugsFather Chrysostomos2011-12-261-3/+29
* [RT #36079] Convert ` to '.jkeenan2011-11-221-1/+1
* Use OPpDEREF for lvalue sub, such that the flags contains the deref type, ins...Gerard Goossen2011-09-011-1/+4
* re-indent some tests for readabilityFather Chrysostomos2011-07-161-6/+6
* Skip tests sub_lval.t when attributes.pm cannot loadFather Chrysostomos2011-07-161-0/+4
* Propagate (non-)lvalue context through nested callsFather Chrysostomos2011-07-091-1/+12
* Fix explicit return of pad var in list lv contextFather Chrysostomos2011-06-231-1/+25
* Fix up some tests in sub_lval.tFather Chrysostomos2011-06-231-5/+10
* Make lvalue return make the same checks as leavesublvFather Chrysostomos2011-06-231-3/+48
* Stop ‘sub :lvalue :Foo’ from applying :lvalue to defined subsFather Chrysostomos2011-06-211-1/+4
* Allow ‘sub x :lvalue’ to apply to XSUBs and stubsFather Chrysostomos2011-06-171-1/+11
* Stop lvalue subs from copying read-only scalarsFather Chrysostomos2011-06-161-1/+12
* Scalar keys assignment through lvalue subsFather Chrysostomos2011-06-091-1/+6
* [perl #92290, #92406] Returning a pad var from lv subFather Chrysostomos2011-06-071-1/+12
* Correct test names in sub_lval.tFather Chrysostomos2011-06-071-0/+1
* Allow lvalue subs to return COWs in reference contextFather Chrysostomos2011-06-041-1/+4
* Fix several array-returning bugs in lvalue subsFather Chrysostomos2011-06-041-1/+65
* Remove duplicate testFather Chrysostomos2011-06-031-12/+1
* [perl #7946] Lvalue subs do not autovivifyFather Chrysostomos2011-06-031-1/+21
* [perl #62498] Scalar context breaks lvalue subsFather Chrysostomos2011-06-011-1/+26
* Remove unnecessary stuff from sub_lval.tFather Chrysostomos2011-05-311-3/+1
* Make empty lvalue subs work correctlyFather Chrysostomos2011-05-311-1/+7
* Allow rvalue syntax in expr returned from lvalue subFather Chrysostomos2011-05-311-19/+32
* Allow lvalue subs to return TEMPsFather Chrysostomos2011-05-311-2/+10
* Revert "Allow returning of temps and ro’s from lv subs"Father Chrysostomos2011-05-311-2/+2
* Allow lvalue subs to return COWs in list contextFather Chrysostomos2011-05-301-1/+4
* Allow returning of temps and ro’s from lv subsFather Chrysostomos2011-05-301-2/+2
* [perl #72706] Test recursive substr lvalueFather Chrysostomos2011-05-301-1/+19
* Make explicit return in lvalue subs work under recursionFather Chrysostomos2011-05-301-1/+12
* [perl #72724] explicit return doesn’t work with lvalue subsFather Chrysostomos2011-05-271-3/+4
* Add more to-do tests for explicit return from lvalue subFather Chrysostomos2011-05-261-2/+47
* Move a test to the right fileFather Chrysostomos2011-05-261-18/+1
* fix for #23790.Marty Pauley2010-11-041-3/+9
* Test for RT#3363: lexical lvalue under recursionGeorge Greer2010-10-031-1/+18
* [perl #75656] lvalue subs don't copy on writeFather Chrysostomos2010-07-261-1/+6
* Retain builtin attributes from pre-declaration. Fixes [perl #68758].Gerard Goossen2010-01-101-1/+9
* Ignore a lvalue attribute after the subroutine has been defined, and warn abo...Gerard Goossen2010-01-101-1/+13
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* Fix bug #41550 - AUTOLOAD :lvalue not working the same in blead as inNicholas Clark2007-02-261-1/+12
* Convert t/op/sub_lval.t to test.plNicholas Clark2007-02-261-148/+72
* lvalue-subs returning elements of tied hashes/arraysTassilo von Parseval2005-07-201-2/+45
* Add a TODO test for bug #23790, by AbigailRafael Garcia-Suarez2003-09-301-1/+13
* cleaning up tests of the 'eval { decl. } <=> runtime decl.' assumptionAdrian M. Enache2003-03-061-4/+1
* Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8...Hugo van der Sanden2002-11-071-2/+2
* Re: another patch (unready) against t/op/sub_lval.tMichael G. Schwern2002-04-101-1/+32
* patch against t/op/sub_lval.tJim Cromie2002-04-081-21/+21
* RE: [PATCH] Add a nextstate into empty blocksIlmari Karonen2001-09-021-1/+1