summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* foreach \$varFather Chrysostomos2014-10-1111-1422/+1522
* Add OPpLVREF_ITER flagFather Chrysostomos2014-10-113-134/+140
* Fix err message for $cond ? \bad : ... = ...Father Chrysostomos2014-10-112-9/+13
* Subroutine reference assignmentFather Chrysostomos2014-10-112-2/+74
* 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-112-76/+119
* lvref.t: Remove unnecessary evalsFather Chrysostomos2014-10-111-3/+3
* Get basic $cond ? \$a : \$b = ... workingFather Chrysostomos2014-10-112-4/+4
* Assignment to \(@array)Father Chrysostomos2014-10-114-22/+71
* lvavref needs OPpLVAL_INTRO and OPpPAD_STATEFather Chrysostomos2014-10-113-6/+7
* Add lvavref op typeFather Chrysostomos2014-10-117-2/+19
* lvref is actually a baseop/unopFather Chrysostomos2014-10-112-2/+2
* List assignment to array and hash refsFather Chrysostomos2014-10-114-36/+77
* Renumber OPpLVREF_TYPEFather Chrysostomos2014-10-103-38/+39
* Assignment to \local @array and \local %hashFather Chrysostomos2014-10-102-8/+17
* 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-103-10/+53
* lvref.t: To-do tests for hashesFather Chrysostomos2014-10-101-3/+38
* Add priv flags for the type of lvalue refFather Chrysostomos2014-10-103-175/+215
* lvref.t: To-do tests for array ref assignmentFather Chrysostomos2014-10-101-2/+32
* pp.c: Fold SvIV into S_localise_aelem_lvalFather Chrysostomos2014-10-101-4/+5
* pp.c: Some branch prediction hintsFather Chrysostomos2014-10-101-2/+2
* Assignment to hash element refsFather Chrysostomos2014-10-104-7/+74
* pp.c: Consolidate some local aelem codeFather Chrysostomos2014-10-101-35/+19
* pp.c:pp_lvrefslice: Unused varFather Chrysostomos2014-10-101-1/+1
* \local $a[$ix] assignmentFather Chrysostomos2014-10-102-2/+41
* \@array[@slice] assignmentFather Chrysostomos2014-10-103-6/+71
* pp.c: Dodge compiler warningFather Chrysostomos2014-10-101-1/+2
* lvrefslice gets OPpLVAL_INTROFather Chrysostomos2014-10-103-4/+5
* Add lvrefslice op typeFather Chrysostomos2014-10-106-2/+17
* Assignment to array elem refsFather Chrysostomos2014-10-107-168/+206
* \local $scalar assignmentFather Chrysostomos2014-10-103-12/+19
* Make \($x,$y) assignment workFather Chrysostomos2014-10-103-21/+26
* List assignment to lexical scalar refsFather Chrysostomos2014-10-107-20/+40
* Fix assertion failure with ... ? \$a : \$b = ...Father Chrysostomos2014-10-102-4/+9
* op.c: Apply spair optimisation to \% \@ \&Father Chrysostomos2014-10-102-5/+15
* Use ‘Can’t modify reference to...’ for refassign, tooFather Chrysostomos2014-10-102-2/+11
* op.c: diag_listed_as for ‘Can't modify ref’Father Chrysostomos2014-10-101-0/+1
* lvref.t: Test ‘Can't modify reference to...’Father Chrysostomos2014-10-101-1/+15
* List assignment to package scalar refFather Chrysostomos2014-10-104-11/+67
* Capitalise magic descriptions consistentlyFather Chrysostomos2014-10-104-24/+24
* Add lvref magic typeFather Chrysostomos2014-10-109-9/+44
* Add lvref op typeFather Chrysostomos2014-10-108-3/+19
* 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-106-8/+9
* lvref.t: Test \$foo = \*barFather Chrysostomos2014-10-101-1/+3
* lvref.t: To-do tests for foreach \Father Chrysostomos2014-10-101-1/+35