Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deparse lvalue references | Father Chrysostomos | 2014-10-11 | 3 | -5/+330 |
* | lvref.t: Remove temporary eval & skip | Father Chrysostomos | 2014-10-11 | 1 | -6/+6 |
* | lvref.t: Fix hash elem tests | Father Chrysostomos | 2014-10-11 | 1 | -2/+2 |
* | Handle state vars correctly in ref assignment | Father Chrysostomos | 2014-10-11 | 6 | -21/+33 |
* | lvref.t: Tests for \my assignment and scope exit | Father Chrysostomos | 2014-10-11 | 1 | -1/+23 |
* | Rework lvref.t foreach tests | Father Chrysostomos | 2014-10-11 | 1 | -20/+39 |
* | Get foreach \&foo working | Father Chrysostomos | 2014-10-11 | 1 | -1/+3 |
* | foreach \$var | Father Chrysostomos | 2014-10-11 | 11 | -1422/+1522 |
* | Add OPpLVREF_ITER flag | Father Chrysostomos | 2014-10-11 | 3 | -134/+140 |
* | Fix err message for $cond ? \bad : ... = ... | Father Chrysostomos | 2014-10-11 | 2 | -9/+13 |
* | Subroutine reference assignment | Father Chrysostomos | 2014-10-11 | 2 | -2/+74 |
* | lvref.t: Repeat bad ref tests with list assignment | Father Chrysostomos | 2014-10-11 | 1 | -1/+23 |
* | lvref.t: do-block err msg is no longer to-do | Father Chrysostomos | 2014-10-11 | 1 | -2/+0 |
* | Make \( ?: ) assignment work | Father Chrysostomos | 2014-10-11 | 2 | -76/+119 |
* | lvref.t: Remove unnecessary evals | Father Chrysostomos | 2014-10-11 | 1 | -3/+3 |
* | Get basic $cond ? \$a : \$b = ... working | Father Chrysostomos | 2014-10-11 | 2 | -4/+4 |
* | Assignment to \(@array) | Father Chrysostomos | 2014-10-11 | 4 | -22/+71 |
* | lvavref needs OPpLVAL_INTRO and OPpPAD_STATE | Father Chrysostomos | 2014-10-11 | 3 | -6/+7 |
* | Add lvavref op type | Father Chrysostomos | 2014-10-11 | 7 | -2/+19 |
* | lvref is actually a baseop/unop | Father Chrysostomos | 2014-10-11 | 2 | -2/+2 |
* | List assignment to array and hash refs | Father Chrysostomos | 2014-10-11 | 4 | -36/+77 |
* | Renumber OPpLVREF_TYPE | Father Chrysostomos | 2014-10-10 | 3 | -38/+39 |
* | Assignment to \local @array and \local %hash | Father Chrysostomos | 2014-10-10 | 2 | -8/+17 |
* | lvref.t: Tests for localised arrays and hashes | Father Chrysostomos | 2014-10-10 | 1 | -3/+41 |
* | lvref.t: Test assigning non-array to array | Father Chrysostomos | 2014-10-10 | 1 | -1/+13 |
* | Simple \@array and \%hash assignment | Father Chrysostomos | 2014-10-10 | 3 | -10/+53 |
* | lvref.t: To-do tests for hashes | Father Chrysostomos | 2014-10-10 | 1 | -3/+38 |
* | Add priv flags for the type of lvalue ref | Father Chrysostomos | 2014-10-10 | 3 | -175/+215 |
* | lvref.t: To-do tests for array ref assignment | Father Chrysostomos | 2014-10-10 | 1 | -2/+32 |
* | pp.c: Fold SvIV into S_localise_aelem_lval | Father Chrysostomos | 2014-10-10 | 1 | -4/+5 |
* | pp.c: Some branch prediction hints | Father Chrysostomos | 2014-10-10 | 1 | -2/+2 |
* | Assignment to hash element refs | Father Chrysostomos | 2014-10-10 | 4 | -7/+74 |
* | pp.c: Consolidate some local aelem code | Father Chrysostomos | 2014-10-10 | 1 | -35/+19 |
* | pp.c:pp_lvrefslice: Unused var | Father Chrysostomos | 2014-10-10 | 1 | -1/+1 |
* | \local $a[$ix] assignment | Father Chrysostomos | 2014-10-10 | 2 | -2/+41 |
* | \@array[@slice] assignment | Father Chrysostomos | 2014-10-10 | 3 | -6/+71 |
* | pp.c: Dodge compiler warning | Father Chrysostomos | 2014-10-10 | 1 | -1/+2 |
* | lvrefslice gets OPpLVAL_INTRO | Father Chrysostomos | 2014-10-10 | 3 | -4/+5 |
* | Add lvrefslice op type | Father Chrysostomos | 2014-10-10 | 6 | -2/+17 |
* | Assignment to array elem refs | Father Chrysostomos | 2014-10-10 | 7 | -168/+206 |
* | \local $scalar assignment | Father Chrysostomos | 2014-10-10 | 3 | -12/+19 |
* | Make \($x,$y) assignment work | Father Chrysostomos | 2014-10-10 | 3 | -21/+26 |
* | List assignment to lexical scalar refs | Father Chrysostomos | 2014-10-10 | 7 | -20/+40 |
* | Fix assertion failure with ... ? \$a : \$b = ... | Father Chrysostomos | 2014-10-10 | 2 | -4/+9 |
* | op.c: Apply spair optimisation to \% \@ \& | Father Chrysostomos | 2014-10-10 | 2 | -5/+15 |
* | Use ‘Can’t modify reference to...’ for refassign, too | Father Chrysostomos | 2014-10-10 | 2 | -2/+11 |
* | op.c: diag_listed_as for ‘Can't modify ref’ | Father Chrysostomos | 2014-10-10 | 1 | -0/+1 |
* | lvref.t: Test ‘Can't modify reference to...’ | Father Chrysostomos | 2014-10-10 | 1 | -1/+15 |
* | List assignment to package scalar ref | Father Chrysostomos | 2014-10-10 | 4 | -11/+67 |
* | Capitalise magic descriptions consistently | Father Chrysostomos | 2014-10-10 | 4 | -24/+24 |