summaryrefslogtreecommitdiff
path: root/ext/B/B
Commit message (Expand)AuthorAgeFilesLines
* B::Concise - private flags may store the argument countRichard Leach2022-07-181-1/+6
* B::Concise now handles n-at-a-time for.Nicholas Clark2021-10-151-2/+7
* Remove inheritance from Exporter in ext/ modulesMax Maischein2021-06-251-3/+2
* Remove B::Debug from core distribution.James E Keenan2018-09-252-4/+4
* rip out Perl version portability from BZefram2017-11-141-29/+4
* in B::Concise, show RV target betterZefram2017-11-141-2/+26
* Increase B::Xref::VERSION to 1.07Father Chrysostomos2017-10-081-1/+1
* Fix B::Xref to handle sub refsFather Chrysostomos2017-10-081-2/+8
* Increase B::Concise::VERSION to 1.002Father Chrysostomos2017-10-081-1/+1
* Make B::Concise handle subrefs in stashesFather Chrysostomos2017-10-081-4/+5
* give REGEXP SVs the POK flag againDavid Mitchell2017-07-271-2/+2
* make B.pm, Concise.pm support PL_sv_zeroDavid Mitchell2017-07-271-2/+3
* Revert B::Debug removalDagfinn Ilmari Mannsåker2017-07-251-2/+2
* Remove B::Debug from core distribution.James E Keenan2017-07-251-2/+2
* Remove B::OP:terseAbigail2017-06-061-7/+1
* Improve error message for bogus -MO=… argumentsDagfinn Ilmari Mannsåker2017-06-011-2/+2
* B::OP::terse will go away in Perl 5.28.Abigail2017-01-161-2/+2
* Switch most open() calls to three-argument form.John Lightsey2016-12-231-2/+2
* Concise.pm: extract padname code and fixup splitDavid Mitchell2016-10-041-28/+47
* Better optimise my/local @a = split()David Mitchell2016-10-041-2/+2
* make OP_SPLIT a PMOP, and eliminate OP_PUSHREDavid Mitchell2016-10-041-17/+31
* Concise: improve hints decodingDavid Mitchell2016-08-191-14/+24
* Concise: use hex for some large constantsDavid Mitchell2016-08-191-7/+7
* add OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK opsDavid Mitchell2016-08-031-1/+7
* Add OP_MULTIDEREFDavid Mitchell2014-12-071-1/+1
* add UNOP_AUX OP classDavid Mitchell2014-12-071-1/+6
* Speed up method calls like $o->Other::method() and $o->Other::SUPER::method().syber2014-12-021-2/+9
* Update B::Showlex docsFather Chrysostomos2014-11-301-11/+11
* [perl #123223] Make PADNAME a separate typeFather Chrysostomos2014-11-301-4/+16
* Increase $B::Showlex::VERSION to 1.05Father Chrysostomos2014-11-301-1/+1
* Prepare B::Concise for upcoming pad name changesFather Chrysostomos2014-11-301-1/+3
* B::Concise: Dump regexp code blocksFather Chrysostomos2014-11-301-1/+6
* speedup for SUPER::method() calls.syber2014-11-281-2/+2
* [perl #77452] Deparse BEGIN blocks in the right placeFather Chrysostomos2014-11-061-1/+1
* Increase $B::Concise::VERSION to 0.995Father Chrysostomos2014-11-061-1/+1
* Remove Mac Classic code from B::ConciseFather Chrysostomos2014-11-061-2/+1
* B::Concise: Give sequence numbers for null opsFather Chrysostomos2014-10-181-23/+9
* B::Concise: Dump private vars for null opsFather Chrysostomos2014-10-171-4/+7
* Make OP_METHOD* to be of new class METHOPsyber2014-10-031-5/+17
* Automate processing of op_private flagsDavid Mitchell2014-09-101-85/+75
* Increase $B::Concise::VERSION to 0.993Father Chrysostomos2014-08-291-1/+1
* Update B::Concise for OPpMAY_RETURN_CONSTANTFather Chrysostomos2014-08-291-1/+1
* Remove DREFed flag from Concise.pmFather Chrysostomos2014-02-091-1/+0
* Increase $B::Concise::VERSION to 0.992Father Chrysostomos2014-02-091-1/+1
* Make &CORE::exit respect vmsish exit hintFather Chrysostomos2013-11-081-1/+0
* Update B::Concise for the exit->nextstate hush hint moveFather Chrysostomos2013-11-081-1/+2
* Teach B::Concise about VMS hushed flagFather Chrysostomos2013-11-081-1/+1
* Warn for all uses of %hash{...} in scalar cxFather Chrysostomos2013-11-081-1/+1
* Add op_other to B::Concise -debug output for LOGOPsMatthew Horsfall2013-10-251-1/+3
* Fix bare blocks in lvalue subsFather Chrysostomos2013-10-241-1/+1