summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ExtUtils::Embed: silence test warningDavid Mitchell2014-12-191-1/+9
* Deparse constant Perl subsFather Chrysostomos2014-12-162-10/+32
* Don’t ignore rv2gv when deparsing readlineFather Chrysostomos2014-12-152-1/+6
* Deparse: Restore proto checks for coderef2textFather Chrysostomos2014-12-152-0/+19
* Deparse.pm: Remove obsolete comment about globalsFather Chrysostomos2014-12-151-1/+1
* Deparse: Stop =~ QR_CONST from dropping flagsFather Chrysostomos2014-12-152-0/+12
* Deparse.pm: Two more matchwordsFather Chrysostomos2014-12-151-1/+1
* Deparse system-BLOCK correctlyFather Chrysostomos2014-12-153-12/+14
* Deparse: Don’t parenthesize \my @a needlesslyFather Chrysostomos2014-12-142-0/+5
* Fix deparsing of chdir without argsFather Chrysostomos2014-12-132-2/+4
* Deparse chdir(bareword) without quotesFather Chrysostomos2014-12-132-1/+16
* Deparse use-ver features correctlyFather Chrysostomos2014-12-132-9/+9
* Deparse.t: Adjust a test broken 2 commits agoFather Chrysostomos2014-12-131-10/+20
* Test for deparsing proto sub calls with &Father Chrysostomos2014-12-131-1/+11
* Revert ‘alternate way to figure out prototypes’Father Chrysostomos2014-12-131-21/+4
* Remove obsolete comment from lib/sort.tFather Chrysostomos2014-12-131-2/+0
* Deparse require vstring without parensFather Chrysostomos2014-12-132-15/+25
* Deparse $#{1} with bracesFather Chrysostomos2014-12-122-2/+2
* Deparse /@{-}/ with bracesFather Chrysostomos2014-12-122-1/+3
* Deparse /@a/ as regexpFather Chrysostomos2014-12-122-2/+12
* stop T_IN/OUT/INOUT/STDIO typemaps leakingDavid Mitchell2014-12-121-8/+24
* Deparse: Introduce subs after they are definedFather Chrysostomos2014-12-122-3/+9
* Perl_croak->Perl_croak_nocontext in core typemap + win32 static gitignoreDaniel Dragan2014-12-111-15/+15
* Deparse: Emit package before useFather Chrysostomos2014-12-112-3/+11
* Escape Latin-1 chars in deparsed stringsFather Chrysostomos2014-12-102-2/+7
* Fix up OUTSIDE pointers for saved BEGIN blocksFather Chrysostomos2014-12-091-1/+10
* Don’t deparse BEGIN blocks as __ANON__Father Chrysostomos2014-12-092-11/+22
* Fix deparsing of (1,2,3) in void contextFather Chrysostomos2014-12-072-1/+10
* Fix deparsing of newline and tab with (?x)Father Chrysostomos2014-12-072-67/+30
* Don’t deparse for(foo()) as for(local(foo()))Father Chrysostomos2014-12-072-1/+6
* optree_check.t fix-upsFather Chrysostomos2014-12-071-8/+1
* Tweak Deparse-core.t after the last two commitsFather Chrysostomos2014-12-071-0/+6
* Deparse goto foo() correctlyFather Chrysostomos2014-12-072-0/+7
* Deparse require(foo()) correctlyFather Chrysostomos2014-12-072-1/+8
* Deparse.pm:pp_entereval: Redundant func callFather Chrysostomos2014-12-071-1/+1
* Add OP_MULTIDEREFDavid Mitchell2014-12-073-25/+276
* Deparse & calls with scalar() where necessaryFather Chrysostomos2014-12-062-1/+60
* Deparse.pm:pp_entersub: Refactor repetition awayFather Chrysostomos2014-12-061-4/+4
* B::Deparse: Escape non-ASCII printable charsFather Chrysostomos2014-12-062-1/+2
* Deparse.pm: Don’t call maybe_parens for sv_undefFather Chrysostomos2014-12-061-1/+2
* Deparse formats in the right spotFather Chrysostomos2014-12-061-1/+13
* Avoid extraneous ‘();’ when deparsing just subsFather Chrysostomos2014-12-062-5/+20
* Deparse PVMG stubsFather Chrysostomos2014-12-052-15/+13
* Deparse predeclared prototyped subsFather Chrysostomos2014-12-052-11/+16
* Don’t deparse formats with #line directivesFather Chrysostomos2014-12-042-2/+11
* [perl #123357] Fix deparsing of $; at stmt endFather Chrysostomos2014-12-042-12/+26
* Deparse.pm: Remove temp pre-PADNAME codeFather Chrysostomos2014-12-041-3/+1
* Deparse.pm: Remove special \0 markerFather Chrysostomos2014-12-041-18/+8
* Deparse $x =~ (1?/$a/:0) under taint modeFather Chrysostomos2014-12-032-2/+7
* Deparse s/// with code blocksFather Chrysostomos2014-12-032-2/+3