This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
new perldelta
[perl5.git] / ext / B / t / optree_constants.t
2021-09-16 Nicholas ClarkRemove all "configured without perlio" test SKIPs from...
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
2017-11-14 Zeframin B::Concise, show RV target better
2013-09-16 Father ChrysostomosTweak B::Concise tests following OPpCONST_FOLDED removal
2013-07-26 Father ChrysostomosVersion number tweaks in tests and other cleanup
2013-07-26 Father ChrysostomosTweak optree_constants.t for inlined list consts
2013-07-26 Father Chrysostomosop.c: Stop copying constants under ithreads
2013-06-21 Father Chrysostomosoptree_constants.t: Correct line number in comment
2012-10-26 David Mitchellext/B: remove pre-5.10 support
2012-10-26 David Mitchellmake ext/B work with 5.16.x
2012-07-05 Father ChrysostomosRecord folded constants in the op tree
2012-04-05 Father ChrysostomosFix VMS build broken by d1718a7cf5
2012-04-03 Father Chrysostomos[perl #111462] Move strict hints from %^H to $^H
2012-01-01 Father Chrysostomos[perl #103492] Give lvalue cx to (s)printf args
2011-12-07 Father ChrysostomosFix up ext/B/t for strict.pm changes
2011-06-02 Nicholas ClarkTweak the test from 183eb698e2ceb8ab to work with PERL_...
2011-06-01 Jim Cromie[perl #91946] add constant folding tests
2011-02-04 Nicholas ClarkIn B's OptreeCheck, always report inconsistent errors...
2011-02-03 Nicholas ClarkConvert B's "no perlio" skips to "skip all" in the...
2010-12-01 Florian RagwitzFix B test failure introduced in 6b7c6d9
2010-11-30 Father Chrysostomos[perl #77762] Constant assignment warning
2010-09-23 Karl WilliamsonChange .t to use new (?^...)
2009-08-30 Nicholas ClarkRemove the $ENV{PERL_CORE} boilerplate from B's tests.
2008-01-05 Nicholas ClarkAbolish wrapped in struct regexp - store the wrapped...
2007-12-26 Nicholas ClarkEliminate SVt_RV, and use SVt_IV to store plain references.
2007-03-13 Nicholas ClarkGet B compiling and passing all tests on both 5.9.x...
2007-03-12 Nicholas ClarkFix the partially passing TODO test in optree_constants...
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...
2007-02-13 Nicholas ClarkChange 26487 left some debugging code in, and through...
2006-10-03 Rafael Garcia-SuarezUn-TODO some B tests
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-04 Jim CromieRe: [patch] optimized constant subs are cool, teach...
2006-01-03 Jim CromieRe: [patch] optimized constant subs are cool, teach...
2006-01-02 Jim CromieRe: [patch] optimized constant subs are cool, teach...