Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add support for new warning categories outside of "all" | Ævar Arnfjörð Bjarmason | 2014-12-29 | 1 | -6/+6 | |
* | Fixes to make test pass for regexp nocapture bit addition. | Matthew Horsfall (alh) | 2014-12-28 | 1 | -1/+1 | |
* | Fix typos in two unrelated test descriptions | Aaron Crane | 2014-12-24 | 1 | -1/+1 | |
* | Fix deparsing of some unary-prototyped calls | Father Chrysostomos | 2014-12-23 | 2 | -3/+63 | |
* | Fix deparsing of ‘my sub x; sub { sub x {...} }’ | Father Chrysostomos | 2014-12-23 | 2 | -4/+19 | |
* | Some lexical sub deparsing fixes | Father Chrysostomos | 2014-12-22 | 2 | -4/+36 | |
* | Increase $B::Deparse::VERSION to 1.32 | Father Chrysostomos | 2014-12-22 | 1 | -1/+1 | |
* | Deparse: Avoid uninit warning from undef &sub | Father Chrysostomos | 2014-12-22 | 2 | -2/+8 | |
* | Bump version number to 5.21.8 | Max Maischein | 2014-12-21 | 1 | -1/+1 | |
* | Deparse constant Perl subs | Father Chrysostomos | 2014-12-16 | 2 | -10/+32 | |
* | Don’t ignore rv2gv when deparsing readline | Father Chrysostomos | 2014-12-15 | 2 | -1/+6 | |
* | Deparse: Restore proto checks for coderef2text | Father Chrysostomos | 2014-12-15 | 2 | -0/+19 | |
* | Deparse.pm: Remove obsolete comment about globals | Father Chrysostomos | 2014-12-15 | 1 | -1/+1 | |
* | Deparse: Stop =~ QR_CONST from dropping flags | Father Chrysostomos | 2014-12-15 | 2 | -0/+12 | |
* | Deparse.pm: Two more matchwords | Father Chrysostomos | 2014-12-15 | 1 | -1/+1 | |
* | Deparse system-BLOCK correctly | Father Chrysostomos | 2014-12-15 | 3 | -12/+14 | |
* | Deparse: Don’t parenthesize \my @a needlessly | Father Chrysostomos | 2014-12-14 | 2 | -0/+5 | |
* | Fix deparsing of chdir without args | Father Chrysostomos | 2014-12-13 | 2 | -2/+4 | |
* | Deparse chdir(bareword) without quotes | Father Chrysostomos | 2014-12-13 | 2 | -1/+16 | |
* | Deparse use-ver features correctly | Father Chrysostomos | 2014-12-13 | 2 | -9/+9 | |
* | Deparse.t: Adjust a test broken 2 commits ago | Father Chrysostomos | 2014-12-13 | 1 | -10/+20 | |
* | Test for deparsing proto sub calls with & | Father Chrysostomos | 2014-12-13 | 1 | -1/+11 | |
* | Revert ‘alternate way to figure out prototypes’ | Father Chrysostomos | 2014-12-13 | 1 | -21/+4 | |
* | Deparse require vstring without parens | Father Chrysostomos | 2014-12-13 | 2 | -15/+25 | |
* | Deparse $#{1} with braces | Father Chrysostomos | 2014-12-12 | 2 | -2/+2 | |
* | Deparse /@{-}/ with braces | Father Chrysostomos | 2014-12-12 | 2 | -1/+3 | |
* | Deparse /@a/ as regexp | Father Chrysostomos | 2014-12-12 | 2 | -2/+12 | |
* | Deparse: Introduce subs after they are defined | Father Chrysostomos | 2014-12-12 | 2 | -3/+9 | |
* | Deparse: Emit package before use | Father Chrysostomos | 2014-12-11 | 2 | -3/+11 | |
* | Escape Latin-1 chars in deparsed strings | Father Chrysostomos | 2014-12-10 | 2 | -2/+7 | |
* | Fix up OUTSIDE pointers for saved BEGIN blocks | Father Chrysostomos | 2014-12-09 | 1 | -1/+10 | |
* | Don’t deparse BEGIN blocks as __ANON__ | Father Chrysostomos | 2014-12-09 | 2 | -11/+22 | |
* | Fix deparsing of (1,2,3) in void context | Father Chrysostomos | 2014-12-07 | 2 | -1/+10 | |
* | Fix deparsing of newline and tab with (?x) | Father Chrysostomos | 2014-12-07 | 2 | -67/+30 | |
* | Don’t deparse for(foo()) as for(local(foo())) | Father Chrysostomos | 2014-12-07 | 2 | -1/+6 | |
* | optree_check.t fix-ups | Father Chrysostomos | 2014-12-07 | 1 | -8/+1 | |
* | Tweak Deparse-core.t after the last two commits | Father Chrysostomos | 2014-12-07 | 1 | -0/+6 | |
* | Deparse goto foo() correctly | Father Chrysostomos | 2014-12-07 | 2 | -0/+7 | |
* | Deparse require(foo()) correctly | Father Chrysostomos | 2014-12-07 | 2 | -1/+8 | |
* | Deparse.pm:pp_entereval: Redundant func call | Father Chrysostomos | 2014-12-07 | 1 | -1/+1 | |
* | Add OP_MULTIDEREF | David Mitchell | 2014-12-07 | 3 | -25/+276 | |
* | Deparse & calls with scalar() where necessary | Father Chrysostomos | 2014-12-06 | 2 | -1/+60 | |
* | Deparse.pm:pp_entersub: Refactor repetition away | Father Chrysostomos | 2014-12-06 | 1 | -4/+4 | |
* | B::Deparse: Escape non-ASCII printable chars | Father Chrysostomos | 2014-12-06 | 2 | -1/+2 | |
* | Deparse.pm: Don’t call maybe_parens for sv_undef | Father Chrysostomos | 2014-12-06 | 1 | -1/+2 | |
* | Deparse formats in the right spot | Father Chrysostomos | 2014-12-06 | 1 | -1/+13 | |
* | Avoid extraneous ‘();’ when deparsing just subs | Father Chrysostomos | 2014-12-06 | 2 | -5/+20 | |
* | Deparse PVMG stubs | Father Chrysostomos | 2014-12-05 | 2 | -15/+13 | |
* | Deparse predeclared prototyped subs | Father Chrysostomos | 2014-12-05 | 2 | -11/+16 | |
* | Don’t deparse formats with #line directives | Father Chrysostomos | 2014-12-04 | 2 | -2/+11 |