summaryrefslogtreecommitdiff
path: root/ext/B/t
Commit message (Expand)AuthorAgeFilesLines
* Make ext/B/t/strict.t test alike to other ones.Petr Písař2018-12-071-1/+1
* revert smartmatch to 5.27.6 behaviourZefram2017-12-292-12/+12
* remove unused CXp_FOR_DEF and OPpITER_DEFZefram2017-11-292-12/+12
* rip out quicksort and sort algorithm controlZefram2017-11-172-43/+1
* fix ext/B/t/optree_specials.tDavid Mitchell2017-11-141-12/+18
* rip out Perl version portability from BZefram2017-11-147-274/+94
* in B::Concise, show RV target betterZefram2017-11-142-6/+33
* Replace multiple 'use vars' by 'our' in extNicolas R2017-11-113-6/+5
* Bump version of B/t/OptreeCheck to 0.16Karl Williamson2017-11-081-1/+1
* ext/B/t/strict.t: Assure B.pm and O.pm pass strict and warnings checks.Todd Rinaldo2017-11-081-0/+30
* Remove unnecessary module loads from B and OTodd Rinaldo2017-11-082-253/+444
* fix ext/B/t/optree_samples.tDavid Mitchell2017-10-311-1/+1
* Add OP_MULTICONCAT opDavid Mitchell2017-10-311-97/+89
* B::walksymtable: clear cached methodsFather Chrysostomos2017-10-231-0/+15
* Give OP_RV2HV a targDavid Mitchell2017-07-273-20/+20
* optimise away OP_KEYS op in scalar/void contextDavid Mitchell2017-07-273-30/+24
* Switch most open() calls to three-argument form.John Lightsey2016-12-232-3/+3
* eliminate OPpRUNTIME private PMOP flagDavid Mitchell2016-11-143-6/+6
* make OP_SPLIT a PMOP, and eliminate OP_PUSHREDavid Mitchell2016-10-043-7/+6
* padrange, aelemfast: use label for private bitsDavid Mitchell2016-09-273-24/+24
* Fix up B::Concise tests following op flag changeFather Chrysostomos2016-09-051-18/+18
* Remove VMS-specific hacks from showlex.t.Craig A. Berry2016-08-251-2/+0
* concise.t: work with PERL_UNICODE=""David Mitchell2016-08-241-1/+5
* Concise: improve hints decodingDavid Mitchell2016-08-191-1/+19
* ext/B/t/OptreeCheck.pm: Escape literal pattern '{'Karl Williamson2016-05-091-3/+3
* [perl #126410] keep the DESTROY cache in mro_metaTony Cook2016-02-081-1/+0
* Document broken SvSTASH for %version:: in B's test suiteTodd Rinaldo2016-02-081-0/+22
* Eliminate PL_sawalias, GPf_ALIASED_SVDavid Mitchell2015-08-171-6/+0
* make my (...) = @_ non-OPpASSIGN_COMMON_RC1David Mitchell2015-08-171-4/+4
* re-implement OPpASSIGN_COMMON mechanismDavid Mitchell2015-08-175-64/+64
* 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