summaryrefslogtreecommitdiff
path: root/pp.c
Commit message (Expand)AuthorAgeFilesLines
* Make pp_postinc call set-magic on its targetFather Chrysostomos2014-11-081-1/+1
* Fix $lex = $ref++ under use integerFather Chrysostomos2014-11-081-1/+1
* Optimise substr assignment at sub exitFather Chrysostomos2014-11-061-1/+3
* [perl #121827] Fix repeat stack bugsFather Chrysostomos2014-11-061-9/+19
* pp.c:pp_repeat: Remove #if 0 codeFather Chrysostomos2014-10-221-25/+0
* pp_av2arylen(): rename var from 'sv' to svp'David Mitchell2014-10-201-5/+5
* fix some recent compiler warningsDavid Mitchell2014-10-171-1/+1
* Optimise my(@array)=splitFather Chrysostomos2014-10-121-3/+3
* Optimise @lexarray = split...Father Chrysostomos2014-10-111-1/+1
* pp.c:pp_split: Remove redundant !sFather Chrysostomos2014-10-111-1/+1
* Make split temporarily refcnt its argumentFather Chrysostomos2014-10-111-0/+1
* Handle state vars correctly in ref assignmentFather Chrysostomos2014-10-111-2/+3
* foreach \$varFather Chrysostomos2014-10-111-0/+2
* Assignment to \(@array)Father Chrysostomos2014-10-111-1/+12
* Add lvavref op typeFather Chrysostomos2014-10-111-0/+5
* List assignment to array and hash refsFather Chrysostomos2014-10-111-20/+26
* Assignment to \local @array and \local %hashFather Chrysostomos2014-10-101-4/+17
* Simple \@array and \%hash assignmentFather Chrysostomos2014-10-101-2/+20
* 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-101-5/+31
* 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-101-1/+29
* \@array[@slice] assignmentFather Chrysostomos2014-10-101-1/+46
* pp.c: Dodge compiler warningFather Chrysostomos2014-10-101-1/+2
* Add lvrefslice op typeFather Chrysostomos2014-10-101-0/+5
* Assignment to array elem refsFather Chrysostomos2014-10-101-1/+7
* \local $scalar assignmentFather Chrysostomos2014-10-101-3/+14
* List assignment to lexical scalar refsFather Chrysostomos2014-10-101-3/+7
* List assignment to package scalar refFather Chrysostomos2014-10-101-1/+5
* Add lvref op typeFather Chrysostomos2014-10-101-0/+4
* Implement \my $x = ...Father Chrysostomos2014-10-101-0/+2
* When making lex alias, don’t free old var too soonFather Chrysostomos2014-10-101-1/+4
* Simple package scalar lvalue refsFather Chrysostomos2014-10-101-2/+10
* Document lvalue ref diagnosticsFather Chrysostomos2014-10-101-1/+2
* First stab at lexical scalar aliasesFather Chrysostomos2014-10-101-1/+12
* Add refassign op typeFather Chrysostomos2014-10-101-0/+5
* fix op/infnan.t failures on VC 6Daniel Dragan2014-10-071-1/+9
* Oops. Fix threaded builds.Father Chrysostomos2014-09-271-1/+1
* [perl #12285] Fix str vs num inf/nan treatmentFather Chrysostomos2014-09-271-1/+1
* infnan: infnan-ness is unlikely.Jarkko Hietaniemi2014-09-251-2/+2
* infnan: more math tests, and make int(infnan) return infnan.Jarkko Hietaniemi2014-09-241-1/+3
* optimize pp_length for simple PVsDaniel Dragan2014-09-231-9/+30
* Make pack-as-int/sprintf-%c-ing/chr-ring inf/nan fatal.Jarkko Hietaniemi2014-09-231-7/+2
* comment pp_foo aliases in pp*.cDavid Mitchell2014-09-191-0/+39
* Remove !IS_PADGV assertionsFather Chrysostomos2014-09-171-3/+0
* Stop undef &foo from temporarily anonymisingFather Chrysostomos2014-09-151-12/+1
* Fix assertion failure with undef &my_sub/&anonFather Chrysostomos2014-09-151-0/+1
* Avoid creating GVs when subs are declaredFather Chrysostomos2014-09-151-1/+3