This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move all the xxxpvs() macros to handy.h.
[perl5.git] / ext / B / t / f_sort.t
2005-12-19 Robin HoustonRe: [PATCH] Make the 'sort' pragma lexically scoped
2005-11-03 Rafael Garcia-SuarezFix test failures introduced by the change of flags...
2005-06-23 Dave Mitchelldon't repopulate PADTMP slots with null SVs when freein...
2005-01-27 Jim CromieRe: [patch] decrufting OptreeCheck stuff
2004-12-29 Stephen McCamantCleanup ext/B tests for -w and to run separately
2004-10-31 Nicholas ClarkCorrect change 23437 - as Config isn't imported, need...
2004-10-30 Nicholas ClarkSkip tests that require Data::Dumper if it is not built
2004-10-20 Nicholas ClarkNeed to skip optree walking tests if perlio not built
2004-09-08 Nicholas Clarkbackport B to work on 5.8.x, so that a single version...
2004-07-13 Nicholas ClarkA proper, working, stable optimisation for sort {$b...
2004-07-13 Nicholas ClarkThe current optimisation for sort {$b cmp $a} is bogus...
2004-06-18 Nicholas ClarkIf we don't build B, we should skip all its tests.
2004-05-17 Rafael Garcia-SuarezRemove a TODO test that is no longer to do.
2004-05-17 Jim CromieFix new B::Concise test output
2004-05-14 Jim CromieRe: more B::Concise stuff (PATCH - updated)