summaryrefslogtreecommitdiff
path: root/dist/B-Deparse
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add a deprecation warning for all uses of @*, %*, &* and **."Nicholas Clark2013-05-031-6/+1
* B::Deparse: document that `state sub` is unimplementedAaron Crane2013-04-122-0/+15
* deparse.t: delete now-unneeded __WARN__ suppressionAaron Crane2013-04-121-9/+0
* B::Deparse: stub implementation of deparsing lexical subsAaron Crane2013-04-121-3/+44
* fix comment, reindent and add parenthesis for clarityYves Orton2013-03-271-6/+9
* Make smartmatch, given & when experimentalBrian Fraser2013-03-261-2/+4
* Add a deprecation warning for all uses of @*, %*, &* and **.Nicholas Clark2013-03-211-1/+6
* Generate the deprecation warnings for all uses $* or $#.Nicholas Clark2013-03-211-2/+3
* Change B::Deparse's test to test interpolation of @] instead of @*.Nicholas Clark2013-03-211-4/+4
* deparse.t: mask STDERR noise on lex sub TODO testDavid Mitchell2013-03-031-0/+10
* New TODO test: B::Deparse doesn't handle lexical subsAaron Crane2013-01-271-0/+7
* padrange: handle @_ directlyDavid Mitchell2012-11-102-4/+13
* add padrange opDavid Mitchell2012-11-102-6/+206
* 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