This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
B: Document GPFLAGS
[perl5.git] / ext / B / B.pm
2014-10-13 Father ChrysostomosB: Document GPFLAGS
2014-10-03 syberMake OP_METHOD* to be of new class METHOP
2014-09-23 Father ChrysostomosIncrease $B::VERSION to 1.52
2014-09-19 David Mitchellremove vestigal threadsv/threadsv_named
2014-09-15 Father ChrysostomosIncrease $B::VERSION to 1.51
2014-09-15 Father ChrysostomosAdd safename() func to B
2014-07-08 David Mitchelladd op_lastsib and -DPERL_OP_PARENT
2014-07-08 David Mitchellwrap op_sibling field access in OP_SIBLING* macros
2014-05-28 Nicholas ClarkBump module versions following commit 3800c3188602fdac.
2014-02-05 Karl Williamsonhandy.h Special case toCTRL('?') for EBCDIC
2014-02-05 Karl WilliamsonB.pm: Bump version
2013-10-23 David MitchellMake B/Deparse handle unicode regexes
2013-08-28 Reini UrbanB::INVLIST isa B::PV (for now)
2013-08-25 Tony Cookbump B to 1.46
2013-08-10 Father ChrysostomosRevert "[perl #117855] Store CopFILEGV in a pad under...
2013-08-05 Father Chrysostomos[perl #117855] Store CopFILEGV in a pad under ithreads
2013-07-29 Tony CookCvGV is no longer a simple struct member access
2013-07-13 Father ChrysostomosRevert "[perl #118525] Return B::HEK for B::CV::GV...
2013-07-13 Reini Urban[perl #118525] Return B::HEK for B::CV::GV of lexical...
2013-07-05 Father Chrysostomos[perl #117727] Document B::PADLIST
2013-06-21 Father ChrysostomosIncrease $B::VERSION to 1.44
2013-05-25 David SteinbrunnerTypo fixes for B modules.
2013-01-09 David Mitchellstop -MO=Concise -e'm?x?' segfaulting
2012-11-21 Yves OrtonRemove improper use of each() in B::walksymtable and...
2012-11-10 David Mitchelladd $B::overlay feature
2012-10-26 David Mitchellext/B: remove pre-5.10 support
2012-10-26 David Mitchellmake ext/B work with 5.16.x
2012-09-20 Nicholas ClarkFor backcompat, B::formfeed can use gv_fetchpvs() if...
2012-08-21 Father ChrysostomosIncrease $B::VERSION to 1.38
2012-07-24 Nicholas ClarkBump B's VERSION and note the changes in perldelta...
2012-06-13 David Mitchelllet B know about new op_code_list field
2012-06-06 Father ChrysostomosChange B::COP::stashlen to stashoff
2012-06-05 Father ChrysostomosIncrease $B::VERSION to 1.36
2012-05-23 Father ChrysostomosExcise PL_amagic_generation
2012-05-22 Reini Urbanreplace B::COP::stashflags by B::COP::stashlen
2012-01-31 Father ChrysostomosB.pm: Document stashflags
2012-01-24 Father ChrysostomosIncrease $B::VERSION to 1.34
2012-01-24 Reini UrbanB.pm POD: revise 44f7f2d5b1 on IoFLAGS
2012-01-20 Father ChrysostomosB.pm: spaces after dots
2012-01-20 Father ChrysostomosB.pm: wording tweaks
2012-01-20 Father ChrysostomosMake B’s pod fit in 79 cols
2012-01-20 Father ChrysostomosDocument B::PV’s LEN and CUR methods
2012-01-20 Father ChrysostomosIncrease $B::VERSION to 1.32
2012-01-20 Reini UrbanB.pm: fix and add B::IO documentation
2011-09-09 Zeframremove index offsetting ($[)
2011-08-11 Nicholas ClarkSimplify embedvar.h, removing a level of macro indirect...
2011-05-20 Nicholas ClarkBump the versions of B and Storable following 1b95d04f7...
2011-03-20 Nicholas ClarkMinimise the actions of the BEGIN block in B.pm
2011-03-20 Nicholas ClarkIn B, use typeglob aliasing instead of subref to typegl...
2011-02-16 Tom ChristiansenMore POD corrections
2010-12-01 Nicholas ClarkAvoid two compiler warnings in B::cstring, spotted...
2010-11-15 Father ChrysostomosIncrease B’s version
2010-11-08 Nicholas ClarkMove the aliasing of B::IV::RV as B::PV::RV from XS...
2010-11-04 Nicholas ClarkCreate &B::{IV,PV}::as_string using typeglob assignment...
2010-11-04 Nicholas ClarkAvoid needing to stub B::OPf_KIDS by loading the XS...
2010-10-28 Nicholas ClarkThe method B::PMOP::pmregexp never existed. Remove...
2010-10-22 Nicholas ClarkMerge the implementation of B::CV::{ROOT,START}.
2010-10-14 Nicholas ClarkConvert modules in ext/ to pass minimal arguments to...
2009-10-15 Nicholas ClarkUse sv_catpvs(), newSVpvs(), newSVpvn(), newSVhek(...
2009-08-27 Reini UrbanB - The Perl Compiler (wrong name)
2008-11-16 Florian RagwitzMake B::walksymtable not recurse into packages that...
2008-04-07 Nicholas ClarkTidy up compiler warning spotted by Jerry Hedden.
2008-04-06 Nicholas ClarkReplace all remaining accesses to COP's cop_label with...
2008-02-04 Reini Urbanfix B::Debug pmnext
2008-01-17 Nicholas ClarkAdd a diagram for the 5.11 SV class structure, includin...
2007-12-28 Nicholas ClarkFirst class regexps.
2007-12-27 Nicholas ClarkRegexps are now orange.
2007-12-26 Nicholas ClarkEliminate SVt_RV, and use SVt_IV to store plain references.
2007-10-22 Rafael Garcia-SuarezMention B::COP::hints_hash method
2007-09-08 Nicholas ClarkB.pm still assumed that SVt_PVBM exists. Correct this.
2007-06-25 Paul Johnsonremove op_static
2007-05-07 Nicholas ClarkGiven that @optype and @specialsv_name are hard coded...
2007-04-04 Yves OrtonRe: pmdynflags and thread safety
2007-03-13 Nicholas ClarkGet B compiling and passing all tests on both 5.9.x...
2007-01-25 Joshua ben JoreRe: [perl #41283] B::walkoptree_slow fails for 'our...
2006-12-28 Nicholas ClarkAbstract the pad code's overloaded use of SvNVX and...
2006-12-06 Joshua ben JoreUser pragmas now accessible from B
2006-10-20 Alexander GoughB:: changes for UNITCHECK blocks
2006-05-20 Nicholas ClarkMove the hints from op_private into cop_hints. This...
2006-02-21 Joshua ben JoreRe: Patches: B, CGI, ExtUtils::MM_Unix
2005-11-05 Nicholas ClarkMake the 5.9 changes to B conditional on perl version.
2005-05-21 Nicholas ClarkAdd a union in place of xnv_nv, which allows AVs and...
2005-05-20 Nicholas ClarkRemove PMROOT and replace it with a small shell script...
2005-05-20 Nicholas ClarkGoodbye AvFLAGS
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-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
2004-12-14 Alexey TourbinRe: B::walkoptree segfaults
2004-11-16 Larry Shatzer Jr.s/hierachy/hierarchy/
2004-09-09 Nicholas ClarkA single version of B that supports 5.8 and 5.10
2004-08-10 Jim Cromie2 patches: goto.t, B.pm/xs
2004-02-21 Rafael Garcia-SuarezIncrement the version number of B, due to the incompatible
2004-02-17 Rafael Garcia-SuarezBump $B::VERSION (because of change #22315).
2004-02-17 Tassilo von ParsevalRe: [PATCH] GLOB to LVALUE assignment fix
2003-08-14 Jarkko HietaniemiDiffs-sans-version-diffs between blead and maint.
2003-08-13 Nicholas ClarkRe: script wanted
2003-07-28 Stephen McCamantB enhancements
2003-07-01 Adrian M. EnacheB:: fixes + 'When were CVOPs gone ?'
next