This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: INC handlers and shutdown-time warnings
[perl5.git] / ext / B / B /
2007-06-27 Chia-liang KaoB::Deparse cleanups
2007-06-25 Paul Johnsonremove op_static
2007-06-05 Rafael Garcia-SuarezRemove support for assertions and -A
2007-05-28 Rafael Garcia-SuarezSeveral POD fixes by Jonathan Stowe
2007-05-24 Father Chrysostomos[perl #43010] [PATCH] Deparse, ''->(), ::(), sub :...
2007-05-07 Nicholas Clarkbytecode.pl: Exterminate!
2007-05-07 Nicholas ClarkGiven that @optype and @specialsv_name are hard coded...
2007-05-05 Nicholas ClarkTweak change 30841 so that B works on maint too.
2007-04-04 Yves OrtonRe: pmdynflags and thread safety
2007-03-31 Rafael Garcia-SuarezFix bug #42224, perl -MO=Deparse -e 'print readpipe...
2007-03-13 Nicholas ClarkBump versions of modules that are currently on "dev...
2007-03-13 Nicholas ClarkGet B compiling and passing all tests on both 5.9.x...
2007-02-17 Nicholas ClarkSplit the storage of the layers specificied by open...
2007-02-15 Ash BerlinRe: Patch for Deep recursion in B::Deparse
2006-12-28 Nicholas ClarkMove PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI to pad...
2006-12-28 Nicholas ClarkAbstract the pad code's overloaded use of SvNVX and...
2006-12-11 Bo LindberghRe: [PATCH] Deparse.pm bugfix
2006-12-01 Joshua ben JoreRe: [PATCH] Make B::Lint use Module::Pluggable
2006-10-29 Stephen McCamantRe: Deparse bug?
2006-10-20 Alexander GoughB:: changes for UNITCHECK blocks
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-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-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 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-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-05 Joshua ben JoreRe: expr foreach (...) isn't a B::Lint warning anymore
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-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 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-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-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-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-09 Nicholas ClarkMake the Bytecode changes conditional on perl version.
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-02 Yitzchak Scott-Tho... Re: Optree Generation
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-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-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-23 Nicholas ClarkBytecode mustn't save the NVX for hashes now that the...
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-05 Nicholas ClarkBump B version numbers
2005-03-18 Alexey Tourbin$B::Disassembler::VERSION
2005-01-27 Jim CromieRe: [patch] decrufting OptreeCheck stuff
2004-12-29 Stephen McCamantCleanup ext/B tests for -w and to run separately
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-10-10 Dave MitchellTurn regcomp into a list op
2004-10-04 Jim Cromie[perl #31697] [PATCH] B::Showlex::newlex enhancement...
2004-09-09 Nicholas ClarkA single version of B that supports 5.8 and 5.10
2004-09-08 Nicholas Clarkbackport B to work on 5.8.x, so that a single version...
2004-09-01 Jim Cromie[ PATCH ] 2 added private flags for B::Concise
2004-08-29 Marcus Holland-MoritzFix typo in B::Assembler.
2004-07-14 Nicholas ClarkOptimise foreach my $i (reverse ...)
2004-07-13 Nicholas ClarkA proper, working, stable optimisation for sort {$b...
2004-07-05 Rafael Garcia-SuarezUpdate tests and $VERSION for change 23046
2004-07-05 Stephen McCamantRe: [perl #30504] B::Deparse scoping problem with for...
2004-07-05 Nicholas ClarkBump $B::Deparse::VERSION
next