This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove use of Test::Stream per ilmari's patch on p5p.
[perl5.git] / ext / B / t / b.t
2015-03-11 James E KeenanRemove use of Test::Stream per ilmari's patch on p5p.
2015-03-06 Karl Williamsonext/B/t/b.t: Generalize for non-ASCII platforms
2015-01-05 Father Chrysostomosb.t: Fix test sequence numbers
2015-01-05 Daniel Draganfix test fail on unthreaded perl
2015-01-05 Daniel Draganmake B psuedofork safe
2014-12-23 Father ChrysostomosSome B pad tests
2014-12-15 Father ChrysostomosAdd B::REGEXP::compflags
2014-12-02 Father ChrysostomosAdd B::PMOP::pmregexp
2014-12-02 Father Chrysostomosb.t: Move a test
2014-11-30 Father ChrysostomosExpose qr_anoncv via B::REGEXP
2014-11-21 Father ChrysostomosMake B use B::COP for nulled COPs
2014-09-23 Father ChrysostomosAdd GPFLAGS and GPf_* to B
2014-09-19 David Mitchellfix B::PADOP->sv and ->gv
2014-09-15 Father ChrysostomosAdd safename() func to B
2014-09-15 Father ChrysostomosFor lexical subs, reify CvGV from CvSTASH and CvNAME_HEK
2014-07-08 David Mitchelladd op_lastsib and -DPERL_OP_PARENT
2013-11-18 Tony Cookun-TODO the test for 120535, Reini's patch fixes it
2013-11-18 Tony CookTODO test for 120535
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-07-29 Tony CookCvGV is no longer a simple struct member access
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 Mitchellmake ext/B work with 5.16.x
2012-10-26 Yves Ortonfix hash order dependency in ext/B/t/b.t
2012-06-06 Father ChrysostomosMake B::COP::stashpv respect utf8 and embedded nulls
2012-06-06 Father ChrysostomosChange B::COP::stashlen to stashoff
2012-05-22 Father Chrysostomosoverload.pm: Don’t touch %OVERLOAD’s dummy entry
2011-07-11 Florian RagwitzAdd tests for wrapping formats in B objects
2011-06-12 Nicholas ClarkReorder ops so that trans{,r} and aelemfast{,_lex}...
2010-11-04 Father ChrysostomosStop B from crashing on y/å/ø/
2010-10-29 Nicholas ClarkB::GV::is_empty and B::GV::isGV_with_GP can be merged...
2010-10-29 Nicholas ClarkUse the same XS body for B::IV::RV and B::PV::RV.
2010-10-29 Nicholas ClarkB::SV{REFCNT,FLAGS,SvTYPE,POK,ROK,MAGICAL} can be imple...
2010-10-25 Nicholas ClarkCorrect tests for B::{cstring,perlstring,cchar}
2010-10-24 Nicholas ClarkIn B.xs, use newSVpvn_flags() instead of sv_newmortal...
2010-10-24 Nicholas ClarkB::hash() should only work on byte sequences.
2010-10-24 Nicholas ClarkMore tests for B::hash().
2010-10-24 Nicholas ClarkTests for B::cchar().
2010-10-24 Nicholas ClarkTest NUL bytes with B::cstring() and B::perlstring().
2010-10-24 Nicholas ClarkMore comprehensive tests for B::cstring() and B::perlst...
2009-08-30 Nicholas ClarkRemove the $ENV{PERL_CORE} boilerplate from B's tests.
2009-06-06 Rafael Garcia-SuarezMark all .t and .pm files as non executable
2007-12-28 Nicholas ClarkFirst class regexps.
2007-12-26 Nicholas ClarkEliminate SVt_RV, and use SVt_IV to store plain references.
2007-04-19 Brandon BlackRe: new C3 MRO patch
2007-03-30 Nicholas ClarkA logical rearrangement of ops, to get the post 5.005...
2006-02-21 Joshua ben JoreRe: Patches: B, CGI, ExtUtils::MM_Unix
2006-02-02 Steve PetersIt would be nice to have tests in B for the functions...
2005-11-26 Steve PetersAdditional tests for B and POSIX. The POSIX ones conce...
2004-12-29 Stephen McCamantCleanup ext/B tests for -w and to run separately
2004-10-29 Steve Peters36 additional tests for B
2004-06-18 Nicholas ClarkIf we don't build B, we should skip all its tests.
2002-09-03 Rafael Garcia-SuarezFix bug #16828.
2001-09-28 Jarkko HietaniemiMove the B tests to B/t.