| Commit message (Expand) | Author | Age | Files | Lines |
* | OP_ARGCHECK: use custom aux struct | David Mitchell | 2019-09-23 | 2 | -12/+20 |
* | Un-revert "[MERGE] add+use si_cxsubix field" | David Mitchell | 2019-09-23 | 6 | -44/+44 |
* | Revert "[MERGE] add+use PL_curstackinfo->si_cxsubix field"v5.31.4 | Max Maischein | 2019-09-20 | 6 | -44/+44 |
* | set VOID on OP_ENTER | David Mitchell | 2019-09-19 | 6 | -44/+44 |
* | PERL_OP_PARENT is always defined, stop testing for it | Tony Cook | 2019-01-25 | 3 | -8/+2 |
* | Make ext/B/t/strict.t test alike to other ones. | Petr Písař | 2018-12-07 | 1 | -1/+1 |
* | Remove support for setting $[ to a non-zero value | Dagfinn Ilmari Mannsåker | 2018-09-26 | 1 | -3/+1 |
* | Remove B::Debug from core distribution. | James E Keenan | 2018-09-25 | 2 | -4/+4 |
* | tr///; simplify $utf8 =~ tr/nonutf8/nonutf8/ | David Mitchell | 2018-01-19 | 1 | -12/+7 |
* | tr///c: handle len(replacement charlist) > 32767 | David Mitchell | 2018-01-19 | 1 | -1/+1 |
* | B, Deparse fixups for tr///c | David Mitchell | 2018-01-19 | 1 | -14/+17 |
* | revert smartmatch to 5.27.6 behaviour | Zefram | 2017-12-29 | 3 | -13/+13 |
* | remove unused CXp_FOR_DEF and OPpITER_DEF | Zefram | 2017-11-29 | 3 | -13/+13 |
* | 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 | 10 | -437/+109 |
* | in B::Concise, show RV target better | Zefram | 2017-11-14 | 3 | -8/+59 |
* | change OP_MULTICONCAT nargs from UV to SSize_t | David Mitchell | 2017-11-13 | 1 | -3/+3 |
* | rename op_aux field from 'size' to 'ssize' | David Mitchell | 2017-11-13 | 1 | -4/+4 |
* | 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 |
* | Bump version of B/O.pm to 1.03 | 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 |
* | Fix warnings (used once) for O.pm | Todd Rinaldo | 2017-11-08 | 1 | -3/+6 |
* | Fix warnings (used once) for B.pm | Todd Rinaldo | 2017-11-08 | 1 | -5/+7 |
* | Remove unnecessary module loads from B and O | Todd Rinaldo | 2017-11-08 | 4 | -260/+457 |
* | Rename strEQs to strBEGINs; remove strNEs | Karl Williamson | 2017-11-06 | 2 | -2/+2 |
* | fix ext/B/t/optree_samples.t | David Mitchell | 2017-10-31 | 1 | -1/+1 |
* | Add OP_MULTICONCAT op | David Mitchell | 2017-10-31 | 2 | -97/+148 |
* | Increase $B::VERSION to 1.71 | Father Chrysostomos | 2017-10-23 | 1 | -1/+1 |
* | B::walksymtable: clear cached methods | Father Chrysostomos | 2017-10-23 | 2 | -0/+17 |
* | Increase B::Xref::VERSION to 1.07 | Father Chrysostomos | 2017-10-08 | 1 | -1/+1 |
* | Fix B::Xref to handle sub refs | Father Chrysostomos | 2017-10-08 | 1 | -2/+8 |
* | B: Really remove unused var | Father Chrysostomos | 2017-10-08 | 1 | -1/+0 |
* | Increase B::Concise::VERSION to 1.002 | Father Chrysostomos | 2017-10-08 | 1 | -1/+1 |
* | Make B::Concise handle subrefs in stashes | Father Chrysostomos | 2017-10-08 | 1 | -4/+5 |
* | Increase $B::VERSION to 1.70 | Father Chrysostomos | 2017-10-08 | 1 | -1/+1 |
* | B.pm: Remove unused var | Father Chrysostomos | 2017-10-08 | 1 | -1/+0 |
* | 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 |
* | give REGEXP SVs the POK flag again | David Mitchell | 2017-07-27 | 1 | -2/+2 |
* | make B.pm, Concise.pm support PL_sv_zero | David Mitchell | 2017-07-27 | 3 | -5/+8 |
* | Revert B::Debug removal | Dagfinn Ilmari Mannsåker | 2017-07-25 | 1 | -2/+2 |
* | Remove B::Debug from core distribution. | James E Keenan | 2017-07-25 | 1 | -2/+2 |
* | Remove B::OP:terse | Abigail | 2017-06-06 | 1 | -7/+1 |
* | Improve error message for bogus -MO=… arguments | Dagfinn Ilmari Mannsåker | 2017-06-01 | 2 | -8/+6 |
* | Use cBOOL() instead of ? TRUE : FALSE | Dagfinn Ilmari Mannsåker | 2017-01-25 | 2 | -2/+2 |
* | Fix memory leak in B::RHE->HASH method. | Sergey Aleynikov | 2017-01-23 | 2 | -2/+2 |
* | add Perl_op_class(o) API function | David Mitchell | 2017-01-21 | 2 | -155/+5 |
* | B::OP::terse will go away in Perl 5.28. | Abigail | 2017-01-16 | 1 | -2/+2 |