This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Skip dynaloader test on Bitrig like we do for OpenBSD
[perl5.git] / ext / B / t /
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
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
2012-04-05 Father ChrysostomosFix VMS build broken by d1718a7cf5
2012-04-03 Father Chrysostomos[perl #111462] Move strict hints from %^H to $^H
2012-04-03 Father ChrysostomosIncrease $OptreeCheck::VERSION to 0.07
2012-02-15 Ævar Arnfjörð Bjar... Revert "Merge branch 'avar/POSIX-strptime' into blead"
2012-02-11 Paul "LeoNerd" EvansInitial hack at strptime(); just literal strings for now
2012-01-01 Father Chrysostomos[perl #103492] Give lvalue cx to (s)printf args
2011-12-30 Nicholas ClarkConvert POSIX::sleep to an XS wrapper for PerlProc_sleep().
2011-12-25 Father ChrysostomosUpdate concise-xs.t for recent DD change
2011-12-24 Father ChrysostomosUpdate concise-xs.t for B::Deparse’s new imports
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-11-26 Father ChrysostomosOptimise substr assignment in void context
2011-11-21 Father ChrysostomosOops. I thought I tested that.
2011-11-06 Father ChrysostomosAdd evalbytes function
2011-09-16 Zeframupdate B::Concise test for B::Deparse change
2011-09-09 Zeframremove index offsetting ($[)
2011-09-01 Aristotle PagaltzisReplace use of AutoLoader in POSIX with a custom compil...
2011-08-24 Gerard Goossen[perl #97088] Prevent double get-magic in various cases
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}...
2011-06-12 Nicholas ClarkSplit OP_AELEMFAST_LEX out from OP_AELEMFAST.
2011-06-11 Nicholas ClarkStore FBMs in PVMGs, instead of GVs.
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-06-02 Nicholas ClarkTweak the test from 183eb698e2ceb8ab to work with PERL_...
2011-06-02 Father ChrysostomosDeparse glob the same way regardless of PERL_EXTERNAL_GLOB
2011-06-01 Jim Cromie[perl #91946] add constant folding tests
2011-05-19 Father ChrysostomosIncrease t::OptreeCheck’s version
2011-05-19 Marcel Grünauer[perl #90306] Fix simple typos
2011-02-04 Nicholas ClarkRemove MacOS Classic references from B's tests.
2011-02-04 Nicholas ClarkRefactor B's o.t to use 'prog' and 'switches' with...
2011-02-04 Nicholas ClarkActually generate full failure diagnostics in checkErrs...
2011-02-04 Nicholas ClarkIn B's OptreeCheck, always report inconsistent errors...
2011-02-04 Nicholas ClarkIn B's OptreeCheck, implement proper qr// matching...
2011-02-04 Nicholas ClarkIn B's OptreeCheck, inline diag_or_fail() into its...
2011-02-04 Nicholas ClarkIn B's tests, fix calls to like() which weren't being...
2011-02-04 Nicholas ClarkRemove non-working and hence unused features from B...
2011-02-03 Nicholas ClarkConvert B's "no perlio" skips to "skip all" in the...
2011-02-03 Nicholas ClarkRemove commented out 'require test.pl' lines in B's...
2011-02-03 Nicholas ClarkCorrect the "no perlio" skipping in optree_misc.t.
2011-01-20 Jesse VincentVersion bumps for ext/B non-dual-life modules identified by
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in ext/*.
2010-12-19 Zeframfix -tree test for non-threaded perl v5.13.8
2010-12-19 Father ChrysostomosTest B::Concise’s -tree mode
2010-12-01 Florian RagwitzFix B test failure introduced in 6b7c6d9
2010-11-30 Father Chrysostomos[perl #77762] Constant assignment warning
2010-11-26 Father Chrysostomos[perl #78810] PERLDB_NOOPT ignored by adjacent nextstat...
2010-11-25 Paul Evans[PATCH 4/5] Adjust unit tests to cope with new sockaddr...
2010-11-25 Paul "LeoNerd" EvansAdjust unit tests to cope with new sockaddr_in6 functio...
2010-11-05 Nicholas ClarkTweak the test from 98517ccb8d5e8751 to work with PERL_...
2010-11-05 Nicholas ClarkAvoid creating lots of mortals in B::walkoptree()
2010-11-05 Nicholas ClarkB::Concise was failing to traverse some children of...
2010-11-04 Father ChrysostomosStop B from crashing on y/å/ø/
2010-11-04 Nicholas ClarkSome tests for B::walkoptree.
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 Zeframrefactor and regularise label/statement grammar
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...
next