This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase $B::VERSION to 1.55
[perl5.git] / ext / B / t /
2014-12-23 Father ChrysostomosSome B pad tests
2014-12-22 Father ChrysostomosIgnore cx of padsv for padrange optimisation
2014-12-15 Father ChrysostomosAdd B::REGEXP::compflags
2014-12-10 Father ChrysostomosEviscerate concise-xs.t
2014-12-07 Father Chrysostomosoptree_varinit.t fix-ups
2014-12-07 Father Chrysostomosoptree_check.t fix-ups
2014-12-07 Father Chrysostomosoptree_misc.t fixups
2014-12-07 David MitchellAdd OP_MULTIDEREF
2014-12-02 Father ChrysostomosAdd B::PMOP::pmregexp
2014-12-02 Father Chrysostomosb.t: Move a test
2014-11-30 Father Chrysostomos[perl #123223] Make PADNAME a separate type
2014-11-30 Father ChrysostomosExpose qr_anoncv via B::REGEXP
2014-11-26 Father ChrysostomosSuppress ‘-e syntax OK’ in concise.t
2014-11-23 David Mitchellfix ext/B/t/optree_misc.t in unthreaded builds
2014-11-23 David Mitchellfix recent Concise tests under PERL_UNICODE=''
2014-11-21 Jim Cromieconcise.t: correct test description to match actual...
2014-11-21 Father ChrysostomosMake B use B::COP for nulled COPs
2014-11-21 Father Chrysostomos[perl #77452] Deparse { ...; BEGIN{} } correctly
2014-11-09 Father ChrysostomosFix ext/B/t tests after OA_DANGEROUS removals
2014-11-08 Father ChrysostomosFix up f_map.t following "\L$_" optimisation
2014-11-07 Father ChrysostomosBetter B::Deparse warning for custom ops
2014-10-26 Father ChrysostomosMake repeat op tree more consistent
2014-10-20 Father ChrysostomosMake null list+pushmark happen in more cases
2014-10-20 Father Chrysostomosf_map.t: Remove version checks
2014-10-17 Father ChrysostomosSkip padrange optimisation for one padop
2014-10-17 Father ChrysostomosB::Concise: Dump private vars for null ops
2014-10-16 Father ChrysostomosElide our($foo) from execution order in void cx
2014-10-15 Father ChrysostomosSimplify double-nextstate optimisation
2014-10-11 Father ChrysostomosDeparse lvalue references
2014-10-07 Father ChrysostomosMollify concise-xs.t
2014-10-03 syberMake OP_METHOD* to be of new class METHOP
2014-10-02 Father ChrysostomosKeep concise-xs.t happy
2014-09-29 Karl WilliamsonMake space for /xx flag
2014-09-23 Father ChrysostomosAdd GPFLAGS and GPf_* to B
2014-09-19 David Mitchellfix B::PADOP->sv and ->gv
2014-09-19 Father Chrysostomos[perl #121638] Make ‘Global symbol’ message more newbie...
2014-09-15 Father Chrysostomosconcise-xs.t needs to know about B::safename
2014-09-15 Father ChrysostomosAdd safename() func to B
2014-09-15 Father ChrysostomosFor lexical subs, reify CvGV from CvSTASH and CvNAME_HEK
2014-09-13 Father Chrysostomosconcise-xs.t is overly chummy with B::Deparse
2014-09-10 David Mitchelladd missing op_private labels to Concise etc
2014-09-08 Jarkko HietaniemiPOSIX math: implement lround().
2014-08-31 Jarkko HietaniemiPOSIX math: lrint and rint emulations.
2014-08-31 Jarkko HietaniemiPOSIX math: Add fegetround() and fesetround().
2014-08-31 Jarkko HietaniemiPOSIX math: Implement glue for the C99 math functions.
2014-08-23 Jarkko HietaniemiSkip strtold in concise-xs.t, "platform varying".
2014-08-22 Jarkko HietaniemiImplement POSIX::strtold().
2014-07-08 David Mitchelladd op_lastsib and -DPERL_OP_PARENT
2014-06-21 Ævar Arnfjörð Bjar... Make like() and unlike() in t/test.pl refuse non-qr...
2014-02-28 David Mitchellmake OP_AELEMFAST work with negative indices
2014-02-26 Steffen MuellerOptimization: Remove needless list/pushmark pairs from...
2014-02-24 Steffen MuellerTest fix: Update list of B::Concise functions
2014-01-30 Matthew HorsfallOptimisation for 'my $x; my $y;' -> 'my ($x, $y)'.
2013-12-16 Father ChrysostomosGet optree_samples.t passing when PERL_UNICODE is set
2013-12-14 Matthew Horsfall... Tests for rpeep optimisations in e45d8982ae
2013-12-13 Matthew HorsfallOptimise out PUSHMARK/RETURN if return is the last...
2013-11-18 Tony Cookun-TODO the test for 120535, Reini's patch fixes it
2013-11-18 Tony CookTODO test for 120535
2013-11-05 Father Chrysostomos[perl #120462] Exempt $a and $b from ‘used once’ warnings
2013-10-26 Matthew HorsfallAdd op_other to B::Concise -debug output for LOGOPs
2013-10-25 Father Chrysostomosrv2hv does not use its TARG
2013-09-16 Father ChrysostomosTweak B::Concise tests following OPpCONST_FOLDED removal
2013-09-12 Ricardo SignesB: use parent instead of base
2013-08-30 Craig A. BerryUse explicit glob in concise.t.
2013-08-27 Tony Cook[perl #119351] the test note isn't a note but an object...
2013-08-26 Tony Cook[perl #119351] update the test note for the changed...
2013-08-25 Tony Cook[perl #119351] fix B::CV::GV to return a B::SPECIAL...
2013-08-25 Father ChrysostomosUnbreak Concise glob output
2013-08-21 Father Chrysostomos[perl #7508] Use NULL for nonexistent array elems
2013-07-29 Tony CookCvGV is no longer a simple struct member access
2013-07-26 Father ChrysostomosVersion number tweaks in tests and other cleanup
2013-07-26 Father ChrysostomosTweak optree_constants.t for inlined list consts
2013-07-26 Father ChrysostomosIncrease $OptreeCheck::VERSION to 0.10
2013-07-26 Father Chrysostomosop.c: Stop copying constants under ithreads
2013-06-26 Father ChrysostomosFix up f_sort.t for changes in the prev commit
2013-06-21 Father Chrysostomosoptree_constants.t: Correct line number in comment
2013-06-18 Steve HayFix ext\B\t\concise.t when building with ALL_STATIC...
2013-01-11 Nicholas ClarkTweak the test from 2721a2ca2e5e889d to work with PERL_...
2013-01-09 David Mitchellstop -MO=Concise -e'm?x?' segfaulting
2012-11-21 Yves OrtonRemove improper use of each() in B::walksymtable and...
2012-11-10 David Mitchellext/B/t/OptreeCheck.pm: fix hint stripping
2012-11-10 David Mitchellfix optree_misc.t test after smoke
2012-11-10 David MitchellConsolidate any single pad ops after a padrange
2012-11-10 David MitchellConsolidate adjacent padrange ops
2012-11-10 David Mitchellpadrange: handle @_ directly
2012-11-10 David Mitchelladd padrange op
2012-11-10 David Mitchelladd $B::overlay feature
2012-10-26 David Mitchellstart to make ext/B work with 5.14.x
2012-10-26 David Mitchellext/B: remove pre-5.10 support
2012-10-26 David Mitchellmake ext/B work with 5.16.x
2012-10-26 Yves Ortonfix hash order dependency in ext/B/t/b.t
2012-10-12 Father Chrysostomos[perl #49190] Don’t prematurely optimise s/foo/bar...
2012-08-15 Nicholas ClarkTweak the test from 35f7559499c4a614 to work with PERL_...
2012-08-10 Father ChrysostomosOptreeCheck.pm: typo
2012-08-10 Steve HayNewlines in a runperl() prog cause trouble so use progf...
2012-08-08 Father ChrysostomosB::Concise: Dump formats upon request
2012-08-08 Father ChrysostomosB::Concise: Fix -nobanner
2012-07-15 Father ChrysostomosSimplify ck_grep
2012-07-14 Father Chrysostomos[perl #113710] Make __SUB__ work in sort block
2012-07-05 Father ChrysostomosRecord folded constants in the op tree
next