This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix bad pointer size in has_trailing_nul
[perl5.git] / ext / B / B /
2011-12-19 Father ChrysostomosTeach B::Concise about OPpCONST_NOVER
2011-12-18 Father ChrysostomosStop tell($glob_copy) from clearing PL_last_in_gv
2011-11-26 Father ChrysostomosOptimise substr assignment in void context
2011-11-22 Father Chrysostomos[perl #80628] __SUB__
2011-11-06 Father ChrysostomosAdd new OPpEVAL flags to B::Concise
2011-11-06 Father ChrysostomosIncrease $B::Concise::VERSION to 0.87
2011-09-11 Father ChrysostomosTeach B::Concise about OPpFT_STACKING
2011-09-09 Zeframremove index offsetting ($[)
2011-09-01 Gerard GoossenReassign op_private flags of OP_ENTERSUB such that...
2011-08-27 Father ChrysostomosAdd OPpCOREARGS_SCALARMOD flag
2011-08-25 Father ChrysostomosAdd OPpCOREARGS_PUSHMARK flag
2011-08-25 Father ChrysostomosAdd private coreargs flags for vivifying GVs
2011-08-19 Father ChrysostomosAdd OPpASSIGN_CV_TO_GV to B::Concise
2011-08-19 Father ChrysostomosAdd OPpDONT_INIT_GV to B::Concise
2011-08-18 Father Chrysostomos&CORE::wantarray()
2011-08-16 Father ChrysostomosRemove OPpENTERSUB_NOMOD from B::Concise
2011-08-14 Reini UrbanB::Terse and B::Xref were missing some documentation.
2011-06-10 Father ChrysostomosIn B::Concise and op.h list all ops that use LVSUB
2011-06-04 Father ChrysostomosTeach B::Concise about OPpMAYBE_LVSUB
2011-06-04 Father Chrysostomos[perl #7946] Lvalue subs do not autovivify
2011-06-03 Father ChrysostomosCorrect entersub/rv2cv priv constants in B::Concise
2011-05-19 Marcel Grünauer[perl #90306] Fix simple typos
2011-05-19 Father ChrysostomosIncrease B::Concise’s version
2011-02-01 Jesse VincentBump versions of modules changed since the last blead...
2011-01-24 Michael Stevens[perl #82712] Pod link fixes to use correct markup.
2011-01-20 Jesse VincentVersion bumps for ext/B non-dual-life modules identified by
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in ext/*.
2010-12-17 Father ChrysostomosIncrease B::Concise’s version
2010-12-17 Reini UrbanFix [perl #80632] -MO=Concise,-tree format
2010-11-05 Nicholas ClarkB::Concise was failing to traverse some children of...
2010-11-03 Father ChrysostomosIncrease B::Concise’s version
2010-11-03 Father Chrysostomosy///r
2010-06-21 Matt S Troutversion bump for B::Concise and add change to delta
2010-05-25 David Mitchelladd OPpDEREFed flag to avoid double mg_get()
2009-11-10 Vincent PitOptimize reversing an array in-place
2009-10-23 Nicholas ClarkAvoid using defined %hash in core code and tests.
2009-10-20 Jesse VincentBump B::Consise's version number since it's changed...
2009-10-06 Jesse VincentA number of pod fixes found by podcheck.t
2009-08-30 Nicholas ClarkBreak out B::Debug into its own directory in ext.
2009-08-30 Nicholas ClarkBreak out B::Deparse into its own directory in ext.
2009-08-30 Nicholas ClarkBreak out B::Lint into its own directory in ext.
2009-08-28 Rafael Garcia-SuarezThere is no longer an "err" low-prec version of //...
2009-08-24 Nicholas ClarkFix a Deparse bug - constants and PCSs were appearing...
2009-08-12 David Mitchellameliorate B::Deparse slowdown
2009-07-16 Rafael Garcia-SuarezAdd a version number to B::Lint::Debug
2009-07-03 David Mitchellbump versions of non-dual-life modules that
2009-06-02 David Mitchellresync some files with their CPAN equivalents (just...
2009-04-13 Nicholas ClarkA perl-version portable fix for B coping with CVf_LOCKE...
2009-04-13 Nicholas ClarkRemove CVf_LOCKED and CvLOCKED*(), now that nothing...
2009-01-23 Rafael Garcia-SuarezFix deparsing of constant subroutines
2009-01-18 Rafael Garcia-SuarezMake 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-SuarezFix deparsing of readpipe() ([perl #62428])
2008-11-16 Florian RagwitzDeparse inlined constants.
2008-11-08 Renee Baecker[perl #18306] This problem seems to be fixed and a...
2008-09-23 Nicholas Clarkdefined %{$package.'::'} isn't good enough to tell...
2008-07-16 Rafael Garcia-SuarezReally apply change #34143
2008-06-16 Reini UrbanTODO B-Deparse cpan-bug 33708
2008-06-13 Reini UrbanB::Debug dual-life 1.06
2008-05-18 Rafael Garcia-SuarezFix for [perl #51848] Deparse interpolation in regex...
2008-04-19 Paul JohnsonRe: wrong line numbers in elsif()
2008-04-08 Rafael Garcia-SuarezRemove old option leftover in docs
2008-04-07 Nicholas ClarkEliminate 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 UrbanB::Debug enhancements
2008-02-04 Reini Urbanfix B::Debug pmnext
2008-01-09 Rafael Garcia-SuarezRemove the warning "v-string in require/use non portable"
2008-01-09 Florian RagwitzB::Deparse fixes for implicit smartmatching in given...
2008-01-06 Rafael Garcia-SuarezFix bug #49298: B::Deparse fails to deparse a reference...
2007-12-26 Nicholas ClarkEliminate SVt_RV, and use SVt_IV to store plain references.
2007-12-21 Nicholas ClarkDeparse each @array and friends.
2007-12-19 Steve PetersUpgrade to B-Lint-1.11
2007-10-22 Nicholas ClarkB::Concise was failing an assertion on index "foo"...
2007-10-09 Nicholas ClarkDon't deparse $^H{v_string}, which is automatically...
2007-09-28 Nicholas ClarkMake all of B work on 5.8.x
2007-09-28 Rafael Garcia-SuarezDocument hint symbols in B::Concise
2007-09-26 Jim CromieRe: [patch] improve B::Concise -src support
2007-09-24 Jim Cromie[patch] improve B::Concise -src support
2007-09-18 Rafael Garcia-SuarezPrevent the pragmas from ${^OPEN} propagated to %^H...
2007-09-17 Rafael Garcia-SuarezMake B::Deparse able to handle pragmas from %^H.
2007-09-13 Rafael Garcia-SuarezMake Deparse handle "say"
2007-09-12 Nicholas ClarkAdd the missing assignment to op_last that change 31798...
2007-09-08 Jim Cromie[patch] readabilty tweaks
2007-09-01 Jim CromieRe: RFC patch - display src-lines in B::Concise
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...
next