| Commit message (Expand) | Author | Age | Files | Lines |
* | B.pm: Document stashflags | Father Chrysostomos | 2012-01-31 | 1 | -0/+2 |
* | Increase $B::VERSION to 1.34 | Father Chrysostomos | 2012-01-23 | 1 | -1/+1 |
* | B.pm POD: revise 44f7f2d5b1 on IoFLAGS | Reini Urban | 2012-01-23 | 1 | -2/+0 |
* | B.pm: spaces after dots | Father Chrysostomos | 2012-01-19 | 1 | -28/+29 |
* | B.pm: wording tweaks | Father Chrysostomos | 2012-01-19 | 1 | -3/+4 |
* | Make B’s pod fit in 79 cols | Father Chrysostomos | 2012-01-19 | 1 | -2/+2 |
* | Document B::PV’s LEN and CUR methods | Father Chrysostomos | 2012-01-19 | 1 | -1/+11 |
* | Increase $B::VERSION to 1.32 | Father Chrysostomos | 2012-01-19 | 1 | -1/+1 |
* | B.pm: fix and add B::IO documentation | Reini Urban | 2012-01-19 | 1 | -3/+28 |
* | 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 |