This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Tweak the test from 183eb698e2ceb8ab to work with PERL_UNICODE set.
[perl5.git] / ext / B / t / optree_constants.t
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...