summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Increase $B::Deparse::VERSION to 1.30Father Chrysostomos2014-10-201-1/+1
* Rmv restrictions on op tree structure for padrangeFather Chrysostomos2014-10-201-3/+0
* regen/opcode.pl run for 5.21.6Abigail2014-10-201-1/+1
* these permissions appear to be handled correctly in current cygwinTony Cook2014-10-201-6/+2
* use a different name for the test directoryTony Cook2014-10-201-5/+6
* Skip over state declarations at run timeFather Chrysostomos2014-10-181-6/+5
* Use srefgen for anoncodeFather Chrysostomos2014-10-181-4/+5
* Rename lvalue referencesFather Chrysostomos2014-10-173-11/+11
* mention 'switch' is experimental in feature.pmDoug Bell2014-10-171-0/+6
* Improve void varop optimisationFather Chrysostomos2014-10-161-1/+1
* Elide our($foo) from execution order in void cxFather Chrysostomos2014-10-151-2/+2
* Deparse join("", pos) correctlyFather Chrysostomos2014-10-142-1/+24
* Simplify double-nextstate optimisationFather Chrysostomos2014-10-141-1/+1
* speed up building with less disk IO pod moves+__END__+miscDaniel Dragan2014-10-131-21/+20
* remove excess whitespace from warnings.pmDaniel Dragan2014-10-131-31/+31
* move POD in warnings.pm to end of file to reduce module load I/O callsDaniel Dragan2014-10-131-458/+458
* Optimise "@_" to a single joinFather Chrysostomos2014-10-121-4/+4
* Fold join to const or stringify where possibleFather Chrysostomos2014-10-121-2/+2
* Optimise my(@array)=splitFather Chrysostomos2014-10-122-1/+9
* Optimise @lexarray = split...Father Chrysostomos2014-10-111-0/+2
* Document lvalue referencesFather Chrysostomos2014-10-111-0/+23
* Make Deparse.t more tolerant of our @F vs our(@F)Father Chrysostomos2014-10-111-2/+3
* Deparse lvalue referencesFather Chrysostomos2014-10-112-5/+326
* Handle state vars correctly in ref assignmentFather Chrysostomos2014-10-111-1/+1
* Add OPpLVREF_ITER flagFather Chrysostomos2014-10-111-0/+3
* lvavref needs OPpLVAL_INTRO and OPpPAD_STATEFather Chrysostomos2014-10-111-2/+2
* Add lvavref op typeFather Chrysostomos2014-10-111-0/+1
* Renumber OPpLVREF_TYPEFather Chrysostomos2014-10-101-24/+24
* Add priv flags for the type of lvalue refFather Chrysostomos2014-10-101-8/+29
* lvrefslice gets OPpLVAL_INTROFather Chrysostomos2014-10-101-1/+1
* Assignment to array elem refsFather Chrysostomos2014-10-101-0/+3
* List assignment to lexical scalar refsFather Chrysostomos2014-10-101-1/+1
* Add lvref op typeFather Chrysostomos2014-10-101-0/+1
* Implement \my $x = ...Father Chrysostomos2014-10-101-1/+1
* Add refassign op typeFather Chrysostomos2014-10-101-0/+1
* Increase $warnings::VERSION to 1.27Father Chrysostomos2014-10-101-1/+1
* Add experimental::lvalue_refs warnings categoryFather Chrysostomos2014-10-101-15/+20
* Increase $feature::VERSION to 1.38Father Chrysostomos2014-10-101-1/+1
* Add lvalue_refs feature featureFather Chrysostomos2014-10-101-1/+2
* Deparse split-to-our-array correctlyFather Chrysostomos2014-10-103-5/+15
* Deparse local our LISTFather Chrysostomos2014-10-102-9/+13
* Deparse foreach state $xFather Chrysostomos2014-10-062-2/+11
* Deparse.t: Delete a testFather Chrysostomos2014-10-061-5/+0
* Finish deparsing ‘my sub if; CORE::if...’Father Chrysostomos2014-10-062-48/+148
* Deparse sub calls quietlyFather Chrysostomos2014-10-062-2/+11
* Deparse with CORE:: to avoid lex sub conflictsFather Chrysostomos2014-10-052-23/+66
* Deparse-core.t: Fix ineffective testsFather Chrysostomos2014-10-051-2/+2
* Make B::Deparse qualify sub calls named after keywordsFather Chrysostomos2014-10-053-11/+43
* Remove __SUB__ from Deparse-core.t exception listFather Chrysostomos2014-10-051-1/+0
* Deparse inverted for(;;) cond more correctlyFather Chrysostomos2014-10-052-4/+6