This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
revert smartmatch to 5.27.6 behaviour
[perl5.git] / ext / B / t / f_map.t
2017-12-29 Zeframrevert smartmatch to 5.27.6 behaviour
2017-11-29 Zeframremove unused CXp_FOR_DEF and OPpITER_DEF
2017-07-27 David MitchellGive OP_RV2HV a targ
2017-07-27 David Mitchelloptimise away OP_KEYS op in scalar/void context
2015-08-17 David Mitchellre-implement OPpASSIGN_COMMON mechanism
2015-03-18 Father Chrysostomos[perl #124004] Fix stack bug with foreach(@empty)
2014-11-08 Father ChrysostomosFix up f_map.t following "\L$_" optimisation
2014-10-20 Father ChrysostomosMake null list+pushmark happen in more cases
2014-10-20 Father Chrysostomosf_map.t: Remove version checks
2014-09-10 David Mitchelladd missing op_private labels to Concise etc
2014-02-26 Steffen MuellerOptimization: Remove needless list/pushmark pairs from...
2013-10-25 Father Chrysostomosrv2hv does not use its TARG
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 ext/B/t/f_map.t failure
2011-12-07 Father ChrysostomosFix up ext/B/t for strict.pm changes
2011-06-04 Father ChrysostomosGet f_map.t working on non-threaded perls
2011-06-04 Father Chrysostomos[perl #7946] Lvalue subs do not autovivify
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-10-25 Zeframrefactor and regularise label/statement grammar
2009-08-30 Nicholas ClarkRemove the $ENV{PERL_CORE} boilerplate from B's tests.
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...
2006-03-09 Nicholas ClarkUnroll 27425 - keeping Larry's order in op.c means...
2006-03-08 Nicholas ClarkThe last MAD change to op.c changes the pad offsets...
2005-12-19 Robin Houstonlatest switch/say/~~
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-06-18 Nicholas ClarkIf we don't build B, we should skip all its tests.
2004-05-14 Jim CromieRe: more B::Concise stuff (PATCH - updated)