Fix deparsing of reversed foreach loops,
[p5sagit/p5-mst-13.2.git] / ext / B / t / f_sort.t
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)