summaryrefslogtreecommitdiff
path: root/ext/B/t
Commit message (Expand)AuthorAgeFilesLines
* op_parent(): only exist under -DPERL_OP_PARENTDavid Mitchell2015-04-191-1/+1
* rename op_lastsib to op_moresib, and invert logicDavid Mitchell2015-04-191-2/+2
* [perl #124004] Fix stack bug with foreach(@empty)Father Chrysostomos2015-03-182-12/+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
* Corrections to spelling and grammatical errors.Lajos Veres2015-01-281-3/+3
* 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-051-0/+13
* Some B pad testsFather Chrysostomos2014-12-231-0/+29
* Ignore cx of padsv for padrange optimisationFather Chrysostomos2014-12-212-12/+12
* Add B::REGEXP::compflagsFather Chrysostomos2014-12-151-0/+1
* Eviscerate concise-xs.tFather Chrysostomos2014-12-091-381/+22
* 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-073-36/+50
* Add B::PMOP::pmregexpFather Chrysostomos2014-12-021-0/+5
* b.t: Move a testFather Chrysostomos2014-12-021-3/+2
* [perl #123223] Make PADNAME a separate typeFather Chrysostomos2014-11-301-3/+3
* Expose qr_anoncv via B::REGEXPFather Chrysostomos2014-11-291-0/+3
* Suppress ‘-e syntax OK’ in concise.tFather Chrysostomos2014-11-261-3/+1
* fix ext/B/t/optree_misc.t in unthreaded buildsDavid Mitchell2014-11-231-1/+1
* fix recent Concise tests under PERL_UNICODE=''David Mitchell2014-11-232-11/+11
* concise.t: correct test description to match actual testJim Cromie2014-11-201-1/+1
* Make B use B::COP for nulled COPsFather Chrysostomos2014-11-204-16/+26
* [perl #77452] Deparse { ...; BEGIN{} } correctlyFather Chrysostomos2014-11-201-1/+1
* Fix ext/B/t tests after OA_DANGEROUS removalsFather Chrysostomos2014-11-082-26/+26
* Fix up f_map.t following "\L$_" optimisationFather Chrysostomos2014-11-081-28/+24
* Better B::Deparse warning for custom opsFather Chrysostomos2014-11-061-1/+1
* Make repeat op tree more consistentFather Chrysostomos2014-10-251-0/+1
* Make null list+pushmark happen in more casesFather Chrysostomos2014-10-201-84/+68
* f_map.t: Remove version checksFather Chrysostomos2014-10-201-50/+22
* Skip padrange optimisation for one padopFather Chrysostomos2014-10-171-36/+46
* B::Concise: Dump private vars for null opsFather Chrysostomos2014-10-171-10/+10
* Elide our($foo) from execution order in void cxFather Chrysostomos2014-10-153-46/+40
* Simplify double-nextstate optimisationFather Chrysostomos2014-10-141-24/+24
* Deparse lvalue referencesFather Chrysostomos2014-10-111-0/+4
* Mollify concise-xs.tFather Chrysostomos2014-10-061-0/+1
* Make OP_METHOD* to be of new class METHOPsyber2014-10-031-18/+18
* Keep concise-xs.t happyFather Chrysostomos2014-10-021-0/+1
* Make space for /xx flagKarl Williamson2014-09-291-1/+2
* Add GPFLAGS and GPf_* to BFather Chrysostomos2014-09-231-0/+6
* fix B::PADOP->sv and ->gvDavid Mitchell2014-09-191-0/+38
* [perl #121638] Make ‘Global symbol’ message more newbie-friendlyFather Chrysostomos2014-09-181-2/+4
* concise-xs.t needs to know about B::safenameFather Chrysostomos2014-09-151-1/+1
* Add safename() func to BFather Chrysostomos2014-09-151-0/+2
* For lexical subs, reify CvGV from CvSTASH and CvNAME_HEKFather Chrysostomos2014-09-151-2/+2
* concise-xs.t is overly chummy with B::DeparseFather Chrysostomos2014-09-131-1/+1