This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #46947] Parse method-BLOCK arguments as a term
[perl5.git] / ext / B / t / optree_misc.t
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...