This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Simplify magic test
[perl5.git] / ext / B /
2022-08-25 Richard LeachAdd OPpTARGET_MY optimization to OP_UNDEF
2022-08-17 Richard LeachImplement OP_PADSV_STORE - combined sassign/padsv OP
2022-08-03 Paul "LeoNerd" EvansDefine the remaining convenience cMETHOP* macros
2022-07-31 David Mitchellfix B::walkoptree_debug()
2022-07-27 Dagfinn Ilmari Man... Don't set the OPf_SPECIAL bit on implicit VERSION/impor...
2022-07-26 David MitchellBump B.pm version after recent commit
2022-07-26 Paul "LeoNerd" EvansAdd back-compatibility aliases for renamed CVf_METHOD...
2022-07-18 Richard LeachB::Concise - private flags may store the argument count
2022-07-05 Paul "LeoNerd" EvansNeaten the PADNAME flag constants
2022-05-28 Karl WilliamsonB:: Use proper hyperlink in pod
2022-05-28 Nicolas RExtra B::PADNAME helpers: GEN and IsUndef
2022-05-28 Nicolas RAdd B helpers to check if the Sv is a boolean
2022-04-16 David Mitchellfor my ($x) ...: fix handling of degenerate 1-var
2021-10-15 Nicholas ClarkB::Concise now handles n-at-a-time for.
2021-10-15 Nicholas ClarkTests for existing for loop optrees.
2021-09-16 Nicholas Clarkext/B/t/o.t shouldn't generate the same test module...
2021-09-16 Nicholas ClarkRemove former SKIP blocks in ext/B/t/concise.t and...
2021-09-16 Nicholas ClarkRemove all "configured without perlio" test SKIPs from...
2021-09-10 Paul "LeoNerd" EvansAdd SvIsBOOL() macro to test for SVs being boolean...
2021-07-31 Nicholas ClarkThe sort pragma is now a no-op. It no longer sets or...
2021-06-25 Max MaischeinRemove inheritance from Exporter in ext/ modules
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
next