This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to Test-Simple-0.65.
[perl5.git] / ext / B /
2006-10-30 Jim Cromie[patch] simplify optree test support
2006-10-29 Stephen McCamantRe: Deparse bug?
2006-10-23 Rafael Garcia-SuarezProtection against overwriting defsubs.h via a symlink
2006-10-20 Alexander GoughB:: changes for UNITCHECK blocks
2006-10-03 Rafael Garcia-SuarezUn-TODO some B tests
2006-09-13 David Nicol[perl #40328] B::Deparse pod does not list failure...
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-20 Rafael Garcia-SuarezAmendment to change #28739
2006-08-20 Jarkko Hietaniemibytecode.t failures in Tru64: svtype (enum) is int...
2006-08-16 Steve PetersAdditional changes to get C++ a little closer to a...
2006-08-07 Steve HayFixups for test failures caused by #28667 and #28668
2006-08-07 Rafael Garcia-SuarezTry to reinstate the fix of change #28638 by patching...
2006-08-04 Rick DelaneyRe: [perl #40055] B::Deparse double do
2006-07-27 Steve HayClear up most of the VC6 compiler warnings in the follo...
2006-07-13 Jarkko Hietaniemiz/OS: non-CPAN ext and lib + main() without the third...
2006-07-05 Rafael Garcia-SuarezImplement handling of state variables in list assignment
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-06-05 Nicholas ClarkAdd the missing ${^OPEN} hints flag to B::Concise
2006-05-30 Joshua ben JoreRe: B::Lint changes
2006-05-30 Nicholas ClarkFix bugs in the bytecode system caused by the abolition...
2006-05-20 Nicholas ClarkFix bug in change 28258. So how come I thought I'd...
2006-05-20 Nicholas ClarkAbolish cop_io (the simple way) by storing the value...
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-11 Rafael Garcia-SuarezDeparse state variables.
2006-05-05 Rafael Garcia-SuarezImplement state array and state hashes. Initialisation...
2006-05-03 Rafael Garcia-SuarezIntroduce a new keyword, state, for state variables.
2006-04-13 Nicholas ClarkFix B and ByteLoader to cope with cop_warnings no longe...
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-04-02 Nicholas ClarkAbstract all the accesses to cop_arybase (apart from...
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-20 Nicholas ClarkPVCVs don't need XNVs either.
2006-02-20 Nicholas ClarkPVFMs don't need CvDEPTH, and PVCVs don't use SvIVX...
2006-02-20 Nicholas Clarkxcv_root and xcv_xsub can also be merged into a union...
2006-02-20 Nicholas Clarkxcv_start and xcv_xsubany can be merged into a union...
2006-02-20 Nicholas ClarkAbolish BROKEN_UNION_INIT in B::C, as it works around...
2006-02-13 Stephen McCamant[perl #38346] [PATCH] Re: B::Deparse's bug?
2006-02-02 Steve PetersIt would be nice to have tests in B for the functions...
2006-02-02 Steve PetersDeath to magic characters! No pun intended.
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-03 Stephen McCamantRe: [perl #36837] B::Deparse fails when it comes to...
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 Rafael Garcia-SuarezPOD nits on B::Lint
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-20 Rafael Garcia-SuarezDeclarations must come first, or some compilers aren...
2005-11-19 Steve PetersCleaning up some warnings generated by "gcc -W"
2005-11-12 Nicholas ClarkMake B's tests skip correctly when PerlIO is not config...
2005-11-12 Nicholas ClarkChange 26063 got one conditional the wrong way round.
2005-11-12 Nicholas ClarkMake the removal of references to AvFLAGS in the B...
2005-11-11 Nicholas Clark26085 was wrong. Undo it.
2005-11-11 Nicholas ClarkCorrect the version-dependant expression for the number...
2005-11-09 Nicholas ClarkMake the Bytecode changes conditional on perl version.
2005-11-05 Nicholas ClarkMake the 5.9 changes to B conditional on perl version.
2005-11-03 Rafael Garcia-SuarezFix test failures introduced by the change of flags...
2005-11-02 Rafael Garcia-SuarezAdjust test count
2005-10-31 Bas van SisserenA B::Deparse fix from :
2005-09-27 Rafael Garcia-SuarezOPpRUNTIME can be set on OP_QR too
2005-09-26 Rafael Garcia-SuarezMake B::Deparse handle correctly CORE::require
2005-09-21 Rafael Garcia-SuarezA few POD fixes
2005-09-05 Jim Cromieregression test for 25352
2005-09-02 Yitzchak Scott-Tho... Re: Optree Generation
2005-09-01 Rafael Garcia-SuarezAdd the "no 6" / "no v6" syntax.
2005-08-25 Jim Cromieupdate B::Concise pod to reflect previous changes
2005-08-02 Piotr FusikTypos in *.p[lm]
2005-07-15 Steve HayRe: [PATCH blead] Re: [perl #3269] no warnings "foo...
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-06-28 Rafael Garcia-SuarezB::Deparse was chocking on variable names with colons...
2005-06-23 Dave Mitchelldon't repopulate PADTMP slots with null SVs when freein...
2005-06-16 Nicholas ClarkStoring the ixv for magic arrays seems to cause double...
2005-06-15 Nicholas ClarkDon't write bytecode to load the NVX of AVs and HVs
2005-06-15 Nicholas ClarkWe were failing to pring "not ok" if the text exited...
2005-06-14 Nicholas ClarkChange 24838 breaks deparse.t, which checks that embedd...
2005-06-14 Steve PetersFix for SEGV in ext/B/t/xref.t on OpenBSD
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-07 Alexey Tourbinmake some more functions static
2005-06-03 Jim CromieB::Concise torture
2005-06-02 Jim CromieRe: [patch] teach B::Concise to see XS code
2005-06-02 Steve PetersSvPVX_const() - part 3 ... and const'ing Storable
2005-06-01 Jim CromieRe: [patch] teach B::Concise to see XS code
2005-05-30 Andy Lester[PATCH] Minor warning squashings
next