summaryrefslogtreecommitdiff
path: root/t/op/lvref.t
Commit message (Expand)AuthorAgeFilesLines
* [perl #123821] Fix assert fail with \(&$0)=0Father Chrysostomos2015-03-011-0/+3
* Rename lvalue referencesFather Chrysostomos2014-10-171-6/+6
* aelemfast_lex in aassign_common_vars_aliases_onlyFather Chrysostomos2014-10-131-1/+16
* Skip no-common-vars optimisation for lex aliasesFather Chrysostomos2014-10-111-1/+44
* lvref.t: Remove special TODO codeFather Chrysostomos2014-10-111-6/+1
* Store internal state of state vars separatelyFather Chrysostomos2014-10-111-1/+1
* lvref.t: More list and cond testsFather Chrysostomos2014-10-111-1/+13
* lvref.t: Remove temporary eval & skipFather Chrysostomos2014-10-111-6/+6
* lvref.t: Fix hash elem testsFather Chrysostomos2014-10-111-2/+2
* Handle state vars correctly in ref assignmentFather Chrysostomos2014-10-111-8/+18
* lvref.t: Tests for \my assignment and scope exitFather Chrysostomos2014-10-111-1/+23
* Rework lvref.t foreach testsFather Chrysostomos2014-10-111-20/+39
* Fix err message for $cond ? \bad : ... = ...Father Chrysostomos2014-10-111-1/+5
* Subroutine reference assignmentFather Chrysostomos2014-10-111-2/+48
* lvref.t: Repeat bad ref tests with list assignmentFather Chrysostomos2014-10-111-1/+23
* lvref.t: do-block err msg is no longer to-doFather Chrysostomos2014-10-111-2/+0
* Make \( ?: ) assignment workFather Chrysostomos2014-10-111-1/+3
* lvref.t: Remove unnecessary evalsFather Chrysostomos2014-10-111-3/+3
* Get basic $cond ? \$a : \$b = ... workingFather Chrysostomos2014-10-111-3/+3
* Assignment to \(@array)Father Chrysostomos2014-10-111-16/+16
* List assignment to array and hash refsFather Chrysostomos2014-10-111-13/+7
* Assignment to \local @array and \local %hashFather Chrysostomos2014-10-101-4/+0
* lvref.t: Tests for localised arrays and hashesFather Chrysostomos2014-10-101-3/+41
* lvref.t: Test assigning non-array to arrayFather Chrysostomos2014-10-101-1/+13
* Simple \@array and \%hash assignmentFather Chrysostomos2014-10-101-6/+14
* lvref.t: To-do tests for hashesFather Chrysostomos2014-10-101-3/+38
* lvref.t: To-do tests for array ref assignmentFather Chrysostomos2014-10-101-2/+32
* Assignment to hash element refsFather Chrysostomos2014-10-101-2/+36
* \local $a[$ix] assignmentFather Chrysostomos2014-10-101-1/+12
* \@array[@slice] assignmentFather Chrysostomos2014-10-101-5/+20
* Assignment to array elem refsFather Chrysostomos2014-10-101-4/+12
* \local $scalar assignmentFather Chrysostomos2014-10-101-4/+4
* Make \($x,$y) assignment workFather Chrysostomos2014-10-101-5/+1
* List assignment to lexical scalar refsFather Chrysostomos2014-10-101-7/+9
* Fix assertion failure with ... ? \$a : \$b = ...Father Chrysostomos2014-10-101-2/+7
* Use ‘Can’t modify reference to...’ for refassign, tooFather Chrysostomos2014-10-101-1/+7
* lvref.t: Test ‘Can't modify reference to...’Father Chrysostomos2014-10-101-1/+15
* List assignment to package scalar refFather Chrysostomos2014-10-101-5/+16
* lvref.t: More parenthesized scalar ref testsFather Chrysostomos2014-10-101-1/+10
* lvref.t: Some assignments with mixed lhsFather Chrysostomos2014-10-101-3/+10
* Implement \my $x = ...Father Chrysostomos2014-10-101-2/+2
* lvref.t: Test \$foo = \*barFather Chrysostomos2014-10-101-1/+3
* lvref.t: To-do tests for foreach \Father Chrysostomos2014-10-101-1/+35
* lvret.t: To-do tests for \local $scalar=Father Chrysostomos2014-10-101-1/+5
* When making lex alias, don’t free old var too soonFather Chrysostomos2014-10-101-1/+11
* lvref.t: To-do test for PADSTALE handlingFather Chrysostomos2014-10-101-1/+19
* Simple package scalar lvalue refsFather Chrysostomos2014-10-101-3/+4
* lvref.t: Tests for error massagesFather Chrysostomos2014-10-101-2/+8
* lvref.t: Remove to-do and eval from passing testFather Chrysostomos2014-10-101-2/+6
* lvref.t: To-do tests for closuresFather Chrysostomos2014-10-101-1/+14