| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | In B::Deparse, refactor common code into _features_from_bundle(). | Nicholas Clark | 2012-03-19 | 1 | -11/+15 |
* | In B::Deparse, refactor the two places that feature::current_bundle() | Nicholas Clark | 2012-03-19 | 1 | -6/+6 |
* | Fix regression in deparsing say (etc) under use 5.10.0 | Nicholas Clark | 2012-03-19 | 2 | -8/+2 |
* | 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 | 3 | -4/+11 |
* | [perl #108224] B::Deparse doesn't recognize for continue block | Hojung Youn | 2012-01-14 | 2 | -1/+45 |
* | [perl #86060] $( $| $) need braces in regexps | Father Chrysostomos | 2011-12-24 | 2 | -1/+9 |
* | 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 | 2 | -1/+18 |
* | Deparse /$#a/ correctly | Father Chrysostomos | 2011-12-24 | 2 | -3/+7 |
* | Deparse.pm: Document that strict vars and subs work | Father Chrysostomos | 2011-12-24 | 1 | -1/+1 |
* | [perl #24027] Deparse strict vars and subs | Father Chrysostomos | 2011-12-24 | 2 | -17/+51 |
* | Fix Deparse ambient_pragmas/strict regression | Father Chrysostomos | 2011-12-24 | 2 | -0/+20 |
* | Deparse.pm: Document that use feature is supported | Father Chrysostomos | 2011-12-24 | 1 | -1/+2 |
* | Deparse all features with ‘use/no feature’ | Father Chrysostomos | 2011-12-24 | 2 | -18/+33 |
* | Deparse implicit with ‘use feature’ | Father Chrysostomos | 2011-12-24 | 2 | -20/+80 |
* | Deparse CORE::say, etc., when bundle hints are in use | Father Chrysostomos | 2011-12-24 | 2 | -2/+49 |
* | Deparse.pm: More ->pmflags clean-up | Father Chrysostomos | 2011-12-23 | 1 | -6/+7 |
* | Deparse.pm: Add another substword | Father Chrysostomos | 2011-12-23 | 1 | -1/+1 |