This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Platform-neutral quoting in optree_misc.t.
[perl5.git] / ext / B / t /
2007-10-25 Craig A. BerryPlatform-neutral quoting in optree_misc.t.
2007-10-23 Nicholas ClarkSilly Nick. If you see a nextstate op, then it may...
2007-10-22 Nicholas ClarkB::Concise was failing an assertion on index "foo"...
2007-09-28 Nicholas ClarkMake all of B work on 5.8.x
2007-09-28 Nicholas ClarkHopefully really fix test failures with -C
2007-09-27 Rafael Garcia-SuarezI forgot to patch for the threaded case
2007-09-27 Rafael Garcia-SuarezHopefully fix test failures with -C
2007-09-27 Steve HayFix test introduced in #31973 that failed on Win32
2007-09-26 Jim CromieRe: [patch] improve B::Concise -src support
2007-09-25 Rafael Garcia-SuarezMake OptreeCheck.pm more forgiving about parent pad...
2007-09-17 Nicholas ClarkSome more state variable deparse tests.
2007-09-17 Rafael Garcia-SuarezMake B::Deparse able to handle pragmas from %^H.
2007-09-13 Rafael Garcia-SuarezBetter diagnostics and test naming
2007-06-29 Rafael Garcia-SuarezBeing tired of adjusting the test count of concise...
2007-06-28 Ævar Arnfjörð Bjar... Move the RXf_WHITE logic for split " " into the regex...
2007-06-27 Chia-liang KaoB::Deparse cleanups
2007-06-06 Rafael Garcia-SuarezAdjust test count (it shouldn't have changed with last...
2007-06-06 Ævar Arnfjörð Bjar... Re: [PATCH] Callbacks for named captures (%+ and %-)
2007-06-05 Rafael Garcia-SuarezRemove support for assertions and -A
2007-05-24 Father Chrysostomos[perl #43010] [PATCH] Deparse, ''->(), ::(), sub :...
2007-05-05 Nicholas ClarkTweak change 30841 so that B works on maint too.
2007-04-24 Rafael Garcia-SuarezAdjust test count.
2007-04-19 Brandon BlackRe: new C3 MRO patch
2007-04-04 Yves OrtonRe: pmdynflags and thread safety
2007-03-30 Nicholas ClarkA logical rearrangement of ops, to get the post 5.005...
2007-03-21 Nicholas ClarkAdjust test count for 5.8.x
2007-03-21 Jerry D. HeddenRemove unneeded pragma line from B/t/OptreeCheck.pm
2007-03-13 Nicholas Clark5.8's B.xs exports AVf_REAL, so need to jiggle the...
2007-03-13 Nicholas ClarkGet B compiling and passing all tests on both 5.9.x...
2007-03-12 Nicholas ClarkFix the partially passing TODO test in optree_constants...
2007-02-18 Nicholas ClarkProperly handle the differences in hints in the optree...
2007-02-17 Nicholas ClarkSplit the storage of the layers specificied by open...
2007-02-16 Nicholas ClarkMove all the cut&paste open TODO logic into OptreeCheck...
2007-02-13 Nicholas ClarkChange 26487 left some debugging code in, and through...
2007-01-28 Nicholas ClarkConvert ext/B/t/debug.t to Test::More. (Diagnostics...
2007-01-15 Yves OrtonAdd support for /k modfier for matching along with...
2007-01-02 Nicholas ClarkProbably better to make PAD_FAKELEX_ANON and PAD_FAKELE...
2006-12-28 Nicholas ClarkMove PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI to pad...
2006-12-11 Bo LindberghRe: [PATCH] Deparse.pm bugfix
2006-12-06 Joshua ben JoreUser pragmas now accessible from B
2006-12-01 Joshua ben JoreRe: [PATCH] Make B::Lint use Module::Pluggable
2006-10-30 Jim Cromie[patch] simplify optree test support
2006-10-29 Stephen McCamantRe: Deparse bug?
2006-10-20 Alexander GoughB:: changes for UNITCHECK blocks
2006-10-03 Rafael Garcia-SuarezUn-TODO some B tests
2006-09-06 Rafael Garcia-SuarezRemove perlcc and the byteloader
2006-08-31 Nicholas ClarkChange the generation of {} and [] from 3 ops to 1...
2006-08-07 Steve HayFixups for test failures caused by #28667 and #28668
2006-08-04 Rick DelaneyRe: [perl #40055] B::Deparse double do
2006-07-05 Rafael Garcia-SuarezAdjust test count after introducing new constants in...
2006-06-05 Nicholas ClarkEliminate most of the UTF-8 black smoke by skipping...
2006-05-30 Joshua ben JoreRe: B::Lint changes
2006-05-20 Nicholas ClarkMove the hints from op_private into cop_hints. This...
2006-05-12 Nicholas ClarkFix concise-xs.t following the changes to B::Deparse.
2006-05-03 Rafael Garcia-SuarezIntroduce a new keyword, state, for state variables.
2006-04-06 Steve HayFix skip count in ext\B\t\lint.t
2006-04-05 Joshua ben JoreRe: expr foreach (...) isn't a B::Lint warning anymore
2006-04-04 Jim CromieRe: Making IO::Socket pass test on Win32
2006-03-27 Nicholas ClarkMerge the cut & paste code from Perl_call_sv/Perl_fold_...
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...
2006-03-08 Stephen McCamantRe: [perl #38684] O::Deparse not working as expected
2006-03-01 Joshua ben JoreRe: Patch lint for grep { /.../ } and grep /.../,
2006-02-21 Nicholas ClarkTeach B about CVf_ISXSUB
2006-02-21 Nicholas ClarkGoodbye PERL_XSUB_OLDSTYLE.
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...
2006-01-25 Stephen McCamantaelemfast optimization opclass problem (c.f. [perl...
2006-01-04 Jim CromieRe: [patch] optimized constant subs are cool, teach...
2006-01-03 Jim CromieRe: [patch] optimized constant subs are cool, teach...
2006-01-02 Jim CromieRe: [patch] optimized constant subs are cool, teach...
2005-12-27 Yves Orton[patch] ext/b/t/lint.t fails on win32
2005-12-22 Nicholas ClarkAdd an optimisation to allow proxy constant subroutines...
2005-12-20 Joshua ben JoreRe: Pluggable lint patch
2005-12-19 Robin HoustonRe: [PATCH] Make the 'sort' pragma lexically scoped
2005-12-19 Robin Houstonlatest switch/say/~~
2005-11-30 Rafael Garcia-SuarezFix B::Concise tests after change #26226
2005-11-26 Steve PetersAdditional tests for B and POSIX. The POSIX ones conce...
2005-11-12 Nicholas ClarkMake B's tests skip correctly when PerlIO is not config...
2005-11-11 Nicholas Clark26085 was wrong. Undo it.
2005-11-11 Nicholas ClarkCorrect the version-dependant expression for the number...
2005-11-03 Rafael Garcia-SuarezFix test failures introduced by the change of flags...
2005-11-02 Rafael Garcia-SuarezAdjust test count
2005-09-05 Jim Cromieregression test for 25352
2005-09-01 Rafael Garcia-SuarezAdd the "no 6" / "no v6" syntax.
2005-08-02 Piotr FusikTypos in *.p[lm]
2005-06-23 Dave Mitchelldon't repopulate PADTMP slots with null SVs when freein...
2005-06-15 Nicholas ClarkWe were failing to pring "not ok" if the text exited...
2005-06-13 Nicholas ClarkWith shared hash key scalars now accessing the hash...
2005-06-08 Nicholas Clarks/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
2005-06-03 Jim CromieB::Concise torture
2005-06-02 Jim CromieRe: [patch] teach B::Concise to see XS code
2005-06-01 Jim CromieRe: [patch] teach B::Concise to see XS code
2005-05-24 Rafael Garcia-Suarezext/B/t/deparse.t was failing with t/TEST but not with...
2005-05-24 Yves OrtonRe: [perl #35857] [PATCH] B::Deparse doesnt handle...
2005-05-05 Nicholas ClarkBump B version numbers
2005-04-22 Nicholas ClarkFor now, TODO the 2 tests that fail on 5.8.x
2005-04-08 Nicholas ClarkMangle the expected output correctly for both 5.9 and 5.8
2005-02-16 Yitzchak Scott-Tho... Re: [PATCH] Re: perl winpid?
2005-01-28 Nicholas ClarkCalculate the number of tests in one place, so that...
next