summaryrefslogtreecommitdiff
path: root/lib/B/Deparse.pm
Commit message (Expand)AuthorAgeFilesLines
* make scalar(keys(%lexical)) less slow.David Mitchell2017-07-271-1/+7
* optimise (index() == -1)David Mitchell2017-07-271-2/+29
* optimise away OP_KEYS op in scalar/void contextDavid Mitchell2017-07-271-3/+13
* Deparse: support delete %h{foo bar}David Mitchell2017-06-051-5/+8
* Deparse: better handle BEGIN { use_ok() }David Mitchell2017-06-051-1/+11
* Deparse my var attributes correctlyDavid Mitchell2017-06-051-0/+165
* Deparse.pm: handle BEGIN { require expr }David Mitchell2017-06-051-0/+3
* Deparse: avoid deep recursion warningDavid Mitchell2017-06-051-0/+2
* Deparse: don't remove escapes for tabs in patternsDavid Mitchell2017-06-051-0/+6
* Deparse: make a complex pattern readable with /xDavid Mitchell2017-06-051-1/+17
* Deparse: handle OP_PADRANGE in regex code blocksDavid Mitchell2017-06-051-7/+21
* Remove deprecated no-op :locked attributeDagfinn Ilmari Mannsåker2017-06-011-2/+1
* Various .t's: Escape literal '}' and ']' in patternsKarl Williamson2017-01-131-2/+2
* Better optimise my/local @a = split()David Mitchell2016-10-041-0/+3
* make OP_SPLIT a PMOP, and eliminate OP_PUSHREDavid Mitchell2016-10-041-45/+43
* Deparse.pm - avoid deep recursion warningDavid Mitchell2016-08-031-0/+10
* deparse subroutine signaturesDavid Mitchell2016-08-031-3/+123
* fix deparsing of Test::More's use_ok()David Mitchell2016-08-031-0/+11
* fix up exists etc deparsingDavid Mitchell2016-08-031-1/+5
* handle deparsing of sub prototypes with sigsDavid Mitchell2016-08-031-10/+23
* Deparse: emit pragmas *before* each subDavid Mitchell2016-08-031-12/+14
* Deparse: use more local vars in next_todo()David Mitchell2016-08-031-9/+10
* Deparse: move pragma deparsing into separate subDavid Mitchell2016-08-031-7/+21
* deparse pragmas before subsDavid Mitchell2016-08-031-45/+19
* add OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK opsDavid Mitchell2016-08-031-1/+61
* Deparse the /n flag on regexes [perl #127189]Lukas Mai2016-01-061-9/+8
* [perl #116677] always deparse <> as either glob or readlineLukas Mai2015-11-211-18/+10
* Bump Deparse's $VERSION following commit 65ef2c3e7d945498.Nicholas Clark2015-03-241-1/+1
* Correctly deparse <<>>Rafael Garcia-Suarez2015-03-241-1/+5
* [perl #123947] deparse $#_ as $#_ not as $#{_}Tony Cook2015-03-021-2/+2
* Deparse state sub defined in inner subsFather Chrysostomos2015-02-161-0/+18
* Deparse: Don’t choke on SPECIAL constantsFather Chrysostomos2015-02-061-5/+6
* Increase $B::Deparse::VERSION to 1.33Father Chrysostomos2015-01-311-1/+1
* Deparse new bitopsFather Chrysostomos2015-01-311-5/+16
* Add :const anon sub attributeFather Chrysostomos2015-01-191-2/+6
* lib/B/Deparse.pm: refactor a hash slightlyKarl Williamson2014-12-301-36/+34
* lib/B/Deparse.pm: Add commentKarl Williamson2014-12-301-1/+2
* lib/B/Deparse.pm: Generalize for non-ASCII platformsKarl Williamson2014-12-301-3/+9
* lib/B/Deparse.pm: Output WARNING_BITS in binaryKarl Williamson2014-12-301-1/+3
* lib/B/Deparse.pm: Move hash to earlier in fileKarl Williamson2014-12-301-35/+35
* Enable OPpTARGET_MY optimisation for cmp/<=>Father Chrysostomos2014-12-291-2/+2
* Fixes to make test pass for regexp nocapture bit addition.Matthew Horsfall (alh)2014-12-281-1/+1
* Fix deparsing of some unary-prototyped callsFather Chrysostomos2014-12-231-3/+4
* Fix deparsing of ‘my sub x; sub { sub x {...} }’Father Chrysostomos2014-12-231-4/+10
* Some lexical sub deparsing fixesFather Chrysostomos2014-12-221-3/+27
* Increase $B::Deparse::VERSION to 1.32Father Chrysostomos2014-12-221-1/+1
* Deparse: Avoid uninit warning from undef &subFather Chrysostomos2014-12-221-1/+2
* Deparse constant Perl subsFather Chrysostomos2014-12-161-9/+27
* Don’t ignore rv2gv when deparsing readlineFather Chrysostomos2014-12-151-1/+1
* Deparse: Restore proto checks for coderef2textFather Chrysostomos2014-12-151-0/+16