This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Concise: improve hints decoding
[perl5.git] / ext / B / B / Concise.pm
2016-08-19 David MitchellConcise: improve hints decoding
2016-08-19 David MitchellConcise: use hex for some large constants
2016-08-03 David Mitchelladd OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK ops
2014-12-07 David MitchellAdd OP_MULTIDEREF
2014-12-07 David Mitchelladd UNOP_AUX OP class
2014-12-03 syberSpeed up method calls like $o->Other::method() and...
2014-11-30 Father ChrysostomosPrepare B::Concise for upcoming pad name changes
2014-11-30 Father ChrysostomosB::Concise: Dump regexp code blocks
2014-11-29 syberspeedup for SUPER::method() calls.
2014-11-07 Father Chrysostomos[perl #77452] Deparse BEGIN blocks in the right place
2014-11-07 Father ChrysostomosIncrease $B::Concise::VERSION to 0.995
2014-11-07 Father ChrysostomosRemove Mac Classic code from B::Concise
2014-10-18 Father ChrysostomosB::Concise: Give sequence numbers for null ops
2014-10-17 Father ChrysostomosB::Concise: Dump private vars for null ops
2014-10-03 syberMake OP_METHOD* to be of new class METHOP
2014-09-10 David MitchellAutomate processing of op_private flags
2014-08-30 Father ChrysostomosIncrease $B::Concise::VERSION to 0.993
2014-08-30 Father ChrysostomosUpdate B::Concise for OPpMAY_RETURN_CONSTANT
2014-02-09 Father ChrysostomosRemove DREFed flag from Concise.pm
2014-02-09 Father ChrysostomosIncrease $B::Concise::VERSION to 0.992
2013-11-09 Father ChrysostomosMake &CORE::exit respect vmsish exit hint
2013-11-09 Father ChrysostomosUpdate B::Concise for the exit->nextstate hush hint...
2013-11-09 Father ChrysostomosTeach B::Concise about VMS hushed flag
2013-11-08 Father ChrysostomosWarn for all uses of %hash{...} in scalar cx
2013-10-26 Matthew HorsfallAdd op_other to B::Concise -debug output for LOGOPs
2013-10-24 Father ChrysostomosFix bare blocks in lvalue subs
2013-10-24 Father ChrysostomosIncrease $B::Concise::VERSION to 0.991
2013-10-24 Father ChrysostomosAdd OPpLVALUE flag
2013-09-16 Father ChrysostomosRemove OPpCONST_FOLDED
2013-09-15 Father ChrysostomosReduce false positives for @hsh{$s} and @ary[$s] warnings
2013-09-13 Father ChrysostomosFewer false positives for %hash{$scalar} warning
2013-08-25 Father Chrysostomos$Increase B::Concise::VERSION to 0.99
2013-08-25 Father ChrysostomosUnbreak Concise glob output
2013-06-24 Dagfinn Ilmari Man... Quote and indent %B::Concise::priv initialisation consi...
2013-06-23 Father ChrysostomosStop split from mangling constants
2013-06-23 Father ChrysostomosIncrease $B::Concise::VERSION to 0.97
2013-06-23 Brian GottreuFixed verbatim lines in POD over 79 characters
2013-05-25 David SteinbrunnerTypo fixes for B modules.
2013-01-09 David Mitchellstop -MO=Concise -e'm?x?' segfaulting
2012-11-10 David Mitchelladd padrange op
2012-10-30 Father ChrysostomosAllow regexp-to-pvlv assignment
2012-10-26 David Mitchellext/B: remove pre-5.10 support
2012-08-26 Father ChrysostomosBanish boolkeys
2012-08-25 Father ChrysostomosIncrease $B::Concise::VERSION to 0.93
2012-08-25 Father ChrysostomosOptimise %hash in sub { %hash || ... }
2012-08-10 Father ChrysostomosB::Concise: Two unused vars
2012-08-08 Father ChrysostomosB::Concise: Document formats
2012-08-08 Father ChrysostomosB::Concise: Dump formats upon request
2012-08-08 Father ChrysostomosB::Concise: Fix -nobanner
2012-08-08 Father ChrysostomosIncrease $B::Concise::VERSION to 0.92
2012-07-05 Father ChrysostomosIncrease $B::Concise::VERSION to 0.91
2012-07-05 Father ChrysostomosRecord folded constants in the op tree
2012-05-22 Father ChrysostomosRemove OPpCONST_WARNING from B::Concise
2012-05-21 Father ChrysostomosTeach B::Concise about UTF8 labels
2012-05-21 Father ChrysostomosIncrease $B::Concise::VERSION to 0.90
2012-04-05 Father ChrysostomosFix VMS build broken by d1718a7cf5
2012-04-03 Father Chrysostomos[perl #111462] Move strict hints from %^H to $^H
2012-04-03 Father ChrysostomosIncrease $B::Concise::VERSION to 0.89
2012-01-24 Father Chrysostomos[perl #77388] Make stacked -t work
2011-12-19 Father ChrysostomosTeach B::Concise about OPpCONST_NOVER
2011-12-18 Father ChrysostomosStop tell($glob_copy) from clearing PL_last_in_gv
2011-11-26 Father ChrysostomosOptimise substr assignment in void context
2011-11-22 Father Chrysostomos[perl #80628] __SUB__
2011-11-06 Father ChrysostomosAdd new OPpEVAL flags to B::Concise
2011-11-06 Father ChrysostomosIncrease $B::Concise::VERSION to 0.87
2011-09-11 Father ChrysostomosTeach B::Concise about OPpFT_STACKING
2011-09-09 Zeframremove index offsetting ($[)
2011-09-01 Gerard GoossenReassign op_private flags of OP_ENTERSUB such that...
2011-08-27 Father ChrysostomosAdd OPpCOREARGS_SCALARMOD flag
2011-08-25 Father ChrysostomosAdd OPpCOREARGS_PUSHMARK flag
2011-08-25 Father ChrysostomosAdd private coreargs flags for vivifying GVs
2011-08-19 Father ChrysostomosAdd OPpASSIGN_CV_TO_GV to B::Concise
2011-08-19 Father ChrysostomosAdd OPpDONT_INIT_GV to B::Concise
2011-08-18 Father Chrysostomos&CORE::wantarray()
2011-08-16 Father ChrysostomosRemove OPpENTERSUB_NOMOD from B::Concise
2011-06-10 Father ChrysostomosIn B::Concise and op.h list all ops that use LVSUB
2011-06-04 Father ChrysostomosTeach B::Concise about OPpMAYBE_LVSUB
2011-06-04 Father Chrysostomos[perl #7946] Lvalue subs do not autovivify
2011-06-03 Father ChrysostomosCorrect entersub/rv2cv priv constants in B::Concise
2011-05-19 Marcel Grünauer[perl #90306] Fix simple typos
2011-05-19 Father ChrysostomosIncrease B::Concise’s version
2011-01-20 Jesse VincentVersion bumps for ext/B non-dual-life modules identified by
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in ext/*.
2010-12-17 Father ChrysostomosIncrease B::Concise’s version
2010-12-17 Reini UrbanFix [perl #80632] -MO=Concise,-tree format
2010-11-05 Nicholas ClarkB::Concise was failing to traverse some children of...
2010-11-03 Father ChrysostomosIncrease B::Concise’s version
2010-11-03 Father Chrysostomosy///r
2010-06-21 Matt S Troutversion bump for B::Concise and add change to delta
2010-05-25 David Mitchelladd OPpDEREFed flag to avoid double mg_get()
2009-11-10 Vincent PitOptimize reversing an array in-place
2009-10-23 Nicholas ClarkAvoid using defined %hash in core code and tests.
2009-10-20 Jesse VincentBump B::Consise's version number since it's changed...
2009-10-06 Jesse VincentA number of pod fixes found by podcheck.t
2008-09-23 Nicholas Clarkdefined %{$package.'::'} isn't good enough to tell...
2008-03-31 Nicholas Clark$VERSION++ for all the non-dual life modules in ext...
2007-12-26 Nicholas ClarkEliminate SVt_RV, and use SVt_IV to store plain references.
2007-10-22 Nicholas ClarkB::Concise was failing an assertion on index "foo"...
2007-09-28 Nicholas ClarkMake all of B work on 5.8.x
2007-09-28 Rafael Garcia-SuarezDocument hint symbols in B::Concise
next