This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Tweaking the order of op creation/op free in Perl_ck_require to Larry's
[perl5.git] / ext / B /
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
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-23 Nicholas ClarkBytecode mustn't save the NVX for hashes now that the...
2005-05-21 Nicholas ClarkAdd a union in place of xnv_nv, which allows AVs and...
2005-05-21 Nicholas ClarkMove the xpv_pv/xrv_rv member into the SV head, in...
2005-05-20 Nicholas ClarkRemove PMROOT and replace it with a small shell script...
2005-05-20 Nicholas ClarkGoodbye AvFLAGS
2005-05-19 yves orton[perl #35857] [PATCH] B::Deparse doesnt handle warnings...
2005-05-18 Nicholas ClarkB::Disassembler.pm
2005-05-11 Rafael Garcia-SuarezInclude vim/emacs modelines in generated files to open...
2005-05-10 Nicholas Clarks/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/
2005-05-05 Nicholas ClarkBump B version numbers
2005-05-02 Nicholas ClarkA slightly better layout for the diagram.
2005-05-02 Nicholas ClarkChange inheritance hierarchy of B subclassses :
2005-04-22 Nicholas ClarkFor now, TODO the 2 tests that fail on 5.8.x
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-04-08 Nicholas ClarkMangle the expected output correctly for both 5.9 and 5.8
2005-04-05 Nicholas ClarkAdd casting to allow g++ (3.3.5) to compile the core...
2005-03-18 Alexey Tourbin$B::Disassembler::VERSION
2005-02-18 Stephen McCamant[perl #32968] [PATCH] Re: B::walkoptree segfaults
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...
2005-01-27 Jim CromieRe: [patch] decrufting OptreeCheck stuff
2005-01-21 Stephen McCamant[perl #32967] [PATCH] Re: More B bugs: svref_2object
2005-01-21 Yitzchak Scott-Tho... doc SVt_PVLV <=> SVt_PVGV change version in B.pm
2005-01-19 Rafael Garcia-SuarezFix dependencies in ext/B/Makefile.PL
2005-01-07 Jim CromieRe: [PATCH] Remove Carp from warnings.pm
2004-12-29 Stephen McCamantCleanup ext/B tests for -w and to run separately
2004-12-14 Alexey TourbinRe: B::walkoptree segfaults
2004-11-26 Andy LesterDoc nit for B::Lint
2004-11-23 Steve Peters[perl #3422] [PATCH] CHECK routine called after syntax...
2004-11-18 Rafael Garcia-SuarezRemaining nit in the deparsing of reversed foreach...
2004-11-18 Rafael Garcia-SuarezFix deparsing of reversed foreach loops,
2004-11-18 Rafael Garcia-SuarezFix deparsing of reversed sort and descending sorts,
2004-11-16 Larry Shatzer Jr.s/hierachy/hierarchy/
next