summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [perl #77452] Deparse BEGIN blocks in the right placeFather Chrysostomos2014-11-062-4/+44
* t/TEST: add -w to shebang, fix a used-once warningJim Cromie2014-11-061-1/+1
* [perl #121827] Fix repeat stack bugsFather Chrysostomos2014-11-061-1/+7
* Deparse +sub :attr{} correctly at stmt startFather Chrysostomos2014-11-052-1/+7
* lib/locale.t: Add knowledge about known bad localesKarl Williamson2014-11-041-7/+57
* Add 'locale' warning categoryKarl Williamson2014-11-042-136/+141
* overload.pm: Removed an unused variableBrian Fraser2014-10-311-2/+2
* Reduce the number of null ops for \$x=\$yFather Chrysostomos2014-10-291-2/+1
* Import Test-More 1.301001 alpha 63Chad Granum2014-10-261-0/+1
* Deparse list repetition assignment properlyFather Chrysostomos2014-10-252-1/+12
* Make repeat op tree more consistentFather Chrysostomos2014-10-251-2/+7
* Make Deparse.t test just added less sensitiveFather Chrysostomos2014-10-241-1/+1
* Deparse stash subs stores as RVsFather Chrysostomos2014-10-242-1/+10
* Fix Unicode errataKarl Williamson2014-10-221-2/+2
* lib/locale.t: Add some \QKarl Williamson2014-10-211-12/+12
* mktables: Use chr() instead of pack()Karl Williamson2014-10-211-3/+6
* 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