This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regen/mk_invlists.pl: Properly handle empty properties
[perl5.git] / ext / B /
2015-04-19 David Mitchellop_parent(): only exist under -DPERL_OP_PARENT
2015-04-19 David Mitchellrename op_lastsib to op_moresib, and invert logic
2015-03-18 Father Chrysostomos[perl #124004] Fix stack bug with foreach(@empty)
2015-03-17 Vincent PitPreserve OPTIMIZE in hints
2015-03-11 James E KeenanSpelling correction.
2015-03-11 James E KeenanRemove use of Test::Stream per ilmari's patch on p5p.
2015-03-06 Karl Williamsonext/B/t/b.t: Generalize for non-ASCII platforms
2015-03-05 David Mitchellsprinkle NOTREACHED and FALLTHROUGH
2015-02-03 David Mitchellfix B.xs on win builds
2015-02-02 David Mitchelladd $B::OP::does_parent variable
2015-01-29 Lajos VeresCorrections to spelling and grammatical errors.
2015-01-27 David Mitchellrename unop_aux_stringify to multideref_stringify
2015-01-26 Daniel Draganfactor out a dXSTARG in B::
2015-01-25 Craig A. BerryDodge warning with STATIC_ASSERT_STMT, VMS C++.
2015-01-05 Father Chrysostomosb.t: Fix test sequence numbers
2015-01-05 Daniel Draganfix test fail on unthreaded perl
2015-01-05 Daniel Draganmake B psuedofork safe
2015-01-04 Daniel Draganconst a table in B
2014-12-23 Father ChrysostomosIncrease $B::VERSION to 1.55
2014-12-23 Father ChrysostomosSome B pad tests
2014-12-23 Father ChrysostomosAdd id and outid methods to B::PADLIST
2014-12-22 Father ChrysostomosIgnore cx of padsv for padrange optimisation
2014-12-19 David MitchellB.xs: remove redundant assignment
2014-12-15 Father ChrysostomosAdd B::REGEXP::compflags
2014-12-15 Father ChrysostomosB.pm: Document that OP_NULL may be B::COP
2014-12-15 Father ChrysostomosB.pm: Capitalise B::* Methods consistently
2014-12-13 Father ChrysostomosUse STATIC_ASSERT in B::PADNAME::FLAGS
2014-12-12 Father ChrysostomosB::PADNAMELIST::REFCNT can be an ALIAS
2014-12-12 Father ChrysostomosSquash some B::PADNAME methods together
2014-12-10 Father ChrysostomosEviscerate concise-xs.t
2014-12-08 Father ChrysostomosChange OP_SIBLING to OpSIBLING
2014-12-07 Father Chrysostomosoptree_varinit.t fix-ups
2014-12-07 Father Chrysostomosoptree_check.t fix-ups
2014-12-07 Father Chrysostomosoptree_misc.t fixups
2014-12-07 David MitchellAdd OP_MULTIDEREF
2014-12-07 David Mitchelladd UNOP_AUX OP class
2014-12-07 David Mitchellext/B/Makefile.PL: spot hex defines
2014-12-03 syberSpeed up method calls like $o->Other::method() and...
2014-12-02 Father ChrysostomosAdd B::PMOP::pmregexp
2014-12-02 Father Chrysostomosb.t: Move a test
2014-12-01 Father ChrysostomosUpdate B::Showlex docs
2014-11-30 Father Chrysostomos[perl #123223] Make PADNAME a separate type
2014-11-30 Father ChrysostomosPrepare B typemap for upcoming pad name changes
2014-11-30 Father ChrysostomosIncrease $B::Showlex::VERSION to 1.05
2014-11-30 Father ChrysostomosPrepare B::Concise for upcoming pad name changes
2014-11-30 Father ChrysostomosB.pm: Clarify classes used for pad names
2014-11-30 Father ChrysostomosB.pm: Document upcoming PADLIST changes
2014-11-30 Father ChrysostomosMake PADNAMELIST a separate type
2014-11-30 Father ChrysostomosB::Concise: Dump regexp code blocks
2014-11-30 Father ChrysostomosExpose qr_anoncv via B::REGEXP
2014-11-30 Father ChrysostomosB.pm: Document the B::REGEXP methods
2014-11-29 syberspeedup for SUPER::method() calls.
2014-11-26 Father ChrysostomosSuppress ‘-e syntax OK’ in concise.t
2014-11-23 David Mitchellfix ext/B/t/optree_misc.t in unthreaded builds
2014-11-23 David Mitchellfix recent Concise tests under PERL_UNICODE=''
2014-11-21 Father ChrysostomosIncrease $B::VERSION to 1.54
2014-11-21 Jim Cromieconcise.t: correct test description to match actual...
2014-11-21 Father ChrysostomosMake B use B::COP for nulled COPs
2014-11-21 Father Chrysostomos[perl #77452] Deparse { ...; BEGIN{} } correctly
2014-11-14 Father ChrysostomosB.pm: Document COP_SEQ_RANGE_*
2014-11-09 Father ChrysostomosFix ext/B/t tests after OA_DANGEROUS removals
2014-11-08 Father ChrysostomosFix up f_map.t following "\L$_" optimisation
2014-11-08 Father ChrysostomosMake B constants depend on perl headers
2014-11-08 Daniel Draganadd xs_handshake API
2014-11-07 Father ChrysostomosBetter B::Deparse warning for custom ops
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-31 Daniel Draganfree up CvPADLIST slot for XSUBs for future use
2014-10-26 Father ChrysostomosMake repeat op tree more consistent
2014-10-20 Father ChrysostomosMake null list+pushmark happen in more cases
2014-10-20 Father Chrysostomosf_map.t: Remove version checks
2014-10-18 Father ChrysostomosB::Concise: Give sequence numbers for null ops
2014-10-17 Father ChrysostomosSkip padrange optimisation for one padop
2014-10-17 Father ChrysostomosB::Concise: Dump private vars for null ops
2014-10-16 Father ChrysostomosElide our($foo) from execution order in void cx
2014-10-15 Father ChrysostomosSimplify double-nextstate optimisation
2014-10-13 Father ChrysostomosB: Document GPFLAGS
2014-10-11 Father ChrysostomosDeparse lvalue references
2014-10-07 Father ChrysostomosMollify concise-xs.t
2014-10-03 syberMake OP_METHOD* to be of new class METHOP
2014-10-02 Father ChrysostomosKeep concise-xs.t happy
2014-09-29 Karl WilliamsonB/Makefile.PL: Allow constants to be long/unsigned
2014-09-29 Karl WilliamsonMake space for /xx flag
2014-09-23 Father ChrysostomosAdd GPFLAGS and GPf_* to B
2014-09-23 Father ChrysostomosIncrease $B::VERSION to 1.52
2014-09-23 Father Chrysostomosgv.h: Make gp_line and gp_flags into a bitfield
2014-09-19 David MitchellB.xs: fix syntax err in PERL_VERSION < 17
2014-09-19 David Mitchellremove vestigal threadsv/threadsv_named
2014-09-19 David MitchellB.xs: add class names to method branch comments
2014-09-19 David Mitchellfix B::PADOP->sv and ->gv
2014-09-19 Father Chrysostomos[perl #121638] Make ‘Global symbol’ message more newbie...
2014-09-15 Father Chrysostomosconcise-xs.t needs to know about B::safename
2014-09-15 Father ChrysostomosIncrease $B::VERSION to 1.51
2014-09-15 Father ChrysostomosAdd safename() func to B
2014-09-15 Father ChrysostomosFor lexical subs, reify CvGV from CvSTASH and CvNAME_HEK
2014-09-13 Father Chrysostomosconcise-xs.t is overly chummy with B::Deparse
2014-09-10 David Mitchelladd missing op_private labels to Concise etc
2014-09-10 David MitchellAutomate processing of op_private flags
2014-09-08 Jarkko HietaniemiPOSIX math: implement lround().
next