summaryrefslogtreecommitdiff
path: root/dist/B-Deparse
Commit message (Expand)AuthorAgeFilesLines
* Proper skippage for sanity check in B::Deparse's core.t.Craig A. Berry2012-10-211-1/+3
* Use const repl optimisation with s///e where possibleFather Chrysostomos2012-10-112-6/+8
* Deparse/t/core.t: add support for lex varsDavid Mitchell2012-10-101-20/+53
* overhaul dist/B-Deparse/t/core.tDavid Mitchell2012-10-101-88/+565
* fix deparsing of select(F)David Mitchell2012-10-102-3/+21
* Deparse: handle system/exec prog arg,arg,,..David Mitchell2012-10-101-0/+9
* Deparse: grep($a) became grep($a,); ditto mapDavid Mitchell2012-10-101-1/+2
* Deparse: handle some strong keywords betterDavid Mitchell2012-10-101-3/+14
* Deparse crashed on argless sort()David Mitchell2012-10-101-0/+1
* Increase $B::Deparse::VERSION to 1.18Father Chrysostomos2012-09-221-1/+1
* [perl #94490] const fold should not trigger special split " "Father Chrysostomos2012-09-221-1/+4
* Increase $B::Deparse::VERSION to 1.17Father Chrysostomos2012-08-221-1/+1
* B::Deparse: Suppress trailing ; in formatsFather Chrysostomos2012-08-222-1/+1
* Deparse multiple stmts in format line correctlyFather Chrysostomos2012-08-102-9/+23
* B::Deparse: loopexes have assignment precFather Chrysostomos2012-07-273-3/+10
* Increase $B::Deparse::VERSION to 1.16Father Chrysostomos2012-07-271-1/+1
* warn on -i with no input files given [perl #113410]Jesse Luehrs2012-06-261-0/+1
* Revert "B::Deparse: loopexes have list prec"Father Chrysostomos2012-06-173-10/+3
* make OP_REGCRESET only for taint handlingDavid Mitchell2012-06-131-1/+4
* Quieten B::Deparse warnings (fixes #113464).Paul Johnson2012-06-081-1/+1
* Increase $B::Deparse::VERSION to 1.15Father Chrysostomos2012-06-081-1/+1
* B::Deparse: loopexes have list precFather Chrysostomos2012-06-083-3/+10
* [perl #111462] Move strict hints from %^H to $^HFather Chrysostomos2012-04-032-3/+9
* Increase $B::Deparse::VERSION to 1.14Father Chrysostomos2012-04-031-1/+1
* In B::Deparse::_features_from_bundle(), don't call feature::current_bundle()Nicholas Clark2012-03-191-5/+2
* In Deparse, use $feature::hint_mask directly, instead of copying its value.Nicholas Clark2012-03-191-15/+10
* In B::Deparse, refactor common code into _features_from_bundle().Nicholas Clark2012-03-191-11/+15
* In B::Deparse, refactor the two places that feature::current_bundle()Nicholas Clark2012-03-191-6/+6
* Fix regression in deparsing say (etc) under use 5.10.0Nicholas Clark2012-03-192-8/+2
* Add tests for deparsing C<say> under various combinations of pragmas.Nicholas Clark2012-03-191-0/+91
* Avoid deparse.t testing everything under use feature ':5.10'Nicholas Clark2012-03-191-8/+36
* Add a 'context' feature to deparse.t, to better test ambient pragmas.Nicholas Clark2012-03-191-14/+14
* In deparse.t, rename %reason to %meta.Nicholas Clark2012-03-191-9/+9
* Implement the fc keyword and the \F string escape.Brian Fraser2012-01-293-4/+11
* [perl #108224] B::Deparse doesn't recognize for continue blockHojung Youn2012-01-142-1/+45
* [perl #86060] $( $| $) need braces in regexpsFather Chrysostomos2011-12-242-1/+9
* deparse.t: Automatically count __DATA__ testsFather Chrysostomos2011-12-241-2/+3
* Deparse the /d flag with implicit featuresFather Chrysostomos2011-12-242-1/+18
* Deparse /$#a/ correctlyFather Chrysostomos2011-12-242-3/+7
* Deparse.pm: Document that strict vars and subs workFather Chrysostomos2011-12-241-1/+1
* [perl #24027] Deparse strict vars and subsFather Chrysostomos2011-12-242-17/+51
* Fix Deparse ambient_pragmas/strict regressionFather Chrysostomos2011-12-242-0/+20
* Deparse.pm: Document that use feature is supportedFather Chrysostomos2011-12-241-1/+2
* Deparse all features with ‘use/no feature’Father Chrysostomos2011-12-242-18/+33
* Deparse implicit with ‘use feature’Father Chrysostomos2011-12-242-20/+80
* Deparse CORE::say, etc., when bundle hints are in useFather Chrysostomos2011-12-242-2/+49
* Deparse.pm: More ->pmflags clean-upFather Chrysostomos2011-12-231-6/+7
* Deparse.pm: Add another substwordFather Chrysostomos2011-12-231-1/+1
* Deparse.pm: Put re flag logic into its own functionFather Chrysostomos2011-12-231-37/+30
* Followup to b9bc576fd0: deparse s///applaudFather Chrysostomos2011-12-232-14/+26