Correctly document export of I18N::Langinfo
[p5sagit/p5-mst-13.2.git] / ext / B / t / f_sort.t
2009-08-30 Nicholas Clark Remove the $ENV{PERL_CORE} boilerplate from B's tests.
2007-03-13 Nicholas Clark Get B compiling and passing all tests on both 5.9.x...
2006-08-31 Nicholas Clark Change the generation of {} and [] from 3 ops to 1...
2006-05-20 Nicholas Clark Move the hints from op_private into cop_hints. This...
2005-12-19 Robin Houston Re: [PATCH] Make the 'sort' pragma lexically scoped
2005-11-03 Rafael Garcia-Suarez Fix test failures introduced by the change of flags...
2005-06-23 Dave Mitchell don't repopulate PADTMP slots with null SVs when freein...
2005-01-27 Jim Cromie Re: [patch] decrufting OptreeCheck stuff
2004-12-29 Stephen McCamant Cleanup ext/B tests for -w and to run separately
2004-10-31 Nicholas Clark Correct change 23437 - as Config isn't imported, need...
2004-10-30 Nicholas Clark Skip tests that require Data::Dumper if it is not built
2004-10-20 Nicholas Clark Need to skip optree walking tests if perlio not built
2004-09-08 Nicholas Clark backport B to work on 5.8.x, so that a single version...
2004-07-13 Nicholas Clark A proper, working, stable optimisation for sort {$b...
2004-07-13 Nicholas Clark The current optimisation for sort {$b cmp $a} is bogus...
2004-06-18 Nicholas Clark If we don't build B, we should skip all its tests.
2004-05-17 Rafael Garcia-Suarez Remove a TODO test that is no longer to do.
2004-05-17 Jim Cromie Fix new B::Concise test output
2004-05-14 Jim Cromie Re: more B::Concise stuff (PATCH - updated)