This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Start modifying test cases to suit new Pod::Html
[perl5.git] / ext / B / t /
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...
2010-10-23 Nicholas ClarkChange concise.t to use Storable to test stash/src...
2010-09-24 Nicholas ClarkAdd a warning to test.pl if quotes are used in one...
2010-09-23 Karl WilliamsonChange .t to use new (?^...)
2010-09-23 Karl WilliamsonChange comments, documentation for new (?^...)
2010-08-27 Nicholas ClarkPeephole optimise adjacent pairs of nextstate ops.
2010-06-21 Matt S Troutversion bump for B::t::OptreeCheck and add to delta
2010-06-18 Rafael Garcia-SuarezFix list of constants to import to make this test pass
2010-06-07 H.Merijn BrandSpell-check fixes in ext
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()
2010-05-22 David CaldwellAdd s///r (non-destructive substitution).
2010-05-04 Rafael Garcia-SuarezMake tests pass with open pragma in effect
2010-05-03 Ruslan Zakirovshift; optimization
2010-03-25 Jesse VincentDowngrade Socket.pm's new inet_ntop and inet_pton to...
2009-11-15 Vincent PitTeach B::Deparse about in-place reverse
2009-10-15 demerphqOptimise if (%foo) to be faster than if(keys %foo)
2009-08-30 Nicholas ClarkRemove the $ENV{PERL_CORE} boilerplate from B's tests.
2009-08-30 Nicholas ClarkBreak out B::Debug into its own directory in ext.
2009-08-30 Nicholas ClarkBreak out B::Deparse into its own directory in ext.
2009-08-30 Nicholas ClarkBreak out B::Lint into its own directory in ext.
2009-08-27 Nicholas ClarkMake extensions in ext run their tests from the extensi...
2009-08-24 Nicholas ClarkFix a Deparse bug - constants and PCSs were appearing...
2009-08-24 Nicholas ClarkRemove the MacOS Classic support from deparse.t (as...
2009-06-12 David Mitchellfully sync blead with B::Debug 1.11 (debug.t was out...
2009-06-06 Rafael Garcia-SuarezMark all .t and .pm files as non executable
2009-04-13 Nicholas ClarkTODO tests for deparsing strict, warnings as strings...
2009-04-13 Nicholas Clarkour $TODO should be local $::TODO, revealing a bug...
2009-04-13 Nicholas ClarkCorrect two other tests that apparently should be TODOs...
2009-04-13 Nicholas ClarkA perl-version portable fix for B coping with CVf_LOCKE...
2009-04-13 Nicholas ClarkRefactor the SKIP parser to also handle TODOs. TODO...
2009-04-13 Nicholas ClarkRemove CVf_LOCKED and CvLOCKED*(), now that nothing...
2009-04-12 Nicholas ClarkDeprecate use of the attribute :locked on subroutines.
2009-03-27 Rafael Garcia-SuarezFix concise-xs.t after recent changes to Socket.pm
2008-11-25 Nicholas ClarkA correction to change 34909 - we want *different*...
2008-11-25 Nicholas ClarkTweak the constants used in testing to constants that...
2008-11-17 Rafael Garcia-SuarezSkip two tests under ithreads, where the constant lives...
2008-11-16 Florian RagwitzDeparse inlined constants.
2008-09-23 Nicholas Clarkdefined %{$package.'::'} isn't good enough to tell...
2008-09-23 Nicholas ClarkThe tests for the -ostash option to B::Concise will...
2008-09-13 Vincent PitRe: [5.8] Change 33727 (op.c) breaks constant folding...
2008-09-08 Vincent PitRe: 'if not / unless' optimization change makes my...
2008-09-07 Vincent PitRe: unless(...) terser than if(!...)
2008-06-17 Steve HayFix a couple of tests introduced by #34045 which fail...
2008-06-16 Reini UrbanTODO B-Deparse cpan-bug 33708
2008-06-13 Reini UrbanB::Debug dual-life 1.06
2008-05-21 Nicholas ClarkEliminate POSIX::int_macro_int, and all the complex...
2008-05-18 Rafael Garcia-SuarezFix for [perl #51848] Deparse interpolation in regex...
2008-05-15 Nicholas ClarkFix my typo.
2008-05-15 Nicholas ClarkRemove POSIX's internal implementation of S_ISBLK,...
next