This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Use symbolic constant instead of number
[perl5.git] / ext / B / t / f_sort.t
2013-10-25 Father Chrysostomosrv2hv does not use its TARG
2013-06-26 Father ChrysostomosFix up f_sort.t for changes in the prev commit
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-15 Father ChrysostomosSimplify ck_grep
2012-07-14 Father Chrysostomos[perl #113710] Make __SUB__ work in sort block
2012-04-03 Father Chrysostomos[perl #111462] Move strict hints from %^H to $^H
2011-12-07 Father ChrysostomosFix up ext/B/t for strict.pm changes
2011-08-24 Gerard Goossen[perl #97088] Prevent double get-magic in various cases
2011-05-19 Marcel GrĂ¼nauer[perl #90306] Fix simple typos
2011-02-04 Nicholas ClarkIn B's OptreeCheck, always report inconsistent errors...
2011-02-03 Nicholas ClarkRemove commented out 'require test.pl' lines in B's...
2010-05-25 Nicholas ClarkFix for typo in 0824d66743a706cd, in the expected outpu...
2010-05-25 David Mitchelladd OPpDEREFed flag to avoid double mg_get()
2009-08-30 Nicholas ClarkRemove the $ENV{PERL_CORE} boilerplate from B's tests.
2007-03-13 Nicholas ClarkGet B compiling and passing all tests on both 5.9.x...
2006-08-31 Nicholas ClarkChange the generation of {} and [] from 3 ops to 1...
2006-05-20 Nicholas ClarkMove the hints from op_private into cop_hints. This...
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)