| Commit message (Expand) | Author | Age | Files | Lines |
* | remove index offsetting ($[) | Zefram | 2011-09-09 | 1 | -1/+1 |
* | Simplify embedvar.h, removing a level of macro indirection for PL_* variables. | Nicholas Clark | 2011-08-11 | 1 | -1/+1 |
* | Bump the versions of B and Storable following 1b95d04f713d9c56. | Nicholas Clark | 2011-05-20 | 1 | -1/+1 |
* | Minimise the actions of the BEGIN block in B.pm | Nicholas Clark | 2011-03-20 | 1 | -15/+17 |
* | In B, use typeglob aliasing instead of subref to typeglob assignment. | Nicholas Clark | 2011-03-20 | 1 | -4/+4 |
* | More POD corrections | Tom Christiansen | 2011-02-15 | 1 | -2/+2 |
* | Avoid two compiler warnings in B::cstring, spotted by Steve Hay's smoker. | Nicholas Clark | 2010-12-01 | 1 | -1/+1 |
* | Increase B’s version | Father Chrysostomos | 2010-11-14 | 1 | -1/+1 |
* | Move the aliasing of B::IV::RV as B::PV::RV from XS to Perl code. | Nicholas Clark | 2010-11-08 | 1 | -0/+7 |
* | Create &B::{IV,PV}::as_string using typeglob assignment rather than goto & | Nicholas Clark | 2010-11-04 | 1 | -2/+2 |
* | Avoid needing to stub B::OPf_KIDS by loading the XS earlier. | Nicholas Clark | 2010-11-04 | 1 | -19/+25 |
* | The method B::PMOP::pmregexp never existed. Remove it from the documentation. | Nicholas Clark | 2010-10-28 | 1 | -2/+0 |
* | Merge the implementation of B::CV::{ROOT,START}. | Nicholas Clark | 2010-10-22 | 1 | -1/+1 |
* | Convert modules in ext/ to pass minimal arguments to XSLoader::load(). | Nicholas Clark | 2010-10-14 | 1 | -3/+3 |
* | Use sv_catpvs(), newSVpvs(), newSVpvn(), newSVhek(), gv_stashpvs() and the | Nicholas Clark | 2009-10-15 | 1 | -1/+1 |
* | B - The Perl Compiler (wrong name) | Reini Urban | 2009-08-27 | 1 | -1/+1 |
* | Make B::walksymtable not recurse into packages that are actually main::, but ... | Florian Ragwitz | 2008-11-16 | 1 | -2/+2 |
* | Tidy up compiler warning spotted by Jerry Hedden. | Nicholas Clark | 2008-04-07 | 1 | -1/+1 |
* | Replace all remaining accesses to COP's cop_label with CopLABEL(). | Nicholas Clark | 2008-04-06 | 1 | -1/+1 |
* | fix B::Debug pmnext | Reini Urban | 2008-02-04 | 1 | -0/+4 |
* | Add a diagram for the 5.11 SV class structure, including B::REGEXP. | Nicholas Clark | 2008-01-17 | 1 | -6/+28 |
* | First class regexps. | Nicholas Clark | 2007-12-28 | 1 | -1/+1 |
* | Regexps are now orange. | Nicholas Clark | 2007-12-27 | 1 | -1/+2 |
* | Eliminate SVt_RV, and use SVt_IV to store plain references. | Nicholas Clark | 2007-12-26 | 1 | -4/+8 |
* | Mention B::COP::hints_hash method | Rafael Garcia-Suarez | 2007-10-22 | 1 | -0/+2 |
* | B.pm still assumed that SVt_PVBM exists. Correct this. | Nicholas Clark | 2007-09-08 | 1 | -34/+37 |
* | remove op_static | Paul Johnson | 2007-06-25 | 1 | -3/+1 |
* | Given that @optype and @specialsv_name are hard coded tables, it seems | Nicholas Clark | 2007-05-07 | 1 | -1/+27 |
* | Re: pmdynflags and thread safety | Yves Orton | 2007-04-04 | 1 | -3/+1 |
* | Get B compiling and passing all tests on both 5.9.x and 5.8.x | Nicholas Clark | 2007-03-13 | 1 | -2/+3 |
* | Re: [perl #41283] B::walkoptree_slow fails for 'our @foo = split( m/ /, "hell... | Joshua ben Jore | 2007-01-25 | 1 | -3/+7 |
* | Abstract the pad code's overloaded use of SvNVX and SvIVX into | Nicholas Clark | 2006-12-28 | 1 | -1/+1 |
* | User pragmas now accessible from B | Joshua ben Jore | 2006-12-06 | 1 | -1/+1 |
* | B:: changes for UNITCHECK blocks | Alexander Gough | 2006-10-20 | 1 | -3/+7 |
* | Move the hints from op_private into cop_hints. This allows all 32 bits | Nicholas Clark | 2006-05-20 | 1 | -1/+3 |
* | Re: Patches: B, CGI, ExtUtils::MM_Unix | Joshua ben Jore | 2006-02-21 | 1 | -4/+4 |
* | Make the 5.9 changes to B conditional on perl version. | Nicholas Clark | 2005-11-05 | 1 | -1/+16 |
* | Add a union in place of xnv_nv, which allows AVs and HVs to re-use | Nicholas Clark | 2005-05-21 | 1 | -2/+0 |
* | Remove PMROOT and replace it with a small shell script. Er, magic. | Nicholas Clark | 2005-05-20 | 1 | -2/+0 |
* | Goodbye AvFLAGS | Nicholas Clark | 2005-05-20 | 1 | -2/+0 |
* | Bump B version numbers | Nicholas Clark | 2005-05-05 | 1 | -1/+1 |
* | A slightly better layout for the diagram. | Nicholas Clark | 2005-05-02 | 1 | -17/+17 |
* | Change inheritance hierarchy of B subclassses : | Nicholas Clark | 2005-05-02 | 1 | -23/+23 |
* | [perl #32967] [PATCH] Re: More B bugs: svref_2object | Stephen McCamant | 2005-01-21 | 1 | -1/+9 |
* | doc SVt_PVLV <=> SVt_PVGV change version in B.pm | Yitzchak Scott-Thoennes | 2005-01-21 | 1 | -5/+5 |
* | Re: B::walkoptree segfaults | Alexey Tourbin | 2004-12-14 | 1 | -1/+1 |
* | s/hierachy/hierarchy/ | Larry Shatzer Jr. | 2004-11-16 | 1 | -2/+2 |
* | A single version of B that supports 5.8 and 5.10 | Nicholas Clark | 2004-09-09 | 1 | -3/+19 |
* | 2 patches: goto.t, B.pm/xs | Jim Cromie | 2004-08-10 | 1 | -2/+9 |
* | Increment the version number of B, due to the incompatible | Rafael Garcia-Suarez | 2004-02-21 | 1 | -1/+1 |