| Commit message (Expand) | Author | Age | Files | Lines |
* | Move B-Deparse from dist/ to lib/ since it is non-dual-lived and pure-Perl | Steve Hay | 2013-10-19 | 3 | -7488/+0 |
* | Increase $B::Deparse::VERSION to 1.23 | Father Chrysostomos | 2013-09-13 | 1 | -1/+1 |
* | index/value array slice operation | Ruslan Zakirov | 2013-09-13 | 1 | -0/+1 |
* | key/value hash slice operation | Ruslan Zakirov | 2013-09-13 | 1 | -3/+6 |
* | Increase $B::Deparse::VERSION to 1.22 | Father Chrysostomos | 2013-06-22 | 1 | -1/+1 |
* | Stop split from mangling constants | Father Chrysostomos | 2013-06-22 | 1 | -4/+4 |
* | [perl #117531] Deparse elements of %# correctly | Father Chrysostomos | 2013-06-03 | 2 | -1/+6 |
* | deparse.t: Fix test count | Father Chrysostomos | 2013-06-03 | 1 | -1/+1 |
* | [perl #117311] B::Deparse with option -l leaves formfeed characters in its ou... | hexcoder | 2013-06-03 | 2 | -0/+13 |
* | [perl #117081] Deparse foreach my $lexical correctly under -p | Father Chrysostomos | 2013-05-28 | 2 | -6/+20 |
* | typo fixes for B::Depaese | David Steinbrunner | 2013-05-25 | 1 | -3/+3 |
* | Revert "Add a deprecation warning for all uses of @*, %*, &* and **." | Nicholas Clark | 2013-05-03 | 1 | -6/+1 |
* | B::Deparse: document that `state sub` is unimplemented | Aaron Crane | 2013-04-12 | 2 | -0/+15 |
* | deparse.t: delete now-unneeded __WARN__ suppression | Aaron Crane | 2013-04-12 | 1 | -9/+0 |
* | B::Deparse: stub implementation of deparsing lexical subs | Aaron Crane | 2013-04-12 | 1 | -3/+44 |
* | fix comment, reindent and add parenthesis for clarity | Yves Orton | 2013-03-27 | 1 | -6/+9 |
* | Make smartmatch, given & when experimental | Brian Fraser | 2013-03-26 | 1 | -2/+4 |
* | Add a deprecation warning for all uses of @*, %*, &* and **. | Nicholas Clark | 2013-03-21 | 1 | -1/+6 |
* | Generate the deprecation warnings for all uses $* or $#. | Nicholas Clark | 2013-03-21 | 1 | -2/+3 |
* | Change B::Deparse's test to test interpolation of @] instead of @*. | Nicholas Clark | 2013-03-21 | 1 | -4/+4 |
* | deparse.t: mask STDERR noise on lex sub TODO test | David Mitchell | 2013-03-03 | 1 | -0/+10 |
* | New TODO test: B::Deparse doesn't handle lexical subs | Aaron Crane | 2013-01-27 | 1 | -0/+7 |
* | padrange: handle @_ directly | David Mitchell | 2012-11-10 | 2 | -4/+13 |
* | add padrange op | David Mitchell | 2012-11-10 | 2 | -6/+206 |
* | Proper skippage for sanity check in B::Deparse's core.t. | Craig A. Berry | 2012-10-21 | 1 | -1/+3 |
* | Use const repl optimisation with s///e where possible | Father Chrysostomos | 2012-10-11 | 2 | -6/+8 |
* | Deparse/t/core.t: add support for lex vars | David Mitchell | 2012-10-10 | 1 | -20/+53 |
* | overhaul dist/B-Deparse/t/core.t | David Mitchell | 2012-10-10 | 1 | -88/+565 |
* | fix deparsing of select(F) | David Mitchell | 2012-10-10 | 2 | -3/+21 |
* | Deparse: handle system/exec prog arg,arg,,.. | David Mitchell | 2012-10-10 | 1 | -0/+9 |
* | Deparse: grep($a) became grep($a,); ditto map | David Mitchell | 2012-10-10 | 1 | -1/+2 |
* | Deparse: handle some strong keywords better | David Mitchell | 2012-10-10 | 1 | -3/+14 |
* | Deparse crashed on argless sort() | David Mitchell | 2012-10-10 | 1 | -0/+1 |
* | Increase $B::Deparse::VERSION to 1.18 | Father Chrysostomos | 2012-09-22 | 1 | -1/+1 |
* | [perl #94490] const fold should not trigger special split " " | Father Chrysostomos | 2012-09-22 | 1 | -1/+4 |
* | Increase $B::Deparse::VERSION to 1.17 | Father Chrysostomos | 2012-08-22 | 1 | -1/+1 |
* | B::Deparse: Suppress trailing ; in formats | Father Chrysostomos | 2012-08-22 | 2 | -1/+1 |
* | Deparse multiple stmts in format line correctly | Father Chrysostomos | 2012-08-10 | 2 | -9/+23 |
* | B::Deparse: loopexes have assignment prec | Father Chrysostomos | 2012-07-27 | 3 | -3/+10 |
* | Increase $B::Deparse::VERSION to 1.16 | Father Chrysostomos | 2012-07-27 | 1 | -1/+1 |
* | warn on -i with no input files given [perl #113410] | Jesse Luehrs | 2012-06-26 | 1 | -0/+1 |
* | Revert "B::Deparse: loopexes have list prec" | Father Chrysostomos | 2012-06-17 | 3 | -10/+3 |
* | make OP_REGCRESET only for taint handling | David Mitchell | 2012-06-13 | 1 | -1/+4 |
* | Quieten B::Deparse warnings (fixes #113464). | Paul Johnson | 2012-06-08 | 1 | -1/+1 |
* | Increase $B::Deparse::VERSION to 1.15 | Father Chrysostomos | 2012-06-08 | 1 | -1/+1 |
* | B::Deparse: loopexes have list prec | Father Chrysostomos | 2012-06-08 | 3 | -3/+10 |
* | [perl #111462] Move strict hints from %^H to $^H | Father Chrysostomos | 2012-04-03 | 2 | -3/+9 |
* | Increase $B::Deparse::VERSION to 1.14 | Father Chrysostomos | 2012-04-03 | 1 | -1/+1 |
* | In B::Deparse::_features_from_bundle(), don't call feature::current_bundle() | Nicholas Clark | 2012-03-19 | 1 | -5/+2 |
* | In Deparse, use $feature::hint_mask directly, instead of copying its value. | Nicholas Clark | 2012-03-19 | 1 | -15/+10 |