| Commit message (Expand) | Author | Age | Files | Lines |
* | Make ext/B/t/strict.t test alike to other ones. | Petr Písař | 2018-12-07 | 1 | -1/+1 |
* | revert smartmatch to 5.27.6 behaviour | Zefram | 2017-12-29 | 2 | -12/+12 |
* | remove unused CXp_FOR_DEF and OPpITER_DEF | Zefram | 2017-11-29 | 2 | -12/+12 |
* | rip out quicksort and sort algorithm control | Zefram | 2017-11-17 | 2 | -43/+1 |
* | fix ext/B/t/optree_specials.t | David Mitchell | 2017-11-14 | 1 | -12/+18 |
* | rip out Perl version portability from B | Zefram | 2017-11-14 | 7 | -274/+94 |
* | in B::Concise, show RV target better | Zefram | 2017-11-14 | 2 | -6/+33 |
* | Replace multiple 'use vars' by 'our' in ext | Nicolas R | 2017-11-11 | 3 | -6/+5 |
* | Bump version of B/t/OptreeCheck to 0.16 | Karl Williamson | 2017-11-08 | 1 | -1/+1 |
* | ext/B/t/strict.t: Assure B.pm and O.pm pass strict and warnings checks. | Todd Rinaldo | 2017-11-08 | 1 | -0/+30 |
* | Remove unnecessary module loads from B and O | Todd Rinaldo | 2017-11-08 | 2 | -253/+444 |
* | fix ext/B/t/optree_samples.t | David Mitchell | 2017-10-31 | 1 | -1/+1 |
* | Add OP_MULTICONCAT op | David Mitchell | 2017-10-31 | 1 | -97/+89 |
* | B::walksymtable: clear cached methods | Father Chrysostomos | 2017-10-23 | 1 | -0/+15 |
* | Give OP_RV2HV a targ | David Mitchell | 2017-07-27 | 3 | -20/+20 |
* | optimise away OP_KEYS op in scalar/void context | David Mitchell | 2017-07-27 | 3 | -30/+24 |
* | Switch most open() calls to three-argument form. | John Lightsey | 2016-12-23 | 2 | -3/+3 |
* | eliminate OPpRUNTIME private PMOP flag | David Mitchell | 2016-11-14 | 3 | -6/+6 |
* | make OP_SPLIT a PMOP, and eliminate OP_PUSHRE | David Mitchell | 2016-10-04 | 3 | -7/+6 |
* | padrange, aelemfast: use label for private bits | David Mitchell | 2016-09-27 | 3 | -24/+24 |
* | Fix up B::Concise tests following op flag change | Father Chrysostomos | 2016-09-05 | 1 | -18/+18 |
* | Remove VMS-specific hacks from showlex.t. | Craig A. Berry | 2016-08-25 | 1 | -2/+0 |
* | concise.t: work with PERL_UNICODE="" | David Mitchell | 2016-08-24 | 1 | -1/+5 |
* | Concise: improve hints decoding | David Mitchell | 2016-08-19 | 1 | -1/+19 |
* | ext/B/t/OptreeCheck.pm: Escape literal pattern '{' | Karl Williamson | 2016-05-09 | 1 | -3/+3 |
* | [perl #126410] keep the DESTROY cache in mro_meta | Tony Cook | 2016-02-08 | 1 | -1/+0 |
* | Document broken SvSTASH for %version:: in B's test suite | Todd Rinaldo | 2016-02-08 | 1 | -0/+22 |
* | Eliminate PL_sawalias, GPf_ALIASED_SV | David Mitchell | 2015-08-17 | 1 | -6/+0 |
* | make my (...) = @_ non-OPpASSIGN_COMMON_RC1 | David Mitchell | 2015-08-17 | 1 | -4/+4 |
* | re-implement OPpASSIGN_COMMON mechanism | David Mitchell | 2015-08-17 | 5 | -64/+64 |
* | op_parent(): only exist under -DPERL_OP_PARENT | David Mitchell | 2015-04-19 | 1 | -1/+1 |
* | rename op_lastsib to op_moresib, and invert logic | David Mitchell | 2015-04-19 | 1 | -2/+2 |
* | [perl #124004] Fix stack bug with foreach(@empty) | Father Chrysostomos | 2015-03-18 | 2 | -12/+12 |
* | Spelling correction. | James E Keenan | 2015-03-11 | 1 | -1/+1 |
* | Remove use of Test::Stream per ilmari's patch on p5p. | James E Keenan | 2015-03-11 | 1 | -2/+9 |
* | ext/B/t/b.t: Generalize for non-ASCII platforms | Karl Williamson | 2015-03-05 | 1 | -1/+1 |
* | Corrections to spelling and grammatical errors. | Lajos Veres | 2015-01-28 | 1 | -3/+3 |
* | b.t: Fix test sequence numbers | Father Chrysostomos | 2015-01-05 | 1 | -0/+1 |
* | fix test fail on unthreaded perl | Daniel Dragan | 2015-01-05 | 1 | -1/+3 |
* | make B psuedofork safe | Daniel Dragan | 2015-01-05 | 1 | -0/+13 |
* | Some B pad tests | Father Chrysostomos | 2014-12-23 | 1 | -0/+29 |
* | Ignore cx of padsv for padrange optimisation | Father Chrysostomos | 2014-12-21 | 2 | -12/+12 |
* | Add B::REGEXP::compflags | Father Chrysostomos | 2014-12-15 | 1 | -0/+1 |
* | Eviscerate concise-xs.t | Father Chrysostomos | 2014-12-09 | 1 | -381/+22 |
* | optree_varinit.t fix-ups | Father Chrysostomos | 2014-12-07 | 1 | -6/+6 |
* | optree_check.t fix-ups | Father Chrysostomos | 2014-12-07 | 1 | -4/+4 |
* | optree_misc.t fixups | Father Chrysostomos | 2014-12-07 | 1 | -32/+32 |
* | Add OP_MULTIDEREF | David Mitchell | 2014-12-07 | 3 | -36/+50 |
* | Add B::PMOP::pmregexp | Father Chrysostomos | 2014-12-02 | 1 | -0/+5 |
* | b.t: Move a test | Father Chrysostomos | 2014-12-02 | 1 | -3/+2 |