summaryrefslogtreecommitdiff
path: root/ext/B/B.pm
Commit message (Expand)AuthorAgeFilesLines
* remove index offsetting ($[)Zefram2011-09-091-1/+1
* Simplify embedvar.h, removing a level of macro indirection for PL_* variables.Nicholas Clark2011-08-111-1/+1
* Bump the versions of B and Storable following 1b95d04f713d9c56.Nicholas Clark2011-05-201-1/+1
* Minimise the actions of the BEGIN block in B.pmNicholas Clark2011-03-201-15/+17
* In B, use typeglob aliasing instead of subref to typeglob assignment.Nicholas Clark2011-03-201-4/+4
* More POD correctionsTom Christiansen2011-02-151-2/+2
* Avoid two compiler warnings in B::cstring, spotted by Steve Hay's smoker.Nicholas Clark2010-12-011-1/+1
* Increase B’s versionFather Chrysostomos2010-11-141-1/+1
* Move the aliasing of B::IV::RV as B::PV::RV from XS to Perl code.Nicholas Clark2010-11-081-0/+7
* Create &B::{IV,PV}::as_string using typeglob assignment rather than goto &Nicholas Clark2010-11-041-2/+2
* Avoid needing to stub B::OPf_KIDS by loading the XS earlier.Nicholas Clark2010-11-041-19/+25
* The method B::PMOP::pmregexp never existed. Remove it from the documentation.Nicholas Clark2010-10-281-2/+0
* Merge the implementation of B::CV::{ROOT,START}.Nicholas Clark2010-10-221-1/+1
* Convert modules in ext/ to pass minimal arguments to XSLoader::load().Nicholas Clark2010-10-141-3/+3
* Use sv_catpvs(), newSVpvs(), newSVpvn(), newSVhek(), gv_stashpvs() and theNicholas Clark2009-10-151-1/+1
* B - The Perl Compiler (wrong name)Reini Urban2009-08-271-1/+1
* Make B::walksymtable not recurse into packages that are actually main::, but ...Florian Ragwitz2008-11-161-2/+2
* Tidy up compiler warning spotted by Jerry Hedden.Nicholas Clark2008-04-071-1/+1
* Replace all remaining accesses to COP's cop_label with CopLABEL().Nicholas Clark2008-04-061-1/+1
* fix B::Debug pmnextReini Urban2008-02-041-0/+4
* Add a diagram for the 5.11 SV class structure, including B::REGEXP.Nicholas Clark2008-01-171-6/+28
* First class regexps.Nicholas Clark2007-12-281-1/+1
* Regexps are now orange.Nicholas Clark2007-12-271-1/+2
* Eliminate SVt_RV, and use SVt_IV to store plain references.Nicholas Clark2007-12-261-4/+8
* Mention B::COP::hints_hash methodRafael Garcia-Suarez2007-10-221-0/+2
* B.pm still assumed that SVt_PVBM exists. Correct this.Nicholas Clark2007-09-081-34/+37
* remove op_staticPaul Johnson2007-06-251-3/+1
* Given that @optype and @specialsv_name are hard coded tables, it seemsNicholas Clark2007-05-071-1/+27
* Re: pmdynflags and thread safetyYves Orton2007-04-041-3/+1
* Get B compiling and passing all tests on both 5.9.x and 5.8.xNicholas Clark2007-03-131-2/+3
* Re: [perl #41283] B::walkoptree_slow fails for 'our @foo = split( m/ /, "hell...Joshua ben Jore2007-01-251-3/+7
* Abstract the pad code's overloaded use of SvNVX and SvIVX intoNicholas Clark2006-12-281-1/+1
* User pragmas now accessible from BJoshua ben Jore2006-12-061-1/+1
* B:: changes for UNITCHECK blocksAlexander Gough2006-10-201-3/+7
* Move the hints from op_private into cop_hints. This allows all 32 bitsNicholas Clark2006-05-201-1/+3
* Re: Patches: B, CGI, ExtUtils::MM_UnixJoshua ben Jore2006-02-211-4/+4
* Make the 5.9 changes to B conditional on perl version.Nicholas Clark2005-11-051-1/+16
* Add a union in place of xnv_nv, which allows AVs and HVs to re-useNicholas Clark2005-05-211-2/+0
* Remove PMROOT and replace it with a small shell script. Er, magic.Nicholas Clark2005-05-201-2/+0
* Goodbye AvFLAGSNicholas Clark2005-05-201-2/+0
* Bump B version numbersNicholas Clark2005-05-051-1/+1
* A slightly better layout for the diagram.Nicholas Clark2005-05-021-17/+17
* Change inheritance hierarchy of B subclassses :Nicholas Clark2005-05-021-23/+23
* [perl #32967] [PATCH] Re: More B bugs: svref_2object Stephen McCamant2005-01-211-1/+9
* doc SVt_PVLV <=> SVt_PVGV change version in B.pmYitzchak Scott-Thoennes2005-01-211-5/+5
* Re: B::walkoptree segfaultsAlexey Tourbin2004-12-141-1/+1
* s/hierachy/hierarchy/Larry Shatzer Jr.2004-11-161-2/+2
* A single version of B that supports 5.8 and 5.10Nicholas Clark2004-09-091-3/+19
* 2 patches: goto.t, B.pm/xsJim Cromie2004-08-101-2/+9
* Increment the version number of B, due to the incompatibleRafael Garcia-Suarez2004-02-211-1/+1