This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pp_return(): handle dounwind() freeing args
[perl5.git] / t / op / sub_lval.t
2016-02-03 David Mitchellpp_return(): handle dounwind() freeing args
2015-10-12 Dagfinn Ilmari Man... Include the name of the non-lvalue sub in error message
2015-08-25 Karl WilliamsonVarious .t files: Use globals to see if on EBCDIC
2014-09-20 Father ChrysostomosFix read-only flag checks in lvalue sub exit
2014-01-20 Tony Cook[perl #121031] fix all of the other incorrect calls...
2013-10-24 Father ChrysostomosRestore prev. behaviour of @a||... in lv sub
2013-10-24 Father ChrysostomosFix bare blocks in lvalue subs
2013-10-24 Father Chrysostomos[perl #119797] Fix if/else in lvalue sub
2013-07-26 Father ChrysostomosTo-do tests for perl #78194
2013-05-28 Father Chrysostomos[perl #117947] Verify lvalueness of XSUBs at run time
2012-05-21 Father ChrysostomosMake lvalue subs copy returned PADTMPs in rvalue cx
2011-12-26 Father ChrysostomosFix two (er, four) sub:lvalue { &$x } bugs
2011-11-23 jkeenan[RT #36079] Convert ` to '.
2011-09-01 Gerard GoossenUse OPpDEREF for lvalue sub, such that the flags contai...
2011-07-17 Father Chrysostomosre-indent some tests for readability
2011-07-17 Father ChrysostomosSkip tests sub_lval.t when attributes.pm cannot load
2011-07-10 Father ChrysostomosPropagate (non-)lvalue context through nested calls
2011-06-23 Father ChrysostomosFix explicit return of pad var in list lv context
2011-06-23 Father ChrysostomosFix up some tests in sub_lval.t
2011-06-23 Father ChrysostomosMake lvalue return make the same checks as leavesublv
2011-06-21 Father ChrysostomosStop ‘sub :lvalue :Foo’ from applying :lvalue to define...
2011-06-17 Father ChrysostomosAllow ‘sub x :lvalue’ to apply to XSUBs and stubs
2011-06-17 Father ChrysostomosStop lvalue subs from copying read-only scalars
2011-06-10 Father ChrysostomosScalar keys assignment through lvalue subs
2011-06-08 Father Chrysostomos[perl #92290, #92406] Returning a pad var from lv sub
2011-06-08 Father ChrysostomosCorrect test names in sub_lval.t
2011-06-04 Father ChrysostomosAllow lvalue subs to return COWs in reference context
2011-06-04 Father ChrysostomosFix several array-returning bugs in lvalue subs
2011-06-04 Father ChrysostomosRemove duplicate test
2011-06-04 Father Chrysostomos[perl #7946] Lvalue subs do not autovivify
2011-06-01 Father Chrysostomos[perl #62498] Scalar context breaks lvalue subs
2011-06-01 Father ChrysostomosRemove unnecessary stuff from sub_lval.t
2011-06-01 Father ChrysostomosMake empty lvalue subs work correctly
2011-06-01 Father ChrysostomosAllow rvalue syntax in expr returned from lvalue sub
2011-06-01 Father ChrysostomosAllow lvalue subs to return TEMPs
2011-06-01 Father ChrysostomosRevert "Allow returning of temps and ro’s from lv subs"
2011-05-31 Father ChrysostomosAllow lvalue subs to return COWs in list context
2011-05-31 Father ChrysostomosAllow returning of temps and ro’s from lv subs
2011-05-31 Father Chrysostomos[perl #72706] Test recursive substr lvalue
2011-05-31 Father ChrysostomosMake explicit return in lvalue subs work under recursion
2011-05-27 Father Chrysostomos[perl #72724] explicit return doesn’t work with lvalue...
2011-05-27 Father ChrysostomosAdd more to-do tests for explicit return from lvalue sub
2011-05-27 Father ChrysostomosMove a test to the right file
2010-11-04 Marty Pauleyfix for #23790.
2010-10-03 George GreerTest for RT#3363: lexical lvalue under recursion
2010-07-26 Father Chrysostomos[perl #75656] lvalue subs don't copy on write
2010-01-10 Gerard GoossenRetain builtin attributes from pre-declaration. Fixes...
2010-01-10 Gerard GoossenIgnore a lvalue attribute after the subroutine has...
2009-06-06 Rafael Garcia-SuarezMark all .t and .pm files as non executable
2007-02-26 Nicholas ClarkFix bug #41550 - AUTOLOAD :lvalue not working the...
2007-02-26 Nicholas ClarkConvert t/op/sub_lval.t to test.pl
2005-07-20 Tassilo von Parsevallvalue-subs returning elements of tied hashes/arrays
2003-09-30 Rafael Garcia-SuarezAdd a TODO test for bug #23790, by Abigail
2003-03-06 Adrian M. Enachecleaning up tests of the 'eval { decl. } <=> runtime...
2002-11-07 Hugo van der SandenRe: [perl #17605] strange behaviour (difference between...
2002-04-10 Michael G. SchwernRe: another patch (unready) against t/op/sub_lval.t
2002-04-08 Jim Cromiepatch against t/op/sub_lval.t
2001-09-02 Ilmari KaronenRE: [PATCH] Add a nextstate into empty blocks
2001-06-21 Nick Ing-SimmonsIntegrate mainline
2001-06-21 Jarkko HietaniemiTest obsoleted by change #10777.
2001-06-18 Jarkko HietaniemiThe Grand Trek: move the *.t files from t/ to lib/...