summaryrefslogtreecommitdiff
path: root/ext/B
Commit message (Expand)AuthorAgeFilesLines
* op_parent(): only exist under -DPERL_OP_PARENTDavid Mitchell2015-04-192-1/+5
* rename op_lastsib to op_moresib, and invert logicDavid Mitchell2015-04-193-7/+7
* [perl #124004] Fix stack bug with foreach(@empty)Father Chrysostomos2015-03-182-12/+12
* Preserve OPTIMIZE in hintsVincent Pit2015-03-172-2/+12
* Spelling correction.James E Keenan2015-03-111-1/+1
* Remove use of Test::Stream per ilmari's patch on p5p.James E Keenan2015-03-111-2/+9
* ext/B/t/b.t: Generalize for non-ASCII platformsKarl Williamson2015-03-051-1/+1
* sprinkle NOTREACHED and FALLTHROUGHDavid Mitchell2015-03-052-1/+11
* fix B.xs on win buildsDavid Mitchell2015-02-031-4/+2
* add $B::OP::does_parent variableDavid Mitchell2015-02-022-0/+14
* Corrections to spelling and grammatical errors.Lajos Veres2015-01-281-3/+3
* rename unop_aux_stringify to multideref_stringifyDavid Mitchell2015-01-271-1/+1
* factor out a dXSTARG in B::Daniel Dragan2015-01-271-4/+4
* Dodge warning with STATIC_ASSERT_STMT, VMS C++.Craig A. Berry2015-01-252-2/+2
* b.t: Fix test sequence numbersFather Chrysostomos2015-01-051-0/+1
* fix test fail on unthreaded perlDaniel Dragan2015-01-051-1/+3
* make B psuedofork safeDaniel Dragan2015-01-052-9/+37
* const a table in BDaniel Dragan2015-01-031-1/+1
* Increase $B::VERSION to 1.55Father Chrysostomos2014-12-231-1/+1
* Some B pad testsFather Chrysostomos2014-12-231-0/+29
* Add id and outid methods to B::PADLISTFather Chrysostomos2014-12-232-0/+16
* Ignore cx of padsv for padrange optimisationFather Chrysostomos2014-12-212-12/+12
* B.xs: remove redundant assignmentDavid Mitchell2014-12-191-1/+1
* Add B::REGEXP::compflagsFather Chrysostomos2014-12-153-1/+10
* B.pm: Document that OP_NULL may be B::COPFather Chrysostomos2014-12-141-0/+3
* B.pm: Capitalise B::* Methods consistentlyFather Chrysostomos2014-12-141-8/+8
* Use STATIC_ASSERT in B::PADNAME::FLAGSFather Chrysostomos2014-12-131-1/+1
* B::PADNAMELIST::REFCNT can be an ALIASFather Chrysostomos2014-12-111-4/+3
* Squash some B::PADNAME methods togetherFather Chrysostomos2014-12-111-6/+7
* Eviscerate concise-xs.tFather Chrysostomos2014-12-091-381/+22
* Change OP_SIBLING to OpSIBLINGFather Chrysostomos2014-12-071-4/+4
* optree_varinit.t fix-upsFather Chrysostomos2014-12-071-6/+6
* optree_check.t fix-upsFather Chrysostomos2014-12-071-4/+4
* optree_misc.t fixupsFather Chrysostomos2014-12-071-32/+32
* Add OP_MULTIDEREFDavid Mitchell2014-12-075-37/+151
* add UNOP_AUX OP classDavid Mitchell2014-12-073-13/+93
* ext/B/Makefile.PL: spot hex definesDavid Mitchell2014-12-071-0/+1
* Speed up method calls like $o->Other::method() and $o->Other::SUPER::method().syber2014-12-022-2/+30
* Add B::PMOP::pmregexpFather Chrysostomos2014-12-023-0/+17
* b.t: Move a testFather Chrysostomos2014-12-021-3/+2
* Update B::Showlex docsFather Chrysostomos2014-11-301-11/+11
* [perl #123223] Make PADNAME a separate typeFather Chrysostomos2014-11-304-27/+122
* Prepare B typemap for upcoming pad name changesFather Chrysostomos2014-11-301-0/+13
* 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.pm: Clarify classes used for pad namesFather Chrysostomos2014-11-301-0/+3
* B.pm: Document upcoming PADLIST changesFather Chrysostomos2014-11-301-1/+53
* Make PADNAMELIST a separate typeFather Chrysostomos2014-11-303-9/+97
* B::Concise: Dump regexp code blocksFather Chrysostomos2014-11-301-1/+6
* Expose qr_anoncv via B::REGEXPFather Chrysostomos2014-11-293-1/+9