Eviscerate README.macos to match the state of the world
[p5sagit/p5-mst-13.2.git] / ext / B / B /
2009-10-06 Jesse Vincent A number of pod fixes found by podcheck.t
2009-08-30 Nicholas Clark Break out B::Debug into its own directory in ext.
2009-08-30 Nicholas Clark Break out B::Deparse into its own directory in ext.
2009-08-30 Nicholas Clark Break out B::Lint into its own directory in ext.
2009-08-28 Rafael Garcia-Suarez There is no longer an "err" low-prec version of //...
2009-08-24 Nicholas Clark Fix a Deparse bug - constants and PCSs were appearing...
2009-08-12 David Mitchell ameliorate B::Deparse slowdown
2009-07-16 Rafael Garcia-Suarez Add a version number to B::Lint::Debug
2009-07-03 David Mitchell bump versions of non-dual-life modules that
2009-06-02 David Mitchell resync some files with their CPAN equivalents (just...
2009-04-13 Nicholas Clark A perl-version portable fix for B coping with CVf_LOCKE...
2009-04-13 Nicholas Clark Remove CVf_LOCKED and CvLOCKED*(), now that nothing...
2009-01-23 Rafael Garcia-Suarez Fix deparsing of constant subroutines
2009-01-18 Rafael Garcia-Suarez Make B::Deparse handle the _ prototype
2009-01-18 Rafael Garcia-Suarez [perl #62488] B::Deparse fails on 'CORE::require(STRING)'
2009-01-16 Rafael Garcia-Suarez Fix deparsing of readpipe() ([perl #62428])
2008-11-16 Florian Ragwitz Deparse inlined constants.
2008-11-08 Renee Baecker [perl #18306] This problem seems to be fixed and a...
2008-09-23 Nicholas Clark defined %{$package.'::'} isn't good enough to tell...
2008-07-16 Rafael Garcia-Suarez Really apply change #34143
2008-06-16 Reini Urban TODO B-Deparse cpan-bug 33708
2008-06-13 Reini Urban B::Debug dual-life 1.06
2008-05-18 Rafael Garcia-Suarez Fix for [perl #51848] Deparse interpolation in regex...
2008-04-19 Paul Johnson Re: wrong line numbers in elsif()
2008-04-08 Rafael Garcia-Suarez Remove old option leftover in docs
2008-04-07 Nicholas Clark Eliminate cop_label from struct cop by storing a label...
2008-03-31 Nicholas Clark $VERSION++ for all the non-dual life modules in ext...
2008-02-25 Reini Urban B::Debug enhancements
2008-02-04 Reini Urban fix B::Debug pmnext
2008-01-09 Rafael Garcia-Suarez Remove the warning "v-string in require/use non portable"
2008-01-09 Florian Ragwitz B::Deparse fixes for implicit smartmatching in given...
2008-01-06 Rafael Garcia-Suarez Fix bug #49298: B::Deparse fails to deparse a reference...
2007-12-26 Nicholas Clark Eliminate SVt_RV, and use SVt_IV to store plain references.
2007-12-21 Nicholas Clark Deparse each @array and friends.
2007-12-19 Steve Peters Upgrade to B-Lint-1.11
2007-10-22 Nicholas Clark B::Concise was failing an assertion on index "foo"...
2007-10-09 Nicholas Clark Don't deparse $^H{v_string}, which is automatically...
2007-09-28 Nicholas Clark Make all of B work on 5.8.x
2007-09-28 Rafael Garcia-Suarez Document hint symbols in B::Concise
2007-09-26 Jim Cromie Re: [patch] improve B::Concise -src support
2007-09-24 Jim Cromie [patch] improve B::Concise -src support
2007-09-18 Rafael Garcia-Suarez Prevent the pragmas from ${^OPEN} propagated to %^H...
2007-09-17 Rafael Garcia-Suarez Make B::Deparse able to handle pragmas from %^H.
2007-09-13 Rafael Garcia-Suarez Make Deparse handle "say"
2007-09-12 Nicholas Clark Add the missing assignment to op_last that change 31798...
2007-09-08 Jim Cromie [patch] readabilty tweaks
2007-09-01 Jim Cromie Re: RFC patch - display src-lines in B::Concise
2007-06-27 Chia-liang Kao B::Deparse cleanups
2007-06-25 Paul Johnson remove op_static
2007-06-05 Rafael Garcia-Suarez Remove support for assertions and -A
2007-05-28 Rafael Garcia-Suarez Several POD fixes by Jonathan Stowe
2007-05-24 Father Chrysostomos [perl #43010] [PATCH] Deparse, ''->(), ::(), sub :...
2007-05-07 Nicholas Clark bytecode.pl: Exterminate!
2007-05-07 Nicholas Clark Given that @optype and @specialsv_name are hard coded...
2007-05-05 Nicholas Clark Tweak change 30841 so that B works on maint too.
2007-04-04 Yves Orton Re: pmdynflags and thread safety
2007-03-31 Rafael Garcia-Suarez Fix bug #42224, perl -MO=Deparse -e 'print readpipe...
2007-03-13 Nicholas Clark Bump versions of modules that are currently on "dev...
2007-03-13 Nicholas Clark Get B compiling and passing all tests on both 5.9.x...
2007-02-17 Nicholas Clark Split the storage of the layers specificied by open...
2007-02-15 Ash Berlin Re: Patch for Deep recursion in B::Deparse
2006-12-28 Nicholas Clark Move PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI to pad...
2006-12-28 Nicholas Clark Abstract the pad code's overloaded use of SvNVX and...
2006-12-11 Bo Lindbergh Re: [PATCH] Deparse.pm bugfix
2006-12-01 Joshua ben Jore Re: [PATCH] Make B::Lint use Module::Pluggable
2006-10-29 Stephen McCamant Re: Deparse bug?
2006-10-20 Alexander Gough B:: changes for UNITCHECK blocks
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
next