This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Un-revert "[MERGE] add+use si_cxsubix field"
[perl5.git] / ext / B / t / optree_misc.t
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
2017-11-14 Zeframrip out Perl version portability from B
2016-11-14 David Mitchelleliminate OPpRUNTIME private PMOP flag
2016-09-27 David Mitchellpadrange, aelemfast: use label for private bits
2015-08-17 David Mitchellmake my (...) = @_ non-OPpASSIGN_COMMON_RC1
2015-08-17 David Mitchellre-implement OPpASSIGN_COMMON mechanism
2014-12-22 Father ChrysostomosIgnore cx of padsv for padrange optimisation
2014-12-07 Father Chrysostomosoptree_misc.t fixups
2014-11-23 David Mitchellfix ext/B/t/optree_misc.t in unthreaded builds
2014-11-23 David Mitchellfix recent Concise tests under PERL_UNICODE=''
2014-11-21 Father ChrysostomosMake B use B::COP for nulled COPs
2014-10-16 Father ChrysostomosElide our($foo) from execution order in void cx
2014-02-28 David Mitchellmake OP_AELEMFAST work with negative indices
2013-01-11 Nicholas ClarkTweak the test from 2721a2ca2e5e889d to work with PERL_...
2013-01-09 David Mitchellstop -MO=Concise -e'm?x?' segfaulting
2012-11-10 David Mitchellfix optree_misc.t test after smoke
2012-11-10 David MitchellConsolidate any single pad ops after a padrange
2012-11-10 David MitchellConsolidate adjacent padrange ops
2012-11-10 David Mitchellpadrange: handle @_ directly
2012-10-26 David Mitchellext/B: remove pre-5.10 support
2012-10-26 David Mitchellmake ext/B work with 5.16.x
2012-10-12 Father Chrysostomos[perl #49190] Don’t prematurely optimise s/foo/bar...
2012-08-15 Nicholas ClarkTweak the test from 35f7559499c4a614 to work with PERL_...
2012-08-10 Steve HayNewlines in a runperl() prog cause trouble so use progf...
2012-08-08 Father ChrysostomosB::Concise: Dump formats upon request
2011-06-12 Nicholas ClarkSplit OP_AELEMFAST_LEX out from OP_AELEMFAST.
2011-06-11 Nicholas ClarkStore FBMs in PVMGs, instead of GVs.
2011-02-04 Nicholas ClarkIn B's OptreeCheck, always report inconsistent errors...
2011-02-03 Nicholas ClarkCorrect the "no perlio" skipping in optree_misc.t.
2010-11-05 Nicholas ClarkTweak the test from 98517ccb8d5e8751 to work with PERL_...
2010-11-05 Nicholas ClarkB::Concise was failing to traverse some children of...
2009-08-30 Nicholas ClarkRemove the $ENV{PERL_CORE} boilerplate from B's tests.
2007-10-25 Craig A. BerryPlatform-neutral quoting in optree_misc.t.
2007-10-23 Nicholas ClarkSilly Nick. If you see a nextstate op, then it may...
2007-10-22 Nicholas ClarkB::Concise was failing an assertion on index "foo"...
2007-02-18 Nicholas ClarkProperly handle the differences in hints in the optree...
2007-02-16 Nicholas ClarkMove all the cut&paste open TODO logic into OptreeCheck...
2006-06-05 Nicholas ClarkEliminate most of the UTF-8 black smoke by skipping...
2006-05-20 Nicholas ClarkMove the hints from op_private into cop_hints. This...
2006-01-25 Stephen McCamantaelemfast optimization opclass problem (c.f. [perl...