This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
msgrcv: properly downgrade the receive buffer
[perl5.git] / ext / B /
2020-11-22 Graham Knopadd gitignore exclusions for files in git
2020-11-10 Nicolas RAdd a few helpers to B for INVLIST
2020-10-16 Karl Williamsonext/B/Makefile.PL: #define can have interior white...
2020-10-05 Todd RinaldoMake Exporter strict and warnings compliant
2020-08-10 Dagfinn Ilmari Man... B: Remove 5005threads vestiges from tests
2020-08-04 Dagfinn Ilmari Man... Widen the feature bundle hint mask to 4 bits
2020-07-20 Dagfinn Ilmari Man... Remove use of dVAR in core
2020-05-22 Dagfinn Ilmari Man... B: Remove duplicate check for split op in walkoptree.t
2020-02-04 Yves OrtonB::perlstring - add support for \e (Fix #17526)
2020-01-23 Karl Williamsonpv_uni_display: Use common fcn; \b mnemonic
2020-01-02 David MitchellOP_MULTIDEREF: avoid trailing null aux byte
2019-12-18 Karl WilliamsonAdd memCHRs() macro and use it
2019-09-23 David MitchellOP_ARGCHECK: use custom aux struct
2019-09-23 David MitchellUn-revert "[MERGE] add+use si_cxsubix field"
2019-09-20 Max MaischeinRevert "[MERGE] add+use PL_curstackinfo->si_cxsubix... v5.31.4
2019-09-19 David Mitchellset VOID on OP_ENTER
2019-01-24 Tony CookPERL_OP_PARENT is always defined, stop testing for it
2018-12-07 Petr PísařMake ext/B/t/strict.t test alike to other ones.
2018-09-26 Dagfinn Ilmari Man... Remove support for setting $[ to a non-zero value
2018-09-25 James E KeenanRemove B::Debug from core distribution.
2018-01-19 David Mitchelltr///; simplify $utf8 =~ tr/nonutf8/nonutf8/
2018-01-19 David Mitchelltr///c: handle len(replacement charlist) > 32767
2018-01-19 David MitchellB, Deparse fixups for tr///c
2017-12-29 Zeframrevert smartmatch to 5.27.6 behaviour
2017-11-29 Zeframremove unused CXp_FOR_DEF and OPpITER_DEF
2017-11-17 Zeframrip out quicksort and sort algorithm control
2017-11-14 David Mitchellfix ext/B/t/optree_specials.t
2017-11-14 Zeframrip out Perl version portability from B
2017-11-14 Zeframin B::Concise, show RV target better
2017-11-13 David Mitchellchange OP_MULTICONCAT nargs from UV to SSize_t
2017-11-13 David Mitchellrename op_aux field from 'size' to 'ssize'
2017-11-11 Nicolas RReplace multiple 'use vars' by 'our' in ext
2017-11-09 Karl WilliamsonBump version of B/t/OptreeCheck to 0.16
2017-11-09 Karl WilliamsonBump version of B/O.pm to 1.03
2017-11-08 Todd Rinaldoext/B/t/strict.t: Assure B.pm and O.pm pass strict...
2017-11-08 Todd RinaldoFix warnings (used once) for O.pm
2017-11-08 Todd RinaldoFix warnings (used once) for B.pm
2017-11-08 Todd RinaldoRemove unnecessary module loads from B and O
2017-11-06 Karl WilliamsonRename strEQs to strBEGINs; remove strNEs
2017-10-31 David Mitchellfix ext/B/t/optree_samples.t
2017-10-31 David MitchellAdd OP_MULTICONCAT op
2017-10-23 Father ChrysostomosIncrease $B::VERSION to 1.71
2017-10-23 Father ChrysostomosB::walksymtable: clear cached methods
2017-10-09 Father ChrysostomosIncrease B::Xref::VERSION to 1.07
2017-10-09 Father ChrysostomosFix B::Xref to handle sub refs
2017-10-08 Father ChrysostomosB: Really remove unused var
2017-10-08 Father ChrysostomosIncrease B::Concise::VERSION to 1.002
2017-10-08 Father ChrysostomosMake B::Concise handle subrefs in stashes
2017-10-08 Father ChrysostomosIncrease $B::VERSION to 1.70
2017-10-08 Father ChrysostomosB.pm: Remove unused var
2017-07-27 David MitchellGive OP_RV2HV a targ
2017-07-27 David Mitchelloptimise away OP_KEYS op in scalar/void context
2017-07-27 David Mitchellgive REGEXP SVs the POK flag again
2017-07-27 David Mitchellmake B.pm, Concise.pm support PL_sv_zero
2017-07-25 Dagfinn Ilmari Man... Revert B::Debug removal
2017-07-25 James E KeenanRemove B::Debug from core distribution.
2017-06-06 AbigailRemove B::OP:terse
2017-06-01 Dagfinn Ilmari Man... Improve error message for bogus -MO=… arguments
2017-01-25 Dagfinn Ilmari Man... Use cBOOL() instead of ? TRUE : FALSE
2017-01-23 Sergey AleynikovFix memory leak in B::RHE->HASH method.
2017-01-21 David Mitchelladd Perl_op_class(o) API function
2017-01-16 AbigailB::OP::terse will go away in Perl 5.28.
2016-12-23 John LightseySwitch most open() calls to three-argument form.
2016-11-18 Karl WilliamsonChange white space to avoid C++ deprecation warning
2016-11-14 David Mitchelleliminate OPpRUNTIME private PMOP flag
2016-10-19 Yves Ortonext/B: use strEQs() and strEQ() in expressions
2016-10-04 David MitchellConcise.pm: extract padname code and fixup split
2016-10-04 David MitchellBetter optimise my/local @a = split()
2016-10-04 David Mitchellmake OP_SPLIT a PMOP, and eliminate OP_PUSHRE
2016-09-27 David Mitchellpadrange, aelemfast: use label for private bits
2016-09-05 Father ChrysostomosFix up B::Concise tests following op flag change
2016-08-26 Craig A. BerryRemove VMS-specific hacks from showlex.t.
2016-08-24 David Mitchellconcise.t: work with PERL_UNICODE=""
2016-08-19 David MitchellConcise: improve hints decoding
2016-08-19 David MitchellConcise: use hex for some large constants
2016-08-03 David Mitchellsignatures: make param and optional param count IV
2016-08-03 David Mitchelladd OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK ops
2016-05-09 Karl Williamsonext/B/t/OptreeCheck.pm: Escape literal pattern '{'
2016-02-08 Tony Cook[perl #126410] keep the DESTROY cache in mro_meta
2016-02-08 Todd RinaldoDocument broken SvSTASH for %version:: in B's test...
2016-01-19 Todd RinaldoRemove B::Section from B.pm
2015-10-26 Daniel DraganXS staticing in ext and dist
2015-10-02 David Mitchellfix up EXTEND() callers
2015-09-17 Nicolas RRemove legacy/dead code from B
2015-08-17 David MitchellEliminate PL_sawalias, GPf_ALIASED_SV
2015-08-17 David Mitchellmake my (...) = @_ non-OPpASSIGN_COMMON_RC1
2015-08-17 David Mitchellre-implement OPpASSIGN_COMMON mechanism
2015-04-19 David Mitchellop_parent(): only exist under -DPERL_OP_PARENT
2015-04-19 David Mitchellrename op_lastsib to op_moresib, and invert logic
2015-03-18 Father Chrysostomos[perl #124004] Fix stack bug with foreach(@empty)
2015-03-17 Vincent PitPreserve OPTIMIZE in hints
2015-03-11 James E KeenanSpelling correction.
2015-03-11 James E KeenanRemove use of Test::Stream per ilmari's patch on p5p.
2015-03-06 Karl Williamsonext/B/t/b.t: Generalize for non-ASCII platforms
2015-03-05 David Mitchellsprinkle NOTREACHED and FALLTHROUGH
2015-02-03 David Mitchellfix B.xs on win builds
2015-02-02 David Mitchelladd $B::OP::does_parent variable
2015-01-29 Lajos VeresCorrections to spelling and grammatical errors.
2015-01-27 David Mitchellrename unop_aux_stringify to multideref_stringify
2015-01-26 Daniel Draganfactor out a dXSTARG in B::
next