| Commit message (Expand) | Author | Age | Files | Lines |
* | [perl #117531] Deparse elements of %# correctly | Father Chrysostomos | 2013-06-03 | 1 | -0/+3 |
* | 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 | 1 | -0/+10 |
* | [perl #117081] Deparse foreach my $lexical correctly under -p | Father Chrysostomos | 2013-05-28 | 1 | -1/+14 |
* | 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 | 1 | -0/+8 |
* | deparse.t: delete now-unneeded __WARN__ suppression | Aaron Crane | 2013-04-12 | 1 | -9/+0 |
* | 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 | 1 | -0/+3 |
* | add padrange op | David Mitchell | 2012-11-10 | 1 | -0/+86 |
* | 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 | 1 | -0/+2 |
* | 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 | 1 | -0/+14 |
* | B::Deparse: Suppress trailing ; in formats | Father Chrysostomos | 2012-08-22 | 1 | -1/+0 |
* | Deparse multiple stmts in format line correctly | Father Chrysostomos | 2012-08-10 | 1 | -1/+13 |
* | B::Deparse: loopexes have assignment prec | Father Chrysostomos | 2012-07-27 | 2 | -1/+8 |
* | 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 | 2 | -8/+1 |
* | B::Deparse: loopexes have list prec | Father Chrysostomos | 2012-06-08 | 2 | -1/+8 |
* | [perl #111462] Move strict hints from %^H to $^H | Father Chrysostomos | 2012-04-03 | 1 | -2/+8 |
* | Fix regression in deparsing say (etc) under use 5.10.0 | Nicholas Clark | 2012-03-19 | 1 | -6/+0 |
* | Add tests for deparsing C<say> under various combinations of pragmas. | Nicholas Clark | 2012-03-19 | 1 | -0/+91 |
* | Avoid deparse.t testing everything under use feature ':5.10' | Nicholas Clark | 2012-03-19 | 1 | -8/+36 |
* | Add a 'context' feature to deparse.t, to better test ambient pragmas. | Nicholas Clark | 2012-03-19 | 1 | -14/+14 |
* | In deparse.t, rename %reason to %meta. | Nicholas Clark | 2012-03-19 | 1 | -9/+9 |
* | Implement the fc keyword and the \F string escape. | Brian Fraser | 2012-01-29 | 2 | -2/+3 |
* | [perl #108224] B::Deparse doesn't recognize for continue block | Hojung Youn | 2012-01-14 | 1 | -0/+44 |
* | [perl #86060] $( $| $) need braces in regexps | Father Chrysostomos | 2011-12-24 | 1 | -0/+6 |
* | deparse.t: Automatically count __DATA__ tests | Father Chrysostomos | 2011-12-24 | 1 | -2/+3 |
* | Deparse the /d flag with implicit features | Father Chrysostomos | 2011-12-24 | 1 | -0/+9 |
* | Deparse /$#a/ correctly | Father Chrysostomos | 2011-12-24 | 1 | -1/+4 |
* | [perl #24027] Deparse strict vars and subs | Father Chrysostomos | 2011-12-24 | 1 | -1/+9 |
* | Fix Deparse ambient_pragmas/strict regression | Father Chrysostomos | 2011-12-24 | 1 | -0/+18 |
* | Deparse all features with ‘use/no feature’ | Father Chrysostomos | 2011-12-24 | 1 | -13/+4 |
* | Deparse implicit with ‘use feature’ | Father Chrysostomos | 2011-12-24 | 1 | -8/+30 |
* | Deparse CORE::say, etc., when bundle hints are in use | Father Chrysostomos | 2011-12-24 | 1 | -0/+35 |
* | Followup to b9bc576fd0: deparse s///applaud | Father Chrysostomos | 2011-12-23 | 1 | -14/+14 |
* | Deparse: Ignore strict hh hints | Father Chrysostomos | 2011-12-23 | 1 | -0/+6 |
* | [perl #91318] Deparse /regexp/applaud | Father Chrysostomos | 2011-12-23 | 1 | -0/+30 |
* | [perl #81424] Make Deparse handle /aelemfast_lex/ | Father Chrysostomos | 2011-12-23 | 1 | -0/+4 |
* | [perl #91384] Deparse and stash circularities | Father Chrysostomos | 2011-12-23 | 1 | -0/+6 |
* | Deparse "a::]"->[0], etc., correctly | Father Chrysostomos | 2011-12-22 | 1 | -0/+6 |
* | Deparse "string"->[$expr] and ->{$expr} correctly | Father Chrysostomos | 2011-12-22 | 1 | -0/+16 |