summaryrefslogtreecommitdiff
path: root/dist/B-Deparse
Commit message (Expand)AuthorAgeFilesLines
* Move B-Deparse from dist/ to lib/ since it is non-dual-lived and pure-PerlSteve Hay2013-10-193-7488/+0
* Increase $B::Deparse::VERSION to 1.23Father Chrysostomos2013-09-131-1/+1
* index/value array slice operationRuslan Zakirov2013-09-131-0/+1
* key/value hash slice operationRuslan Zakirov2013-09-131-3/+6
* Increase $B::Deparse::VERSION to 1.22Father Chrysostomos2013-06-221-1/+1
* Stop split from mangling constantsFather Chrysostomos2013-06-221-4/+4
* [perl #117531] Deparse elements of %# correctlyFather Chrysostomos2013-06-032-1/+6
* deparse.t: Fix test countFather Chrysostomos2013-06-031-1/+1
* [perl #117311] B::Deparse with option -l leaves formfeed characters in its ou...hexcoder2013-06-032-0/+13
* [perl #117081] Deparse foreach my $lexical correctly under -pFather Chrysostomos2013-05-282-6/+20
* typo fixes for B::DepaeseDavid Steinbrunner2013-05-251-3/+3
* 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