Upgrade to CPAN 1.87_63
[p5sagit/p5-mst-13.2.git] / ext / B / B /
2006-09-13 David Nicol [perl #40328] B::Deparse pod does not list failure...
2006-09-06 Rafael Garcia-Suarez Remove perlcc and the byteloader
2006-08-31 Nicholas Clark Change the generation of {} and [] from 3 ops to 1...
2006-08-20 Rafael Garcia-Suarez Amendment to change #28739
2006-08-20 Jarkko Hietaniemi bytecode.t failures in Tru64: svtype (enum) is int...
2006-08-16 Steve Peters Additional changes to get C++ a little closer to a...
2006-08-07 Steve Hay Fixups for test failures caused by #28667 and #28668
2006-08-07 Rafael Garcia-Suarez Try to reinstate the fix of change #28638 by patching...
2006-08-04 Rick Delaney Re: [perl #40055] B::Deparse double do
2006-07-13 Jarkko Hietaniemi z/OS: non-CPAN ext and lib + main() without the third...
2006-07-05 Rafael Garcia-Suarez Implement handling of state variables in list assignment
2006-06-05 Nicholas Clark Add the missing ${^OPEN} hints flag to B::Concise
2006-05-30 Joshua ben Jore Re: B::Lint changes
2006-05-30 Nicholas Clark Fix bugs in the bytecode system caused by the abolition...
2006-05-20 Nicholas Clark Abolish cop_io (the simple way) by storing the value...
2006-05-20 Nicholas Clark Move the hints from op_private into cop_hints. This...
2006-05-11 Rafael Garcia-Suarez Deparse state variables.
2006-05-05 Rafael Garcia-Suarez Implement state array and state hashes. Initialisation...
2006-05-03 Rafael Garcia-Suarez Introduce a new keyword, state, for state variables.
2006-04-13 Nicholas Clark Fix B and ByteLoader to cope with cop_warnings no longe...
2006-04-05 Joshua ben Jore Re: expr foreach (...) isn't a B::Lint warning anymore
2006-03-08 Stephen McCamant Re: [perl #38684] O::Deparse not working as expected
2006-03-01 Joshua ben Jore Re: Patch lint for grep { /.../ } and grep /.../,
2006-02-20 Nicholas Clark PVCVs don't need XNVs either.
2006-02-20 Nicholas Clark PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX...
2006-02-20 Nicholas Clark Abolish 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 Cromie Re: [patch] optimized constant subs are cool, teach...
2006-01-03 Jim Cromie Re: [patch] optimized constant subs are cool, teach...
2006-01-03 Stephen McCamant Re: [perl #36837] B::Deparse fails when it comes to...
2006-01-02 Jim Cromie Re: [patch] optimized constant subs are cool, teach...
2005-12-20 Rafael Garcia-Suarez POD nits on B::Lint
2005-12-20 Joshua ben Jore Re: Pluggable lint patch
2005-12-19 Robin Houston Re: [PATCH] Make the 'sort' pragma lexically scoped
2005-12-19 Robin Houston latest switch/say/~~
2005-11-12 Nicholas Clark Change 26063 got one conditional the wrong way round.
2005-11-12 Nicholas Clark Make the removal of references to AvFLAGS in the B...
2005-11-09 Nicholas Clark Make the Bytecode changes conditional on perl version.
2005-10-31 Bas van Sisseren A B::Deparse fix from :
2005-09-27 Rafael Garcia-Suarez OPpRUNTIME can be set on OP_QR too
2005-09-26 Rafael Garcia-Suarez Make B::Deparse handle correctly CORE::require
2005-09-21 Rafael Garcia-Suarez A few POD fixes
2005-09-02 Yitzchak Scott-Tho... Re: Optree Generation
2005-08-25 Jim Cromie update B::Concise pod to reflect previous changes
2005-08-02 Piotr Fusik Typos in *.p[lm]
2005-07-15 Steve Hay Re: [PATCH blead] Re: [perl #3269] no warnings "foo...
2005-07-08 Jim Cromie Re: janitorial work ? [patch]
2005-06-28 Rafael Garcia-Suarez B::Deparse was chocking on variable names with colons...
2005-06-16 Nicholas Clark Storing the ixv for magic arrays seems to cause double...
2005-06-15 Nicholas Clark Don't write bytecode to load the NVX of AVs and HVs
2005-06-03 Jim Cromie B::Concise torture
2005-06-02 Jim Cromie Re: [patch] teach B::Concise to see XS code
2005-06-01 Jim Cromie Re: [patch] teach B::Concise to see XS code
2005-05-23 Nicholas Clark Bytecode mustn't save the NVX for hashes now that the...
2005-05-21 Nicholas Clark Move the xpv_pv/xrv_rv member into the SV head, in...
2005-05-20 Nicholas Clark Remove PMROOT and replace it with a small shell script...
2005-05-20 Nicholas Clark Goodbye AvFLAGS
2005-05-19 yves orton [perl #35857] [PATCH] B::Deparse doesnt handle warnings...
2005-05-18 Nicholas Clark B::Disassembler.pm
2005-05-11 Rafael Garcia-Suarez Include vim/emacs modelines in generated files to open...
2005-05-05 Nicholas Clark Bump B version numbers
2005-03-18 Alexey Tourbin $B::Disassembler::VERSION
2005-01-27 Jim Cromie Re: [patch] decrufting OptreeCheck stuff
2004-12-29 Stephen McCamant Cleanup ext/B tests for -w and to run separately
2004-11-26 Andy Lester Doc nit for B::Lint
2004-11-23 Steve Peters [perl #3422] [PATCH] CHECK routine called after syntax...
2004-11-18 Rafael Garcia-Suarez Remaining nit in the deparsing of reversed foreach...
2004-11-18 Rafael Garcia-Suarez Fix deparsing of reversed foreach loops,
2004-11-18 Rafael Garcia-Suarez Fix deparsing of reversed sort and descending sorts,
2004-10-10 Dave Mitchell Turn regcomp into a list op
2004-10-04 Jim Cromie [perl #31697] [PATCH] B::Showlex::newlex enhancement...
2004-09-09 Nicholas Clark A single version of B that supports 5.8 and 5.10
2004-09-08 Nicholas Clark backport 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-Moritz Fix typo in B::Assembler.
2004-07-14 Nicholas Clark Optimise foreach my $i (reverse ...)
2004-07-13 Nicholas Clark A proper, working, stable optimisation for sort {$b...
2004-07-05 Rafael Garcia-Suarez Update tests and $VERSION for change 23046
2004-07-05 Stephen McCamant Re: [perl #30504] B::Deparse scoping problem with for...
2004-07-05 Nicholas Clark Bump $B::Deparse::VERSION
2004-06-29 Rafael Garcia-Suarez More caveats in B::Deparse's documentation
2004-05-14 Jim Cromie Re: more B::Concise stuff (PATCH - updated)
2004-05-07 Jim Cromie Re: stdio still supported?
2004-04-06 Jim Cromie Re: tests for change #22539
2004-04-04 Nicholas Clark Bump version numbers for modules that have changed...
2004-03-26 Dave Mitchell Clarify op.h comments for which ops the OPpDEREF* priva...
2004-03-23 Nicholas Clark Unify 5.008 and 5.009's B::Concise 0.58
2004-03-23 Nicholas Clark Unify 5.008 and 5.009's B::Concise 0.56
2004-03-19 Jim Cromie [perl #24821] enhancement patch for B::Concise
2004-02-22 Dave Mitchell Extend OP_AELEMFAST optimisation to lexical arrays
2004-02-21 Paul Johnson Re: op_seq (was: Freeing code)
2004-02-20 Dave Mitchell add Deparse/Concise support for inplace sort (change...
2004-02-17 Dave Mitchell remove C<my $x if foo> construct from core modules
2004-02-09 Rafael Garcia-Suarez Implement stacked filetest operators (-f -w -x $file).
2004-02-08 Rafael Garcia-Suarez Add the new private flag OPpGREP_LEX in B::Concise.
2004-01-10 Adrian M. Enache nit to Bytecode - the av_extend opcode wasn't saved...
2003-09-23 Stephen McCamant Re: B::Deparse fails in pure_string()
2003-09-04 Adrian M. Enache Re: [PATCH] Re: ByteLoader and MSWin32
2003-09-04 Jarkko Hietaniemi A SuSE patchlet for perlcc -c to avoid
2003-08-28 Paul Johnson Quieten more warnings in Deparse.pm
next