summaryrefslogtreecommitdiff
path: root/lib/B
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for new warning categories outside of "all"Ævar Arnfjörð Bjarmason2014-12-291-6/+6
* Fixes to make test pass for regexp nocapture bit addition.Matthew Horsfall (alh)2014-12-281-1/+1
* Fix typos in two unrelated test descriptionsAaron Crane2014-12-241-1/+1
* Fix deparsing of some unary-prototyped callsFather Chrysostomos2014-12-232-3/+63
* Fix deparsing of ‘my sub x; sub { sub x {...} }’Father Chrysostomos2014-12-232-4/+19
* Some lexical sub deparsing fixesFather Chrysostomos2014-12-222-4/+36
* Increase $B::Deparse::VERSION to 1.32Father Chrysostomos2014-12-221-1/+1
* Deparse: Avoid uninit warning from undef &subFather Chrysostomos2014-12-222-2/+8
* Bump version number to 5.21.8Max Maischein2014-12-211-1/+1
* 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
* 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
* Deparse: Introduce subs after they are definedFather Chrysostomos2014-12-122-3/+9
* 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